2022-11-23T00:48:12.8208890Z Requested labels: linux.2xlarge 2022-11-23T00:48:12.8208959Z Job defined at: pytorch/pytorch/.github/workflows/_linux-build.yml@refs/heads/master 2022-11-23T00:48:12.8208981Z Waiting for a runner to pick up this job... 2022-11-23T00:48:13.9548103Z Job is about to start running on the runner: i-05bb06d114849efff (organization) 2022-11-23T00:48:17.6231568Z Current runner version: '2.299.1' 2022-11-23T00:48:17.6236654Z Runner name: 'i-05bb06d114849efff' 2022-11-23T00:48:17.6237056Z Runner group name: 'Default' 2022-11-23T00:48:17.6237527Z Machine name: 'ip-10-0-3-12' 2022-11-23T00:48:17.6239115Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T00:48:17.6239607Z Actions: write 2022-11-23T00:48:17.6239803Z Checks: write 2022-11-23T00:48:17.6240035Z Contents: write 2022-11-23T00:48:17.6240300Z Deployments: write 2022-11-23T00:48:17.6240502Z Discussions: write 2022-11-23T00:48:17.6240737Z Issues: write 2022-11-23T00:48:17.6240972Z Metadata: read 2022-11-23T00:48:17.6241161Z Packages: write 2022-11-23T00:48:17.6241414Z Pages: write 2022-11-23T00:48:17.6241752Z PullRequests: write 2022-11-23T00:48:17.6241979Z RepositoryProjects: write 2022-11-23T00:48:17.6242236Z SecurityEvents: write 2022-11-23T00:48:17.6242478Z Statuses: write 2022-11-23T00:48:17.6242699Z ##[endgroup] 2022-11-23T00:48:17.6245576Z Secret source: Actions 2022-11-23T00:48:17.6246122Z Prepare workflow directory 2022-11-23T00:48:17.6845859Z Prepare all required actions 2022-11-23T00:48:17.6998032Z Getting action download info 2022-11-23T00:48:18.2257673Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T00:48:18.5016307Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T00:48:26.4032976Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T00:48:26.6627933Z Getting action download info 2022-11-23T00:48:27.0760263Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T00:48:27.2493907Z Uses: pytorch/pytorch/.github/workflows/_linux-build.yml 2022-11-23T00:48:27.2495644Z ##[group] Inputs 2022-11-23T00:48:27.2495933Z build-environment: linux-focal-rocm5.2-py3.8 2022-11-23T00:48:27.2496240Z docker-image-name: pytorch-linux-focal-rocm5.2-py3.8 2022-11-23T00:48:27.2496811Z build-generates-artifacts: true 2022-11-23T00:48:27.2497039Z build-with-debug: false 2022-11-23T00:48:27.2497235Z sync-tag: rocm-build 2022-11-23T00:48:27.2497412Z cuda-arch-list: 5.2 2022-11-23T00:48:27.2497609Z runner: linux.2xlarge 2022-11-23T00:48:27.2497951Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.rocm.gpu" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.rocm.gpu" }, ]} 2022-11-23T00:48:27.2498284Z ##[endgroup] 2022-11-23T00:48:27.2498673Z Complete job name: linux-focal-rocm5.2-py3.8 / build 2022-11-23T00:48:27.3243481Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T00:48:27.3243752Z with: 2022-11-23T00:48:27.3244175Z github-secret: *** 2022-11-23T00:48:27.3244388Z activate-with-label: false 2022-11-23T00:48:27.3244586Z label: with-ssh 2022-11-23T00:48:27.3244769Z remove-existing-keys: true 2022-11-23T00:48:27.3244970Z ##[endgroup] 2022-11-23T00:48:27.3989144Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T00:48:27.4154656Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T00:48:27.4154904Z with: 2022-11-23T00:48:27.4155079Z submodules: recursive 2022-11-23T00:48:27.4155265Z fetch-depth: 0 2022-11-23T00:48:27.4155440Z ##[endgroup] 2022-11-23T00:48:27.4360918Z ##[group]Run retry () { 2022-11-23T00:48:27.4361167Z retry () { 2022-11-23T00:48:27.4361386Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T00:48:27.4361710Z } 2022-11-23T00:48:27.4361903Z echo "${GITHUB_WORKSPACE}" 2022-11-23T00:48:27.4362126Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T00:48:27.4362346Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T00:48:27.4362553Z else 2022-11-23T00:48:27.4362758Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T00:48:27.4362944Z fi 2022-11-23T00:48:27.4363133Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T00:48:27.4378738Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:48:27.4378972Z env: 2022-11-23T00:48:27.4379141Z NO_SUDO: 2022-11-23T00:48:27.4379318Z ##[endgroup] 2022-11-23T00:48:27.4469604Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:27.4770055Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T00:48:27.4770274Z with: 2022-11-23T00:48:27.4770470Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:48:27.4770663Z fetch-depth: 0 2022-11-23T00:48:27.4770847Z submodules: recursive 2022-11-23T00:48:27.4771036Z quiet-checkout: true 2022-11-23T00:48:27.4771221Z repository: pytorch/pytorch 2022-11-23T00:48:27.4771547Z token: *** 2022-11-23T00:48:27.4771721Z ssh-strict: true 2022-11-23T00:48:27.4771902Z persist-credentials: true 2022-11-23T00:48:27.4772092Z clean: true 2022-11-23T00:48:27.4772258Z lfs: false 2022-11-23T00:48:27.4772566Z set-safe-directory: true 2022-11-23T00:48:27.4772752Z ##[endgroup] 2022-11-23T00:48:27.5883298Z Syncing repository: pytorch/pytorch 2022-11-23T00:48:27.5885280Z ##[group]Getting Git version info 2022-11-23T00:48:27.5885972Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T00:48:27.5886716Z [command]/usr/bin/git version 2022-11-23T00:48:27.5887056Z git version 2.37.1 2022-11-23T00:48:27.5887947Z ##[endgroup] 2022-11-23T00:48:27.5903938Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/0bcf5fc3-b105-4eba-bdb8-699e7508ece5' before making global git config changes 2022-11-23T00:48:27.5904532Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T00:48:27.5905017Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:27.5930552Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T00:48:27.5934938Z ##[group]Initializing the repository 2022-11-23T00:48:27.5937945Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:27.5962493Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-11-23T00:48:27.5963067Z hint: is subject to change. To configure the initial branch name to use in all 2022-11-23T00:48:27.5963660Z hint: of your new repositories, which will suppress this warning, call: 2022-11-23T00:48:27.5964040Z hint: 2022-11-23T00:48:27.5964536Z hint: git config --global init.defaultBranch 2022-11-23T00:48:27.5964888Z hint: 2022-11-23T00:48:27.5965354Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-11-23T00:48:27.5965993Z hint: 'development'. The just-created branch can be renamed via this command: 2022-11-23T00:48:27.5966409Z hint: 2022-11-23T00:48:27.5966767Z hint: git branch -m 2022-11-23T00:48:27.5967437Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T00:48:27.5972922Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-11-23T00:48:27.5998275Z ##[endgroup] 2022-11-23T00:48:27.5998927Z ##[group]Disabling automatic garbage collection 2022-11-23T00:48:27.6002093Z [command]/usr/bin/git config --local gc.auto 0 2022-11-23T00:48:27.6025568Z ##[endgroup] 2022-11-23T00:48:27.6026169Z ##[group]Setting up auth 2022-11-23T00:48:27.6032504Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T00:48:27.6058088Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T00:48:27.6311618Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T00:48:27.6335579Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-11-23T00:48:27.6564075Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T00:48:27.6600854Z ##[endgroup] 2022-11-23T00:48:27.6601476Z ##[group]Fetching the repository 2022-11-23T00:48:27.6608579Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-11-23T00:49:19.7909072Z [command]/usr/bin/git rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T00:49:19.7932035Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:49:19.7936228Z ##[endgroup] 2022-11-23T00:49:19.7936589Z ##[group]Determining the checkout info 2022-11-23T00:49:19.7937473Z ##[endgroup] 2022-11-23T00:49:19.7937836Z ##[group]Checking out the ref 2022-11-23T00:49:19.7940786Z [command]/usr/bin/git checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:49:21.0640120Z ##[endgroup] 2022-11-23T00:49:21.0640766Z ##[group]Setting up auth for fetching submodules 2022-11-23T00:49:21.0646196Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T00:49:21.0705937Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T00:49:21.0731133Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T00:49:21.0755418Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T00:49:21.0778412Z ##[endgroup] 2022-11-23T00:49:21.0778947Z ##[group]Fetching submodules 2022-11-23T00:49:21.0781929Z [command]/usr/bin/git submodule sync --recursive 2022-11-23T00:49:21.1029214Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T00:49:21.1268648Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T00:49:21.1269348Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T00:49:21.1271540Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T00:49:21.1273658Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T00:49:21.1275968Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T00:49:21.1278485Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T00:49:21.1281031Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T00:49:21.1283968Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T00:49:21.1286916Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T00:49:21.1289586Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T00:49:21.1292434Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T00:49:21.1295910Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T00:49:21.1299150Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T00:49:21.1304209Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T00:49:21.1306992Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T00:49:21.1310287Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T00:49:21.1313916Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T00:49:21.1317605Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:49:21.1321226Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T00:49:21.1325551Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T00:49:21.1329479Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T00:49:21.1333581Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T00:49:21.1337789Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T00:49:21.1342084Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T00:49:21.1346547Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T00:49:21.1350646Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T00:49:21.1355101Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T00:49:21.1359621Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T00:49:21.1364494Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T00:49:21.1369237Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T00:49:21.1374120Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T00:49:21.1379069Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T00:49:21.1384400Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T00:49:21.1389502Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T00:49:21.1394768Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T00:49:21.1400099Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T00:49:21.1405815Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T00:49:21.1411182Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T00:49:21.1416899Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T00:49:21.1424327Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T00:49:21.1430250Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T00:49:21.1453499Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T00:49:21.4210811Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T00:49:21.6322669Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T00:49:21.8418864Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T00:49:22.1558736Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T00:49:22.4503559Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T00:49:24.4430001Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T00:49:30.4636423Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T00:49:30.8329568Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T00:49:31.3062447Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T00:49:32.7254190Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T00:49:33.8069834Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T00:49:35.1986903Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T00:49:40.3626811Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T00:49:40.9972665Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T00:49:42.4231343Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T00:49:43.5272338Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T00:49:43.9458218Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T00:49:44.3916047Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T00:49:44.7474880Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T00:49:45.7696299Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T00:49:46.1878133Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T00:49:46.3752446Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T00:49:46.6213147Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T00:49:47.9129245Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T00:49:48.3105649Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T00:49:48.6775688Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T00:49:55.4811524Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T00:49:57.2456121Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T00:49:57.6324478Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T00:49:57.8583222Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T00:50:03.1278023Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T00:50:03.4062102Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T00:50:03.6508058Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T00:50:04.5126722Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T00:50:04.7916892Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T00:50:05.1360855Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T00:50:05.4597984Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T00:50:06.0010447Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T00:50:08.0632919Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T00:50:08.5136507Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T00:50:10.6230010Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T00:50:10.6322733Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T00:50:10.6393590Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T00:50:10.6590816Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T00:50:10.6787643Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T00:50:10.7103496Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T00:50:11.2527894Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T00:50:11.2716251Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T00:50:11.3622625Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T00:50:11.3928344Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T00:50:11.6546193Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T00:50:12.0232710Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T00:50:12.2461513Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T00:50:12.2893455Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T00:50:12.2906677Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:12.2908761Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:12.2911165Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:12.2913688Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:12.2935259Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T00:50:13.1942694Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T00:50:13.6943314Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T00:50:14.7530102Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T00:50:15.1140707Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T00:50:15.2050346Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T00:50:15.2588085Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T00:50:15.2678123Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T00:50:15.3511333Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T00:50:15.3832982Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T00:50:15.3911298Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T00:50:15.4269917Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T00:50:15.4480179Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T00:50:15.4894915Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T00:50:15.4999839Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T00:50:15.5042216Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:15.5043161Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T00:50:23.4470016Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T00:50:23.4486212Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:23.4508384Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T00:50:31.6027575Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T00:50:31.6118925Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T00:50:31.6244904Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T00:50:31.7086980Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T00:50:31.7101256Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:31.7103327Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:31.7125672Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T00:50:32.8025622Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T00:50:33.8572703Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T00:50:33.9077929Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T00:50:33.9267498Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T00:50:33.9397323Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T00:50:34.0374606Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T00:50:34.2614541Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T00:50:34.2639285Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:34.2641124Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:34.2664412Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T00:50:34.6375494Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T00:50:35.4817227Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T00:50:35.5105824Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T00:50:35.5243669Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T00:50:35.5256374Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:35.5278374Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T00:50:37.2859322Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T00:50:37.2878608Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:37.2880479Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:37.2903370Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T00:50:37.6653090Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T00:50:38.5899697Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T00:50:38.6489017Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T00:50:38.6501451Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:38.6523816Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T00:50:38.8492725Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T00:50:38.8571236Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T00:50:39.0887132Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T00:50:39.0904911Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:39.0906578Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:39.0929133Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T00:50:39.4564201Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T00:50:40.4676182Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T00:50:40.5313784Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T00:50:40.5389109Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T00:50:40.5484900Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T00:50:40.5779294Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T00:50:40.5857869Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T00:50:40.6111420Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T00:50:40.6194230Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T00:50:40.6588381Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T00:50:40.7566150Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T00:50:40.7799683Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T00:50:40.7812551Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:40.7814427Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:40.7816494Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:40.7818647Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:40.7840244Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T00:50:41.7980919Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T00:50:42.0672494Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T00:50:43.2256510Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T00:50:44.0870757Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T00:50:44.0998829Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T00:50:44.1585142Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T00:50:44.1848473Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T00:50:44.1860899Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:44.1881243Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T00:50:44.5198560Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T00:50:44.6408620Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T00:50:44.6443321Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-11-23T00:50:44.6694408Z Entering 'android/libs/fbjni' 2022-11-23T00:50:44.6727574Z Entering 'third_party/FP16' 2022-11-23T00:50:44.6761582Z Entering 'third_party/FXdiv' 2022-11-23T00:50:44.6793508Z Entering 'third_party/NNPACK' 2022-11-23T00:50:44.6827373Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:44.6859689Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:44.6892128Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:44.6933869Z Entering 'third_party/benchmark' 2022-11-23T00:50:44.6966320Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:44.6999965Z Entering 'third_party/cub' 2022-11-23T00:50:44.7034524Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:44.7073151Z Entering 'third_party/cutlass' 2022-11-23T00:50:44.7111263Z Entering 'third_party/eigen' 2022-11-23T00:50:44.7146941Z Entering 'third_party/fbgemm' 2022-11-23T00:50:44.7179506Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:44.7213144Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:44.7246449Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:44.7279823Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:44.7313655Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:44.7347168Z Entering 'third_party/fmt' 2022-11-23T00:50:44.7379382Z Entering 'third_party/foxi' 2022-11-23T00:50:44.7413729Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:44.7446111Z Entering 'third_party/gloo' 2022-11-23T00:50:44.7480371Z Entering 'third_party/googletest' 2022-11-23T00:50:44.7514221Z Entering 'third_party/ideep' 2022-11-23T00:50:44.7546696Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:44.7581379Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:44.7620510Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:44.7654596Z Entering 'third_party/ittapi' 2022-11-23T00:50:44.7687661Z Entering 'third_party/kineto' 2022-11-23T00:50:44.7721935Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:44.7753768Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:44.7788425Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:44.7822286Z Entering 'third_party/neon2sse' 2022-11-23T00:50:44.7855787Z Entering 'third_party/nlohmann' 2022-11-23T00:50:44.7890102Z Entering 'third_party/onnx' 2022-11-23T00:50:44.7939121Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:44.7972811Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:44.8006798Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:44.8040803Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:44.8078313Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:44.8112476Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:44.8145524Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:44.8183424Z Entering 'third_party/pocketfft' 2022-11-23T00:50:44.8217036Z Entering 'third_party/protobuf' 2022-11-23T00:50:44.8254341Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:44.8287544Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:44.8322101Z Entering 'third_party/psimd' 2022-11-23T00:50:44.8356033Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:44.8390024Z Entering 'third_party/pybind11' 2022-11-23T00:50:44.8424726Z Entering 'third_party/python-enum' 2022-11-23T00:50:44.8457725Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:44.8492338Z Entering 'third_party/python-six' 2022-11-23T00:50:44.8526014Z Entering 'third_party/sleef' 2022-11-23T00:50:44.8559191Z Entering 'third_party/tbb' 2022-11-23T00:50:44.8594720Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:44.8630613Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:44.8663401Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:44.8695854Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:44.8728107Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:44.8761231Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:44.8795508Z Entering 'third_party/zstd' 2022-11-23T00:50:44.8836257Z ##[endgroup] 2022-11-23T00:50:44.8836656Z ##[group]Persisting credentials for submodules 2022-11-23T00:50:44.8842104Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-11-23T00:50:44.9089576Z Entering 'android/libs/fbjni' 2022-11-23T00:50:44.9124264Z Entering 'third_party/FP16' 2022-11-23T00:50:44.9158122Z Entering 'third_party/FXdiv' 2022-11-23T00:50:44.9191506Z Entering 'third_party/NNPACK' 2022-11-23T00:50:44.9225770Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:44.9259930Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:44.9292431Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:44.9335522Z Entering 'third_party/benchmark' 2022-11-23T00:50:44.9368778Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:44.9403046Z Entering 'third_party/cub' 2022-11-23T00:50:44.9435571Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:44.9472624Z Entering 'third_party/cutlass' 2022-11-23T00:50:44.9511626Z Entering 'third_party/eigen' 2022-11-23T00:50:44.9545873Z Entering 'third_party/fbgemm' 2022-11-23T00:50:44.9577709Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:44.9610570Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:44.9642519Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:44.9673867Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:44.9706557Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:44.9743179Z Entering 'third_party/fmt' 2022-11-23T00:50:44.9774998Z Entering 'third_party/foxi' 2022-11-23T00:50:44.9806790Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:44.9839470Z Entering 'third_party/gloo' 2022-11-23T00:50:44.9872257Z Entering 'third_party/googletest' 2022-11-23T00:50:44.9904330Z Entering 'third_party/ideep' 2022-11-23T00:50:44.9936262Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:44.9971437Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:45.0009679Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:45.0041508Z Entering 'third_party/ittapi' 2022-11-23T00:50:45.0073956Z Entering 'third_party/kineto' 2022-11-23T00:50:45.0108259Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:45.0140403Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:45.0173955Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:45.0207436Z Entering 'third_party/neon2sse' 2022-11-23T00:50:45.0240388Z Entering 'third_party/nlohmann' 2022-11-23T00:50:45.0274193Z Entering 'third_party/onnx' 2022-11-23T00:50:45.0318028Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:45.0350516Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:45.0385511Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:45.0418631Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:45.0455513Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:45.0489150Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:45.0521940Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:45.0557914Z Entering 'third_party/pocketfft' 2022-11-23T00:50:45.0589841Z Entering 'third_party/protobuf' 2022-11-23T00:50:45.0626549Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:45.0658407Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:45.0692505Z Entering 'third_party/psimd' 2022-11-23T00:50:45.0725300Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:45.0758047Z Entering 'third_party/pybind11' 2022-11-23T00:50:45.0791892Z Entering 'third_party/python-enum' 2022-11-23T00:50:45.0824411Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:45.0857567Z Entering 'third_party/python-six' 2022-11-23T00:50:45.0889628Z Entering 'third_party/sleef' 2022-11-23T00:50:45.0922682Z Entering 'third_party/tbb' 2022-11-23T00:50:45.0958867Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:45.0991819Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:45.1026044Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:45.1057750Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:45.1090024Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:45.1121532Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:45.1155263Z Entering 'third_party/zstd' 2022-11-23T00:50:45.1198370Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-11-23T00:50:45.1443533Z Entering 'android/libs/fbjni' 2022-11-23T00:50:45.1474621Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T00:50:45.1487865Z Entering 'third_party/FP16' 2022-11-23T00:50:45.1519625Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T00:50:45.1533548Z Entering 'third_party/FXdiv' 2022-11-23T00:50:45.1566051Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T00:50:45.1579712Z Entering 'third_party/NNPACK' 2022-11-23T00:50:45.1609951Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T00:50:45.1623497Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:45.1653908Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T00:50:45.1667881Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:45.1697303Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T00:50:45.1711098Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:45.1741717Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T00:50:45.1764987Z Entering 'third_party/benchmark' 2022-11-23T00:50:45.1795251Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:45.1808880Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:45.1840998Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T00:50:45.1854965Z Entering 'third_party/cub' 2022-11-23T00:50:45.1885749Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T00:50:45.1899670Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:45.1930391Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T00:50:45.1949840Z Entering 'third_party/cutlass' 2022-11-23T00:50:45.1983195Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T00:50:45.2003167Z Entering 'third_party/eigen' 2022-11-23T00:50:45.2033816Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T00:50:45.2049546Z Entering 'third_party/fbgemm' 2022-11-23T00:50:45.2080639Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T00:50:45.2094630Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:45.2126106Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T00:50:45.2139620Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:45.2171309Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T00:50:45.2185710Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:45.2216482Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:45.2230723Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:45.2260760Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T00:50:45.2275814Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:45.2306374Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T00:50:45.2321434Z Entering 'third_party/fmt' 2022-11-23T00:50:45.2352409Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T00:50:45.2366215Z Entering 'third_party/foxi' 2022-11-23T00:50:45.2397782Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T00:50:45.2410564Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:45.2440494Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T00:50:45.2454218Z Entering 'third_party/gloo' 2022-11-23T00:50:45.2484439Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T00:50:45.2498049Z Entering 'third_party/googletest' 2022-11-23T00:50:45.2528950Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:45.2543970Z Entering 'third_party/ideep' 2022-11-23T00:50:45.2573772Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T00:50:45.2587513Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:45.2618411Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T00:50:45.2634485Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:45.2666981Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T00:50:45.2686133Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:45.2716509Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T00:50:45.2730258Z Entering 'third_party/ittapi' 2022-11-23T00:50:45.2760359Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T00:50:45.2774425Z Entering 'third_party/kineto' 2022-11-23T00:50:45.2804951Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T00:50:45.2818717Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:45.2848637Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T00:50:45.2862232Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:45.2892807Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T00:50:45.2907594Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:45.2938504Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T00:50:45.2952424Z Entering 'third_party/neon2sse' 2022-11-23T00:50:45.2983719Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T00:50:45.2997199Z Entering 'third_party/nlohmann' 2022-11-23T00:50:45.3027561Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T00:50:45.3042127Z Entering 'third_party/onnx' 2022-11-23T00:50:45.3072199Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T00:50:45.3096873Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:45.3127231Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:45.3140515Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:45.3171178Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:45.3186887Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:45.3217107Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T00:50:45.3229839Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:45.3260345Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T00:50:45.3278769Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:45.3309109Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:45.3323240Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:45.3354999Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:45.3368565Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:45.3400129Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T00:50:45.3418136Z Entering 'third_party/pocketfft' 2022-11-23T00:50:45.3449617Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T00:50:45.3463407Z Entering 'third_party/protobuf' 2022-11-23T00:50:45.3493778Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T00:50:45.3510948Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:45.3541197Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:45.3554687Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:45.3585645Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:45.3600319Z Entering 'third_party/psimd' 2022-11-23T00:50:45.3632231Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T00:50:45.3645583Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:45.3676799Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T00:50:45.3690772Z Entering 'third_party/pybind11' 2022-11-23T00:50:45.3721915Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:45.3736008Z Entering 'third_party/python-enum' 2022-11-23T00:50:45.3768127Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T00:50:45.3782053Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:45.3812737Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T00:50:45.3827875Z Entering 'third_party/python-six' 2022-11-23T00:50:45.3859197Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T00:50:45.3872583Z Entering 'third_party/sleef' 2022-11-23T00:50:45.3903267Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T00:50:45.3915899Z Entering 'third_party/tbb' 2022-11-23T00:50:45.3948087Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T00:50:45.3963480Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:45.3993764Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T00:50:45.4006809Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:45.4037141Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:45.4050468Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:45.4081590Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T00:50:45.4094455Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:45.4124488Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T00:50:45.4137683Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:45.4168230Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:45.4180601Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:45.4212481Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T00:50:45.4228740Z Entering 'third_party/zstd' 2022-11-23T00:50:45.4258860Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T00:50:45.7404850Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-11-23T00:50:45.7662597Z Entering 'android/libs/fbjni' 2022-11-23T00:50:45.7696248Z Entering 'third_party/FP16' 2022-11-23T00:50:45.7730433Z Entering 'third_party/FXdiv' 2022-11-23T00:50:45.7766216Z Entering 'third_party/NNPACK' 2022-11-23T00:50:45.7799645Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:45.7833238Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:45.7866904Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:45.7909898Z Entering 'third_party/benchmark' 2022-11-23T00:50:45.7943555Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:45.7977315Z Entering 'third_party/cub' 2022-11-23T00:50:45.8011145Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:45.8049151Z Entering 'third_party/cutlass' 2022-11-23T00:50:45.8089008Z Entering 'third_party/eigen' 2022-11-23T00:50:45.8124953Z Entering 'third_party/fbgemm' 2022-11-23T00:50:45.8158068Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:45.8191134Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:45.8227495Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:45.8261434Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:45.8296398Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:45.8332078Z Entering 'third_party/fmt' 2022-11-23T00:50:45.8366099Z Entering 'third_party/foxi' 2022-11-23T00:50:45.8399854Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:45.8434406Z Entering 'third_party/gloo' 2022-11-23T00:50:45.8468860Z Entering 'third_party/googletest' 2022-11-23T00:50:45.8502603Z Entering 'third_party/ideep' 2022-11-23T00:50:45.8535316Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:45.8570152Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:45.8609293Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:45.8642842Z Entering 'third_party/ittapi' 2022-11-23T00:50:45.8676363Z Entering 'third_party/kineto' 2022-11-23T00:50:45.8709297Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:45.8743486Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:45.8781127Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:45.8814455Z Entering 'third_party/neon2sse' 2022-11-23T00:50:45.8847289Z Entering 'third_party/nlohmann' 2022-11-23T00:50:45.8882174Z Entering 'third_party/onnx' 2022-11-23T00:50:45.8926368Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:45.8959459Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:45.8996317Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:45.9029124Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:45.9066187Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:45.9099225Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:45.9133281Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:45.9169491Z Entering 'third_party/pocketfft' 2022-11-23T00:50:45.9202165Z Entering 'third_party/protobuf' 2022-11-23T00:50:45.9238963Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:45.9272157Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:45.9307211Z Entering 'third_party/psimd' 2022-11-23T00:50:45.9340395Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:45.9376018Z Entering 'third_party/pybind11' 2022-11-23T00:50:45.9410396Z Entering 'third_party/python-enum' 2022-11-23T00:50:45.9445073Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:45.9478764Z Entering 'third_party/python-six' 2022-11-23T00:50:45.9511197Z Entering 'third_party/sleef' 2022-11-23T00:50:45.9544637Z Entering 'third_party/tbb' 2022-11-23T00:50:45.9579385Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:45.9612412Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:45.9645581Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:45.9678261Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:45.9711394Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:45.9743730Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:45.9777837Z Entering 'third_party/zstd' 2022-11-23T00:50:45.9823326Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-11-23T00:50:46.0066463Z Entering 'android/libs/fbjni' 2022-11-23T00:50:46.0099641Z Entering 'third_party/FP16' 2022-11-23T00:50:46.0133710Z Entering 'third_party/FXdiv' 2022-11-23T00:50:46.0168430Z Entering 'third_party/NNPACK' 2022-11-23T00:50:46.0201640Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:46.0235117Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:46.0268373Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:46.0313485Z Entering 'third_party/benchmark' 2022-11-23T00:50:46.0346531Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:46.0380155Z Entering 'third_party/cub' 2022-11-23T00:50:46.0414960Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:46.0452767Z Entering 'third_party/cutlass' 2022-11-23T00:50:46.0491531Z Entering 'third_party/eigen' 2022-11-23T00:50:46.0527269Z Entering 'third_party/fbgemm' 2022-11-23T00:50:46.0561061Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:46.0593863Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:46.0627119Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:46.0659903Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:46.0693211Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:46.0728290Z Entering 'third_party/fmt' 2022-11-23T00:50:46.0762935Z Entering 'third_party/foxi' 2022-11-23T00:50:46.0796712Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:46.0830599Z Entering 'third_party/gloo' 2022-11-23T00:50:46.0864820Z Entering 'third_party/googletest' 2022-11-23T00:50:46.0899088Z Entering 'third_party/ideep' 2022-11-23T00:50:46.0933095Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:46.0968597Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:46.1007987Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:46.1041864Z Entering 'third_party/ittapi' 2022-11-23T00:50:46.1074791Z Entering 'third_party/kineto' 2022-11-23T00:50:46.1107854Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:46.1140659Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:46.1175725Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:46.1208473Z Entering 'third_party/neon2sse' 2022-11-23T00:50:46.1241329Z Entering 'third_party/nlohmann' 2022-11-23T00:50:46.1275562Z Entering 'third_party/onnx' 2022-11-23T00:50:46.1319663Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:46.1352855Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:46.1387130Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:46.1420111Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:46.1457357Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:46.1489673Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:46.1521826Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:46.1559216Z Entering 'third_party/pocketfft' 2022-11-23T00:50:46.1592097Z Entering 'third_party/protobuf' 2022-11-23T00:50:46.1630505Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:46.1664877Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:46.1698807Z Entering 'third_party/psimd' 2022-11-23T00:50:46.1732566Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:46.1766833Z Entering 'third_party/pybind11' 2022-11-23T00:50:46.1800559Z Entering 'third_party/python-enum' 2022-11-23T00:50:46.1834247Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:46.1867469Z Entering 'third_party/python-six' 2022-11-23T00:50:46.1901676Z Entering 'third_party/sleef' 2022-11-23T00:50:46.1934747Z Entering 'third_party/tbb' 2022-11-23T00:50:46.1968918Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:46.2002465Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:46.2036156Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:46.2068537Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:46.2101281Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:46.2134073Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:46.2170349Z Entering 'third_party/zstd' 2022-11-23T00:50:46.2211606Z ##[endgroup] 2022-11-23T00:50:46.2250591Z [command]/usr/bin/git log -1 --format='%H' 2022-11-23T00:50:46.2273748Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T00:50:46.2387663Z Prepare all required actions 2022-11-23T00:50:46.2411462Z ##[group]Run ./.github/actions/setup-linux 2022-11-23T00:50:46.2411673Z ##[endgroup] 2022-11-23T00:50:46.2442410Z ##[group]Run set -euo pipefail 2022-11-23T00:50:46.2442650Z set -euo pipefail 2022-11-23T00:50:46.2442863Z function get_ec2_metadata() { 2022-11-23T00:50:46.2443108Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T00:50:46.2443448Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T00:50:46.2443753Z  category=$1 2022-11-23T00:50:46.2443998Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T00:50:46.2444218Z } 2022-11-23T00:50:46.2444405Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T00:50:46.2444663Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T00:50:46.2444964Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T00:50:46.2445198Z echo "system info $(uname -a)" 2022-11-23T00:50:46.2456804Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:46.2457031Z ##[endgroup] 2022-11-23T00:50:46.2537833Z ami-id: ami-096198a0bccc6bad4 2022-11-23T00:50:46.2586970Z instance-id: i-05bb06d114849efff 2022-11-23T00:50:46.2638730Z instance-type: c5.2xlarge 2022-11-23T00:50:46.2645075Z system info Linux ip-10-0-3-12.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-11-23T00:50:46.2659714Z ##[group]Run if systemctl is-active --quiet docker; then 2022-11-23T00:50:46.2660002Z if systemctl is-active --quiet docker; then 2022-11-23T00:50:46.2660245Z  echo "Docker daemon is running..."; 2022-11-23T00:50:46.2660435Z else 2022-11-23T00:50:46.2660670Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-11-23T00:50:46.2660904Z fi 2022-11-23T00:50:46.2672373Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:46.2672604Z ##[endgroup] 2022-11-23T00:50:46.2712501Z Docker daemon is running... 2022-11-23T00:50:46.2727047Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T00:50:46.2727405Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T00:50:46.2727687Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:50:46.2728065Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-11-23T00:50:46.2728413Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-11-23T00:50:46.2738429Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:46.2738647Z env: 2022-11-23T00:50:46.2738822Z AWS_RETRY_MODE: standard 2022-11-23T00:50:46.2739011Z AWS_MAX_ATTEMPTS: 5 2022-11-23T00:50:46.2739199Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T00:50:46.2739388Z ##[endgroup] 2022-11-23T00:50:47.0145134Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-11-23T00:50:47.0145486Z Configure a credential helper to remove this warning. See 2022-11-23T00:50:47.0145907Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-11-23T00:50:47.0146104Z 2022-11-23T00:50:47.0146386Z Login Succeeded 2022-11-23T00:50:47.0177424Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:50:47.0177738Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:50:47.0178009Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:50:47.0189727Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:47.0189956Z ##[endgroup] 2022-11-23T00:50:47.0280068Z Prepare all required actions 2022-11-23T00:50:47.0331561Z ##[group]Run ./.github/actions/calculate-docker-image 2022-11-23T00:50:47.0331783Z with: 2022-11-23T00:50:47.0332020Z docker-image-name: pytorch-linux-focal-rocm5.2-py3.8 2022-11-23T00:50:47.0332245Z xla: false 2022-11-23T00:50:47.0332417Z skip_push: true 2022-11-23T00:50:47.0332600Z ##[endgroup] 2022-11-23T00:50:47.0383124Z ##[group]Run if [ -n "${IS_XLA}" ]; then 2022-11-23T00:50:47.0383363Z if [ -n "${IS_XLA}" ]; then 2022-11-23T00:50:47.0383622Z  echo "XLA workflow uses pre-built test image at ${XLA_IMAGE_TAG}" 2022-11-23T00:50:47.0383915Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T00:50:47.0384187Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:47.0384481Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${XLA_IMAGE_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:47.0384726Z else 2022-11-23T00:50:47.0384973Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T00:50:47.0385226Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:47.0385514Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:47.0385747Z fi 2022-11-23T00:50:47.0396246Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:47.0396551Z env: 2022-11-23T00:50:47.0396713Z IS_XLA: 2022-11-23T00:50:47.0396872Z XLA_IMAGE_TAG: v0.4 2022-11-23T00:50:47.0397184Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8 2022-11-23T00:50:47.0397480Z ##[endgroup] 2022-11-23T00:50:47.0472069Z ##[group]Run set -x 2022-11-23T00:50:47.0472349Z set -x 2022-11-23T00:50:47.0472737Z # Check if image already exists, if it does then skip building it 2022-11-23T00:50:47.0473110Z if docker manifest inspect "${DOCKER_IMAGE}"; then 2022-11-23T00:50:47.0473356Z  exit 0 2022-11-23T00:50:47.0473578Z fi 2022-11-23T00:50:47.0473850Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2022-11-23T00:50:47.0474140Z  # if we're on the base branch then use the parent commit 2022-11-23T00:50:47.0474477Z  MERGE_BASE=$(git rev-parse HEAD~) 2022-11-23T00:50:47.0474749Z else 2022-11-23T00:50:47.0475034Z  # otherwise we're on a PR, so use the most recent base commit 2022-11-23T00:50:47.0475326Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2022-11-23T00:50:47.0475601Z fi 2022-11-23T00:50:47.0475906Z # Covers the case where a previous tag doesn't exist for the tree 2022-11-23T00:50:47.0476264Z # this is only really applicable on trees that don't have `.circleci/docker` at its merge base, i.e. nightly 2022-11-23T00:50:47.0476641Z if ! git rev-parse "$MERGE_BASE:.circleci/docker"; then 2022-11-23T00:50:47.0477047Z  echo "Directory '.circleci/docker' not found in commit $MERGE_BASE, you should probably rebase onto a more recent commit" 2022-11-23T00:50:47.0477432Z  exit 1 2022-11-23T00:50:47.0477613Z fi 2022-11-23T00:50:47.0477902Z PREVIOUS_DOCKER_TAG=$(git rev-parse "$MERGE_BASE:.circleci/docker") 2022-11-23T00:50:47.0478293Z # If no image exists but the hash is the same as the previous hash then we should error out here 2022-11-23T00:50:47.0478656Z if [[ "${PREVIOUS_DOCKER_TAG}" = "${DOCKER_TAG}" ]]; then 2022-11-23T00:50:47.0479022Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2022-11-23T00:50:47.0479436Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2022-11-23T00:50:47.0479821Z  # NOTE: DOCKER_FORCE_PUSH will always be set to true for docker-builds.yml 2022-11-23T00:50:47.0480192Z  if [[ "${DOCKER_FORCE_PUSH}" != "true" ]]; then 2022-11-23T00:50:47.0480558Z  # In order to avoid a stampeding herd of jobs trying to push all at once we set it to 2022-11-23T00:50:47.0480972Z  # skip the push. If this is negatively affecting TTS across the board the suggestion 2022-11-23T00:50:47.0481379Z  # should be to run the docker-builds.yml workflow to generate the correct docker builds 2022-11-23T00:50:47.0481698Z  echo "skip_push=true" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:47.0482060Z  fi 2022-11-23T00:50:47.0482300Z fi 2022-11-23T00:50:47.0482562Z echo "rebuild=yes" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:47.0492863Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:47.0493159Z env: 2022-11-23T00:50:47.0493472Z BASE_REVISION: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:50:47.0493877Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:47.0494312Z DOCKER_TAG: 072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:47.0494589Z DOCKER_FORCE_PUSH: 2022-11-23T00:50:47.0494784Z ##[endgroup] 2022-11-23T00:50:47.0534071Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:47.2643062Z { 2022-11-23T00:50:47.2643812Z "schemaVersion": 2, 2022-11-23T00:50:47.2644425Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2022-11-23T00:50:47.2644734Z "config": { 2022-11-23T00:50:47.2645516Z "mediaType": "application/vnd.docker.container.image.v1+json", 2022-11-23T00:50:47.2656815Z "size": 17005, 2022-11-23T00:50:47.2657158Z "digest": "sha256:811bd0469bb7b13f7d5156ef28797d4806c557ef468fb898056e584dc9b3fde0" 2022-11-23T00:50:47.2657617Z }, 2022-11-23T00:50:47.2657896Z "layers": [ 2022-11-23T00:50:47.2658193Z { 2022-11-23T00:50:47.2658670Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2659103Z "size": 28577834, 2022-11-23T00:50:47.2659498Z "digest": "sha256:eaead16dc43bb8811d4ff450935d607f9ba4baffda4fc110cc402fa43f601d83" 2022-11-23T00:50:47.2659954Z }, 2022-11-23T00:50:47.2660243Z { 2022-11-23T00:50:47.2660558Z + exit 0 2022-11-23T00:50:47.2660855Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2661212Z "size": 2063, 2022-11-23T00:50:47.2661924Z "digest": "sha256:27658ccd5bfe102a7da8a4346f16f55187546dd11de0f6f09568d9d201f5f051" 2022-11-23T00:50:47.2662337Z }, 2022-11-23T00:50:47.2662613Z { 2022-11-23T00:50:47.2663091Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2663416Z "size": 310125601, 2022-11-23T00:50:47.2663675Z "digest": "sha256:d9201a8b6e7d9b6aa0ee99e26415664114f782619ec6a19d0226d0c0618e2bc2" 2022-11-23T00:50:47.2663917Z }, 2022-11-23T00:50:47.2664067Z { 2022-11-23T00:50:47.2664320Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2664570Z "size": 848, 2022-11-23T00:50:47.2664822Z "digest": "sha256:c2ae9ef00951fe5513d17d1d688152cce1c669ba0e2198fd74af7d1e93761f80" 2022-11-23T00:50:47.2665076Z }, 2022-11-23T00:50:47.2665224Z { 2022-11-23T00:50:47.2665527Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2665902Z "size": 106, 2022-11-23T00:50:47.2666335Z "digest": "sha256:217c4a5a2f7b506724f08885e19841d489b3644912f5d357cb277dfcc847299f" 2022-11-23T00:50:47.2666722Z }, 2022-11-23T00:50:47.2666975Z { 2022-11-23T00:50:47.2667429Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2667888Z "size": 452, 2022-11-23T00:50:47.2668367Z "digest": "sha256:d14f801ddf5549e596bbe263cdd1348a72da9169da35e69637d4091e288ff890" 2022-11-23T00:50:47.2668801Z }, 2022-11-23T00:50:47.2668951Z { 2022-11-23T00:50:47.2669451Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2669936Z "size": 1275, 2022-11-23T00:50:47.2670278Z "digest": "sha256:6498cf6e7504b99ca79375ee6b3806256c46928b89640d67c497ff8935ceb659" 2022-11-23T00:50:47.2670497Z }, 2022-11-23T00:50:47.2670644Z { 2022-11-23T00:50:47.2670891Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2671140Z "size": 2611, 2022-11-23T00:50:47.2671385Z "digest": "sha256:22294a5006686d3a178477ffbc777e515ee369f149c9cb9e4895fbed976751cd" 2022-11-23T00:50:47.2671696Z }, 2022-11-23T00:50:47.2671970Z { 2022-11-23T00:50:47.2672410Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2674185Z "size": 1959, 2022-11-23T00:50:47.2674663Z "digest": "sha256:426971e89b4e94f5090d5763753b71d84ca885bc2f65f82d0e2bd050034d18f7" 2022-11-23T00:50:47.2675079Z }, 2022-11-23T00:50:47.2675408Z { 2022-11-23T00:50:47.2675864Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2676365Z "size": 1726729615, 2022-11-23T00:50:47.2676877Z "digest": "sha256:f377a38c638bad568413c26ffa0ccf6d64888547d7bb14a414f12d928659764a" 2022-11-23T00:50:47.2677275Z }, 2022-11-23T00:50:47.2677413Z { 2022-11-23T00:50:47.2677660Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2677909Z "size": 170, 2022-11-23T00:50:47.2678158Z "digest": "sha256:0ad2147f82bb866fb378e223529556c650a0d1ef996db6dec4418acbddaf70fe" 2022-11-23T00:50:47.2678537Z }, 2022-11-23T00:50:47.2678686Z { 2022-11-23T00:50:47.2678917Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2679165Z "size": 465, 2022-11-23T00:50:47.2679423Z "digest": "sha256:aa50cd954d4e446450528468353b6c96aefe05a7cc18b8f61a293b081ae417b4" 2022-11-23T00:50:47.2679650Z }, 2022-11-23T00:50:47.2679800Z { 2022-11-23T00:50:47.2680045Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2680281Z "size": 11054, 2022-11-23T00:50:47.2680555Z "digest": "sha256:95709ae608b3cb0a9ff2a5d2fe3abf2fec5599eb22be085d99d6b78d1e1eafe2" 2022-11-23T00:50:47.2680810Z }, 2022-11-23T00:50:47.2680948Z { 2022-11-23T00:50:47.2681189Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2681436Z "size": 888, 2022-11-23T00:50:47.2681678Z "digest": "sha256:45f8609ca5d25762be37396f445cbdc8157f8003909bfc9c108bd6d42b1892ed" 2022-11-23T00:50:47.2681995Z }, 2022-11-23T00:50:47.2682151Z { 2022-11-23T00:50:47.2682381Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2682629Z "size": 121477470, 2022-11-23T00:50:47.2682891Z "digest": "sha256:b8a666b890892f9fe33a3c89587a381d24c3d883a0593fff34056f7b19a9c2fa" 2022-11-23T00:50:47.2683128Z }, 2022-11-23T00:50:47.2683264Z { 2022-11-23T00:50:47.2685046Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2685465Z "size": 109, 2022-11-23T00:50:47.2685880Z "digest": "sha256:1556aa636e88476cc93ef6a326c75f4007c4870976049de9f8022c90ce039efe" 2022-11-23T00:50:47.2686321Z }, 2022-11-23T00:50:47.2686600Z { 2022-11-23T00:50:47.2687081Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2687383Z "size": 560, 2022-11-23T00:50:47.2687657Z "digest": "sha256:bd8d858b2bd1edae3f8990e06521fd58c73a80f21753a28989b5bd39caef56b3" 2022-11-23T00:50:47.2687917Z }, 2022-11-23T00:50:47.2688052Z { 2022-11-23T00:50:47.2688299Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2688551Z "size": 1143386, 2022-11-23T00:50:47.2688809Z "digest": "sha256:ed83ff249465690aef6cc7a4abe0473a5cd9cfe6d84444dd4bdeae15518b9498" 2022-11-23T00:50:47.2689060Z }, 2022-11-23T00:50:47.2689208Z { 2022-11-23T00:50:47.2689439Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2689686Z "size": 103, 2022-11-23T00:50:47.2690021Z "digest": "sha256:1e98efa914dfe841728259746725183f2e469135a07590dee64b7d276220b5d0" 2022-11-23T00:50:47.2690244Z }, 2022-11-23T00:50:47.2690395Z { 2022-11-23T00:50:47.2690643Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2690878Z "size": 550, 2022-11-23T00:50:47.2691147Z "digest": "sha256:c0dccc0db920086b43da319bf4a92201fb3a9104ea226e7aa676d772741a1233" 2022-11-23T00:50:47.2691398Z }, 2022-11-23T00:50:47.2691536Z { 2022-11-23T00:50:47.2691782Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2692030Z "size": 219199777, 2022-11-23T00:50:47.2692302Z "digest": "sha256:2ba92de579227ece9a1daaba03026c62f5896af6d5fc5dabe0119d5a20c3dca6" 2022-11-23T00:50:47.2692540Z }, 2022-11-23T00:50:47.2692687Z { 2022-11-23T00:50:47.2692928Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2693161Z "size": 107, 2022-11-23T00:50:47.2693432Z "digest": "sha256:9dbedcd13c1aa604b12b5af0a7c5d91566f970e24dbb6b84db2067c66640026f" 2022-11-23T00:50:47.2693688Z }, 2022-11-23T00:50:47.2693827Z { 2022-11-23T00:50:47.2694070Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2694315Z "size": 1567, 2022-11-23T00:50:47.2694550Z "digest": "sha256:3aa29996433241350e5d1ac694c00a06a683681f7c3fe2a6918f2285fe11856d" 2022-11-23T00:50:47.2694775Z }, 2022-11-23T00:50:47.2694922Z { 2022-11-23T00:50:47.2695202Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2695448Z "size": 4447548988, 2022-11-23T00:50:47.2695705Z "digest": "sha256:3043ecc0752cb3aba072588037b899565418fc9d503798eafe31c1454eccc835" 2022-11-23T00:50:47.2695929Z }, 2022-11-23T00:50:47.2696076Z { 2022-11-23T00:50:47.2696319Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2696553Z "size": 105, 2022-11-23T00:50:47.2696806Z "digest": "sha256:8aaa872fa4624805f21238a39f8859f7964c2c554f1a1317dfe21e1816365800" 2022-11-23T00:50:47.2697042Z }, 2022-11-23T00:50:47.2697179Z { 2022-11-23T00:50:47.2697424Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2697669Z "size": 820, 2022-11-23T00:50:47.2697934Z "digest": "sha256:f00db5c428e3a1cf98679cb6fc335095b37efbbab168a7289b6a9fc752036a30" 2022-11-23T00:50:47.2698169Z }, 2022-11-23T00:50:47.2698316Z { 2022-11-23T00:50:47.2698558Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2698796Z "size": 185330767, 2022-11-23T00:50:47.2699059Z "digest": "sha256:f97ef057eff7c4b706ea124a1b8e202183e25f005a6238dcc7144284773c9024" 2022-11-23T00:50:47.2699299Z }, 2022-11-23T00:50:47.2699434Z { 2022-11-23T00:50:47.2699676Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2699921Z "size": 111, 2022-11-23T00:50:47.2700174Z "digest": "sha256:e6bcce98053a2e2a5f82c2a3c6a24c875bcce4392fab3af62394057557943706" 2022-11-23T00:50:47.2700438Z }, 2022-11-23T00:50:47.2700589Z { 2022-11-23T00:50:47.2700832Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2701066Z "size": 449, 2022-11-23T00:50:47.2701335Z "digest": "sha256:36ebb57ed8c8ed21dbc0352d7d47eed503296fcb2581b1bd1dce19871302545e" 2022-11-23T00:50:47.2701768Z }, 2022-11-23T00:50:47.2701911Z { 2022-11-23T00:50:47.2702158Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2702409Z "size": 106, 2022-11-23T00:50:47.2702656Z "digest": "sha256:da6d166ba3ed94f25020a1c1b55f2b141494e85b280820538658ea067dd47bde" 2022-11-23T00:50:47.2702895Z }, 2022-11-23T00:50:47.2703045Z { 2022-11-23T00:50:47.2703277Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2703524Z "size": 293, 2022-11-23T00:50:47.2703779Z "digest": "sha256:e507200c3cc14e346c2fe989664fd07f9de813fe60a51b679c73db7bb039cafa" 2022-11-23T00:50:47.2704009Z }, 2022-11-23T00:50:47.2704156Z { 2022-11-23T00:50:47.2704479Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2704717Z "size": 106, 2022-11-23T00:50:47.2704982Z "digest": "sha256:de6e714ebb02b54cfe99ffee5524071f5d70c1477c3807a00629870783a13ee6" 2022-11-23T00:50:47.2705231Z }, 2022-11-23T00:50:47.2705365Z { 2022-11-23T00:50:47.2705613Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2705866Z "size": 1763, 2022-11-23T00:50:47.2706142Z "digest": "sha256:9be8d6392bc862d9aeb782a6fed82b586c9167b6def3e6e0b08e01784ebdf9e4" 2022-11-23T00:50:47.2706378Z }, 2022-11-23T00:50:47.2706529Z { 2022-11-23T00:50:47.2706771Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:47.2707007Z "size": 15983040, 2022-11-23T00:50:47.2707259Z "digest": "sha256:755b5e40164d2073ac86b270a2d4d7d004e916fd11d00007126a2e5b5c815b36" 2022-11-23T00:50:47.2707492Z } 2022-11-23T00:50:47.2707625Z ] 2022-11-23T00:50:47.2707771Z } 2022-11-23T00:50:47.2858668Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-11-23T00:50:47.2858933Z with: 2022-11-23T00:50:47.2859271Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:47.2859607Z ##[endgroup] 2022-11-23T00:50:47.2871271Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:50:47.2871619Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:50:47.2871884Z # ignore output since only exit code is used for conditional 2022-11-23T00:50:47.2872166Z # only pull docker image if it's not available locally 2022-11-23T00:50:47.2872461Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-11-23T00:50:47.2872726Z  retry docker pull "${DOCKER_IMAGE}" 2022-11-23T00:50:47.2872922Z fi 2022-11-23T00:50:47.2884217Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:47.2884437Z env: 2022-11-23T00:50:47.2884762Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:47.2885095Z ##[endgroup] 2022-11-23T00:50:47.4981029Z 072aae4a77ed7d3a69ad5683420509c41301b940: Pulling from pytorch/pytorch-linux-focal-rocm5.2-py3.8 2022-11-23T00:50:47.4981807Z eaead16dc43b: Pulling fs layer 2022-11-23T00:50:47.4982276Z 27658ccd5bfe: Pulling fs layer 2022-11-23T00:50:47.4982644Z d9201a8b6e7d: Pulling fs layer 2022-11-23T00:50:47.4982998Z c2ae9ef00951: Pulling fs layer 2022-11-23T00:50:47.4983327Z 217c4a5a2f7b: Pulling fs layer 2022-11-23T00:50:47.4983670Z d14f801ddf55: Pulling fs layer 2022-11-23T00:50:47.4984012Z 6498cf6e7504: Pulling fs layer 2022-11-23T00:50:47.4984359Z 22294a500668: Pulling fs layer 2022-11-23T00:50:47.4984706Z 426971e89b4e: Pulling fs layer 2022-11-23T00:50:47.4985053Z f377a38c638b: Pulling fs layer 2022-11-23T00:50:47.4985408Z 0ad2147f82bb: Pulling fs layer 2022-11-23T00:50:47.4985773Z aa50cd954d4e: Pulling fs layer 2022-11-23T00:50:47.4986124Z 95709ae608b3: Pulling fs layer 2022-11-23T00:50:47.4986478Z 45f8609ca5d2: Pulling fs layer 2022-11-23T00:50:47.4986842Z b8a666b89089: Pulling fs layer 2022-11-23T00:50:47.4987155Z 1556aa636e88: Pulling fs layer 2022-11-23T00:50:47.4987347Z bd8d858b2bd1: Pulling fs layer 2022-11-23T00:50:47.4987539Z ed83ff249465: Pulling fs layer 2022-11-23T00:50:47.4987714Z c2ae9ef00951: Waiting 2022-11-23T00:50:47.4987903Z 1e98efa914df: Pulling fs layer 2022-11-23T00:50:47.4988087Z d14f801ddf55: Waiting 2022-11-23T00:50:47.4988265Z c0dccc0db920: Pulling fs layer 2022-11-23T00:50:47.4988447Z 6498cf6e7504: Waiting 2022-11-23T00:50:47.4988628Z 2ba92de57922: Pulling fs layer 2022-11-23T00:50:47.4988811Z 9dbedcd13c1a: Pulling fs layer 2022-11-23T00:50:47.4988995Z 95709ae608b3: Waiting 2022-11-23T00:50:47.4989174Z 3aa299964332: Pulling fs layer 2022-11-23T00:50:47.4989353Z 3043ecc0752c: Pulling fs layer 2022-11-23T00:50:47.4989536Z 217c4a5a2f7b: Waiting 2022-11-23T00:50:47.4989722Z 8aaa872fa462: Pulling fs layer 2022-11-23T00:50:47.4989993Z 45f8609ca5d2: Waiting 2022-11-23T00:50:47.4990150Z b8a666b89089: Waiting 2022-11-23T00:50:47.4990321Z c0dccc0db920: Waiting 2022-11-23T00:50:47.4990506Z f00db5c428e3: Pulling fs layer 2022-11-23T00:50:47.4990688Z f97ef057eff7: Pulling fs layer 2022-11-23T00:50:47.4990868Z 2ba92de57922: Waiting 2022-11-23T00:50:47.4991046Z 9dbedcd13c1a: Waiting 2022-11-23T00:50:47.4991217Z e6bcce98053a: Pulling fs layer 2022-11-23T00:50:47.4991680Z 426971e89b4e: Waiting 2022-11-23T00:50:47.4991995Z 36ebb57ed8c8: Pulling fs layer 2022-11-23T00:50:47.4992238Z da6d166ba3ed: Pulling fs layer 2022-11-23T00:50:47.4992424Z f377a38c638b: Waiting 2022-11-23T00:50:47.4992596Z 3aa299964332: Waiting 2022-11-23T00:50:47.4992765Z e507200c3cc1: Pulling fs layer 2022-11-23T00:50:47.4992962Z de6e714ebb02: Pulling fs layer 2022-11-23T00:50:47.4993303Z 9be8d6392bc8: Pulling fs layer 2022-11-23T00:50:47.4993487Z 755b5e40164d: Pulling fs layer 2022-11-23T00:50:47.4993670Z 3043ecc0752c: Waiting 2022-11-23T00:50:47.4993842Z 1556aa636e88: Waiting 2022-11-23T00:50:47.4994000Z bd8d858b2bd1: Waiting 2022-11-23T00:50:47.4994176Z f00db5c428e3: Waiting 2022-11-23T00:50:47.4994348Z ed83ff249465: Waiting 2022-11-23T00:50:47.4994503Z e507200c3cc1: Waiting 2022-11-23T00:50:47.4994675Z f97ef057eff7: Waiting 2022-11-23T00:50:47.4994845Z e6bcce98053a: Waiting 2022-11-23T00:50:47.4995066Z 36ebb57ed8c8: Waiting 2022-11-23T00:50:47.4995236Z 1e98efa914df: Waiting 2022-11-23T00:50:47.4995407Z da6d166ba3ed: Waiting 2022-11-23T00:50:47.4995563Z 755b5e40164d: Waiting 2022-11-23T00:50:47.4995727Z 22294a500668: Waiting 2022-11-23T00:50:47.5740396Z 27658ccd5bfe: Verifying Checksum 2022-11-23T00:50:47.5740805Z 27658ccd5bfe: Download complete 2022-11-23T00:50:47.6646439Z c2ae9ef00951: Verifying Checksum 2022-11-23T00:50:47.6646884Z c2ae9ef00951: Download complete 2022-11-23T00:50:47.7556670Z 217c4a5a2f7b: Download complete 2022-11-23T00:50:47.8262881Z d14f801ddf55: Download complete 2022-11-23T00:50:47.8758553Z eaead16dc43b: Verifying Checksum 2022-11-23T00:50:47.8758956Z eaead16dc43b: Download complete 2022-11-23T00:50:47.9297611Z 6498cf6e7504: Download complete 2022-11-23T00:50:47.9339735Z 22294a500668: Verifying Checksum 2022-11-23T00:50:47.9340174Z 22294a500668: Download complete 2022-11-23T00:50:48.0082874Z 426971e89b4e: Verifying Checksum 2022-11-23T00:50:48.0083246Z 426971e89b4e: Download complete 2022-11-23T00:50:48.0959062Z 0ad2147f82bb: Verifying Checksum 2022-11-23T00:50:48.0959479Z 0ad2147f82bb: Download complete 2022-11-23T00:50:48.1673781Z aa50cd954d4e: Verifying Checksum 2022-11-23T00:50:48.1674226Z aa50cd954d4e: Download complete 2022-11-23T00:50:48.2496623Z 95709ae608b3: Download complete 2022-11-23T00:50:48.3289961Z 45f8609ca5d2: Verifying Checksum 2022-11-23T00:50:48.3290301Z 45f8609ca5d2: Download complete 2022-11-23T00:50:48.5439539Z eaead16dc43b: Pull complete 2022-11-23T00:50:48.6338141Z 27658ccd5bfe: Pull complete 2022-11-23T00:50:50.9487947Z b8a666b89089: Verifying Checksum 2022-11-23T00:50:50.9488320Z b8a666b89089: Download complete 2022-11-23T00:50:51.0257175Z 1556aa636e88: Download complete 2022-11-23T00:50:51.0899645Z bd8d858b2bd1: Verifying Checksum 2022-11-23T00:50:51.0900175Z bd8d858b2bd1: Download complete 2022-11-23T00:50:51.2111519Z ed83ff249465: Download complete 2022-11-23T00:50:51.2811981Z 1e98efa914df: Verifying Checksum 2022-11-23T00:50:51.2812465Z 1e98efa914df: Download complete 2022-11-23T00:50:51.3590281Z c0dccc0db920: Download complete 2022-11-23T00:50:54.3906195Z d9201a8b6e7d: Verifying Checksum 2022-11-23T00:50:54.3906573Z d9201a8b6e7d: Download complete 2022-11-23T00:50:54.4737333Z 9dbedcd13c1a: Verifying Checksum 2022-11-23T00:50:54.4737714Z 9dbedcd13c1a: Download complete 2022-11-23T00:50:54.5582277Z 3aa299964332: Download complete 2022-11-23T00:50:56.0497904Z 2ba92de57922: Verifying Checksum 2022-11-23T00:50:56.0498582Z 2ba92de57922: Download complete 2022-11-23T00:50:56.1235031Z 8aaa872fa462: Verifying Checksum 2022-11-23T00:50:56.1235426Z 8aaa872fa462: Download complete 2022-11-23T00:50:56.2389728Z f00db5c428e3: Download complete 2022-11-23T00:50:59.8703543Z f97ef057eff7: Verifying Checksum 2022-11-23T00:50:59.8703940Z f97ef057eff7: Download complete 2022-11-23T00:50:59.9428105Z e6bcce98053a: Verifying Checksum 2022-11-23T00:50:59.9428479Z e6bcce98053a: Download complete 2022-11-23T00:51:00.0755623Z 36ebb57ed8c8: Download complete 2022-11-23T00:51:00.1741987Z da6d166ba3ed: Download complete 2022-11-23T00:51:00.3060380Z e507200c3cc1: Verifying Checksum 2022-11-23T00:51:00.3878877Z de6e714ebb02: Download complete 2022-11-23T00:51:00.4591123Z 9be8d6392bc8: Verifying Checksum 2022-11-23T00:51:00.4591474Z 9be8d6392bc8: Download complete 2022-11-23T00:51:00.8096908Z d9201a8b6e7d: Pull complete 2022-11-23T00:51:00.8505955Z 755b5e40164d: Download complete 2022-11-23T00:51:01.0469507Z c2ae9ef00951: Pull complete 2022-11-23T00:51:01.2932324Z 217c4a5a2f7b: Pull complete 2022-11-23T00:51:01.5638371Z d14f801ddf55: Pull complete 2022-11-23T00:51:01.7933519Z 6498cf6e7504: Pull complete 2022-11-23T00:51:02.0364314Z 22294a500668: Pull complete 2022-11-23T00:51:02.2848097Z 426971e89b4e: Pull complete 2022-11-23T00:51:25.1061091Z f377a38c638b: Verifying Checksum 2022-11-23T00:51:25.1061380Z f377a38c638b: Download complete 2022-11-23T00:52:10.4280260Z f377a38c638b: Pull complete 2022-11-23T00:52:10.7482544Z 0ad2147f82bb: Pull complete 2022-11-23T00:52:10.9807010Z aa50cd954d4e: Pull complete 2022-11-23T00:52:11.1117518Z 95709ae608b3: Pull complete 2022-11-23T00:52:11.3351083Z 45f8609ca5d2: Pull complete 2022-11-23T00:52:12.1031416Z 3043ecc0752c: Verifying Checksum 2022-11-23T00:52:12.1031684Z 3043ecc0752c: Download complete 2022-11-23T00:52:16.1668537Z b8a666b89089: Pull complete 2022-11-23T00:52:16.6431065Z 1556aa636e88: Pull complete 2022-11-23T00:52:16.9651721Z bd8d858b2bd1: Pull complete 2022-11-23T00:52:17.2395601Z ed83ff249465: Pull complete 2022-11-23T00:52:17.4629270Z 1e98efa914df: Pull complete 2022-11-23T00:52:17.6832357Z c0dccc0db920: Pull complete 2022-11-23T00:52:22.5557474Z 2ba92de57922: Pull complete 2022-11-23T00:52:22.7772757Z 9dbedcd13c1a: Pull complete 2022-11-23T00:52:23.0144008Z 3aa299964332: Pull complete 2022-11-23T00:54:17.4505045Z 3043ecc0752c: Pull complete 2022-11-23T00:54:17.8186408Z 8aaa872fa462: Pull complete 2022-11-23T00:54:18.0804988Z f00db5c428e3: Pull complete 2022-11-23T00:54:21.5509751Z f97ef057eff7: Pull complete 2022-11-23T00:54:21.7423722Z e6bcce98053a: Pull complete 2022-11-23T00:54:21.9552855Z 36ebb57ed8c8: Pull complete 2022-11-23T00:54:22.1411123Z da6d166ba3ed: Pull complete 2022-11-23T00:54:22.2936244Z e507200c3cc1: Pull complete 2022-11-23T00:54:22.5114551Z de6e714ebb02: Pull complete 2022-11-23T00:54:22.7156367Z 9be8d6392bc8: Pull complete 2022-11-23T00:54:23.2652517Z 755b5e40164d: Pull complete 2022-11-23T00:54:23.3889850Z Digest: sha256:e87a36ec61feda70f611e8b9d81b5905818ddbccaa4370d649a51cd9a3833ba3 2022-11-23T00:54:23.4330127Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:54:23.4528211Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:54:23.4559849Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T00:54:23.4560081Z .github/scripts/parse_ref.py 2022-11-23T00:54:23.4580617Z shell: /usr/bin/bash -e {0} 2022-11-23T00:54:23.4580832Z ##[endgroup] 2022-11-23T00:54:23.9915190Z Prepare all required actions 2022-11-23T00:54:23.9915437Z Getting action download info 2022-11-23T00:54:24.1452208Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T00:54:24.2974968Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T00:54:24.2975190Z with: 2022-11-23T00:54:24.2975499Z github-token: *** 2022-11-23T00:54:24.2975663Z ##[endgroup] 2022-11-23T00:54:24.3044561Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T00:54:24.3044874Z with: 2022-11-23T00:54:24.3045082Z shell: bash 2022-11-23T00:54:24.3045270Z timeout_minutes: 10 2022-11-23T00:54:24.3045502Z max_attempts: 5 2022-11-23T00:54:24.3045752Z retry_wait_seconds: 30 2022-11-23T00:54:24.3046228Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "job-id=${GHA_WORKFLOW_JOB_ID}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:54:24.3046676Z polling_interval_seconds: 1 2022-11-23T00:54:24.3046891Z warning_on_retry: true 2022-11-23T00:54:24.3047119Z continue_on_error: false 2022-11-23T00:54:24.3047396Z env: 2022-11-23T00:54:24.3047767Z GITHUB_TOKEN: *** 2022-11-23T00:54:24.3047964Z ##[endgroup] 2022-11-23T00:54:26.0480838Z + python3 -m pip install requests==2.26.0 2022-11-23T00:54:28.6726783Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T00:54:28.8737951Z Collecting requests==2.26.0 2022-11-23T00:54:28.8872556Z Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-11-23T00:54:29.0477691Z Collecting charset-normalizer~=2.0.0; python_version >= "3" 2022-11-23T00:54:29.0510423Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-11-23T00:54:29.1259830Z Collecting idna<4,>=2.5; python_version >= "3" 2022-11-23T00:54:29.1305942Z Downloading idna-3.4-py3-none-any.whl (61 kB) 2022-11-23T00:54:29.2455841Z Collecting urllib3<1.27,>=1.21.1 2022-11-23T00:54:29.2491492Z Downloading urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-11-23T00:54:29.3552980Z Collecting certifi>=2017.4.17 2022-11-23T00:54:29.3588519Z Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-11-23T00:54:29.4527764Z Installing collected packages: charset-normalizer, idna, urllib3, certifi, requests 2022-11-23T00:54:29.4733574Z WARNING: The script normalizer is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-11-23T00:54:29.4734263Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-11-23T00:54:29.8380564Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-11-23T00:54:30.0157965Z ++ python3 .github/scripts/get_workflow_job_id.py 3528293554 i-05bb06d114849efff 2022-11-23T00:54:32.7695907Z + GHA_WORKFLOW_JOB_ID=9654934999 2022-11-23T00:54:32.7696459Z + echo job-id=9654934999 2022-11-23T00:54:33.0414552Z Command completed after 1 attempt(s). 2022-11-23T00:54:33.0477951Z Prepare all required actions 2022-11-23T00:54:33.0478244Z Getting action download info 2022-11-23T00:54:33.2159223Z ##[group]Run ./.github/actions/filter-test-configs 2022-11-23T00:54:33.2159445Z with: 2022-11-23T00:54:33.2159852Z github-token: *** 2022-11-23T00:54:33.2160188Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.rocm.gpu" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.rocm.gpu" }, ]} 2022-11-23T00:54:33.2160511Z ##[endgroup] 2022-11-23T00:54:33.2187019Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T00:54:33.2187257Z with: 2022-11-23T00:54:33.2187428Z shell: bash 2022-11-23T00:54:33.2187596Z timeout_minutes: 10 2022-11-23T00:54:33.2187784Z max_attempts: 5 2022-11-23T00:54:33.2187969Z retry_wait_seconds: 30 2022-11-23T00:54:33.2188209Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T00:54:33.2188527Z polling_interval_seconds: 1 2022-11-23T00:54:33.2188732Z warning_on_retry: true 2022-11-23T00:54:33.2188911Z continue_on_error: false 2022-11-23T00:54:33.2189087Z env: 2022-11-23T00:54:33.2189366Z GITHUB_TOKEN: *** 2022-11-23T00:54:33.2189529Z ##[endgroup] 2022-11-23T00:54:33.2676307Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T00:54:33.4684232Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T00:54:33.4844583Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-11-23T00:54:33.5939284Z Collecting pyyaml==6.0 2022-11-23T00:54:33.6087102Z Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) 2022-11-23T00:54:33.6292688Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-11-23T00:54:33.6310782Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12) 2022-11-23T00:54:33.6461725Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-11-23T00:54:33.6469685Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-11-23T00:54:33.6760201Z Installing collected packages: pyyaml 2022-11-23T00:54:33.7314959Z Successfully installed pyyaml-6.0 2022-11-23T00:54:34.2659790Z Command completed after 1 attempt(s). 2022-11-23T00:54:34.2709336Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T00:54:34.2709584Z .github/scripts/parse_ref.py 2022-11-23T00:54:34.2720552Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:54:34.2720865Z ##[endgroup] 2022-11-23T00:54:34.2934942Z ##[group]Run .github/scripts/filter_test_configs.py \ 2022-11-23T00:54:34.2935244Z .github/scripts/filter_test_configs.py \ 2022-11-23T00:54:34.2935470Z  --test-matrix "{ include: [ 2022-11-23T00:54:34.2935744Z  { config: "default", shard: 1, num_shards: 2, runner: "linux.rocm.gpu" }, 2022-11-23T00:54:34.2936049Z  { config: "default", shard: 2, num_shards: 2, runner: "linux.rocm.gpu" }, 2022-11-23T00:54:34.2936277Z ]} 2022-11-23T00:54:34.2936423Z " \ 2022-11-23T00:54:34.2936599Z  --pr-number "" \ 2022-11-23T00:54:34.2936785Z  --tag "" \ 2022-11-23T00:54:34.2936961Z  --event-name "push" 2022-11-23T00:54:34.2948136Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:54:34.2948362Z env: 2022-11-23T00:54:34.2948682Z GITHUB_TOKEN: *** 2022-11-23T00:54:34.2948845Z ##[endgroup] 2022-11-23T00:54:34.4181530Z ##[group]Run echo "{"include": [{"config": "default", "shard": 1, "num_shards": 2, "runner": "linux.rocm.gpu"}, {"config": "default", "shard": 2, "num_shards": 2, "runner": "linux.rocm.gpu"}]}" 2022-11-23T00:54:34.4182254Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 2, "runner": "linux.rocm.gpu"}, {"config": "default", "shard": 2, "num_shards": 2, "runner": "linux.rocm.gpu"}]}" 2022-11-23T00:54:34.4193203Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:54:34.4193430Z ##[endgroup] 2022-11-23T00:54:34.4216896Z {include: [{config: default, shard: 1, num_shards: 2, runner: linux.rocm.gpu}, {config: default, shard: 2, num_shards: 2, runner: linux.rocm.gpu}]} 2022-11-23T00:54:34.4286748Z ##[group]Run # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T00:54:34.4287104Z # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T00:54:34.4287371Z container_name=$(docker run \ 2022-11-23T00:54:34.4287577Z  -e BUILD_ENVIRONMENT \ 2022-11-23T00:54:34.4287820Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-11-23T00:54:34.4288039Z  -e AWS_DEFAULT_REGION \ 2022-11-23T00:54:34.4288241Z  -e PR_NUMBER \ 2022-11-23T00:54:34.4288415Z  -e SHA1 \ 2022-11-23T00:54:34.4288593Z  -e BRANCH \ 2022-11-23T00:54:34.4288781Z  -e SCCACHE_BUCKET \ 2022-11-23T00:54:34.4288972Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-11-23T00:54:34.4289170Z  -e XLA_CUDA \ 2022-11-23T00:54:34.4289379Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-11-23T00:54:34.4289603Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2022-11-23T00:54:34.4289857Z  -e TORCH_CUDA_ARCH_LIST \ 2022-11-23T00:54:34.4290055Z  -e PR_LABELS \ 2022-11-23T00:54:34.4290238Z  -e OUR_GITHUB_JOB_ID \ 2022-11-23T00:54:34.4290475Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-11-23T00:54:34.4290733Z  --security-opt seccomp=unconfined \ 2022-11-23T00:54:34.4290948Z  --cap-add=SYS_PTRACE \ 2022-11-23T00:54:34.4291138Z  --tty \ 2022-11-23T00:54:34.4291312Z  --detach \ 2022-11-23T00:54:34.4291483Z  --user jenkins \ 2022-11-23T00:54:34.4291718Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-11-23T00:54:34.4291970Z  -w /var/lib/jenkins/workspace \ 2022-11-23T00:54:34.4292163Z  "${DOCKER_IMAGE}" 2022-11-23T00:54:34.4292339Z ) 2022-11-23T00:54:34.4292573Z docker exec -t "${container_name}" sh -c '.jenkins/pytorch/build.sh' 2022-11-23T00:54:34.4303659Z shell: /usr/bin/bash -e {0} 2022-11-23T00:54:34.4303841Z env: 2022-11-23T00:54:34.4304061Z BUILD_ENVIRONMENT: linux-focal-rocm5.2-py3.8 2022-11-23T00:54:34.4304284Z BRANCH: master 2022-11-23T00:54:34.4304461Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T00:54:34.4304651Z PR_NUMBER: 2022-11-23T00:54:34.4304854Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:54:34.4305171Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-11-23T00:54:34.4305418Z SCCACHE_S3_KEY_PREFIX: trunk 2022-11-23T00:54:34.4305702Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-11-23T00:54:34.4305957Z PR_LABELS: [] 2022-11-23T00:54:34.4306142Z TORCH_CUDA_ARCH_LIST: 5.2 2022-11-23T00:54:34.4306496Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:54:34.4306824Z XLA_CUDA: 2022-11-23T00:54:34.4306973Z DEBUG: 0 2022-11-23T00:54:34.4307145Z OUR_GITHUB_JOB_ID: 9654934999 2022-11-23T00:54:34.4307329Z ##[endgroup] 2022-11-23T00:54:45.3160793Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T00:54:45.3183890Z + source .jenkins/pytorch/common.sh 2022-11-23T00:54:45.3190326Z +++ dirname .jenkins/pytorch/common.sh 2022-11-23T00:54:45.3196988Z ++ source .jenkins/pytorch/common_utils.sh 2022-11-23T00:54:45.3202198Z +++ declare -f -t trap_add 2022-11-23T00:54:45.3206982Z ++ set -ex 2022-11-23T00:54:45.3207750Z ++ [[ linux-focal-rocm5.2-py3.8 == *rocm* ]] 2022-11-23T00:54:45.3208153Z ++ unset HIP_PLATFORM 2022-11-23T00:54:45.3208465Z ++ export PYTORCH_TEST_WITH_ROCM=1 2022-11-23T00:54:45.3210376Z ++ PYTORCH_TEST_WITH_ROCM=1 2022-11-23T00:54:45.3210760Z ++ export HSAKMT_DEBUG_LEVEL=4 2022-11-23T00:54:45.3211131Z ++ HSAKMT_DEBUG_LEVEL=4 2022-11-23T00:54:45.3211495Z ++ export HSA_FORCE_FINE_GRAIN_PCIE=1 2022-11-23T00:54:45.3211864Z ++ HSA_FORCE_FINE_GRAIN_PCIE=1 2022-11-23T00:54:45.3212186Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T00:54:45.3212753Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T00:54:45.3219189Z + source .jenkins/pytorch/common-build.sh 2022-11-23T00:54:45.3233672Z ++ [[ linux-focal-rocm5.2-py3.8 != *win-* ]] 2022-11-23T00:54:45.3238779Z ++++ dirname .jenkins/pytorch/common-build.sh 2022-11-23T00:54:45.3245950Z +++ cd .jenkins/pytorch 2022-11-23T00:54:45.3246475Z +++ pwd -P 2022-11-23T00:54:45.3248304Z ++ script_dir=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-11-23T00:54:45.3248546Z ++ which sccache 2022-11-23T00:54:45.3261305Z ++ sccache --stop-server 2022-11-23T00:54:45.3275530Z ++ true 2022-11-23T00:54:45.3276016Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-11-23T00:54:45.3302670Z ++ [[ -n 1 ]] 2022-11-23T00:54:45.3303200Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2022-11-23T00:54:45.3303827Z Skipping sccache server initialization, setting environment variables 2022-11-23T00:54:45.3304098Z ++ export SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:54:45.3304293Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:54:45.3304535Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:54:45.3304813Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:54:45.3317434Z ++ export RUST_LOG=sccache::server=error 2022-11-23T00:54:45.3317702Z ++ RUST_LOG=sccache::server=error 2022-11-23T00:54:45.3317971Z ++ sccache --zero-stats 2022-11-23T00:54:45.7616211Z Compile requests 0 2022-11-23T00:54:45.7616663Z Compile requests executed 0 2022-11-23T00:54:45.7616967Z Cache hits 0 2022-11-23T00:54:45.7617290Z Cache misses 0 2022-11-23T00:54:45.7617601Z Cache timeouts 0 2022-11-23T00:54:45.7617897Z Cache read errors 0 2022-11-23T00:54:45.7618225Z Forced recaches 0 2022-11-23T00:54:45.7618573Z Cache write errors 0 2022-11-23T00:54:45.7618940Z Compilation failures 0 2022-11-23T00:54:45.7619315Z Cache errors 0 2022-11-23T00:54:45.7619839Z Non-cacheable compilations 0 2022-11-23T00:54:45.7620237Z Non-cacheable calls 0 2022-11-23T00:54:45.7620630Z Non-compilation calls 0 2022-11-23T00:54:45.7620862Z Unsupported compiler calls 0 2022-11-23T00:54:45.7621107Z Average cache write 0.000 s 2022-11-23T00:54:45.7627299Z Average cache read miss 0.000 s 2022-11-23T00:54:45.7627665Z Average cache read hit 0.000 s 2022-11-23T00:54:45.7628961Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T00:54:45.7629647Z ++ trap_add sccache_epilogue EXIT 2022-11-23T00:54:45.7629996Z ++ trap_add_cmd=sccache_epilogue 2022-11-23T00:54:45.7630301Z ++ shift 2022-11-23T00:54:45.7630577Z ++ for trap_add_name in "$@" 2022-11-23T00:54:45.7630918Z ++++ trap -p EXIT 2022-11-23T00:54:45.7631277Z +++ eval 'extract_trap_cmd ' 2022-11-23T00:54:45.7631589Z ++++ extract_trap_cmd 2022-11-23T00:54:45.7631831Z ++++ printf '%s\n' '' 2022-11-23T00:54:45.7632071Z +++ printf '%s\n' sccache_epilogue 2022-11-23T00:54:45.7633870Z ++ trap -- ' 2022-11-23T00:54:45.7634091Z sccache_epilogue' EXIT 2022-11-23T00:54:45.7634264Z ++ which ccache 2022-11-23T00:54:45.7646073Z + [[ linux-focal-rocm5.2-py3.8 == *-clang7-asan* ]] 2022-11-23T00:54:45.7646563Z + [[ linux-focal-rocm5.2-py3.8 == *-clang7-tsan* ]] 2022-11-23T00:54:45.7646877Z + [[ linux-focal-rocm5.2-py3.8 == *-mobile-*build* ]] 2022-11-23T00:54:45.7647150Z + echo 'Python version:' 2022-11-23T00:54:45.7647342Z Python version: 2022-11-23T00:54:45.7647535Z + python --version 2022-11-23T00:54:45.7907082Z Python 3.8.13 2022-11-23T00:54:45.7919077Z + echo 'GCC version:' 2022-11-23T00:54:45.7919338Z GCC version: 2022-11-23T00:54:45.7919537Z + gcc --version 2022-11-23T00:54:45.9799313Z gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 2022-11-23T00:54:45.9799699Z Copyright (C) 2019 Free Software Foundation, Inc. 2022-11-23T00:54:45.9799971Z This is free software; see the source for copying conditions. There is NO 2022-11-23T00:54:45.9800493Z warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 2022-11-23T00:54:45.9800676Z 2022-11-23T00:54:45.9803380Z + echo 'CMake version:' 2022-11-23T00:54:45.9803698Z CMake version: 2022-11-23T00:54:45.9804086Z + cmake --version 2022-11-23T00:54:46.1037375Z cmake version 3.22.1 2022-11-23T00:54:46.1037607Z 2022-11-23T00:54:46.1037891Z CMake suite maintained and supported by Kitware (kitware.com/cmake). 2022-11-23T00:54:46.1092483Z + echo 'Environment variables:' 2022-11-23T00:54:46.1093032Z Environment variables: 2022-11-23T00:54:46.1093310Z + env 2022-11-23T00:54:46.1100455Z INSTALLED_DB=yes 2022-11-23T00:54:46.1100997Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:54:46.1101363Z PR_LABELS=[] 2022-11-23T00:54:46.1101833Z BUILD_ENVIRONMENT=linux-focal-rocm5.2-py3.8 2022-11-23T00:54:46.1102133Z HOSTNAME=4c3f8d228541 2022-11-23T00:54:46.1102535Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_179ca1c7-8423-4b63-8d11-a5f388ed4e1f 2022-11-23T00:54:46.1102900Z GITHUB_ACTION=__self 2022-11-23T00:54:46.1103197Z GITHUB_RUN_NUMBER=18336 2022-11-23T00:54:46.1103563Z AWS_DEFAULT_REGION=us-east-1 2022-11-23T00:54:46.1105879Z SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:54:46.1106339Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2022-11-23T00:54:46.1106740Z GITHUB_REF_TYPE=branch 2022-11-23T00:54:46.1107062Z TORCH_CUDA_ARCH_LIST=5.2 2022-11-23T00:54:46.1107302Z XLA_CUDA= 2022-11-23T00:54:46.1107659Z *** 2022-11-23T00:54:46.1107824Z GITHUB_ACTIONS=true 2022-11-23T00:54:46.1108036Z SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:54:46.1108285Z SHA1=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:54:46.1108527Z GITHUB_SHA=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:54:46.1108735Z GITHUB_REF=refs/heads/master 2022-11-23T00:54:46.1108935Z GITHUB_REF_PROTECTED=true 2022-11-23T00:54:46.1109126Z HOME=/var/lib/jenkins 2022-11-23T00:54:46.1109337Z GITHUB_API_URL=https://api.github.com 2022-11-23T00:54:46.1109607Z LANG=C.UTF-8 2022-11-23T00:54:46.1116284Z PYTORCH_TEST_WITH_ROCM=1 2022-11-23T00:54:46.1116647Z SCCACHE_S3_KEY_PREFIX=trunk 2022-11-23T00:54:46.1117481Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_179ca1c7-8423-4b63-8d11-a5f388ed4e1f 2022-11-23T00:54:46.1118033Z MAGMA_HOME=/opt/rocm/magma 2022-11-23T00:54:46.1118746Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_179ca1c7-8423-4b63-8d11-a5f388ed4e1f 2022-11-23T00:54:46.1119238Z HSAKMT_DEBUG_LEVEL=4 2022-11-23T00:54:46.1119745Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-11-23T00:54:46.1119999Z GITHUB_EVENT_NAME=push 2022-11-23T00:54:46.1120233Z GITHUB_RUN_ID=3528293554 2022-11-23T00:54:46.1120980Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_179ca1c7-8423-4b63-8d11-a5f388ed4e1f 2022-11-23T00:54:46.1121566Z GITHUB_ACTOR=pytorchmergebot 2022-11-23T00:54:46.1121903Z PR_NUMBER= 2022-11-23T00:54:46.1122346Z GITHUB_RUN_ATTEMPT=1 2022-11-23T00:54:46.1122788Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-11-23T00:54:46.1123186Z TERM=xterm 2022-11-23T00:54:46.1123512Z INSTALLED_VISION=yes 2022-11-23T00:54:46.1123693Z BRANCH=master 2022-11-23T00:54:46.1123859Z OUR_GITHUB_JOB_ID=9654934999 2022-11-23T00:54:46.1124240Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-11-23T00:54:46.1124548Z GITHUB_SERVER_URL=https://github.com 2022-11-23T00:54:46.1124751Z PYTORCH_ROCM_ARCH=gfx906 2022-11-23T00:54:46.1124929Z SHLVL=1 2022-11-23T00:54:46.1125089Z MAX_JOBS=6 2022-11-23T00:54:46.1125247Z GITHUB_REF_NAME=master 2022-11-23T00:54:46.1125581Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-11-23T00:54:46.1125842Z GITHUB_JOB=build 2022-11-23T00:54:46.1126029Z GITHUB_REPOSITORY=pytorch/pytorch 2022-11-23T00:54:46.1126239Z LC_ALL=C.UTF-8 2022-11-23T00:54:46.1126422Z GITHUB_RETENTION_DAYS=90 2022-11-23T00:54:46.1126608Z GITHUB_ACTION_REPOSITORY= 2022-11-23T00:54:46.1127070Z 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-23T00:54:46.1127391Z GITHUB_BASE_REF= 2022-11-23T00:54:46.1127559Z CI=true 2022-11-23T00:54:46.1127719Z HSA_FORCE_FINE_GRAIN_PCIE=1 2022-11-23T00:54:46.1127931Z GITHUB_REPOSITORY_OWNER=pytorch 2022-11-23T00:54:46.1128165Z RUST_LOG=sccache::server=error 2022-11-23T00:54:46.1128350Z INSTALLED_PROTOBUF=yes 2022-11-23T00:54:46.1128534Z GITHUB_HEAD_REF= 2022-11-23T00:54:46.1128711Z GITHUB_ACTION_REF= 2022-11-23T00:54:46.1128981Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-11-23T00:54:46.1129218Z GITHUB_WORKFLOW=trunk 2022-11-23T00:54:46.1129417Z DEBIAN_FRONTEND=noninteractive 2022-11-23T00:54:46.1129818Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_179ca1c7-8423-4b63-8d11-a5f388ed4e1f 2022-11-23T00:54:46.1132459Z SKIP_SCCACHE_INITIALIZATION=1 2022-11-23T00:54:46.1133248Z _=/usr/bin/env 2022-11-23T00:54:46.1133733Z + [[ linux-focal-rocm5.2-py3.8 == *cuda* ]] 2022-11-23T00:54:46.1134279Z + [[ linux-focal-rocm5.2-py3.8 == *cuda11* ]] 2022-11-23T00:54:46.1134826Z + [[ linux-focal-rocm5.2-py3.8 == *\c\a\f\f\e\2* ]] 2022-11-23T00:54:46.1135434Z + [[ linux-focal-rocm5.2-py3.8 == *\o\n\n\x* ]] 2022-11-23T00:54:46.1135772Z + [[ linux-focal-rocm5.2-py3.8 == *\p\a\r\a\l\l\e\l\t\b\b* ]] 2022-11-23T00:54:46.1136101Z + [[ linux-focal-rocm5.2-py3.8 == *\p\a\r\a\l\l\e\l\n\a\t\i\v\e* ]] 2022-11-23T00:54:46.1136409Z + [[ linux-focal-rocm5.2-py3.8 == *rocm* ]] 2022-11-23T00:54:46.1136633Z + export USE_LLVM=/opt/rocm/llvm 2022-11-23T00:54:46.1136819Z + USE_LLVM=/opt/rocm/llvm 2022-11-23T00:54:46.1137036Z + export LLVM_DIR=/opt/rocm/llvm/lib/cmake/llvm 2022-11-23T00:54:46.1137264Z + LLVM_DIR=/opt/rocm/llvm/lib/cmake/llvm 2022-11-23T00:54:46.1137456Z + which conda 2022-11-23T00:54:46.1137619Z /opt/conda/bin/conda 2022-11-23T00:54:46.1137824Z + export CMAKE_PREFIX_PATH=/opt/conda 2022-11-23T00:54:46.1138039Z + CMAKE_PREFIX_PATH=/opt/conda 2022-11-23T00:54:46.1138303Z + [[ linux-focal-rocm5.2-py3.8 == *libtorch* ]] 2022-11-23T00:54:46.1138596Z + [[ linux-focal-rocm5.2-py3.8 == *-android* ]] 2022-11-23T00:54:46.1138888Z + [[ linux-focal-rocm5.2-py3.8 != *android* ]] 2022-11-23T00:54:46.1139164Z + [[ linux-focal-rocm5.2-py3.8 == *vulkan* ]] 2022-11-23T00:54:46.1139529Z + [[ linux-focal-rocm5.2-py3.8 == *rocm* ]] 2022-11-23T00:54:46.1139751Z + '[' -z 6 ']' 2022-11-23T00:54:46.1139926Z + [[ -n true ]] 2022-11-23T00:54:46.1140121Z + [[ -z gfx906 ]] 2022-11-23T00:54:46.1140316Z + python tools/amd_build/build_amd.py 2022-11-23T00:54:46.8492435Z third_party/gloo/cmake/Hip.cmake skipped 2022-11-23T00:54:46.8495389Z third_party/gloo/cmake/Modules/Findrccl.cmake updated 2022-11-23T00:54:46.8505528Z third_party/gloo/cmake/Dependencies.cmake updated 2022-11-23T00:54:47.2428108Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/ATenCUDAGeneral.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/ATenHIPGeneral.h [ok] 2022-11-23T00:54:47.2433956Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/ApplyGridUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/ApplyGridUtils.cuh [ok] 2022-11-23T00:54:47.2448019Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/AsmUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/AsmUtils.cuh [ok] 2022-11-23T00:54:47.2478251Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Atomic.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh [ok] 2022-11-23T00:54:47.2514832Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAApplyUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh [ok] 2022-11-23T00:54:47.2573443Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDABlas.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp [ok] 2022-11-23T00:54:47.2588489Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDABlas.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.h [ok] 2022-11-23T00:54:47.2597837Z /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-23T00:54:47.2604061Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.cpp [ok] 2022-11-23T00:54:47.2609159Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h [ok] 2022-11-23T00:54:47.2615021Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDADataType.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPDataType.h [ok] 2022-11-23T00:54:47.2628067Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDADevice.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPDevice.h [ok] 2022-11-23T00:54:47.2635838Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAEvent.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPEvent.h [ok] 2022-11-23T00:54:47.2656786Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAGeneratorImpl.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGeneratorImpl.cpp [ok] 2022-11-23T00:54:47.2666839Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAGeneratorImpl.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGeneratorImpl.h [ok] 2022-11-23T00:54:47.2687254Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAGraph.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGraph.cpp [ok] 2022-11-23T00:54:47.2693950Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAGraph.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGraph.h [ok] 2022-11-23T00:54:47.2700033Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAGraphsUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGraphsUtils.cuh [ok] 2022-11-23T00:54:47.2707472Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDASparse.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparse.h [ok] 2022-11-23T00:54:47.2736284Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDASparseBlas.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparseBlas.cpp [ok] 2022-11-23T00:54:47.2756317Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDASparseBlas.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparseBlas.h [ok] 2022-11-23T00:54:47.2767567Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDASparseDescriptors.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparseDescriptors.cpp [ok] 2022-11-23T00:54:47.2785707Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDASparseDescriptors.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparseDescriptors.h [ok] 2022-11-23T00:54:47.2793152Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDATensorMethods.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPTensorMethods.cuh [ok] 2022-11-23T00:54:47.2798008Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPUtils.h [ok] 2022-11-23T00:54:47.2813749Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CachingHostAllocator.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/CachingHostAllocator.cpp [ok] 2022-11-23T00:54:47.2819251Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CachingHostAllocator.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/CachingHostAllocator.h [ok] 2022-11-23T00:54:47.2825450Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CuSparseHandlePool.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/CuSparseHandlePool.cpp [ok] 2022-11-23T00:54:47.2838439Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CublasHandlePool.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/CublasHandlePool.cpp [ok] 2022-11-23T00:54:47.2845502Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/DeviceUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/DeviceUtils.cuh [ok] 2022-11-23T00:54:47.2852682Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/EmptyTensor.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/EmptyTensor.cpp [ok] 2022-11-23T00:54:47.2858851Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/EmptyTensor.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/EmptyTensor.h [ok] 2022-11-23T00:54:47.2869229Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Exceptions.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/Exceptions.cpp [ok] 2022-11-23T00:54:47.2882734Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Exceptions.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/Exceptions.h [ok] 2022-11-23T00:54:47.2894444Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/NumericLimits.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/NumericLimits.cuh [ok] 2022-11-23T00:54:47.2901835Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/PeerToPeerAccess.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/PeerToPeerAccess.cpp [ok] 2022-11-23T00:54:47.2906551Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/PeerToPeerAccess.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/PeerToPeerAccess.h [ok] 2022-11-23T00:54:47.2912034Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/PinnedMemoryAllocator.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/PinnedMemoryAllocator.cpp [ok] 2022-11-23T00:54:47.2922631Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/PinnedMemoryAllocator.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/PinnedMemoryAllocator.h [ok] 2022-11-23T00:54:47.2931858Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/ScanUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/ScanUtils.cuh [ok] 2022-11-23T00:54:47.2938977Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Sleep.cu -> /var/lib/jenkins/workspace/aten/src/ATen/hip/Sleep.hip [ok] 2022-11-23T00:54:47.2946175Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Sleep.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/Sleep.h [ok] 2022-11-23T00:54:47.2961148Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/ThrustAllocator.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/ThrustAllocator.h [ok] 2022-11-23T00:54:47.2968947Z /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-23T00:54:47.2977048Z /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-23T00:54:47.2984824Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/cub.cu -> /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip [ok] 2022-11-23T00:54:47.3015128Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/cub.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh [ok] 2022-11-23T00:54:47.3025280Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/cub.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.h [ok] 2022-11-23T00:54:47.3033083Z /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-23T00:54:47.3055651Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/jiterator.cu -> /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator.hip [ok] 2022-11-23T00:54:47.3063817Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/jiterator.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator.h [ok] 2022-11-23T00:54:47.3075191Z /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-23T00:54:47.3096780Z /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-23T00:54:47.3139324Z /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-23T00:54:47.3152129Z /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-23T00:54:47.3166415Z /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-23T00:54:47.3182232Z /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-23T00:54:47.3192678Z /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-23T00:54:47.3198724Z /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-23T00:54:47.3212736Z /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-23T00:54:47.3219791Z /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-23T00:54:47.3225561Z /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-23T00:54:47.3251245Z /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-23T00:54:47.3255640Z /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-23T00:54:47.3267759Z /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-23T00:54:47.3280594Z /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-23T00:54:47.3287509Z /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-23T00:54:47.3295578Z /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-23T00:54:47.3301257Z /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-23T00:54:47.3316651Z /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-23T00:54:47.3327746Z /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-23T00:54:47.3339688Z /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-23T00:54:47.3351087Z /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-23T00:54:47.3361270Z /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-23T00:54:47.3373081Z /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-23T00:54:47.3391715Z /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-23T00:54:47.3404819Z /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-23T00:54:47.3413999Z /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-23T00:54:47.3425297Z /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-23T00:54:47.3440891Z /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-23T00:54:47.3451545Z /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-23T00:54:47.3463881Z /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-23T00:54:47.3476287Z /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-23T00:54:47.3497879Z /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-23T00:54:47.3509779Z /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-23T00:54:47.3516571Z /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-23T00:54:47.3524628Z /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-23T00:54:47.3539654Z /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-23T00:54:47.3577083Z /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-23T00:54:47.3611721Z /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-23T00:54:47.3636359Z /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-23T00:54:47.3670009Z /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-23T00:54:47.3687645Z /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-23T00:54:47.3718845Z /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-23T00:54:47.3759671Z /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-23T00:54:47.3768658Z /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-23T00:54:47.3788179Z /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-23T00:54:47.3801272Z /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-23T00:54:47.3809563Z /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-23T00:54:47.3815513Z /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-23T00:54:47.3828069Z /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-23T00:54:47.3842541Z /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-23T00:54:47.3860452Z /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-23T00:54:47.3874546Z /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-23T00:54:47.3881302Z /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-23T00:54:47.3888531Z /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-23T00:54:47.3904505Z /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-23T00:54:47.3936535Z /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-23T00:54:47.3959182Z /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-23T00:54:47.3977548Z /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-23T00:54:47.3999719Z /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-23T00:54:47.4007118Z /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-23T00:54:47.4017911Z /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-23T00:54:47.4032144Z /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-23T00:54:47.4042175Z /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-23T00:54:47.4048647Z /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-23T00:54:47.4054841Z /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-23T00:54:47.4086093Z /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-23T00:54:47.4105561Z /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-23T00:54:47.4115666Z /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-23T00:54:47.4126134Z /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-23T00:54:47.4134334Z /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-23T00:54:47.4164967Z /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-23T00:54:47.4173602Z /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-23T00:54:47.4179866Z /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-23T00:54:47.4192908Z /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-23T00:54:47.4202352Z /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-23T00:54:47.4244688Z /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-23T00:54:47.4281814Z /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-23T00:54:47.4294745Z /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-23T00:54:47.4326934Z /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-23T00:54:47.4364887Z /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-23T00:54:47.4393054Z /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-23T00:54:47.4400459Z /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-23T00:54:47.4408565Z /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-23T00:54:47.4416487Z /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-23T00:54:47.4430626Z /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-23T00:54:47.4439971Z /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-23T00:54:47.4449285Z /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-23T00:54:47.4457438Z /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-23T00:54:47.4492689Z /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-23T00:54:47.4509572Z /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-23T00:54:47.4520229Z /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-23T00:54:47.4545168Z /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-23T00:54:47.4552674Z /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-23T00:54:47.4571060Z /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-23T00:54:47.4594310Z /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-23T00:54:47.4621322Z /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-23T00:54:47.4630511Z /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-23T00:54:47.4673744Z /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-23T00:54:47.4687133Z /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-23T00:54:47.4698460Z /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-23T00:54:47.4715831Z /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-23T00:54:47.4735806Z /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-23T00:54:47.4748799Z /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-23T00:54:47.4781266Z /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-23T00:54:47.4812582Z /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-23T00:54:47.4824821Z /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-23T00:54:47.4850582Z /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-23T00:54:47.4864156Z /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-23T00:54:47.4883141Z /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-23T00:54:47.4891845Z /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-23T00:54:47.4899331Z /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-23T00:54:47.4907692Z /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-23T00:54:47.4920953Z /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-23T00:54:47.4983491Z /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-23T00:54:47.4999315Z /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-23T00:54:47.5009623Z /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-23T00:54:47.5049980Z /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-23T00:54:47.5060445Z /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-23T00:54:47.5068825Z /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-23T00:54:47.5100922Z /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-23T00:54:47.5107065Z /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-23T00:54:47.5193501Z /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-23T00:54:47.5205899Z /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-23T00:54:47.5220492Z /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-23T00:54:47.5227741Z /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-23T00:54:47.5240754Z /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-23T00:54:47.5252315Z /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-23T00:54:47.5261912Z /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-23T00:54:47.5279341Z /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-23T00:54:47.5288287Z /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-23T00:54:47.5296914Z /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-23T00:54:47.5317270Z /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-23T00:54:47.5344525Z /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-23T00:54:47.5384549Z /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-23T00:54:47.5548069Z /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-23T00:54:47.5557326Z /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-23T00:54:47.5588489Z /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-23T00:54:47.5613887Z /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-23T00:54:47.5620021Z /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-23T00:54:47.5641399Z /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-23T00:54:47.5661777Z /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-23T00:54:47.5676714Z /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-23T00:54:47.5696053Z /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-23T00:54:47.5729950Z /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-23T00:54:47.5766463Z /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-23T00:54:47.5814647Z /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-23T00:54:47.5850216Z /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-23T00:54:47.5863104Z /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-23T00:54:47.5915770Z /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-23T00:54:47.5971889Z /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-23T00:54:47.6004561Z /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-23T00:54:47.6016310Z /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-23T00:54:47.6027388Z /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-23T00:54:47.6039601Z /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-23T00:54:47.6076740Z /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-23T00:54:47.6097592Z /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-23T00:54:47.6109867Z /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-23T00:54:47.6121269Z /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-23T00:54:47.6141127Z /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-23T00:54:47.6147464Z /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-23T00:54:47.6153706Z /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-23T00:54:47.6201077Z /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-23T00:54:47.6207755Z /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-23T00:54:47.6215785Z /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-23T00:54:47.6222339Z /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-23T00:54:47.6231873Z /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-23T00:54:47.6240710Z /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-23T00:54:47.6249814Z /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-23T00:54:47.6257649Z /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-23T00:54:47.6268822Z /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-23T00:54:47.6276796Z /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-23T00:54:47.6281896Z /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-23T00:54:47.6296698Z /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-23T00:54:47.6330427Z /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-23T00:54:47.6338633Z /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-23T00:54:47.6351764Z /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-23T00:54:47.6388031Z /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-23T00:54:47.6403292Z /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-23T00:54:47.6408768Z /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-23T00:54:47.6418997Z /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-23T00:54:47.6432686Z /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-23T00:54:47.6438247Z /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-23T00:54:47.6460101Z /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-23T00:54:47.6489948Z /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-23T00:54:47.6523248Z /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-23T00:54:47.6544225Z /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-23T00:54:47.6587063Z /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-23T00:54:47.6596288Z /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-23T00:54:47.6615715Z /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-23T00:54:47.6621792Z /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-23T00:54:47.6628245Z /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-23T00:54:47.6648903Z /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-23T00:54:47.6654916Z /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-23T00:54:47.6669616Z /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-23T00:54:47.6680876Z /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-23T00:54:47.6697688Z /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-23T00:54:47.6702353Z /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-23T00:54:47.6712318Z /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-23T00:54:47.6732820Z /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-23T00:54:47.6742607Z /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-23T00:54:47.6748125Z /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-23T00:54:47.6778409Z /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-23T00:54:47.6791753Z /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-23T00:54:47.6797535Z /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-23T00:54:47.6818152Z /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-23T00:54:47.6824819Z /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-23T00:54:47.6838472Z /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-23T00:54:47.6866535Z /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-23T00:54:47.6874159Z /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-23T00:54:47.6897857Z /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-23T00:54:47.6919110Z /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-23T00:54:47.6924060Z /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-23T00:54:47.6931516Z /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-23T00:54:47.6938531Z /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-23T00:54:47.6978846Z /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-23T00:54:47.6984236Z /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-23T00:54:47.6996114Z /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-23T00:54:47.7011116Z /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-23T00:54:47.7023035Z /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-23T00:54:47.7033718Z /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-23T00:54:47.7045889Z /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-23T00:54:47.7052763Z /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-23T00:54:47.7059896Z /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-23T00:54:47.7066117Z /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-23T00:54:47.7080337Z /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-23T00:54:47.7088018Z /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-23T00:54:47.7094595Z /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-23T00:54:47.7102094Z /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-23T00:54:47.7114203Z /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-23T00:54:47.7120841Z /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-23T00:54:47.7127814Z /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-23T00:54:47.7133967Z /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-23T00:54:47.7147132Z /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-23T00:54:47.7156930Z /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-23T00:54:47.7178999Z /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-23T00:54:47.7189698Z /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-23T00:54:47.7212629Z /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-23T00:54:47.7224157Z /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-23T00:54:47.7243418Z /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-23T00:54:47.7259653Z /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-23T00:54:47.7269131Z /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-23T00:54:47.7303807Z /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-23T00:54:47.7304553Z /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-23T00:54:47.7346702Z /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-23T00:54:47.7359861Z /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-23T00:54:47.7378352Z /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-23T00:54:47.7410597Z /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-23T00:54:47.7430285Z /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-23T00:54:47.7456548Z /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-23T00:54:47.7463844Z /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-23T00:54:47.7485435Z /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-23T00:54:47.7492374Z /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-23T00:54:47.7510230Z /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-23T00:54:47.7525769Z /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-23T00:54:47.7533072Z /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-23T00:54:47.7541796Z /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-23T00:54:47.7551717Z /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-23T00:54:47.7567105Z /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-23T00:54:47.7575432Z /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-23T00:54:47.7583336Z /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-23T00:54:47.7595144Z /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-23T00:54:47.7609794Z /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-23T00:54:47.7620967Z /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-23T00:54:47.7626965Z /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-23T00:54:47.7634025Z /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-23T00:54:47.7643418Z /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-23T00:54:47.7655906Z /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-23T00:54:47.7697300Z /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-23T00:54:47.7706638Z /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-23T00:54:47.7714175Z /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-23T00:54:47.7734897Z /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-23T00:54:47.7806109Z /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-23T00:54:47.7818121Z /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-23T00:54:47.7825119Z /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-23T00:54:47.7871040Z /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-23T00:54:47.7878842Z /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-23T00:54:47.7886540Z /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-23T00:54:47.7892264Z /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-23T00:54:47.7907186Z /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-23T00:54:47.7913943Z /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-23T00:54:47.7941266Z /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-23T00:54:47.7948146Z /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-23T00:54:47.7961244Z /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-23T00:54:47.7967493Z /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-23T00:54:47.7973885Z /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-23T00:54:47.7980321Z /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-23T00:54:47.7991663Z /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-23T00:54:47.7999035Z /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-23T00:54:47.8003705Z /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-23T00:54:47.8020322Z /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-23T00:54:47.8133768Z /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-23T00:54:47.8211705Z /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-23T00:54:47.8220707Z /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-23T00:54:47.8280312Z /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-23T00:54:47.8327926Z /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-23T00:54:47.8336638Z /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-23T00:54:47.8343255Z /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-23T00:54:47.8351667Z /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-23T00:54:47.8377478Z /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-23T00:54:47.8386484Z /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-23T00:54:47.8417769Z /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-23T00:54:47.8432097Z /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-23T00:54:47.8479982Z /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-23T00:54:47.8524371Z /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-23T00:54:47.8533528Z /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-23T00:54:47.8552469Z /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-23T00:54:47.8557055Z /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-23T00:54:47.8639252Z /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-23T00:54:47.8645915Z /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-23T00:54:47.8656313Z /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-23T00:54:47.8680283Z /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-23T00:54:47.8715015Z /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-23T00:54:47.8742308Z /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-23T00:54:47.8749980Z /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-23T00:54:47.8756343Z /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-23T00:54:47.8775046Z /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-23T00:54:47.8809251Z /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-23T00:54:47.8828341Z /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-23T00:54:47.8844522Z /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-23T00:54:47.8859373Z /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-23T00:54:47.8868509Z /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-23T00:54:47.8888381Z /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-23T00:54:47.8924702Z /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-23T00:54:47.8940643Z /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-23T00:54:47.8947079Z /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-23T00:54:47.8979003Z /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-23T00:54:47.8986070Z /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-23T00:54:47.8992659Z /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-23T00:54:47.9012952Z /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-23T00:54:47.9027815Z /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-23T00:54:47.9056087Z /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-23T00:54:47.9079655Z /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-23T00:54:47.9144218Z /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-23T00:54:47.9149600Z /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-23T00:54:47.9156749Z /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-23T00:54:47.9161735Z /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-23T00:54:47.9184510Z /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-23T00:54:47.9214731Z /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-23T00:54:47.9220514Z /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-23T00:54:47.9227464Z /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-23T00:54:47.9249241Z /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-23T00:54:47.9285383Z /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-23T00:54:47.9292520Z /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-23T00:54:47.9320376Z /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-23T00:54:47.9350424Z /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-23T00:54:47.9407924Z /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-23T00:54:47.9431623Z /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-23T00:54:47.9448366Z /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-23T00:54:47.9466072Z /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-23T00:54:47.9490731Z /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-23T00:54:47.9505103Z /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-23T00:54:47.9522203Z /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-23T00:54:47.9527797Z /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-23T00:54:47.9568736Z /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-23T00:54:47.9583848Z /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-23T00:54:47.9594348Z /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-23T00:54:47.9608554Z /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-23T00:54:47.9617874Z /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-23T00:54:47.9636361Z /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-23T00:54:47.9649707Z /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-23T00:54:47.9665782Z /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-23T00:54:47.9686795Z /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-23T00:54:47.9696870Z /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-23T00:54:47.9726844Z /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-23T00:54:47.9731998Z /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-23T00:54:47.9738462Z /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-23T00:54:47.9764039Z /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-23T00:54:47.9789760Z /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-23T00:54:47.9801032Z /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-23T00:54:47.9832797Z /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-23T00:54:47.9852524Z /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-23T00:54:47.9866179Z /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-23T00:54:47.9879426Z /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-23T00:54:47.9894243Z /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-23T00:54:47.9952595Z /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-23T00:54:47.9993802Z /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-23T00:54:48.0047774Z /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-23T00:54:48.0066069Z /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-23T00:54:48.0075060Z /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-23T00:54:48.0089018Z /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-23T00:54:48.0123387Z /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-23T00:54:48.0142308Z /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-23T00:54:48.0178688Z /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-23T00:54:48.0186793Z /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-23T00:54:48.0259278Z /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-23T00:54:48.0332501Z /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-23T00:54:48.0337936Z /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-23T00:54:48.0343490Z /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-23T00:54:48.0347874Z /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-23T00:54:48.0362915Z /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-23T00:54:48.0367844Z /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-23T00:54:48.0372643Z /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-23T00:54:48.0377340Z /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-23T00:54:48.0390122Z /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-23T00:54:48.0395685Z /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-23T00:54:48.0401781Z /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-23T00:54:48.0407121Z /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-23T00:54:48.0416313Z /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-23T00:54:48.0423507Z /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-23T00:54:48.0428721Z /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-23T00:54:48.0434057Z /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-23T00:54:48.0447129Z /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-23T00:54:48.0454947Z /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-23T00:54:48.0459887Z /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-23T00:54:48.0465776Z /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-23T00:54:48.0479834Z /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-23T00:54:48.0486791Z /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-23T00:54:48.0492312Z /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-23T00:54:48.0497344Z /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-23T00:54:48.0506288Z /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-23T00:54:48.0530105Z /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-23T00:54:48.0536361Z /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-23T00:54:48.0543916Z /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-23T00:54:48.0563445Z /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-23T00:54:48.0575040Z /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-23T00:54:48.0588177Z /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-23T00:54:48.0601552Z /var/lib/jenkins/workspace/aten/src/ATen/test/atest.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/atest.cpp [ok] 2022-11-23T00:54:48.0627527Z /var/lib/jenkins/workspace/aten/src/ATen/test/basic.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/basic.cpp [ok] 2022-11-23T00:54:48.0636495Z /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-23T00:54:48.0643687Z /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-23T00:54:48.0663464Z /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-23T00:54:48.0674585Z /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-23T00:54:48.0703924Z /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-23T00:54:48.0711130Z /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-23T00:54:48.0727724Z /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-23T00:54:48.0737967Z /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-23T00:54:48.0744735Z /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-23T00:54:48.0758434Z /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-23T00:54:48.0781462Z /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-23T00:54:48.0787572Z /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-23T00:54:48.0792737Z /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-23T00:54:48.0810573Z /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-23T00:54:48.0818511Z /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-23T00:54:48.0831877Z /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-23T00:54:48.0840117Z /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-23T00:54:48.0855637Z /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-23T00:54:48.0861340Z /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-23T00:54:48.0866726Z /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-23T00:54:48.0874431Z /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-23T00:54:48.0889160Z /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-23T00:54:48.0898812Z /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-23T00:54:48.0913326Z /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-23T00:54:48.0918519Z /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-23T00:54:48.0923054Z /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-23T00:54:48.0929041Z /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-23T00:54:48.0946840Z /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-23T00:54:48.0989172Z /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-23T00:54:48.0994066Z /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-23T00:54:48.1003139Z /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-23T00:54:48.1021782Z /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-23T00:54:48.1027489Z /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-23T00:54:48.1034006Z /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-23T00:54:48.1040610Z /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-23T00:54:48.1057687Z /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-23T00:54:48.1064666Z /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-23T00:54:48.1069789Z /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-23T00:54:48.1075812Z /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-23T00:54:48.1098172Z /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-23T00:54:48.1114009Z /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-23T00:54:48.1128444Z /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-23T00:54:48.1133595Z /var/lib/jenkins/workspace/aten/src/ATen/test/reportMemoryUsage.h -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/reportMemoryUsage.h [ok] 2022-11-23T00:54:48.1138755Z /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-23T00:54:48.1152481Z /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-23T00:54:48.1168925Z /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-23T00:54:48.1187832Z /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-23T00:54:48.1195491Z /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-23T00:54:48.1212501Z /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-23T00:54:48.1238658Z /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-23T00:54:48.1245641Z /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-23T00:54:48.1254077Z /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-23T00:54:48.1264094Z /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-23T00:54:48.1277496Z /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-23T00:54:48.1283894Z /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-23T00:54:48.1297569Z /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-23T00:54:48.1311999Z /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-23T00:54:48.1317535Z /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-23T00:54:48.1390515Z /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-23T00:54:48.1452474Z /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-23T00:54:48.1458269Z /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-23T00:54:48.1465003Z /var/lib/jenkins/workspace/aten/src/ATen/test/vitals.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/vitals.cpp [ok] 2022-11-23T00:54:48.1517051Z /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-23T00:54:48.1684210Z /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-23T00:54:48.1735590Z /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-23T00:54:48.1789466Z /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-23T00:54:48.1799106Z /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-23T00:54:48.1807818Z /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-23T00:54:48.1816696Z /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-23T00:54:48.1839525Z /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-23T00:54:48.1847420Z /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-23T00:54:48.1852724Z /var/lib/jenkins/workspace/aten/src/THC/CMakeLists.txt -> /var/lib/jenkins/workspace/aten/src/THH/CMakeLists.txt [ok] 2022-11-23T00:54:48.1858135Z /var/lib/jenkins/workspace/aten/src/THC/THCAtomics.cuh -> /var/lib/jenkins/workspace/aten/src/THH/THHAtomics.cuh [ok] 2022-11-23T00:54:48.1871582Z /var/lib/jenkins/workspace/aten/src/THC/THCDeviceUtils.cuh -> /var/lib/jenkins/workspace/aten/src/THH/THHDeviceUtils.cuh [ok] 2022-11-23T00:54:48.1883052Z /var/lib/jenkins/workspace/binaries/core_overhead_benchmark_gpu.cc -> /var/lib/jenkins/workspace/binaries/hip/core_overhead_benchmark_gpu.cc [ok] 2022-11-23T00:54:48.1888903Z /var/lib/jenkins/workspace/binaries/inspect_gpu.cc -> /var/lib/jenkins/workspace/binaries/hip/inspect_gpu.cc [ok] 2022-11-23T00:54:48.1903120Z /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-23T00:54:48.1908525Z /var/lib/jenkins/workspace/c10/cuda/CUDAAlgorithm.h -> /var/lib/jenkins/workspace/c10/hip/HIPAlgorithm.h [ok] 2022-11-23T00:54:48.1951844Z /var/lib/jenkins/workspace/c10/cuda/CUDACachingAllocator.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPCachingAllocator.cpp [ok] 2022-11-23T00:54:48.1965858Z /var/lib/jenkins/workspace/c10/cuda/CUDACachingAllocator.h -> /var/lib/jenkins/workspace/c10/hip/HIPCachingAllocator.h [ok] 2022-11-23T00:54:48.1978199Z /var/lib/jenkins/workspace/c10/cuda/CUDAException.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPException.cpp [ok] 2022-11-23T00:54:48.1984764Z /var/lib/jenkins/workspace/c10/cuda/CUDAException.h -> /var/lib/jenkins/workspace/c10/hip/HIPException.h [ok] 2022-11-23T00:54:48.1994804Z /var/lib/jenkins/workspace/c10/cuda/CUDAFunctions.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPFunctions.cpp [ok] 2022-11-23T00:54:48.2004183Z /var/lib/jenkins/workspace/c10/cuda/CUDAFunctions.h -> /var/lib/jenkins/workspace/c10/hip/HIPFunctions.h [ok] 2022-11-23T00:54:48.2010878Z /var/lib/jenkins/workspace/c10/cuda/CUDAGraphsC10Utils.h -> /var/lib/jenkins/workspace/c10/hip/HIPGraphsC10Utils.h [ok] 2022-11-23T00:54:48.2028114Z /var/lib/jenkins/workspace/c10/cuda/CUDAGuard.h -> /var/lib/jenkins/workspace/c10/hip/HIPGuard.h [ok] 2022-11-23T00:54:48.2034024Z /var/lib/jenkins/workspace/c10/cuda/CUDAMacros.h -> /var/lib/jenkins/workspace/c10/hip/HIPMacros.h [ok] 2022-11-23T00:54:48.2076533Z /var/lib/jenkins/workspace/c10/cuda/CUDAMallocAsyncAllocator.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPMallocAsyncAllocator.cpp [ok] 2022-11-23T00:54:48.2085513Z /var/lib/jenkins/workspace/c10/cuda/CUDAMathCompat.h -> /var/lib/jenkins/workspace/c10/hip/HIPMathCompat.h [ok] 2022-11-23T00:54:48.2091245Z /var/lib/jenkins/workspace/c10/cuda/CUDAMiscFunctions.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPMiscFunctions.cpp [ok] 2022-11-23T00:54:48.2095680Z /var/lib/jenkins/workspace/c10/cuda/CUDAMiscFunctions.h -> /var/lib/jenkins/workspace/c10/hip/HIPMiscFunctions.h [ok] 2022-11-23T00:54:48.2116787Z /var/lib/jenkins/workspace/c10/cuda/CUDAStream.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPStream.cpp [ok] 2022-11-23T00:54:48.2125468Z /var/lib/jenkins/workspace/c10/cuda/CUDAStream.h -> /var/lib/jenkins/workspace/c10/hip/HIPStream.h [ok] 2022-11-23T00:54:48.2136690Z /var/lib/jenkins/workspace/c10/cuda/impl/CUDAGuardImpl.cpp -> /var/lib/jenkins/workspace/c10/hip/impl/HIPGuardImpl.cpp [ok] 2022-11-23T00:54:48.2147878Z /var/lib/jenkins/workspace/c10/cuda/impl/CUDAGuardImpl.h -> /var/lib/jenkins/workspace/c10/hip/impl/HIPGuardImpl.h [ok] 2022-11-23T00:54:48.2152898Z /var/lib/jenkins/workspace/c10/cuda/impl/CUDATest.cpp -> /var/lib/jenkins/workspace/c10/hip/impl/HIPTest.cpp [ok] 2022-11-23T00:54:48.2162985Z /var/lib/jenkins/workspace/c10/cuda/impl/CUDATest.h -> /var/lib/jenkins/workspace/c10/hip/impl/HIPTest.h [ok] 2022-11-23T00:54:48.2169006Z /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-23T00:54:48.2175821Z /var/lib/jenkins/workspace/c10/cuda/test/CMakeLists.txt -> /var/lib/jenkins/workspace/c10/hip/test/CMakeLists.txt [ok] 2022-11-23T00:54:48.2180957Z /var/lib/jenkins/workspace/c10/cuda/test/impl/CUDATest.cpp -> /var/lib/jenkins/workspace/c10/hip/test/impl/HIPTest.cpp [ok] 2022-11-23T00:54:48.2194706Z /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-23T00:54:48.2205769Z /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-23T00:54:48.2213490Z /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-23T00:54:48.2227736Z /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-23T00:54:48.2241130Z /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-23T00:54:48.2256587Z /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-23T00:54:48.2267665Z /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-23T00:54:48.2287724Z /var/lib/jenkins/workspace/caffe2/core/blob_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/blob_gpu_test.cc [ok] 2022-11-23T00:54:48.2297672Z /var/lib/jenkins/workspace/caffe2/core/blob_serialization_gpu.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/blob_serialization_gpu.cc [ok] 2022-11-23T00:54:48.2317995Z /var/lib/jenkins/workspace/caffe2/core/common_gpu.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/common_gpu.cc [ok] 2022-11-23T00:54:48.2339605Z /var/lib/jenkins/workspace/caffe2/core/common_gpu.h -> /var/lib/jenkins/workspace/caffe2/core/hip/common_gpu.h [ok] 2022-11-23T00:54:48.2375383Z /var/lib/jenkins/workspace/caffe2/core/context_gpu.cu -> /var/lib/jenkins/workspace/caffe2/core/hip/context_gpu.hip [ok] 2022-11-23T00:54:48.2396907Z /var/lib/jenkins/workspace/caffe2/core/context_gpu.h -> /var/lib/jenkins/workspace/caffe2/core/hip/context_gpu.h [ok] 2022-11-23T00:54:48.2406002Z /var/lib/jenkins/workspace/caffe2/core/context_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/context_gpu_test.cc [ok] 2022-11-23T00:54:48.2420579Z /var/lib/jenkins/workspace/caffe2/core/event_gpu.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/event_gpu.cc [ok] 2022-11-23T00:54:48.2426618Z /var/lib/jenkins/workspace/caffe2/core/event_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/event_gpu_test.cc [ok] 2022-11-23T00:54:48.2434570Z /var/lib/jenkins/workspace/caffe2/core/net_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/net_gpu_test.cc [ok] 2022-11-23T00:54:48.2441812Z /var/lib/jenkins/workspace/caffe2/core/operator_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/operator_gpu_test.cc [ok] 2022-11-23T00:54:48.2453052Z /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-23T00:54:48.2459053Z /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-23T00:54:48.2464852Z /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-23T00:54:48.2473004Z /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-23T00:54:48.2486053Z /var/lib/jenkins/workspace/caffe2/image/transform_gpu.cu -> /var/lib/jenkins/workspace/caffe2/image/hip/transform_gpu.hip [ok] 2022-11-23T00:54:48.2492570Z /var/lib/jenkins/workspace/caffe2/image/transform_gpu.h -> /var/lib/jenkins/workspace/caffe2/image/hip/transform_gpu.h [ok] 2022-11-23T00:54:48.2506220Z /var/lib/jenkins/workspace/caffe2/mpi/mpi_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/mpi/hip/mpi_gpu_test.cc [ok] 2022-11-23T00:54:48.2522279Z /var/lib/jenkins/workspace/caffe2/operators/abs_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/abs_op.hip [ok] 2022-11-23T00:54:48.2529493Z /var/lib/jenkins/workspace/caffe2/operators/accumulate_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/accumulate_op.hip [ok] 2022-11-23T00:54:48.2537029Z /var/lib/jenkins/workspace/caffe2/operators/accuracy_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/accuracy_op.hip [ok] 2022-11-23T00:54:48.2542880Z /var/lib/jenkins/workspace/caffe2/operators/acos_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/acos_op.hip [ok] 2022-11-23T00:54:48.2555272Z /var/lib/jenkins/workspace/caffe2/operators/affine_channel_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/affine_channel_op.hip [ok] 2022-11-23T00:54:48.2564486Z /var/lib/jenkins/workspace/caffe2/operators/alias_with_name.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/alias_with_name.hip [ok] 2022-11-23T00:54:48.2575201Z /var/lib/jenkins/workspace/caffe2/operators/arg_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/arg_ops.hip [ok] 2022-11-23T00:54:48.2582548Z /var/lib/jenkins/workspace/caffe2/operators/asin_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/asin_op.hip [ok] 2022-11-23T00:54:48.2594984Z /var/lib/jenkins/workspace/caffe2/operators/assert_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/assert_op.hip [ok] 2022-11-23T00:54:48.2600536Z /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-23T00:54:48.2607170Z /var/lib/jenkins/workspace/caffe2/operators/atan_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/atan_op.hip [ok] 2022-11-23T00:54:48.2624931Z /var/lib/jenkins/workspace/caffe2/operators/batch_gather_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_gather_ops.hip [ok] 2022-11-23T00:54:48.2633490Z /var/lib/jenkins/workspace/caffe2/operators/batch_matmul_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_matmul_op.hip [ok] 2022-11-23T00:54:48.2642074Z /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-23T00:54:48.2654886Z /var/lib/jenkins/workspace/caffe2/operators/batch_moments_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_moments_op.hip [ok] 2022-11-23T00:54:48.2664478Z /var/lib/jenkins/workspace/caffe2/operators/batch_permutation_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_permutation_op.hip [ok] 2022-11-23T00:54:48.2676375Z /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-23T00:54:48.2694264Z /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-23T00:54:48.2708867Z /var/lib/jenkins/workspace/caffe2/operators/boolean_mask_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/boolean_mask_ops.hip [ok] 2022-11-23T00:54:48.2724774Z /var/lib/jenkins/workspace/caffe2/operators/boolean_unmask_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/boolean_unmask_ops.hip [ok] 2022-11-23T00:54:48.2733022Z /var/lib/jenkins/workspace/caffe2/operators/bucketize_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/bucketize_op.hip [ok] 2022-11-23T00:54:48.2744555Z /var/lib/jenkins/workspace/caffe2/operators/cast_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cast_op.hip [ok] 2022-11-23T00:54:48.2753731Z /var/lib/jenkins/workspace/caffe2/operators/cbrt_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cbrt_op.hip [ok] 2022-11-23T00:54:48.2766871Z /var/lib/jenkins/workspace/caffe2/operators/ceil_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/ceil_op.hip [ok] 2022-11-23T00:54:48.2776179Z /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-23T00:54:48.2790717Z /var/lib/jenkins/workspace/caffe2/operators/channel_shuffle_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/channel_shuffle_op.hip [ok] 2022-11-23T00:54:48.2801251Z /var/lib/jenkins/workspace/caffe2/operators/channel_stats_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/channel_stats_op.hip [ok] 2022-11-23T00:54:48.2808336Z /var/lib/jenkins/workspace/caffe2/operators/clip_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/clip_op.hip [ok] 2022-11-23T00:54:48.2815644Z /var/lib/jenkins/workspace/caffe2/operators/communicator_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/communicator_op_gpu.cc [ok] 2022-11-23T00:54:48.2828333Z /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-23T00:54:48.2836733Z /var/lib/jenkins/workspace/caffe2/operators/conv_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/conv_op_gpu.cc [ok] 2022-11-23T00:54:48.2844073Z /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-23T00:54:48.2851787Z /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-23T00:54:48.2867683Z /var/lib/jenkins/workspace/caffe2/operators/copy_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/copy_op.hip [ok] 2022-11-23T00:54:48.2876031Z /var/lib/jenkins/workspace/caffe2/operators/cos_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cos_op.hip [ok] 2022-11-23T00:54:48.2885609Z /var/lib/jenkins/workspace/caffe2/operators/cosh_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cosh_op.hip [ok] 2022-11-23T00:54:48.2895119Z /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-23T00:54:48.2907371Z /var/lib/jenkins/workspace/caffe2/operators/counter_ops_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/counter_ops_gpu.cc [ok] 2022-11-23T00:54:48.2927224Z /var/lib/jenkins/workspace/caffe2/operators/cross_entropy_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cross_entropy_op.hip [ok] 2022-11-23T00:54:48.2936900Z /var/lib/jenkins/workspace/caffe2/operators/cube_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cube_op.hip [ok] 2022-11-23T00:54:48.2943311Z /var/lib/jenkins/workspace/caffe2/operators/data_couple_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/data_couple_gpu.hip [ok] 2022-11-23T00:54:48.2975948Z /var/lib/jenkins/workspace/caffe2/operators/deform_conv_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/deform_conv_op.hip [ok] 2022-11-23T00:54:48.2993790Z /var/lib/jenkins/workspace/caffe2/operators/distance_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/distance_op.hip [ok] 2022-11-23T00:54:48.2999067Z /var/lib/jenkins/workspace/caffe2/operators/do_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/do_op_gpu.cc [ok] 2022-11-23T00:54:48.3006465Z /var/lib/jenkins/workspace/caffe2/operators/dropout_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/dropout_op.hip [ok] 2022-11-23T00:54:48.3011717Z /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-23T00:54:48.3032011Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_div_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_div_op.hip [ok] 2022-11-23T00:54:48.3039378Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_linear_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_linear_op.hip [ok] 2022-11-23T00:54:48.3049622Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_mul_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_mul_op.hip [ok] 2022-11-23T00:54:48.3063678Z /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-23T00:54:48.3074435Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_ops.hip [ok] 2022-11-23T00:54:48.3080290Z /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-23T00:54:48.3090768Z /var/lib/jenkins/workspace/caffe2/operators/elu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/elu_op.hip [ok] 2022-11-23T00:54:48.3095676Z /var/lib/jenkins/workspace/caffe2/operators/enforce_finite_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/enforce_finite_op.hip [ok] 2022-11-23T00:54:48.3103694Z /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-23T00:54:48.3110417Z /var/lib/jenkins/workspace/caffe2/operators/erf_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/erf_op.hip [ok] 2022-11-23T00:54:48.3119942Z /var/lib/jenkins/workspace/caffe2/operators/exp_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/exp_op_gpu.cc [ok] 2022-11-23T00:54:48.3124804Z /var/lib/jenkins/workspace/caffe2/operators/expand_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/expand_op_gpu.cc [ok] 2022-11-23T00:54:48.3130375Z /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-23T00:54:48.3137116Z /var/lib/jenkins/workspace/caffe2/operators/filler_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/filler_op.hip [ok] 2022-11-23T00:54:48.3151557Z /var/lib/jenkins/workspace/caffe2/operators/find_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/find_op.hip [ok] 2022-11-23T00:54:48.3156975Z /var/lib/jenkins/workspace/caffe2/operators/floor_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/floor_op.hip [ok] 2022-11-23T00:54:48.3163422Z /var/lib/jenkins/workspace/caffe2/operators/free_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/free_op_gpu.cc [ok] 2022-11-23T00:54:48.3178537Z /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-23T00:54:48.3184485Z /var/lib/jenkins/workspace/caffe2/operators/gather_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/gather_op.hip [ok] 2022-11-23T00:54:48.3192538Z /var/lib/jenkins/workspace/caffe2/operators/gather_op.cuh -> /var/lib/jenkins/workspace/caffe2/operators/hip/gather_op.cuh [ok] 2022-11-23T00:54:48.3207694Z /var/lib/jenkins/workspace/caffe2/operators/gelu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/gelu_op.hip [ok] 2022-11-23T00:54:48.3241238Z /var/lib/jenkins/workspace/caffe2/operators/generate_proposals_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/generate_proposals_op.hip [ok] 2022-11-23T00:54:48.3278675Z /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-23T00:54:48.3304391Z /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-23T00:54:48.3310729Z /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-23T00:54:48.3343946Z /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-23T00:54:48.3349892Z /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-23T00:54:48.3359592Z /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-23T00:54:48.3368133Z /var/lib/jenkins/workspace/caffe2/operators/glu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/glu_op.hip [ok] 2022-11-23T00:54:48.3392572Z /var/lib/jenkins/workspace/caffe2/operators/group_norm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/group_norm_op.hip [ok] 2022-11-23T00:54:48.3408029Z /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-23T00:54:48.3415359Z /var/lib/jenkins/workspace/caffe2/operators/half_float_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/half_float_ops.hip [ok] 2022-11-23T00:54:48.3430189Z /var/lib/jenkins/workspace/caffe2/operators/hard_sigmoid_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/hard_sigmoid_op.hip [ok] 2022-11-23T00:54:48.3437959Z /var/lib/jenkins/workspace/caffe2/operators/if_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/if_op_gpu.cc [ok] 2022-11-23T00:54:48.3444469Z /var/lib/jenkins/workspace/caffe2/operators/im2col_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/im2col_op_gpu.cc [ok] 2022-11-23T00:54:48.3469490Z /var/lib/jenkins/workspace/caffe2/operators/instance_norm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/instance_norm_op.hip [ok] 2022-11-23T00:54:48.3482660Z /var/lib/jenkins/workspace/caffe2/operators/integral_image_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/integral_image_op.hip [ok] 2022-11-23T00:54:48.3499831Z /var/lib/jenkins/workspace/caffe2/operators/layer_norm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/layer_norm_op.hip [ok] 2022-11-23T00:54:48.3506275Z /var/lib/jenkins/workspace/caffe2/operators/leaky_relu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/leaky_relu_op.hip [ok] 2022-11-23T00:54:48.3512113Z /var/lib/jenkins/workspace/caffe2/operators/lengths_pad_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/lengths_pad_op.hip [ok] 2022-11-23T00:54:48.3519621Z /var/lib/jenkins/workspace/caffe2/operators/lengths_tile_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/lengths_tile_op.hip [ok] 2022-11-23T00:54:48.3533095Z /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-23T00:54:48.3548168Z /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-23T00:54:48.3560866Z /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-23T00:54:48.3569306Z /var/lib/jenkins/workspace/caffe2/operators/log1p_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/log1p_op.hip [ok] 2022-11-23T00:54:48.3574531Z /var/lib/jenkins/workspace/caffe2/operators/log_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/log_op_gpu.cc [ok] 2022-11-23T00:54:48.3583011Z /var/lib/jenkins/workspace/caffe2/operators/logit_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/logit_op.hip [ok] 2022-11-23T00:54:48.3595251Z /var/lib/jenkins/workspace/caffe2/operators/loss_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/loss_op.hip [ok] 2022-11-23T00:54:48.3608487Z /var/lib/jenkins/workspace/caffe2/operators/lp_pool_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/lp_pool_op.hip [ok] 2022-11-23T00:54:48.3619667Z /var/lib/jenkins/workspace/caffe2/operators/lpnorm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/lpnorm_op.hip [ok] 2022-11-23T00:54:48.3630169Z /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-23T00:54:48.3636820Z /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-23T00:54:48.3645541Z /var/lib/jenkins/workspace/caffe2/operators/matmul_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/matmul_op_gpu.cc [ok] 2022-11-23T00:54:48.3655496Z /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-23T00:54:48.3661299Z /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-23T00:54:48.3672952Z /var/lib/jenkins/workspace/caffe2/operators/mean_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/mean_op.hip [ok] 2022-11-23T00:54:48.3679009Z /var/lib/jenkins/workspace/caffe2/operators/mem_query_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/mem_query_op.hip [ok] 2022-11-23T00:54:48.3684870Z /var/lib/jenkins/workspace/caffe2/operators/minmax_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/minmax_ops.hip [ok] 2022-11-23T00:54:48.3690766Z /var/lib/jenkins/workspace/caffe2/operators/mod_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/mod_op.hip [ok] 2022-11-23T00:54:48.3701378Z /var/lib/jenkins/workspace/caffe2/operators/moments_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/moments_op.hip [ok] 2022-11-23T00:54:48.3709047Z /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-23T00:54:48.3714567Z /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-23T00:54:48.3722262Z /var/lib/jenkins/workspace/caffe2/operators/negative_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/negative_op_gpu.cc [ok] 2022-11-23T00:54:48.3733114Z /var/lib/jenkins/workspace/caffe2/operators/normalize_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/normalize_ops.hip [ok] 2022-11-23T00:54:48.3739020Z /var/lib/jenkins/workspace/caffe2/operators/one_hot_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/one_hot_ops.hip [ok] 2022-11-23T00:54:48.3747591Z /var/lib/jenkins/workspace/caffe2/operators/operator_fallback_gpu.h -> /var/lib/jenkins/workspace/caffe2/operators/hip/operator_fallback_gpu.h [ok] 2022-11-23T00:54:48.3758360Z /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-23T00:54:48.3764801Z /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-23T00:54:48.3783630Z /var/lib/jenkins/workspace/caffe2/operators/pack_segments.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/pack_segments.hip [ok] 2022-11-23T00:54:48.3811338Z /var/lib/jenkins/workspace/caffe2/operators/pad_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/pad_op_gpu.hip [ok] 2022-11-23T00:54:48.3817446Z /var/lib/jenkins/workspace/caffe2/operators/perplexity_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/perplexity_op.hip [ok] 2022-11-23T00:54:48.3833223Z /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-23T00:54:48.3892111Z /var/lib/jenkins/workspace/caffe2/operators/pool_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/pool_op.hip [ok] 2022-11-23T00:54:48.3899430Z /var/lib/jenkins/workspace/caffe2/operators/pow_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/pow_op.hip [ok] 2022-11-23T00:54:48.3911425Z /var/lib/jenkins/workspace/caffe2/operators/prelu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/prelu_op.hip [ok] 2022-11-23T00:54:48.3924554Z /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-23T00:54:48.3930540Z /var/lib/jenkins/workspace/caffe2/operators/reciprocal_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/reciprocal_op.hip [ok] 2022-11-23T00:54:48.3938883Z /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-23T00:54:48.3953564Z /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-23T00:54:48.3962678Z /var/lib/jenkins/workspace/caffe2/operators/reduce_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/reduce_ops.hip [ok] 2022-11-23T00:54:48.3970341Z /var/lib/jenkins/workspace/caffe2/operators/reduction_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/reduction_ops.hip [ok] 2022-11-23T00:54:48.3980479Z /var/lib/jenkins/workspace/caffe2/operators/relu_n_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/relu_n_op.hip [ok] 2022-11-23T00:54:48.3990966Z /var/lib/jenkins/workspace/caffe2/operators/relu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/relu_op.hip [ok] 2022-11-23T00:54:48.3996442Z /var/lib/jenkins/workspace/caffe2/operators/replace_nan_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/replace_nan_op.hip [ok] 2022-11-23T00:54:48.4008386Z /var/lib/jenkins/workspace/caffe2/operators/reshape_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/reshape_op_gpu.cc [ok] 2022-11-23T00:54:48.4013737Z /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-23T00:54:48.4024743Z /var/lib/jenkins/workspace/caffe2/operators/resize_3d_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/resize_3d_op.hip [ok] 2022-11-23T00:54:48.4037900Z /var/lib/jenkins/workspace/caffe2/operators/resize_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/resize_op.hip [ok] 2022-11-23T00:54:48.4044992Z /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-23T00:54:48.4054498Z /var/lib/jenkins/workspace/caffe2/operators/rmac_regions_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/rmac_regions_op.hip [ok] 2022-11-23T00:54:48.4068333Z /var/lib/jenkins/workspace/caffe2/operators/rms_norm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/rms_norm_op.hip [ok] 2022-11-23T00:54:48.4078796Z /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-23T00:54:48.4094877Z /var/lib/jenkins/workspace/caffe2/operators/roi_align_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/roi_align_op.hip [ok] 2022-11-23T00:54:48.4106321Z /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-23T00:54:48.4121283Z /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-23T00:54:48.4132391Z /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-23T00:54:48.4150539Z /var/lib/jenkins/workspace/caffe2/operators/roi_pool_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/roi_pool_op.hip [ok] 2022-11-23T00:54:48.4158428Z /var/lib/jenkins/workspace/caffe2/operators/rsqrt_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/rsqrt_op.hip [ok] 2022-11-23T00:54:48.4168092Z /var/lib/jenkins/workspace/caffe2/operators/scale_blobs_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/scale_blobs_op.hip [ok] 2022-11-23T00:54:48.4181447Z /var/lib/jenkins/workspace/caffe2/operators/scale_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/scale_op_gpu.cc [ok] 2022-11-23T00:54:48.4219419Z /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-23T00:54:48.4233000Z /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-23T00:54:48.4240378Z /var/lib/jenkins/workspace/caffe2/operators/selu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/selu_op.hip [ok] 2022-11-23T00:54:48.4256407Z /var/lib/jenkins/workspace/caffe2/operators/sequence_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sequence_ops.hip [ok] 2022-11-23T00:54:48.4263158Z /var/lib/jenkins/workspace/caffe2/operators/shape_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/shape_op_gpu.cc [ok] 2022-11-23T00:54:48.4271118Z /var/lib/jenkins/workspace/caffe2/operators/sigmoid_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sigmoid_op.hip [ok] 2022-11-23T00:54:48.4278098Z /var/lib/jenkins/workspace/caffe2/operators/sin_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sin_op.hip [ok] 2022-11-23T00:54:48.4292390Z /var/lib/jenkins/workspace/caffe2/operators/sinh_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sinh_op.hip [ok] 2022-11-23T00:54:48.4307071Z /var/lib/jenkins/workspace/caffe2/operators/slice_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/slice_op.hip [ok] 2022-11-23T00:54:48.4332861Z /var/lib/jenkins/workspace/caffe2/operators/softmax_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/softmax_ops.hip [ok] 2022-11-23T00:54:48.4339582Z /var/lib/jenkins/workspace/caffe2/operators/softplus_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/softplus_op.hip [ok] 2022-11-23T00:54:48.4354719Z /var/lib/jenkins/workspace/caffe2/operators/softsign_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/softsign_op.hip [ok] 2022-11-23T00:54:48.4363366Z /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-23T00:54:48.4368226Z /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-23T00:54:48.4380676Z /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-23T00:54:48.4387414Z /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-23T00:54:48.4394128Z /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-23T00:54:48.4413814Z /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-23T00:54:48.4419839Z /var/lib/jenkins/workspace/caffe2/operators/sqr_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/sqr_op_gpu.cc [ok] 2022-11-23T00:54:48.4424710Z /var/lib/jenkins/workspace/caffe2/operators/sqrt_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/sqrt_op_gpu.cc [ok] 2022-11-23T00:54:48.4430465Z /var/lib/jenkins/workspace/caffe2/operators/stop_gradient_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/stop_gradient_gpu.cc [ok] 2022-11-23T00:54:48.4444863Z /var/lib/jenkins/workspace/caffe2/operators/stump_func_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/stump_func_op.hip [ok] 2022-11-23T00:54:48.4450801Z /var/lib/jenkins/workspace/caffe2/operators/summarize_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/summarize_op.hip [ok] 2022-11-23T00:54:48.4458647Z /var/lib/jenkins/workspace/caffe2/operators/swish_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/swish_op.hip [ok] 2022-11-23T00:54:48.4464944Z /var/lib/jenkins/workspace/caffe2/operators/tan_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/tan_op.hip [ok] 2022-11-23T00:54:48.4480163Z /var/lib/jenkins/workspace/caffe2/operators/tanh_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/tanh_op.hip [ok] 2022-11-23T00:54:48.4485417Z /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-23T00:54:48.4494457Z /var/lib/jenkins/workspace/caffe2/operators/thresholded_relu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/thresholded_relu_op.hip [ok] 2022-11-23T00:54:48.4505280Z /var/lib/jenkins/workspace/caffe2/operators/tile_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/tile_op.hip [ok] 2022-11-23T00:54:48.4527233Z /var/lib/jenkins/workspace/caffe2/operators/top_k.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/top_k.hip [ok] 2022-11-23T00:54:48.4539388Z /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-23T00:54:48.4557286Z /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-23T00:54:48.4565399Z /var/lib/jenkins/workspace/caffe2/operators/transpose_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/transpose_op.hip [ok] 2022-11-23T00:54:48.4574771Z /var/lib/jenkins/workspace/caffe2/operators/unique_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/unique_ops.hip [ok] 2022-11-23T00:54:48.4587929Z /var/lib/jenkins/workspace/caffe2/operators/unsafe_coalesce.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/unsafe_coalesce.hip [ok] 2022-11-23T00:54:48.4599058Z /var/lib/jenkins/workspace/caffe2/operators/upsample_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/upsample_op.hip [ok] 2022-11-23T00:54:48.4616921Z /var/lib/jenkins/workspace/caffe2/operators/utility_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/utility_ops.hip [ok] 2022-11-23T00:54:48.4623739Z /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-23T00:54:48.4635235Z /var/lib/jenkins/workspace/caffe2/operators/weighted_sample_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/weighted_sample_op.hip [ok] 2022-11-23T00:54:48.4641837Z /var/lib/jenkins/workspace/caffe2/operators/while_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/while_op_gpu.cc [ok] 2022-11-23T00:54:48.4653702Z /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-23T00:54:48.4660278Z /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-23T00:54:48.4670466Z /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-23T00:54:48.4681441Z /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-23T00:54:48.4688820Z /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-23T00:54:48.4695223Z /var/lib/jenkins/workspace/caffe2/queue/queue_ops_gpu.cc -> /var/lib/jenkins/workspace/caffe2/queue/hip/queue_ops_gpu.cc [ok] 2022-11-23T00:54:48.4712657Z /var/lib/jenkins/workspace/caffe2/sgd/adadelta_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/adadelta_op_gpu.hip [ok] 2022-11-23T00:54:48.4749185Z /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-23T00:54:48.4761037Z /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-23T00:54:48.4779359Z /var/lib/jenkins/workspace/caffe2/sgd/adagrad_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/adagrad_op_gpu.hip [ok] 2022-11-23T00:54:48.4797477Z /var/lib/jenkins/workspace/caffe2/sgd/adam_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/adam_op_gpu.hip [ok] 2022-11-23T00:54:48.4809304Z /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-23T00:54:48.4824658Z /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-23T00:54:48.4830687Z /var/lib/jenkins/workspace/caffe2/sgd/iter_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/sgd/hip/iter_op_gpu.cc [ok] 2022-11-23T00:54:48.4836757Z /var/lib/jenkins/workspace/caffe2/sgd/lars_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/lars_op_gpu.hip [ok] 2022-11-23T00:54:48.4843313Z /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-23T00:54:48.4856513Z /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-23T00:54:48.4863024Z /var/lib/jenkins/workspace/caffe2/sgd/rmsprop_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/rmsprop_op_gpu.hip [ok] 2022-11-23T00:54:48.4868712Z /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-23T00:54:48.4875939Z /var/lib/jenkins/workspace/caffe2/sgd/yellowfin_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/yellowfin_op_gpu.hip [ok] 2022-11-23T00:54:48.4889437Z /var/lib/jenkins/workspace/caffe2/utils/GpuAtomics.cuh -> /var/lib/jenkins/workspace/caffe2/utils/hip/GpuAtomics.cuh [ok] 2022-11-23T00:54:48.4900167Z /var/lib/jenkins/workspace/caffe2/utils/GpuBitonicSort.cuh -> /var/lib/jenkins/workspace/caffe2/utils/hip/GpuBitonicSort.cuh [ok] 2022-11-23T00:54:48.4908588Z /var/lib/jenkins/workspace/caffe2/utils/GpuDefs.cuh -> /var/lib/jenkins/workspace/caffe2/utils/hip/GpuDefs.cuh [ok] 2022-11-23T00:54:48.4923096Z /var/lib/jenkins/workspace/caffe2/utils/GpuScanUtils.cuh -> /var/lib/jenkins/workspace/caffe2/utils/hip/GpuScanUtils.cuh [ok] 2022-11-23T00:54:48.4929100Z /var/lib/jenkins/workspace/caffe2/utils/cub_namespace.cuh -> /var/lib/jenkins/workspace/caffe2/utils/hip/cub_namespace.cuh [ok] 2022-11-23T00:54:48.5001262Z /var/lib/jenkins/workspace/caffe2/utils/math_gpu.cu -> /var/lib/jenkins/workspace/caffe2/utils/hip/math_gpu.hip [ok] 2022-11-23T00:54:48.5017556Z /var/lib/jenkins/workspace/caffe2/utils/math_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/utils/hip/math_gpu_test.cc [ok] 2022-11-23T00:54:48.5034785Z /var/lib/jenkins/workspace/caffe2/utils/math/broadcast.cu -> /var/lib/jenkins/workspace/caffe2/utils/math/hip/broadcast.hip [ok] 2022-11-23T00:54:48.5070786Z /var/lib/jenkins/workspace/caffe2/utils/math/elementwise.cu -> /var/lib/jenkins/workspace/caffe2/utils/math/hip/elementwise.hip [ok] 2022-11-23T00:54:48.5097156Z /var/lib/jenkins/workspace/caffe2/utils/math/reduce.cu -> /var/lib/jenkins/workspace/caffe2/utils/math/hip/reduce.hip [ok] 2022-11-23T00:54:48.5105119Z /var/lib/jenkins/workspace/caffe2/utils/math/reduce.cuh -> /var/lib/jenkins/workspace/caffe2/utils/math/hip/reduce.cuh [ok] 2022-11-23T00:54:48.5118600Z /var/lib/jenkins/workspace/caffe2/utils/math/transpose.cu -> /var/lib/jenkins/workspace/caffe2/utils/math/hip/transpose.hip [ok] 2022-11-23T00:54:48.5125342Z /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-23T00:54:48.5137176Z /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-23T00:54:48.5156902Z /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-23T00:54:48.5167847Z /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-23T00:54:48.5176923Z /var/lib/jenkins/workspace/modules/detectron/sample_as_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/sample_as_op.hip [ok] 2022-11-23T00:54:48.5195586Z /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-23T00:54:48.5204881Z /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-23T00:54:48.5223914Z /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-23T00:54:48.5234521Z /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-23T00:54:48.5251803Z /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-23T00:54:48.5260780Z /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-23T00:54:48.5275878Z /var/lib/jenkins/workspace/modules/detectron/upsample_nearest_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/upsample_nearest_op.hip [ok] 2022-11-23T00:54:48.5336050Z /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-23T00:54:48.5343003Z /var/lib/jenkins/workspace/torch/abi-check.cpp -> /var/lib/jenkins/workspace/torch/abi-check.cpp [skipped, already hipified] 2022-11-23T00:54:48.5373437Z /var/lib/jenkins/workspace/torch/custom_class.h -> /var/lib/jenkins/workspace/torch/custom_class.h [skipped, already hipified] 2022-11-23T00:54:48.5384447Z /var/lib/jenkins/workspace/torch/custom_class_detail.h -> /var/lib/jenkins/workspace/torch/custom_class_detail.h [skipped, already hipified] 2022-11-23T00:54:48.5397160Z /var/lib/jenkins/workspace/torch/extension.h -> /var/lib/jenkins/workspace/torch/extension.h [skipped, already hipified] 2022-11-23T00:54:48.5448162Z /var/lib/jenkins/workspace/torch/library.h -> /var/lib/jenkins/workspace/torch/library.h [skipped, already hipified] 2022-11-23T00:54:48.5453759Z /var/lib/jenkins/workspace/torch/script.h -> /var/lib/jenkins/workspace/torch/script.h [skipped, already hipified] 2022-11-23T00:54:48.5458821Z /var/lib/jenkins/workspace/torch/_C/_VariableFunctions.pyi.in -> /var/lib/jenkins/workspace/torch/_C/_VariableFunctions.pyi.in [skipped, already hipified] 2022-11-23T00:54:48.5532995Z /var/lib/jenkins/workspace/torch/_C/__init__.pyi.in -> /var/lib/jenkins/workspace/torch/_C/__init__.pyi.in [skipped, already hipified] 2022-11-23T00:54:48.5539335Z /var/lib/jenkins/workspace/torch/_C/_nn.pyi.in -> /var/lib/jenkins/workspace/torch/_C/_nn.pyi.in [skipped, already hipified] 2022-11-23T00:54:48.5544397Z /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-23T00:54:48.5551100Z /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-23T00:54:48.5572935Z /var/lib/jenkins/workspace/torch/csrc/CudaIPCTypes.cpp -> /var/lib/jenkins/workspace/torch/csrc/CudaIPCTypes.cpp [ok] 2022-11-23T00:54:48.5579196Z /var/lib/jenkins/workspace/torch/csrc/CudaIPCTypes.h -> /var/lib/jenkins/workspace/torch/csrc/CudaIPCTypes.h [ok] 2022-11-23T00:54:48.5592706Z /var/lib/jenkins/workspace/torch/csrc/DataLoader.cpp -> /var/lib/jenkins/workspace/torch/csrc/DataLoader.cpp [skipped, already hipified] 2022-11-23T00:54:48.5596128Z /var/lib/jenkins/workspace/torch/csrc/DataLoader.h -> /var/lib/jenkins/workspace/torch/csrc/DataLoader.h [skipped, already hipified] 2022-11-23T00:54:48.5607035Z /var/lib/jenkins/workspace/torch/csrc/Device.cpp -> /var/lib/jenkins/workspace/torch/csrc/Device.cpp [skipped, already hipified] 2022-11-23T00:54:48.5620131Z /var/lib/jenkins/workspace/torch/csrc/Device.h -> /var/lib/jenkins/workspace/torch/csrc/Device.h [skipped, already hipified] 2022-11-23T00:54:48.5628478Z /var/lib/jenkins/workspace/torch/csrc/Dtype.cpp -> /var/lib/jenkins/workspace/torch/csrc/Dtype.cpp [skipped, already hipified] 2022-11-23T00:54:48.5632690Z /var/lib/jenkins/workspace/torch/csrc/Dtype.h -> /var/lib/jenkins/workspace/torch/csrc/Dtype.h [skipped, already hipified] 2022-11-23T00:54:48.5648947Z /var/lib/jenkins/workspace/torch/csrc/DynamicTypes.cpp -> /var/lib/jenkins/workspace/torch/csrc/DynamicTypes.cpp [skipped, already hipified] 2022-11-23T00:54:48.5655050Z /var/lib/jenkins/workspace/torch/csrc/DynamicTypes.h -> /var/lib/jenkins/workspace/torch/csrc/DynamicTypes.h [skipped, already hipified] 2022-11-23T00:54:48.5674516Z /var/lib/jenkins/workspace/torch/csrc/Exceptions.cpp -> /var/lib/jenkins/workspace/torch/csrc/Exceptions.cpp [skipped, already hipified] 2022-11-23T00:54:48.5696168Z /var/lib/jenkins/workspace/torch/csrc/Exceptions.h -> /var/lib/jenkins/workspace/torch/csrc/Exceptions.h [skipped, already hipified] 2022-11-23T00:54:48.5700964Z /var/lib/jenkins/workspace/torch/csrc/Export.h -> /var/lib/jenkins/workspace/torch/csrc/Export.h [skipped, already hipified] 2022-11-23T00:54:48.5717192Z /var/lib/jenkins/workspace/torch/csrc/Generator.cpp -> /var/lib/jenkins/workspace/torch/csrc/Generator.cpp [ok] 2022-11-23T00:54:48.5722866Z /var/lib/jenkins/workspace/torch/csrc/Generator.h -> /var/lib/jenkins/workspace/torch/csrc/Generator.h [skipped, already hipified] 2022-11-23T00:54:48.5729221Z /var/lib/jenkins/workspace/torch/csrc/Layout.cpp -> /var/lib/jenkins/workspace/torch/csrc/Layout.cpp [skipped, already hipified] 2022-11-23T00:54:48.5734697Z /var/lib/jenkins/workspace/torch/csrc/Layout.h -> /var/lib/jenkins/workspace/torch/csrc/Layout.h [skipped, already hipified] 2022-11-23T00:54:48.5740970Z /var/lib/jenkins/workspace/torch/csrc/MemoryFormat.cpp -> /var/lib/jenkins/workspace/torch/csrc/MemoryFormat.cpp [skipped, already hipified] 2022-11-23T00:54:48.5754613Z /var/lib/jenkins/workspace/torch/csrc/MemoryFormat.h -> /var/lib/jenkins/workspace/torch/csrc/MemoryFormat.h [skipped, already hipified] 2022-11-23T00:54:48.5815562Z /var/lib/jenkins/workspace/torch/csrc/Module.cpp -> /var/lib/jenkins/workspace/torch/csrc/Module.cpp [ok] 2022-11-23T00:54:48.5820116Z /var/lib/jenkins/workspace/torch/csrc/Module.h -> /var/lib/jenkins/workspace/torch/csrc/Module.h [skipped, already hipified] 2022-11-23T00:54:48.5826202Z /var/lib/jenkins/workspace/torch/csrc/PythonTypes.h -> /var/lib/jenkins/workspace/torch/csrc/PythonTypes.h [skipped, already hipified] 2022-11-23T00:54:48.5832349Z /var/lib/jenkins/workspace/torch/csrc/QScheme.cpp -> /var/lib/jenkins/workspace/torch/csrc/QScheme.cpp [skipped, already hipified] 2022-11-23T00:54:48.5836530Z /var/lib/jenkins/workspace/torch/csrc/QScheme.h -> /var/lib/jenkins/workspace/torch/csrc/QScheme.h [skipped, already hipified] 2022-11-23T00:54:48.5853220Z /var/lib/jenkins/workspace/torch/csrc/Size.cpp -> /var/lib/jenkins/workspace/torch/csrc/Size.cpp [skipped, already hipified] 2022-11-23T00:54:48.5859843Z /var/lib/jenkins/workspace/torch/csrc/Size.h -> /var/lib/jenkins/workspace/torch/csrc/Size.h [skipped, already hipified] 2022-11-23T00:54:48.5883649Z /var/lib/jenkins/workspace/torch/csrc/Storage.cpp -> /var/lib/jenkins/workspace/torch/csrc/Storage.cpp [ok] 2022-11-23T00:54:48.5889041Z /var/lib/jenkins/workspace/torch/csrc/Storage.h -> /var/lib/jenkins/workspace/torch/csrc/Storage.h [skipped, already hipified] 2022-11-23T00:54:48.5912184Z /var/lib/jenkins/workspace/torch/csrc/StorageMethods.cpp -> /var/lib/jenkins/workspace/torch/csrc/StorageMethods.cpp [ok] 2022-11-23T00:54:48.5916641Z /var/lib/jenkins/workspace/torch/csrc/StorageMethods.h -> /var/lib/jenkins/workspace/torch/csrc/StorageMethods.h [skipped, already hipified] 2022-11-23T00:54:48.5938811Z /var/lib/jenkins/workspace/torch/csrc/StorageSharing.cpp -> /var/lib/jenkins/workspace/torch/csrc/StorageSharing.cpp [ok] 2022-11-23T00:54:48.5948568Z /var/lib/jenkins/workspace/torch/csrc/StorageSharing.h -> /var/lib/jenkins/workspace/torch/csrc/StorageSharing.h [skipped, already hipified] 2022-11-23T00:54:48.5958437Z /var/lib/jenkins/workspace/torch/csrc/Stream.cpp -> /var/lib/jenkins/workspace/torch/csrc/Stream.cpp [skipped, already hipified] 2022-11-23T00:54:48.5964217Z /var/lib/jenkins/workspace/torch/csrc/Stream.h -> /var/lib/jenkins/workspace/torch/csrc/Stream.h [skipped, already hipified] 2022-11-23T00:54:48.5969394Z /var/lib/jenkins/workspace/torch/csrc/THConcat.h -> /var/lib/jenkins/workspace/torch/csrc/THConcat.h [skipped, already hipified] 2022-11-23T00:54:48.5980129Z /var/lib/jenkins/workspace/torch/csrc/THP.h -> /var/lib/jenkins/workspace/torch/csrc/THP.h [skipped, already hipified] 2022-11-23T00:54:48.6001971Z /var/lib/jenkins/workspace/torch/csrc/TypeInfo.cpp -> /var/lib/jenkins/workspace/torch/csrc/TypeInfo.cpp [skipped, already hipified] 2022-11-23T00:54:48.6008632Z /var/lib/jenkins/workspace/torch/csrc/TypeInfo.h -> /var/lib/jenkins/workspace/torch/csrc/TypeInfo.h [skipped, already hipified] 2022-11-23T00:54:48.6012710Z /var/lib/jenkins/workspace/torch/csrc/Types.h -> /var/lib/jenkins/workspace/torch/csrc/Types.h [skipped, already hipified] 2022-11-23T00:54:48.6019580Z /var/lib/jenkins/workspace/torch/csrc/copy_utils.h -> /var/lib/jenkins/workspace/torch/csrc/copy_utils.h [skipped, already hipified] 2022-11-23T00:54:48.6020820Z /var/lib/jenkins/workspace/torch/csrc/empty.c -> /var/lib/jenkins/workspace/torch/csrc/empty.c [skipped, already hipified] 2022-11-23T00:54:48.6038023Z /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-23T00:54:48.6042701Z /var/lib/jenkins/workspace/torch/csrc/itt.cpp -> /var/lib/jenkins/workspace/torch/csrc/itt.cpp [skipped, already hipified] 2022-11-23T00:54:48.6048245Z /var/lib/jenkins/workspace/torch/csrc/itt_wrapper.cpp -> /var/lib/jenkins/workspace/torch/csrc/itt_wrapper.cpp [skipped, already hipified] 2022-11-23T00:54:48.6052924Z /var/lib/jenkins/workspace/torch/csrc/itt_wrapper.h -> /var/lib/jenkins/workspace/torch/csrc/itt_wrapper.h [skipped, already hipified] 2022-11-23T00:54:48.6064842Z /var/lib/jenkins/workspace/torch/csrc/python_dimname.cpp -> /var/lib/jenkins/workspace/torch/csrc/python_dimname.cpp [skipped, already hipified] 2022-11-23T00:54:48.6069127Z /var/lib/jenkins/workspace/torch/csrc/python_dimname.h -> /var/lib/jenkins/workspace/torch/csrc/python_dimname.h [skipped, already hipified] 2022-11-23T00:54:48.6073413Z /var/lib/jenkins/workspace/torch/csrc/python_headers.h -> /var/lib/jenkins/workspace/torch/csrc/python_headers.h [skipped, already hipified] 2022-11-23T00:54:48.6098589Z /var/lib/jenkins/workspace/torch/csrc/serialization.cpp -> /var/lib/jenkins/workspace/torch/csrc/serialization.cpp [ok] 2022-11-23T00:54:48.6104105Z /var/lib/jenkins/workspace/torch/csrc/serialization.h -> /var/lib/jenkins/workspace/torch/csrc/serialization.h [skipped, already hipified] 2022-11-23T00:54:48.6108825Z /var/lib/jenkins/workspace/torch/csrc/stub.c -> /var/lib/jenkins/workspace/torch/csrc/stub.c [skipped, already hipified] 2022-11-23T00:54:48.6113644Z /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-23T00:54:48.6135912Z /var/lib/jenkins/workspace/torch/csrc/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils.cpp [skipped, already hipified] 2022-11-23T00:54:48.6149747Z /var/lib/jenkins/workspace/torch/csrc/utils.h -> /var/lib/jenkins/workspace/torch/csrc/utils.h [ok] 2022-11-23T00:54:48.6159526Z /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-23T00:54:48.6172596Z /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-23T00:54:48.6176490Z /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-23T00:54:48.6181245Z /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-23T00:54:48.6186988Z /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-23T00:54:48.6202566Z /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-23T00:54:48.6212572Z /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-23T00:54:48.6235453Z /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-23T00:54:48.6241211Z /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-23T00:54:48.6247128Z /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-23T00:54:48.6280416Z /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-23T00:54:48.6293050Z /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-23T00:54:48.6297221Z /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-23T00:54:48.6301688Z /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-23T00:54:48.6331287Z /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-23T00:54:48.6352773Z /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-23T00:54:48.6362198Z /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-23T00:54:48.6368323Z /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-23T00:54:48.6424191Z /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-23T00:54:48.6429021Z /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-23T00:54:48.6435448Z /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-23T00:54:48.6441768Z /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-23T00:54:48.6450455Z /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-23T00:54:48.6456917Z /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-23T00:54:48.6463487Z /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-23T00:54:48.6468757Z /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-23T00:54:48.6478341Z /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-23T00:54:48.6487206Z /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-23T00:54:48.6492054Z /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-23T00:54:48.6503826Z /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-23T00:54:48.6508187Z /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-23T00:54:48.6523992Z /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-23T00:54:48.6530393Z /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-23T00:54:48.6537609Z /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-23T00:54:48.6545540Z /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-23T00:54:48.6577100Z /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-23T00:54:48.6584426Z /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-23T00:54:48.6598150Z /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-23T00:54:48.6603823Z /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-23T00:54:48.6609482Z /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-23T00:54:48.6614015Z /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-23T00:54:48.6625289Z /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-23T00:54:48.6631130Z /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-23T00:54:48.6638602Z /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-23T00:54:48.6651287Z /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-23T00:54:48.6657884Z /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-23T00:54:48.6667109Z /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-23T00:54:48.6681578Z /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-23T00:54:48.6687729Z /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-23T00:54:48.6693154Z /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-23T00:54:48.6699743Z /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-23T00:54:48.6708474Z /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-23T00:54:48.6713396Z /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-23T00:54:48.6718478Z /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-23T00:54:48.6723186Z /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-23T00:54:48.6735306Z /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-23T00:54:48.6756528Z /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-23T00:54:48.6764108Z /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-23T00:54:48.6771626Z /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-23T00:54:48.6776335Z /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-23T00:54:48.6788588Z /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-23T00:54:48.6825989Z /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-23T00:54:48.6837205Z /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-23T00:54:48.6842398Z /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-23T00:54:48.6850677Z /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-23T00:54:48.6865267Z /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-23T00:54:48.6870379Z /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-23T00:54:48.6913488Z /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-23T00:54:48.6920313Z /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-23T00:54:48.6930703Z /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-23T00:54:48.6945228Z /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-23T00:54:48.6956696Z /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-23T00:54:48.6974562Z /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-23T00:54:48.6982753Z /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-23T00:54:48.6987839Z /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-23T00:54:48.6993913Z /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-23T00:54:48.7038038Z /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-23T00:54:48.7049661Z /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-23T00:54:48.7054554Z /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-23T00:54:48.7065169Z /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-23T00:54:48.7116409Z /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-23T00:54:48.7130600Z /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-23T00:54:48.7142428Z /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-23T00:54:48.7147101Z /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-23T00:54:48.7192252Z /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-23T00:54:48.7199658Z /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-23T00:54:48.7210358Z /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-23T00:54:48.7228029Z /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-23T00:54:48.7255691Z /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-23T00:54:48.7261776Z /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-23T00:54:48.7275510Z /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-23T00:54:48.7285161Z /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-23T00:54:48.7291797Z /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-23T00:54:48.7306892Z /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-23T00:54:48.7317995Z /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-23T00:54:48.7361827Z /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-23T00:54:48.7372365Z /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-23T00:54:48.7392400Z /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-23T00:54:48.7399497Z /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-23T00:54:48.7446676Z /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-23T00:54:48.7465816Z /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-23T00:54:48.7474112Z /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-23T00:54:48.7489036Z /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-23T00:54:48.7499699Z /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-23T00:54:48.7508754Z /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-23T00:54:48.7519052Z /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-23T00:54:48.7543099Z /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-23T00:54:48.7552371Z /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-23T00:54:48.7559807Z /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-23T00:54:48.7573109Z /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-23T00:54:48.7587320Z /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-23T00:54:48.7603449Z /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-23T00:54:48.7611548Z /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-23T00:54:48.7620030Z /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-23T00:54:48.7633139Z /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-23T00:54:48.7653237Z /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-23T00:54:48.7682997Z /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-23T00:54:48.7688097Z /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-23T00:54:48.7693789Z /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-23T00:54:48.7716962Z /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-23T00:54:48.7722892Z /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-23T00:54:48.7731289Z /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-23T00:54:48.7748874Z /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-23T00:54:48.7757281Z /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-23T00:54:48.7763305Z /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-23T00:54:48.7771156Z /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-23T00:54:48.7809353Z /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-23T00:54:48.7822402Z /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-23T00:54:48.7835920Z /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-23T00:54:48.7843353Z /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-23T00:54:48.7868715Z /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-23T00:54:48.7894326Z /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-23T00:54:48.7900069Z /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-23T00:54:48.7906772Z /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-23T00:54:48.7912508Z /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-23T00:54:48.7928133Z /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-23T00:54:48.7934509Z /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-23T00:54:48.7954769Z /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-23T00:54:48.7964248Z /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-23T00:54:48.7971958Z /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-23T00:54:48.7991968Z /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-23T00:54:48.8000261Z /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-23T00:54:48.8007798Z /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-23T00:54:48.8015249Z /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-23T00:54:48.8026927Z /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-23T00:54:48.8041017Z /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-23T00:54:48.8050777Z /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-23T00:54:48.8074342Z /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-23T00:54:48.8081447Z /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-23T00:54:48.8089334Z /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-23T00:54:48.8094139Z /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-23T00:54:48.8103607Z /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-23T00:54:48.8108232Z /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-23T00:54:48.8117630Z /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-23T00:54:48.8132932Z /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-23T00:54:48.8142294Z /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-23T00:54:48.8148828Z /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-23T00:54:48.8154251Z /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-23T00:54:48.8158721Z /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-23T00:54:48.8168987Z /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-23T00:54:48.8173415Z /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-23T00:54:48.8181067Z /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-23T00:54:48.8194597Z /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-23T00:54:48.8200839Z /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-23T00:54:48.8206209Z /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-23T00:54:48.8215186Z /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-23T00:54:48.8228753Z /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-23T00:54:48.8248591Z /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-23T00:54:48.8257519Z /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-23T00:54:48.8285131Z /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-23T00:54:48.8295660Z /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-23T00:54:48.8307389Z /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-23T00:54:48.8322049Z /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-23T00:54:48.8335864Z /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-23T00:54:48.8342514Z /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-23T00:54:48.8353370Z /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-23T00:54:48.8364774Z /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-23T00:54:48.8370764Z /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-23T00:54:48.8379424Z /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-23T00:54:48.8402956Z /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-23T00:54:48.8410010Z /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-23T00:54:48.8417068Z /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-23T00:54:48.8423716Z /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-23T00:54:48.8447163Z /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-23T00:54:48.8491910Z /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-23T00:54:48.8517260Z /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-23T00:54:48.8524116Z /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-23T00:54:48.8528986Z /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-23T00:54:48.8534809Z /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-23T00:54:48.8543185Z /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-23T00:54:48.8547325Z /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-23T00:54:48.8551098Z /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-23T00:54:48.8557878Z /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-23T00:54:48.8570770Z /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-23T00:54:48.8575023Z /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-23T00:54:48.8581688Z /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-23T00:54:48.8593122Z /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-23T00:54:48.8600893Z /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-23T00:54:48.8605777Z /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-23T00:54:48.8611920Z /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-23T00:54:48.8619330Z /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-23T00:54:48.8628242Z /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-23T00:54:48.8637406Z /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-23T00:54:48.8655468Z /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-23T00:54:48.8665620Z /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-23T00:54:48.8694697Z /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-23T00:54:48.8712038Z /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-23T00:54:48.8721200Z /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-23T00:54:48.8726845Z /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-23T00:54:48.8739420Z /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-23T00:54:48.8748708Z /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-23T00:54:48.8754786Z /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-23T00:54:48.8763785Z /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-23T00:54:48.8778434Z /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-23T00:54:48.8785089Z /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-23T00:54:48.9023161Z /var/lib/jenkins/workspace/torch/csrc/autograd/FunctionsManual.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/FunctionsManual.cpp [skipped, already hipified] 2022-11-23T00:54:48.9072007Z /var/lib/jenkins/workspace/torch/csrc/autograd/FunctionsManual.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/FunctionsManual.h [skipped, already hipified] 2022-11-23T00:54:48.9076630Z /var/lib/jenkins/workspace/torch/csrc/autograd/InferenceMode.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/InferenceMode.h [skipped, already hipified] 2022-11-23T00:54:48.9097126Z /var/lib/jenkins/workspace/torch/csrc/autograd/TraceTypeManual.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/TraceTypeManual.cpp [skipped, already hipified] 2022-11-23T00:54:48.9122947Z /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeManual.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeManual.cpp [skipped, already hipified] 2022-11-23T00:54:48.9154962Z /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeUtils.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeUtils.h [skipped, already hipified] 2022-11-23T00:54:48.9160758Z /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-23T00:54:48.9168707Z /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-23T00:54:48.9185366Z /var/lib/jenkins/workspace/torch/csrc/autograd/autograd.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/autograd.cpp [skipped, already hipified] 2022-11-23T00:54:48.9193454Z /var/lib/jenkins/workspace/torch/csrc/autograd/autograd.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/autograd.h [skipped, already hipified] 2022-11-23T00:54:48.9215146Z /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-23T00:54:48.9235898Z /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-23T00:54:48.9240079Z /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-23T00:54:48.9245010Z /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-23T00:54:48.9250213Z /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-23T00:54:48.9282022Z /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-23T00:54:48.9303292Z /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-23T00:54:48.9309198Z /var/lib/jenkins/workspace/torch/csrc/autograd/edge.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/edge.h [skipped, already hipified] 2022-11-23T00:54:48.9378698Z /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp [ok] 2022-11-23T00:54:48.9394023Z /var/lib/jenkins/workspace/torch/csrc/autograd/engine.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/engine.h [skipped, already hipified] 2022-11-23T00:54:48.9400073Z /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-23T00:54:48.9415064Z /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-23T00:54:48.9421357Z /var/lib/jenkins/workspace/torch/csrc/autograd/function.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/function.cpp [skipped, already hipified] 2022-11-23T00:54:48.9462622Z /var/lib/jenkins/workspace/torch/csrc/autograd/function.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/function.h [skipped, already hipified] 2022-11-23T00:54:48.9476131Z /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-23T00:54:48.9480948Z /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-23T00:54:48.9486299Z /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-23T00:54:48.9507616Z /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-23T00:54:48.9543454Z /var/lib/jenkins/workspace/torch/csrc/autograd/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/init.cpp [skipped, already hipified] 2022-11-23T00:54:48.9559648Z /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-23T00:54:48.9567289Z /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-23T00:54:48.9575703Z /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-23T00:54:48.9585450Z /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-23T00:54:48.9592245Z /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-23T00:54:48.9596066Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler.h [skipped, already hipified] 2022-11-23T00:54:48.9641340Z /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-23T00:54:48.9651250Z /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-23T00:54:48.9688056Z /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-23T00:54:48.9707081Z /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-23T00:54:48.9754956Z /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-23T00:54:48.9758841Z /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-23T00:54:48.9765998Z /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-23T00:54:48.9771894Z /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-23T00:54:48.9782697Z /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-23T00:54:48.9796028Z /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-23T00:54:48.9813494Z /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-23T00:54:48.9841557Z /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-23T00:54:48.9847391Z /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-23T00:54:48.9853613Z /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-23T00:54:48.9860403Z /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-23T00:54:48.9920287Z /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-23T00:54:48.9934845Z /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-23T00:54:48.9954299Z /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-23T00:54:48.9960467Z /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-23T00:54:48.9975904Z /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-23T00:54:48.9985585Z /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-23T00:54:48.9991463Z /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-23T00:54:49.0002036Z /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-23T00:54:49.0009930Z /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-23T00:54:49.0023896Z /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-23T00:54:49.0035044Z /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-23T00:54:49.0042097Z /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-23T00:54:49.0049239Z /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-23T00:54:49.0061028Z /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-23T00:54:49.0067682Z /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-23T00:54:49.0073410Z /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-23T00:54:49.0121056Z /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-23T00:54:49.0221709Z /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-23T00:54:49.0233870Z /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-23T00:54:49.0265586Z /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-23T00:54:49.0273282Z /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-23T00:54:49.0291699Z /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-23T00:54:49.0298780Z /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-23T00:54:49.0316283Z /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-23T00:54:49.0325863Z /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-23T00:54:49.0332881Z /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-23T00:54:49.0341168Z /var/lib/jenkins/workspace/torch/csrc/autograd/symbolic.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/symbolic.h [skipped, already hipified] 2022-11-23T00:54:49.0387942Z /var/lib/jenkins/workspace/torch/csrc/autograd/variable.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/variable.cpp [skipped, already hipified] 2022-11-23T00:54:49.0436707Z /var/lib/jenkins/workspace/torch/csrc/autograd/variable.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/variable.h [skipped, already hipified] 2022-11-23T00:54:49.0443204Z /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-23T00:54:49.0466127Z /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-23T00:54:49.0471264Z /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-23T00:54:49.0478955Z /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-23T00:54:49.0496878Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/comm.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/comm.cpp [ok] 2022-11-23T00:54:49.0507433Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/comm.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/comm.h [ok] 2022-11-23T00:54:49.0517225Z /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-23T00:54:49.0523537Z /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-23T00:54:49.0536175Z /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-23T00:54:49.0544337Z /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-23T00:54:49.0550835Z /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-23T00:54:49.0558762Z /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-23T00:54:49.0569169Z /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-23T00:54:49.0576321Z /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-23T00:54:49.0584038Z /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-23T00:54:49.0589607Z /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-23T00:54:49.0598960Z /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-23T00:54:49.0604838Z /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-23T00:54:49.0612909Z /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-23T00:54:49.0625944Z /var/lib/jenkins/workspace/torch/csrc/cuda/Event.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/Event.cpp [ok] 2022-11-23T00:54:49.0631130Z /var/lib/jenkins/workspace/torch/csrc/cuda/Event.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/Event.h [ok] 2022-11-23T00:54:49.0646467Z /var/lib/jenkins/workspace/torch/csrc/cuda/Graph.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/Graph.cpp [ok] 2022-11-23T00:54:49.0693281Z /var/lib/jenkins/workspace/torch/csrc/cuda/Module.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/Module.cpp [ok] 2022-11-23T00:54:49.0697587Z /var/lib/jenkins/workspace/torch/csrc/cuda/Module.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/Module.h [skipped, already hipified] 2022-11-23T00:54:49.0704810Z /var/lib/jenkins/workspace/torch/csrc/cuda/Stream.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/Stream.cpp [ok] 2022-11-23T00:54:49.0710320Z /var/lib/jenkins/workspace/torch/csrc/cuda/Stream.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/Stream.h [ok] 2022-11-23T00:54:49.0714299Z /var/lib/jenkins/workspace/torch/csrc/cuda/THCP.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/THCP.h [skipped, already hipified] 2022-11-23T00:54:49.0720398Z /var/lib/jenkins/workspace/torch/csrc/cuda/Tensor.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/Tensor.cpp [skipped, already hipified] 2022-11-23T00:54:49.0745544Z /var/lib/jenkins/workspace/torch/csrc/cuda/comm.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/comm.cpp [ok] 2022-11-23T00:54:49.0752961Z /var/lib/jenkins/workspace/torch/csrc/cuda/comm.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/comm.h [ok] 2022-11-23T00:54:49.0757574Z /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-23T00:54:49.0766984Z /var/lib/jenkins/workspace/torch/csrc/cuda/memory_snapshot.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/memory_snapshot.cpp [ok] 2022-11-23T00:54:49.0774847Z /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-23T00:54:49.0811209Z /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.cpp [ok] 2022-11-23T00:54:49.0829001Z /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.h [ok] 2022-11-23T00:54:49.0837663Z /var/lib/jenkins/workspace/torch/csrc/cuda/python_comm.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/python_comm.cpp [ok] 2022-11-23T00:54:49.0848058Z /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-23T00:54:49.0866300Z /var/lib/jenkins/workspace/torch/csrc/cuda/python_nccl.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/python_nccl.cpp [ok] 2022-11-23T00:54:49.0871165Z /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-23T00:54:49.0878196Z /var/lib/jenkins/workspace/torch/csrc/cuda/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/utils.cpp [ok] 2022-11-23T00:54:49.0887381Z /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudart.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudart.cpp [ok] 2022-11-23T00:54:49.0902919Z /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudnn.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudnn.cpp [ok] 2022-11-23T00:54:49.0909631Z /var/lib/jenkins/workspace/torch/csrc/cuda/shared/nvtx.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/shared/nvtx.cpp [ok] 2022-11-23T00:54:49.0919769Z /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-23T00:54:49.0924644Z /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-23T00:54:49.0944148Z /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-23T00:54:49.0948837Z /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-23T00:54:49.0958932Z /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-23T00:54:49.0972322Z /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-23T00:54:49.0985931Z /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-23T00:54:49.1000179Z /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-23T00:54:49.1012799Z /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-23T00:54:49.1025455Z /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-23T00:54:49.1061032Z /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-23T00:54:49.1077617Z /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-23T00:54:49.1085079Z /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-23T00:54:49.1090848Z /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-23T00:54:49.1095521Z /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-23T00:54:49.1108541Z /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-23T00:54:49.1115989Z /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-23T00:54:49.1121475Z /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-23T00:54:49.1128421Z /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-23T00:54:49.1137942Z /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-23T00:54:49.1143579Z /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-23T00:54:49.1148828Z /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-23T00:54:49.1155849Z /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-23T00:54:49.1166117Z /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-23T00:54:49.1171877Z /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-23T00:54:49.1177048Z /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-23T00:54:49.1189523Z /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-23T00:54:49.1196874Z /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-23T00:54:49.1205535Z /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-23T00:54:49.1217511Z /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-23T00:54:49.1227124Z /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-23T00:54:49.1233655Z /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-23T00:54:49.1248108Z /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-23T00:54:49.1253801Z /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-23T00:54:49.1258056Z /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-23T00:54:49.1264513Z /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-23T00:54:49.1274386Z /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-23T00:54:49.1288357Z /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-23T00:54:49.1310978Z /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-23T00:54:49.1317927Z /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-23T00:54:49.1326428Z /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-23T00:54:49.1341052Z /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-23T00:54:49.1348848Z /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-23T00:54:49.1354685Z /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-23T00:54:49.1361527Z /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-23T00:54:49.1382045Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/NCCLUtils.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/NCCLUtils.hpp [ok] 2022-11-23T00:54:49.1414916Z /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-23T00:54:49.1421931Z /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-23T00:54:49.1451368Z /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-23T00:54:49.1456662Z /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-23T00:54:49.1470589Z /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-23T00:54:49.1476484Z /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-23T00:54:49.1482396Z /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-23T00:54:49.1488576Z /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-23T00:54:49.1509449Z /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-23T00:54:49.1607233Z /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-23T00:54:49.1627736Z /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-23T00:54:49.1675400Z /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-23T00:54:49.1689525Z /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-23T00:54:49.1796431Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp [ok] 2022-11-23T00:54:49.1831192Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp [ok] 2022-11-23T00:54:49.1839815Z /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-23T00:54:49.1847052Z /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-23T00:54:49.1912709Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupUCC.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupUCC.cpp [ok] 2022-11-23T00:54:49.1929307Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp [ok] 2022-11-23T00:54:49.1965004Z /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-23T00:54:49.1973731Z /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-23T00:54:49.1987667Z /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-23T00:54:49.1993105Z /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-23T00:54:49.1999460Z /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-23T00:54:49.2046947Z /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-23T00:54:49.2053514Z /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-23T00:54:49.2064708Z /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-23T00:54:49.2079948Z /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-23T00:54:49.2086936Z /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-23T00:54:49.2097079Z /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-23T00:54:49.2107599Z /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-23T00:54:49.2118257Z /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-23T00:54:49.2135567Z /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-23T00:54:49.2143516Z /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-23T00:54:49.2150720Z /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-23T00:54:49.2185900Z /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-23T00:54:49.2191396Z /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-23T00:54:49.2204840Z /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-23T00:54:49.2213646Z /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-23T00:54:49.2219209Z /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-23T00:54:49.2233481Z /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-23T00:54:49.2241522Z /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-23T00:54:49.2248851Z /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-23T00:54:49.2253515Z /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-23T00:54:49.2269182Z /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-23T00:54:49.2274683Z /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-23T00:54:49.2280251Z /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-23T00:54:49.2284929Z /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-23T00:54:49.2293397Z /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-23T00:54:49.2385696Z /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-23T00:54:49.2412062Z /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-23T00:54:49.2419876Z /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-23T00:54:49.2425101Z /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-23T00:54:49.2431078Z /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-23T00:54:49.2442592Z /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-23T00:54:49.2447350Z /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-23T00:54:49.2538381Z /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-23T00:54:49.2570212Z /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-23T00:54:49.2580230Z /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-23T00:54:49.2589577Z /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-23T00:54:49.2596261Z /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-23T00:54:49.2601587Z /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-23T00:54:49.2637448Z /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-23T00:54:49.2643895Z /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-23T00:54:49.2659542Z /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-23T00:54:49.2663732Z /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-23T00:54:49.2674118Z /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-23T00:54:49.2687659Z /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-23T00:54:49.2692967Z /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-23T00:54:49.2709906Z /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-23T00:54:49.2715335Z /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-23T00:54:49.2764721Z /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-23T00:54:49.2772329Z /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-23T00:54:49.2782828Z /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-23T00:54:49.2804810Z /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-23T00:54:49.2811785Z /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-23T00:54:49.2817427Z /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-23T00:54:49.2822629Z /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-23T00:54:49.2844635Z /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-23T00:54:49.2851090Z /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-23T00:54:49.2857116Z /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-23T00:54:49.2862403Z /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-23T00:54:49.2871435Z /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-23T00:54:49.2875823Z /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-23T00:54:49.2886686Z /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-23T00:54:49.2900978Z /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-23T00:54:49.2906575Z /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-23T00:54:49.2911528Z /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-23T00:54:49.2935474Z /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-23T00:54:49.2944741Z /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-23T00:54:49.2977443Z /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-23T00:54:49.2993188Z /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-23T00:54:49.2998169Z /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-23T00:54:49.3016984Z /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-23T00:54:49.3035758Z /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-23T00:54:49.3041796Z /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-23T00:54:49.3091394Z /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-23T00:54:49.3111814Z /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-23T00:54:49.3125281Z /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-23T00:54:49.3146500Z /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-23T00:54:49.3156219Z /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-23T00:54:49.3170741Z /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-23T00:54:49.3180098Z /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-23T00:54:49.3186030Z /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-23T00:54:49.3197040Z /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-23T00:54:49.3203772Z /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-23T00:54:49.3209312Z /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-23T00:54:49.3215057Z /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-23T00:54:49.3280115Z /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-23T00:54:49.3306840Z /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-23T00:54:49.3317344Z /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-23T00:54:49.3337213Z /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-23T00:54:49.3350481Z /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-23T00:54:49.3361243Z /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-23T00:54:49.3368415Z /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-23T00:54:49.3382129Z /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-23T00:54:49.3388337Z /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-23T00:54:49.3395259Z /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-23T00:54:49.3401639Z /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-23T00:54:49.3411353Z /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-23T00:54:49.3416897Z /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-23T00:54:49.3446240Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/utils.cpp [ok] 2022-11-23T00:54:49.3453851Z /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-23T00:54:49.3460182Z /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-23T00:54:49.3465067Z /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-23T00:54:49.3471850Z /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-23T00:54:49.3481669Z /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-23T00:54:49.3491877Z /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-23T00:54:49.3499742Z /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-23T00:54:49.3517438Z /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-23T00:54:49.3523784Z /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-23T00:54:49.3535553Z /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-23T00:54:49.3548489Z /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-23T00:54:49.3580262Z /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-23T00:54:49.3585342Z /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-23T00:54:49.3605571Z /var/lib/jenkins/workspace/torch/csrc/dynamo/guards.cpp -> /var/lib/jenkins/workspace/torch/csrc/dynamo/guards.cpp [skipped, already hipified] 2022-11-23T00:54:49.3609594Z /var/lib/jenkins/workspace/torch/csrc/dynamo/guards.h -> /var/lib/jenkins/workspace/torch/csrc/dynamo/guards.h [skipped, already hipified] 2022-11-23T00:54:49.3616550Z /var/lib/jenkins/workspace/torch/csrc/dynamo/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/dynamo/init.cpp [skipped, already hipified] 2022-11-23T00:54:49.3621120Z /var/lib/jenkins/workspace/torch/csrc/dynamo/init.h -> /var/lib/jenkins/workspace/torch/csrc/dynamo/init.h [skipped, already hipified] 2022-11-23T00:54:49.3654736Z /var/lib/jenkins/workspace/torch/csrc/functorch/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/functorch/init.cpp [skipped, already hipified] 2022-11-23T00:54:49.3659942Z /var/lib/jenkins/workspace/torch/csrc/functorch/init.h -> /var/lib/jenkins/workspace/torch/csrc/functorch/init.h [skipped, already hipified] 2022-11-23T00:54:49.3675953Z /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-23T00:54:49.3686684Z /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-23T00:54:49.3693199Z /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-23T00:54:49.3704656Z /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-23T00:54:49.3709712Z /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-23T00:54:49.3730544Z /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-23T00:54:49.3739618Z /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-23T00:54:49.3756974Z /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-23T00:54:49.3763114Z /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-23T00:54:49.3795490Z /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-23T00:54:49.3828096Z /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-23T00:54:49.3834135Z /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-23T00:54:49.3844835Z /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-23T00:54:49.3853886Z /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-23T00:54:49.3863889Z /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-23T00:54:49.3874158Z /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-23T00:54:49.3885024Z /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-23T00:54:49.3892288Z /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-23T00:54:49.3904424Z /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-23T00:54:49.3925945Z /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-23T00:54:49.3931490Z /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-23T00:54:49.3936758Z /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-23T00:54:49.3955048Z /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-23T00:54:49.3960207Z /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-23T00:54:49.3964850Z /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-23T00:54:49.3970223Z /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-23T00:54:49.3979130Z /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-23T00:54:49.3986496Z /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-23T00:54:49.3990189Z /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-23T00:54:49.3999540Z /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-23T00:54:49.4023577Z /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-23T00:54:49.4024471Z /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-23T00:54:49.4025126Z /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-23T00:54:49.4028813Z /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-23T00:54:49.4039391Z /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-23T00:54:49.4047490Z /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-23T00:54:49.4053121Z /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-23T00:54:49.4059009Z /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-23T00:54:49.4072576Z /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-23T00:54:49.4083113Z /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-23T00:54:49.4096588Z /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-23T00:54:49.4111083Z /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-23T00:54:49.4135292Z /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-23T00:54:49.4147523Z /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-23T00:54:49.4156578Z /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-23T00:54:49.4162612Z /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-23T00:54:49.4174016Z /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-23T00:54:49.4181880Z /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-23T00:54:49.4187966Z /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-23T00:54:49.4277884Z /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-23T00:54:49.4319909Z /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-23T00:54:49.4334844Z /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-23T00:54:49.4347145Z /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-23T00:54:49.4358230Z /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-23T00:54:49.4418824Z /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-23T00:54:49.4432817Z /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-23T00:54:49.4468486Z /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-23T00:54:49.4490601Z /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-23T00:54:49.4503111Z /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-23T00:54:49.4548546Z /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-23T00:54:49.4562963Z /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-23T00:54:49.4582635Z /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-23T00:54:49.4615856Z /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-23T00:54:49.4634687Z /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-23T00:54:49.4680482Z /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-23T00:54:49.4702751Z /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-23T00:54:49.4717704Z /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-23T00:54:49.4732166Z /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-23T00:54:49.4746248Z /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-23T00:54:49.4759120Z /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-23T00:54:49.4823045Z /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-23T00:54:49.4837725Z /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-23T00:54:49.4849235Z /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-23T00:54:49.4856415Z /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-23T00:54:49.4887768Z /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-23T00:54:49.4903841Z /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-23T00:54:49.5014880Z /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-23T00:54:49.5047070Z /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-23T00:54:49.5151948Z /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-23T00:54:49.5162112Z /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-23T00:54:49.5167629Z /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-23T00:54:49.5278615Z /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-23T00:54:49.5303119Z /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-23T00:54:49.5324262Z /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-23T00:54:49.5332694Z /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-23T00:54:49.5339204Z /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-23T00:54:49.5347905Z /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-23T00:54:49.5395798Z /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-23T00:54:49.5403059Z /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-23T00:54:49.5408493Z /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-23T00:54:49.5430067Z /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-23T00:54:49.5453815Z /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-23T00:54:49.5473089Z /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-23T00:54:49.5482578Z /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-23T00:54:49.5496789Z /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-23T00:54:49.5505004Z /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-23T00:54:49.5516740Z /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-23T00:54:49.5533728Z /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-23T00:54:49.5555019Z /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-23T00:54:49.5563279Z /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-23T00:54:49.5590939Z /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-23T00:54:49.5649018Z /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-23T00:54:49.5687739Z /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-23T00:54:49.5701266Z /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-23T00:54:49.5797934Z /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-23T00:54:49.5804189Z /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-23T00:54:49.5852459Z /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-23T00:54:49.5866957Z /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-23T00:54:49.5902020Z /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-23T00:54:49.5924504Z /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-23T00:54:49.5949251Z /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-23T00:54:49.5961229Z /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-23T00:54:49.6007384Z /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-23T00:54:49.6036274Z /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-23T00:54:49.6046250Z /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-23T00:54:49.6060146Z /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-23T00:54:49.6097424Z /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-23T00:54:49.6133295Z /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-23T00:54:49.6151744Z /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-23T00:54:49.6160495Z /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-23T00:54:49.6187050Z /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-23T00:54:49.6198309Z /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-23T00:54:49.6244487Z /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-23T00:54:49.6250788Z /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-23T00:54:49.6279103Z /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-23T00:54:49.6284497Z /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-23T00:54:49.6305012Z /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-23T00:54:49.6310048Z /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-23T00:54:49.6318872Z /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-23T00:54:49.6324419Z /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-23T00:54:49.6355596Z /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-23T00:54:49.6370942Z /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-23T00:54:49.6429573Z /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-23T00:54:49.6433207Z /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-23T00:54:49.6454815Z /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-23T00:54:49.6460317Z /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-23T00:54:49.6468811Z /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-23T00:54:49.6478075Z /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-23T00:54:49.6530340Z /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-23T00:54:49.6539437Z /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-23T00:54:49.6601633Z /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-23T00:54:49.6613228Z /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-23T00:54:49.6633785Z /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-23T00:54:49.6642371Z /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-23T00:54:49.6666327Z /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-23T00:54:49.6675637Z /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-23T00:54:49.6682926Z /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-23T00:54:49.6687354Z /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-23T00:54:49.6703478Z /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-23T00:54:49.6709021Z /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-23T00:54:49.6720073Z /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-23T00:54:49.6730402Z /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-23T00:54:49.6762088Z /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-23T00:54:49.6768722Z /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-23T00:54:49.6787241Z /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-23T00:54:49.6792348Z /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-23T00:54:49.6852146Z /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-23T00:54:49.6858138Z /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-23T00:54:49.6870892Z /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-23T00:54:49.6881717Z /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-23T00:54:49.6924868Z /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-23T00:54:49.6936360Z /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-23T00:54:49.6967983Z /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-23T00:54:49.6973896Z /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-23T00:54:49.7007355Z /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-23T00:54:49.7019806Z /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-23T00:54:49.7028998Z /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-23T00:54:49.7052950Z /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-23T00:54:49.7061198Z /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-23T00:54:49.7070921Z /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-23T00:54:49.7081594Z /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-23T00:54:49.7095217Z /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-23T00:54:49.7110465Z /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-23T00:54:49.7142481Z /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-23T00:54:49.7159846Z /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-23T00:54:49.7222406Z /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-23T00:54:49.7230750Z /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-23T00:54:49.7255155Z /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-23T00:54:49.7262362Z /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-23T00:54:49.7267730Z /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-23T00:54:49.7293059Z /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-23T00:54:49.7307740Z /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-23T00:54:49.7323550Z /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-23T00:54:49.7333877Z /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-23T00:54:49.7367628Z /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-23T00:54:49.7373780Z /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-23T00:54:49.7387374Z /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-23T00:54:49.7393835Z /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-23T00:54:49.7411521Z /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-23T00:54:49.7417706Z /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-23T00:54:49.7423782Z /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-23T00:54:49.7434862Z /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-23T00:54:49.7611926Z /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-23T00:54:49.7617769Z /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-23T00:54:49.7623889Z /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-23T00:54:49.7628768Z /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-23T00:54:49.7645992Z /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-23T00:54:49.7650986Z /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-23T00:54:49.7682010Z /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-23T00:54:49.7696491Z /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-23T00:54:49.7707509Z /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-23T00:54:49.7765778Z /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-23T00:54:49.7789654Z /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-23T00:54:49.7846383Z /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-23T00:54:49.7897833Z /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-23T00:54:49.7918057Z /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-23T00:54:49.7969186Z /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-23T00:54:49.7980421Z /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-23T00:54:49.8009104Z /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-23T00:54:49.8015238Z /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-23T00:54:49.8058056Z /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-23T00:54:49.8067005Z /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-23T00:54:49.8116962Z /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-23T00:54:49.8131271Z /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-23T00:54:49.8162448Z /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-23T00:54:49.8166878Z /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-23T00:54:49.8187293Z /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-23T00:54:49.8193750Z /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-23T00:54:49.8215542Z /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-23T00:54:49.8225239Z /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-23T00:54:49.8230957Z /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-23T00:54:49.8242398Z /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-23T00:54:49.8249569Z /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-23T00:54:49.8255730Z /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-23T00:54:49.8273236Z /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-23T00:54:49.8278466Z /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-23T00:54:49.8283570Z /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-23T00:54:49.8302710Z /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-23T00:54:49.8308448Z /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-23T00:54:49.8355522Z /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-23T00:54:49.8363841Z /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-23T00:54:49.8378914Z /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-23T00:54:49.8386919Z /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-23T00:54:49.8395997Z /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-23T00:54:49.8412578Z /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-23T00:54:49.8418463Z /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-23T00:54:49.8425994Z /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-23T00:54:49.8494940Z /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-23T00:54:49.8607198Z /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-23T00:54:49.8616833Z /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-23T00:54:49.8629506Z /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-23T00:54:49.8640041Z /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-23T00:54:49.8649508Z /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-23T00:54:49.8661331Z /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-23T00:54:49.8673189Z /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-23T00:54:49.8678713Z /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-23T00:54:49.8687934Z /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-23T00:54:49.8693285Z /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-23T00:54:49.8698221Z /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-23T00:54:49.8761179Z /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-23T00:54:49.8768163Z /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-23T00:54:49.8795988Z /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-23T00:54:49.8804020Z /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-23T00:54:49.8822466Z /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-23T00:54:49.8828487Z /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-23T00:54:49.8839453Z /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-23T00:54:49.8855044Z /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-23T00:54:49.8864867Z /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-23T00:54:49.8869961Z /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-23T00:54:49.8889292Z /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-23T00:54:49.8923279Z /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-23T00:54:49.8929236Z /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-23T00:54:49.8938688Z /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-23T00:54:49.8945510Z /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-23T00:54:49.8965060Z /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-23T00:54:49.8969979Z /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-23T00:54:49.8990862Z /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-23T00:54:49.8999445Z /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-23T00:54:49.9004831Z /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-23T00:54:49.9021210Z /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-23T00:54:49.9027734Z /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-23T00:54:49.9071274Z /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-23T00:54:49.9084207Z /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-23T00:54:49.9139711Z /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-23T00:54:49.9150504Z /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-23T00:54:49.9194537Z /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-23T00:54:49.9207843Z /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-23T00:54:49.9215245Z /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-23T00:54:49.9223318Z /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-23T00:54:49.9229937Z /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-23T00:54:49.9282661Z /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-23T00:54:49.9288107Z /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-23T00:54:49.9306785Z /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-23T00:54:49.9334301Z /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-23T00:54:49.9340639Z /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-23T00:54:49.9413857Z /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-23T00:54:49.9427705Z /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-23T00:54:49.9479441Z /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-23T00:54:49.9490204Z /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-23T00:54:49.9498922Z /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-23T00:54:49.9581298Z /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-23T00:54:49.9614722Z /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-23T00:54:49.9631013Z /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-23T00:54:49.9636564Z /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-23T00:54:49.9909896Z /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-23T00:54:50.0095110Z /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-23T00:54:50.0283737Z /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-23T00:54:50.0363754Z /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-23T00:54:50.0387760Z /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-23T00:54:50.0547024Z /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-23T00:54:50.0562700Z /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-23T00:54:50.0661093Z /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-23T00:54:50.0710737Z /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-23T00:54:50.0724409Z /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-23T00:54:50.0747387Z /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-23T00:54:50.0816393Z /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-23T00:54:50.0832052Z /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-23T00:54:50.0837601Z /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-23T00:54:50.0866437Z /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-23T00:54:50.0878660Z /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-23T00:54:50.0893309Z /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-23T00:54:50.0905816Z /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-23T00:54:50.0927166Z /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-23T00:54:50.0931881Z /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-23T00:54:50.0936896Z /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-23T00:54:50.0941186Z /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-23T00:54:50.0953554Z /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-23T00:54:50.0961361Z /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-23T00:54:50.0966973Z /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-23T00:54:50.0978024Z /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-23T00:54:50.0983410Z /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-23T00:54:50.0993704Z /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-23T00:54:50.1008046Z /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-23T00:54:50.1018789Z /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-23T00:54:50.1024483Z /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-23T00:54:50.1044855Z /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-23T00:54:50.1050253Z /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-23T00:54:50.1057888Z /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-23T00:54:50.1064673Z /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-23T00:54:50.1084040Z /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-23T00:54:50.1089757Z /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-23T00:54:50.1098567Z /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-23T00:54:50.1112959Z /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-23T00:54:50.1119631Z /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-23T00:54:50.1124331Z /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-23T00:54:50.1130933Z /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-23T00:54:50.1143883Z /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-23T00:54:50.1152773Z /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-23T00:54:50.1158783Z /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-23T00:54:50.1195059Z /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-23T00:54:50.1203757Z /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-23T00:54:50.1217018Z /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-23T00:54:50.1222607Z /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-23T00:54:50.1227136Z /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-23T00:54:50.1245185Z /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-23T00:54:50.1251158Z /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-23T00:54:50.1267514Z /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-23T00:54:50.1274138Z /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-23T00:54:50.1280565Z /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-23T00:54:50.1285953Z /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-23T00:54:50.1299547Z /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-23T00:54:50.1310532Z /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-23T00:54:50.1314686Z /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-23T00:54:50.1326930Z /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-23T00:54:50.1337682Z /var/lib/jenkins/workspace/torch/csrc/jit/cuda/cuda.h -> /var/lib/jenkins/workspace/torch/csrc/jit/cuda/cuda.h [ok] 2022-11-23T00:54:50.1354769Z /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-23T00:54:50.1361070Z /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-23T00:54:50.1373507Z /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-23T00:54:50.1378691Z /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-23T00:54:50.1396225Z /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-23T00:54:50.1408219Z /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-23T00:54:50.1429053Z /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-23T00:54:50.1434324Z /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-23T00:54:50.1440400Z /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-23T00:54:50.1445143Z /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-23T00:54:50.1458102Z /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-23T00:54:50.1464026Z /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-23T00:54:50.1501313Z /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-23T00:54:50.1514085Z /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-23T00:54:50.1533170Z /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-23T00:54:50.1539553Z /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-23T00:54:50.1545728Z /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-23T00:54:50.1551760Z /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-23T00:54:50.1755375Z /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-23T00:54:50.1762383Z /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-23T00:54:50.1770332Z /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-23T00:54:50.1800372Z /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-23T00:54:50.1805985Z /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-23T00:54:50.1811105Z /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-23T00:54:50.1822116Z /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-23T00:54:50.1830081Z /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-23T00:54:50.1865459Z /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-23T00:54:50.1879886Z /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-23T00:54:50.1886527Z /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-23T00:54:50.1892477Z /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-23T00:54:50.1927594Z /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-23T00:54:50.1942288Z /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-23T00:54:50.1964478Z /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-23T00:54:50.1969687Z /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-23T00:54:50.1997920Z /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-23T00:54:50.2004588Z /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-23T00:54:50.2026275Z /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-23T00:54:50.2047539Z /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-23T00:54:50.2054131Z /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-23T00:54:50.2059663Z /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-23T00:54:50.2064247Z /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-23T00:54:50.2103942Z /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-23T00:54:50.2139075Z /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-23T00:54:50.2194330Z /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-23T00:54:50.2217257Z /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-23T00:54:50.2227582Z /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-23T00:54:50.2232996Z /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-23T00:54:50.2282439Z /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-23T00:54:50.2290624Z /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-23T00:54:50.2297106Z /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-23T00:54:50.2370167Z /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-23T00:54:50.2391627Z /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-23T00:54:50.2397110Z /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-23T00:54:50.2407175Z /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-23T00:54:50.2421139Z /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-23T00:54:50.2428212Z /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-23T00:54:50.2439001Z /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-23T00:54:50.2514407Z /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-23T00:54:50.2583179Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h [ok] 2022-11-23T00:54:50.2596303Z /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-23T00:54:50.2630313Z /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-23T00:54:50.2636256Z /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-23T00:54:50.2642625Z /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-23T00:54:50.2662890Z /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-23T00:54:50.2667643Z /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-23T00:54:50.2679323Z /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-23T00:54:50.2694078Z /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-23T00:54:50.2710245Z /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-23T00:54:50.2721853Z /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-23T00:54:50.2726858Z /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-23T00:54:50.2731873Z /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-23T00:54:50.2737574Z /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-23T00:54:50.2755560Z /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-23T00:54:50.2761283Z /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-23T00:54:50.2772007Z /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-23T00:54:50.2817964Z /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-23T00:54:50.2826850Z /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-23T00:54:50.2833465Z /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-23T00:54:50.2852273Z /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-23T00:54:50.2859524Z /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-23T00:54:50.2897107Z /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-23T00:54:50.2909271Z /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-23T00:54:50.2923592Z /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-23T00:54:50.2932752Z /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-23T00:54:50.2937945Z /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-23T00:54:50.2961072Z /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-23T00:54:50.2965908Z /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-23T00:54:50.2971314Z /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-23T00:54:50.2993319Z /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-23T00:54:50.3002983Z /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-23T00:54:50.3007418Z /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-23T00:54:50.3018878Z /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-23T00:54:50.3029144Z /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-23T00:54:50.3034081Z /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-23T00:54:50.3042917Z /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-23T00:54:50.3047237Z /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-23T00:54:50.3051531Z /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-23T00:54:50.3056599Z /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-23T00:54:50.3068292Z /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-23T00:54:50.3076874Z /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-23T00:54:50.3092134Z /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-23T00:54:50.3097535Z /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-23T00:54:50.3104709Z /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-23T00:54:50.3109664Z /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-23T00:54:50.3120740Z /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-23T00:54:50.3126215Z /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-23T00:54:50.3142858Z /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-23T00:54:50.3147767Z /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-23T00:54:50.3200960Z /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-23T00:54:50.3205614Z /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-23T00:54:50.3214525Z /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-23T00:54:50.3219218Z /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-23T00:54:50.3256302Z /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-23T00:54:50.3267107Z /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-23T00:54:50.3296960Z /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-23T00:54:50.3307545Z /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-23T00:54:50.3318028Z /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-23T00:54:50.3331689Z /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-23T00:54:50.3336970Z /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-23T00:54:50.3342938Z /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-23T00:54:50.3348278Z /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-23T00:54:50.3360005Z /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-23T00:54:50.3364874Z /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-23T00:54:50.3369977Z /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-23T00:54:50.3385271Z /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-23T00:54:50.3394319Z /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-23T00:54:50.3399788Z /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-23T00:54:50.3411353Z /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-23T00:54:50.3416392Z /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-23T00:54:50.3420298Z /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-23T00:54:50.3444868Z /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-23T00:54:50.3451162Z /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-23T00:54:50.3461451Z /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-23T00:54:50.3492289Z /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-23T00:54:50.3497127Z /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-23T00:54:50.3505112Z /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-23T00:54:50.3522056Z /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-23T00:54:50.3533859Z /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-23T00:54:50.3540373Z /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-23T00:54:50.3550034Z /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-23T00:54:50.3559100Z /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-23T00:54:50.3565838Z /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-23T00:54:50.3578699Z /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-23T00:54:50.3584584Z /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-23T00:54:50.3589136Z /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-23T00:54:50.3596387Z /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-23T00:54:50.3612297Z /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-23T00:54:50.3621094Z /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-23T00:54:50.3628168Z /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-23T00:54:50.3638118Z /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-23T00:54:50.3649297Z /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-23T00:54:50.3653534Z /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-23T00:54:50.3667306Z /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-23T00:54:50.3672685Z /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-23T00:54:50.3681581Z /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-23T00:54:50.3694390Z /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-23T00:54:50.3699794Z /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-23T00:54:50.3704747Z /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-23T00:54:50.3709268Z /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-23T00:54:50.3718335Z /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-23T00:54:50.3746374Z /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-23T00:54:50.3750569Z /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-23T00:54:50.3772583Z /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-23T00:54:50.3777389Z /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-23T00:54:50.3803588Z /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-23T00:54:50.3808276Z /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-23T00:54:50.3824704Z /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-23T00:54:50.3829283Z /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-23T00:54:50.3837280Z /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-23T00:54:50.3841835Z /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-23T00:54:50.3854714Z /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-23T00:54:50.3858921Z /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-23T00:54:50.3865253Z /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-23T00:54:50.3869728Z /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-23T00:54:50.3883147Z /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-23T00:54:50.3888094Z /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-23T00:54:50.3896394Z /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-23T00:54:50.3900244Z /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-23T00:54:50.3930402Z /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-23T00:54:50.3935157Z /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-23T00:54:50.3945407Z /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-23T00:54:50.3950099Z /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-23T00:54:50.3972553Z /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-23T00:54:50.3979323Z /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-23T00:54:50.4001069Z /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-23T00:54:50.4005089Z /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-23T00:54:50.4016026Z /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-23T00:54:50.4025780Z /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-23T00:54:50.4031243Z /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-23T00:54:50.4037075Z /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-23T00:54:50.4062119Z /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-23T00:54:50.4068525Z /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-23T00:54:50.4084671Z /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-23T00:54:50.4089597Z /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-23T00:54:50.4100303Z /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-23T00:54:50.4112370Z /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-23T00:54:50.4125910Z /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-23T00:54:50.4138580Z /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-23T00:54:50.4145367Z /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-23T00:54:50.4149882Z /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-23T00:54:50.4156032Z /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-23T00:54:50.4164883Z /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-23T00:54:50.4198613Z /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-23T00:54:50.4204247Z /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-23T00:54:50.4224532Z /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-23T00:54:50.4229379Z /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-23T00:54:50.4278391Z /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-23T00:54:50.4284456Z /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-23T00:54:50.4304723Z /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-23T00:54:50.4309528Z /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-23T00:54:50.4315422Z /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-23T00:54:50.4320659Z /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-23T00:54:50.4330192Z /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-23T00:54:50.4353837Z /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-23T00:54:50.4358467Z /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-23T00:54:50.4364317Z /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-23T00:54:50.4368844Z /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-23T00:54:50.4384339Z /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-23T00:54:50.4389202Z /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-23T00:54:50.4439116Z /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-23T00:54:50.4443717Z /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-23T00:54:50.4452474Z /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-23T00:54:50.4466608Z /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-23T00:54:50.4472545Z /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-23T00:54:50.4477354Z /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-23T00:54:50.4538686Z /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-23T00:54:50.4544476Z /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-23T00:54:50.4565925Z /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-23T00:54:50.4571909Z /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-23T00:54:50.4597511Z /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-23T00:54:50.4603036Z /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-23T00:54:50.4611742Z /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-23T00:54:50.4620375Z /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-23T00:54:50.4626841Z /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-23T00:54:50.4631905Z /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-23T00:54:50.4638493Z /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-23T00:54:50.4649927Z /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-23T00:54:50.4657012Z /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-23T00:54:50.4661776Z /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-23T00:54:50.4669143Z /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-23T00:54:50.4677862Z /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-23T00:54:50.4683783Z /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-23T00:54:50.4687889Z /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-23T00:54:50.4693146Z /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-23T00:54:50.4706131Z /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-23T00:54:50.4719055Z /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-23T00:54:50.4727956Z /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-23T00:54:50.4735037Z /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-23T00:54:50.4741427Z /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-23T00:54:50.4758385Z /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-23T00:54:50.4765370Z /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-23T00:54:50.4787071Z /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-23T00:54:50.4792233Z /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-23T00:54:50.4797909Z /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-23T00:54:50.4802387Z /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-23T00:54:50.4815780Z /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-23T00:54:50.4820949Z /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-23T00:54:50.4840430Z /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-23T00:54:50.4845253Z /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-23T00:54:50.4868268Z /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-23T00:54:50.4872568Z /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-23T00:54:50.4883651Z /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-23T00:54:50.4893894Z /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-23T00:54:50.4898752Z /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-23T00:54:50.4908229Z /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-23T00:54:50.4917584Z /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-23T00:54:50.4923317Z /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-23T00:54:50.4955424Z /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-23T00:54:50.4961016Z /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-23T00:54:50.4972937Z /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-23T00:54:50.4981089Z /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-23T00:54:50.5007726Z /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-23T00:54:50.5012628Z /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-23T00:54:50.5029358Z /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-23T00:54:50.5033422Z /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-23T00:54:50.5044284Z /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-23T00:54:50.5055648Z /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-23T00:54:50.5071753Z /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-23T00:54:50.5086154Z /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-23T00:54:50.5100086Z /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-23T00:54:50.5108767Z /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-23T00:54:50.5114776Z /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-23T00:54:50.5119459Z /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-23T00:54:50.5125250Z /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-23T00:54:50.5139113Z /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-23T00:54:50.5144818Z /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-23T00:54:50.5149336Z /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-23T00:54:50.5154568Z /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-23T00:54:50.5164044Z /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-23T00:54:50.5169223Z /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-23T00:54:50.5172975Z /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-23T00:54:50.5185918Z /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-23T00:54:50.5190017Z /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-23T00:54:50.5213315Z /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-23T00:54:50.5219329Z /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-23T00:54:50.5227514Z /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-23T00:54:50.5232582Z /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-23T00:54:50.5243815Z /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-23T00:54:50.5249166Z /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-23T00:54:50.5258350Z /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-23T00:54:50.5267888Z /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-23T00:54:50.5274384Z /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-23T00:54:50.5280474Z /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-23T00:54:50.5377947Z /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-23T00:54:50.5383739Z /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-23T00:54:50.5415774Z /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-23T00:54:50.5420314Z /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-23T00:54:50.5439164Z /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-23T00:54:50.5446878Z /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-23T00:54:50.5500467Z /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-23T00:54:50.5507780Z /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-23T00:54:50.5519456Z /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-23T00:54:50.5530039Z /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-23T00:54:50.5571545Z /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-23T00:54:50.5577470Z /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-23T00:54:50.5644810Z /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-23T00:54:50.5651125Z /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-23T00:54:50.5656402Z /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-23T00:54:50.5669959Z /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-23T00:54:50.5682909Z /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-23T00:54:50.5693567Z /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-23T00:54:50.5704858Z /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-23T00:54:50.5710844Z /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-23T00:54:50.5736167Z /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-23T00:54:50.5741451Z /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-23T00:54:50.5771176Z /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-23T00:54:50.5776786Z /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-23T00:54:50.5785866Z /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-23T00:54:50.5794031Z /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-23T00:54:50.5801343Z /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-23T00:54:50.5806088Z /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-23T00:54:50.5839768Z /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-23T00:54:50.5851472Z /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-23T00:54:50.5868011Z /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-23T00:54:50.5884978Z /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-23T00:54:50.5891638Z /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-23T00:54:50.5897927Z /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-23T00:54:50.5902810Z /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-23T00:54:50.5913993Z /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-23T00:54:50.5922965Z /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-23T00:54:50.5927255Z /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-23T00:54:50.5964997Z /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-23T00:54:50.5976748Z /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-23T00:54:50.6026848Z /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-23T00:54:50.6034667Z /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-23T00:54:50.6044818Z /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-23T00:54:50.6053843Z /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-23T00:54:50.6066719Z /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-23T00:54:50.6079339Z /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-23T00:54:50.6092760Z /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-23T00:54:50.6098210Z /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-23T00:54:50.6114645Z /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-23T00:54:50.6120614Z /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-23T00:54:50.6125039Z /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-23T00:54:50.6129702Z /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-23T00:54:50.6180032Z /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-23T00:54:50.6184166Z /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-23T00:54:50.6189377Z /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-23T00:54:50.6194372Z /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-23T00:54:50.6216453Z /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-23T00:54:50.6223194Z /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-23T00:54:50.6268928Z /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-23T00:54:50.6273223Z /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-23T00:54:50.6297553Z /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-23T00:54:50.6302127Z /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-23T00:54:50.6395439Z /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-23T00:54:50.6403472Z /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-23T00:54:50.6444362Z /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-23T00:54:50.6449111Z /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-23T00:54:50.6455427Z /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-23T00:54:50.6459335Z /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-23T00:54:50.6469534Z /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-23T00:54:50.6475867Z /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-23T00:54:50.6499184Z /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-23T00:54:50.6505555Z /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-23T00:54:50.6513383Z /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-23T00:54:50.6518257Z /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-23T00:54:50.6534864Z /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-23T00:54:50.6539322Z /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-23T00:54:50.6557339Z /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-23T00:54:50.6563800Z /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-23T00:54:50.6571156Z /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-23T00:54:50.6575728Z /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-23T00:54:50.6607531Z /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-23T00:54:50.6623344Z /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-23T00:54:50.6695978Z /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-23T00:54:50.6702724Z /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-23T00:54:50.6777878Z /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-23T00:54:50.6785038Z /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-23T00:54:50.6843840Z /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-23T00:54:50.6848068Z /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-23T00:54:50.6852253Z /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-23T00:54:50.6868507Z /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-23T00:54:50.6873113Z /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-23T00:54:50.6891365Z /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-23T00:54:50.6895726Z /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-23T00:54:50.6906645Z /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-23T00:54:50.6922311Z /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-23T00:54:50.6932063Z /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-23T00:54:50.6936996Z /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-23T00:54:50.6950120Z /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-23T00:54:50.6956911Z /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-23T00:54:50.6989642Z /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-23T00:54:50.6995273Z /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-23T00:54:50.7084543Z /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-23T00:54:50.7089535Z /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-23T00:54:50.7095030Z /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-23T00:54:50.7114762Z /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-23T00:54:50.7154519Z /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-23T00:54:50.7204327Z /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-23T00:54:50.7215283Z /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-23T00:54:50.7223959Z /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-23T00:54:50.7231474Z /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-23T00:54:50.7236338Z /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-23T00:54:50.7256019Z /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-23T00:54:50.7263804Z /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-23T00:54:50.7270752Z /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-23T00:54:50.7328856Z /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-23T00:54:50.7334076Z /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-23T00:54:50.7341944Z /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-23T00:54:50.7363505Z /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-23T00:54:50.7373527Z /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-23T00:54:50.7435815Z /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-23T00:54:50.7450386Z /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-23T00:54:50.7463933Z /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-23T00:54:50.7478066Z /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-23T00:54:50.7505467Z /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-23T00:54:50.7509618Z /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-23T00:54:50.7603249Z /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-23T00:54:50.7608507Z /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-23T00:54:50.7612733Z /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-23T00:54:50.7619708Z /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-23T00:54:50.7639973Z /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-23T00:54:50.7664802Z /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-23T00:54:50.7712232Z /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-23T00:54:50.7719520Z /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-23T00:54:50.7726305Z /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-23T00:54:50.7731443Z /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-23T00:54:50.7745423Z /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-23T00:54:50.7750284Z /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-23T00:54:50.7756752Z /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-23T00:54:50.7761515Z /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-23T00:54:50.7771170Z /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-23T00:54:50.7826184Z /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-23T00:54:50.7834578Z /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-23T00:54:50.7842763Z /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-23T00:54:50.7855986Z /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-23T00:54:50.7863244Z /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-23T00:54:50.7873114Z /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-23T00:54:50.7926703Z /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-23T00:54:50.7937660Z /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-23T00:54:50.7943210Z /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-23T00:54:50.7952200Z /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-23T00:54:50.7966745Z /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-23T00:54:50.7977822Z /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-23T00:54:50.7986694Z /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-23T00:54:50.7992762Z /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-23T00:54:50.8017362Z /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-23T00:54:50.8032459Z /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-23T00:54:50.8045864Z /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-23T00:54:50.8050217Z /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-23T00:54:50.8055628Z /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-23T00:54:50.8101663Z /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-23T00:54:50.8108979Z /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-23T00:54:50.8130925Z /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-23T00:54:50.8143559Z /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-23T00:54:50.8158438Z /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-23T00:54:50.8170654Z /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-23T00:54:50.8192242Z /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-23T00:54:50.8214492Z /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-23T00:54:50.8269168Z /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-23T00:54:50.8412474Z /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-23T00:54:50.8458212Z /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-23T00:54:50.8489792Z /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-23T00:54:50.8502674Z /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-23T00:54:50.8517474Z /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-23T00:54:50.8611867Z /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-23T00:54:50.8617473Z /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-23T00:54:50.8621843Z /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-23T00:54:50.8628419Z /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-23T00:54:50.8642397Z /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-23T00:54:50.8647705Z /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-23T00:54:50.8653003Z /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-23T00:54:50.8728703Z /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-23T00:54:50.8733814Z /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-23T00:54:50.8756328Z /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-23T00:54:50.8762564Z /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-23T00:54:50.8782895Z /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-23T00:54:50.8787623Z /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-23T00:54:50.8811283Z /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-23T00:54:50.8817427Z /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-23T00:54:50.8822841Z /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-23T00:54:50.8831325Z /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-23T00:54:50.8878195Z /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-23T00:54:50.8882453Z /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-23T00:54:50.8888427Z /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-23T00:54:50.8907297Z /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-23T00:54:50.8912292Z /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-23T00:54:50.8917172Z /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-23T00:54:50.8931424Z /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-23T00:54:50.8946309Z /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-23T00:54:50.8960633Z /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-23T00:54:50.9146837Z /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-23T00:54:50.9230609Z /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-23T00:54:50.9278885Z /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-23T00:54:50.9287796Z /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-23T00:54:50.9293612Z /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-23T00:54:50.9323327Z /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-23T00:54:50.9342643Z /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-23T00:54:50.9403684Z /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-23T00:54:50.9509725Z /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-23T00:54:50.9522345Z /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-23T00:54:50.9590861Z /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-23T00:54:50.9600138Z /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-23T00:54:50.9611308Z /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-23T00:54:50.9622768Z /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-23T00:54:50.9639770Z /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-23T00:54:50.9652779Z /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-23T00:54:50.9668400Z /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-23T00:54:50.9680364Z /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-23T00:54:50.9740014Z /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-23T00:54:50.9754417Z /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-23T00:54:50.9775800Z /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-23T00:54:50.9781941Z /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-23T00:54:50.9831175Z /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-23T00:54:50.9873871Z /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-23T00:54:50.9880475Z /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-23T00:54:50.9887656Z /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-23T00:54:50.9894528Z /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-23T00:54:50.9922687Z /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-23T00:54:50.9931399Z /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-23T00:54:50.9936349Z /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-23T00:54:50.9947232Z /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-23T00:54:50.9954028Z /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-23T00:54:50.9959734Z /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-23T00:54:50.9983712Z /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-23T00:54:50.9988459Z /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-23T00:54:50.9995612Z /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-23T00:54:51.0000803Z /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-23T00:54:51.0041537Z /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-23T00:54:51.0049877Z /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-23T00:54:51.0144646Z /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-23T00:54:51.0156699Z /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-23T00:54:51.0161369Z /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-23T00:54:51.0177757Z /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-23T00:54:51.0186715Z /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-23T00:54:51.0219387Z /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-23T00:54:51.0236155Z /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-23T00:54:51.0303289Z /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-23T00:54:51.0314105Z /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-23T00:54:51.0326438Z /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-23T00:54:51.0340534Z /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-23T00:54:51.0345730Z /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-23T00:54:51.0351791Z /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-23T00:54:51.0361674Z /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-23T00:54:51.0371991Z /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-23T00:54:51.0424450Z /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-23T00:54:51.0434970Z /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-23T00:54:51.0454945Z /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-23T00:54:51.0470822Z /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-23T00:54:51.0485502Z /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-23T00:54:51.0499416Z /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-23T00:54:51.0513729Z /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-23T00:54:51.0528411Z /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-23T00:54:51.0542140Z /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-23T00:54:51.0555957Z /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-23T00:54:51.0569915Z /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-23T00:54:51.0585335Z /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-23T00:54:51.0596678Z /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-23T00:54:51.0601352Z /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-23T00:54:51.0642197Z /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-23T00:54:51.0657815Z /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-23T00:54:51.0665055Z /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-23T00:54:51.0718188Z /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-23T00:54:51.0734393Z /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-23T00:54:51.0750344Z /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-23T00:54:51.0775659Z /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-23T00:54:51.0795605Z /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-23T00:54:51.0858348Z /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-23T00:54:51.0869314Z /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-23T00:54:51.0967749Z /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-23T00:54:51.0974694Z /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-23T00:54:51.0983639Z /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-23T00:54:51.0989428Z /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-23T00:54:51.1005278Z /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-23T00:54:51.1013225Z /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-23T00:54:51.1038625Z /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-23T00:54:51.1047286Z /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-23T00:54:51.1060604Z /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-23T00:54:51.1073630Z /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-23T00:54:51.1092318Z /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-23T00:54:51.1111677Z /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-23T00:54:51.1119086Z /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-23T00:54:51.1130830Z /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-23T00:54:51.1168339Z /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-23T00:54:51.1187319Z /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-23T00:54:51.1194038Z /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-23T00:54:51.1217551Z /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-23T00:54:51.1224305Z /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-23T00:54:51.1232762Z /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-23T00:54:51.1333269Z /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-23T00:54:51.1356582Z /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-23T00:54:51.1368434Z /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-23T00:54:51.1374619Z /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-23T00:54:51.1393832Z /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-23T00:54:51.1401453Z /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-23T00:54:51.1484128Z /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-23T00:54:51.1505579Z /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-23T00:54:51.1593348Z /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-23T00:54:51.1601760Z /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-23T00:54:51.1622703Z /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-23T00:54:51.1630668Z /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-23T00:54:51.1758868Z /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-23T00:54:51.1792050Z /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-23T00:54:51.1827417Z /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-23T00:54:51.1838676Z /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-23T00:54:51.1925484Z /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-23T00:54:51.1933639Z /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-23T00:54:51.1986090Z /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-23T00:54:51.2010378Z /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-23T00:54:51.2016971Z /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-23T00:54:51.2034255Z /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-23T00:54:51.2066328Z /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-23T00:54:51.2090089Z /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-23T00:54:51.2127402Z /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-23T00:54:51.2143112Z /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-23T00:54:51.2156656Z /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-23T00:54:51.2210678Z /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-23T00:54:51.2215777Z /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-23T00:54:51.2223175Z /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-23T00:54:51.2231759Z /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-23T00:54:51.2244509Z /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-23T00:54:51.2250888Z /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-23T00:54:51.2257150Z /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-23T00:54:51.2279328Z /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-23T00:54:51.2287213Z /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-23T00:54:51.2295415Z /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-23T00:54:51.2300320Z /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-23T00:54:51.2331304Z /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-23T00:54:51.2338709Z /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-23T00:54:51.2350936Z /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-23T00:54:51.2355218Z /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-23T00:54:51.2360653Z /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-23T00:54:51.2375686Z /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-23T00:54:51.2382468Z /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-23T00:54:51.2421476Z /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-23T00:54:51.2434340Z /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-23T00:54:51.2443841Z /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-23T00:54:51.2451109Z /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-23T00:54:51.2465068Z /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-23T00:54:51.2469404Z /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-23T00:54:51.2475280Z /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-23T00:54:51.2505281Z /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-23T00:54:51.2511995Z /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-23T00:54:51.2516950Z /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-23T00:54:51.2530673Z /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-23T00:54:51.2536469Z /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-23T00:54:51.2543007Z /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-23T00:54:51.2549696Z /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-23T00:54:51.2562971Z /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-23T00:54:51.2572105Z /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-23T00:54:51.2577212Z /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-23T00:54:51.2589367Z /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-23T00:54:51.2597974Z /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-23T00:54:51.2604254Z /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-23T00:54:51.2609063Z /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-23T00:54:51.2626876Z /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-23T00:54:51.2632021Z /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-23T00:54:51.2639936Z /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-23T00:54:51.2647521Z /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-23T00:54:51.2666476Z /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-23T00:54:51.2674551Z /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-23T00:54:51.2683659Z /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-23T00:54:51.2698099Z /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-23T00:54:51.2710833Z /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-23T00:54:51.2728039Z /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-23T00:54:51.2738590Z /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-23T00:54:51.2745478Z /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-23T00:54:51.2760756Z /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-23T00:54:51.2767639Z /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-23T00:54:51.2774785Z /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-23T00:54:51.2782371Z /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-23T00:54:51.2832274Z /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-23T00:54:51.2845208Z /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-23T00:54:51.2869428Z /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-23T00:54:51.2881080Z /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-23T00:54:51.2886514Z /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-23T00:54:51.2900779Z /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-23T00:54:51.2907104Z /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-23T00:54:51.2912266Z /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-23T00:54:51.2920072Z /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-23T00:54:51.2932573Z /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-23T00:54:51.3004603Z /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-23T00:54:51.3026243Z /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-23T00:54:51.3049900Z /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-23T00:54:51.3064452Z /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-23T00:54:51.3079433Z /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-23T00:54:51.3089323Z /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-23T00:54:51.3096027Z /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-23T00:54:51.3102300Z /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-23T00:54:51.3114802Z /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-23T00:54:51.3120144Z /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-23T00:54:51.3127773Z /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-23T00:54:51.3136072Z /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-23T00:54:51.3148466Z /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-23T00:54:51.3157398Z /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-23T00:54:51.3164625Z /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-23T00:54:51.3170534Z /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-23T00:54:51.3184155Z /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-23T00:54:51.3191166Z /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-23T00:54:51.3198776Z /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-23T00:54:51.3217049Z /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-23T00:54:51.3222044Z /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-23T00:54:51.3228296Z /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-23T00:54:51.3234183Z /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-23T00:54:51.3247130Z /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-23T00:54:51.3251128Z /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-23T00:54:51.3257850Z /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-23T00:54:51.3264618Z /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-23T00:54:51.3277567Z /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-23T00:54:51.3285466Z /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-23T00:54:51.3290852Z /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-23T00:54:51.3296663Z /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-23T00:54:51.3309964Z /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-23T00:54:51.3324228Z /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-23T00:54:51.3336061Z /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-23T00:54:51.3357601Z /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-23T00:54:51.3363267Z /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-23T00:54:51.3370366Z /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-23T00:54:51.3387507Z /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-23T00:54:51.3419575Z /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-23T00:54:51.3426261Z /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-23T00:54:51.3438282Z /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-23T00:54:51.3448748Z /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-23T00:54:51.3454479Z /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-23T00:54:51.3466037Z /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-23T00:54:51.3470953Z /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-23T00:54:51.3476505Z /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-23T00:54:51.3482849Z /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-23T00:54:51.3496268Z /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-23T00:54:51.3501137Z /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-23T00:54:51.3509295Z /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-23T00:54:51.3520494Z /var/lib/jenkins/workspace/torch/csrc/monitor/counters.cpp -> /var/lib/jenkins/workspace/torch/csrc/monitor/counters.cpp [skipped, already hipified] 2022-11-23T00:54:51.3531072Z /var/lib/jenkins/workspace/torch/csrc/monitor/counters.h -> /var/lib/jenkins/workspace/torch/csrc/monitor/counters.h [skipped, already hipified] 2022-11-23T00:54:51.3536190Z /var/lib/jenkins/workspace/torch/csrc/monitor/events.cpp -> /var/lib/jenkins/workspace/torch/csrc/monitor/events.cpp [skipped, already hipified] 2022-11-23T00:54:51.3550277Z /var/lib/jenkins/workspace/torch/csrc/monitor/events.h -> /var/lib/jenkins/workspace/torch/csrc/monitor/events.h [skipped, already hipified] 2022-11-23T00:54:51.3563604Z /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-23T00:54:51.3573885Z /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-23T00:54:51.3579294Z /var/lib/jenkins/workspace/torch/csrc/multiprocessing/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/multiprocessing/init.cpp [skipped, already hipified] 2022-11-23T00:54:51.3584746Z /var/lib/jenkins/workspace/torch/csrc/multiprocessing/init.h -> /var/lib/jenkins/workspace/torch/csrc/multiprocessing/init.h [skipped, already hipified] 2022-11-23T00:54:51.3608801Z /var/lib/jenkins/workspace/torch/csrc/onnx/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/onnx/init.cpp [skipped, already hipified] 2022-11-23T00:54:51.3615486Z /var/lib/jenkins/workspace/torch/csrc/onnx/init.h -> /var/lib/jenkins/workspace/torch/csrc/onnx/init.h [skipped, already hipified] 2022-11-23T00:54:51.3620370Z /var/lib/jenkins/workspace/torch/csrc/onnx/onnx.h -> /var/lib/jenkins/workspace/torch/csrc/onnx/onnx.h [skipped, already hipified] 2022-11-23T00:54:51.3627752Z /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-23T00:54:51.3641197Z /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-23T00:54:51.3645717Z /var/lib/jenkins/workspace/torch/csrc/profiler/api.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/api.h [skipped, already hipified] 2022-11-23T00:54:51.3695932Z /var/lib/jenkins/workspace/torch/csrc/profiler/collection.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/collection.cpp [skipped, already hipified] 2022-11-23T00:54:51.3725006Z /var/lib/jenkins/workspace/torch/csrc/profiler/collection.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/collection.h [skipped, already hipified] 2022-11-23T00:54:51.3734678Z /var/lib/jenkins/workspace/torch/csrc/profiler/containers.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/containers.h [skipped, already hipified] 2022-11-23T00:54:51.3752491Z /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-23T00:54:51.3760006Z /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-23T00:54:51.3765480Z /var/lib/jenkins/workspace/torch/csrc/profiler/events.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/events.h [skipped, already hipified] 2022-11-23T00:54:51.3770850Z /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-23T00:54:51.3791182Z /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-23T00:54:51.3799242Z /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-23T00:54:51.3805531Z /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-23T00:54:51.3819074Z /var/lib/jenkins/workspace/torch/csrc/profiler/perf.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/perf.cpp [skipped, already hipified] 2022-11-23T00:54:51.3829580Z /var/lib/jenkins/workspace/torch/csrc/profiler/perf.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/perf.h [skipped, already hipified] 2022-11-23T00:54:51.3867897Z /var/lib/jenkins/workspace/torch/csrc/profiler/util.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/util.cpp [skipped, already hipified] 2022-11-23T00:54:51.3882924Z /var/lib/jenkins/workspace/torch/csrc/profiler/util.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/util.h [ok] 2022-11-23T00:54:51.3892999Z /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-23T00:54:51.3900838Z /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-23T00:54:51.3907142Z /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-23T00:54:51.3912811Z /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-23T00:54:51.3935036Z /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-23T00:54:51.3940819Z /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-23T00:54:51.3946723Z /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-23T00:54:51.3985167Z /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-23T00:54:51.3989593Z /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-23T00:54:51.4000231Z /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-23T00:54:51.4005087Z /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-23T00:54:51.4014465Z /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-23T00:54:51.4023578Z /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-23T00:54:51.4030944Z /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-23T00:54:51.4037068Z /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/base.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/base.h [ok] 2022-11-23T00:54:51.4045695Z /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/cuda.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/cuda.cpp [ok] 2022-11-23T00:54:51.4050790Z /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-23T00:54:51.4075286Z /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-23T00:54:51.4083255Z /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-23T00:54:51.4090166Z /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-23T00:54:51.4110616Z /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-23T00:54:51.4119747Z /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-23T00:54:51.4126924Z /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-23T00:54:51.4132755Z /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-23T00:54:51.4144171Z /var/lib/jenkins/workspace/torch/csrc/utils/cuda_enabled.h -> /var/lib/jenkins/workspace/torch/csrc/utils/cuda_enabled.h [ok] 2022-11-23T00:54:51.4154688Z /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-23T00:54:51.4161099Z /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-23T00:54:51.4178425Z /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-23T00:54:51.4188994Z /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-23T00:54:51.4195525Z /var/lib/jenkins/workspace/torch/csrc/utils/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/init.cpp [skipped, already hipified] 2022-11-23T00:54:51.4204279Z /var/lib/jenkins/workspace/torch/csrc/utils/init.h -> /var/lib/jenkins/workspace/torch/csrc/utils/init.h [skipped, already hipified] 2022-11-23T00:54:51.4228222Z /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-23T00:54:51.4237010Z /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-23T00:54:51.4262652Z /var/lib/jenkins/workspace/torch/csrc/utils/memory.h -> /var/lib/jenkins/workspace/torch/csrc/utils/memory.h [skipped, already hipified] 2022-11-23T00:54:51.4263384Z /var/lib/jenkins/workspace/torch/csrc/utils/nested.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/nested.cpp [skipped, already hipified] 2022-11-23T00:54:51.4263915Z /var/lib/jenkins/workspace/torch/csrc/utils/nested.h -> /var/lib/jenkins/workspace/torch/csrc/utils/nested.h [skipped, already hipified] 2022-11-23T00:54:51.4267764Z /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-23T00:54:51.4275732Z /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-23T00:54:51.4285031Z /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-23T00:54:51.4296494Z /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-23T00:54:51.4303275Z /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-23T00:54:51.4309633Z /var/lib/jenkins/workspace/torch/csrc/utils/pybind.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/pybind.cpp [skipped, already hipified] 2022-11-23T00:54:51.4328915Z /var/lib/jenkins/workspace/torch/csrc/utils/pybind.h -> /var/lib/jenkins/workspace/torch/csrc/utils/pybind.h [skipped, already hipified] 2022-11-23T00:54:51.4333395Z /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-23T00:54:51.4397566Z /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-23T00:54:51.4451441Z /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-23T00:54:51.4459683Z /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-23T00:54:51.4494698Z /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-23T00:54:51.4499574Z /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-23T00:54:51.4514905Z /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-23T00:54:51.4524591Z /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-23T00:54:51.4534019Z /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-23T00:54:51.4546645Z /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-23T00:54:51.4553277Z /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-23T00:54:51.4563280Z /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-23T00:54:51.4576301Z /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-23T00:54:51.4586740Z /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-23T00:54:51.4613926Z /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-23T00:54:51.4621025Z /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-23T00:54:51.4626366Z /var/lib/jenkins/workspace/torch/csrc/utils/six.h -> /var/lib/jenkins/workspace/torch/csrc/utils/six.h [skipped, already hipified] 2022-11-23T00:54:51.4636928Z /var/lib/jenkins/workspace/torch/csrc/utils/structseq.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/structseq.cpp [skipped, already hipified] 2022-11-23T00:54:51.4641229Z /var/lib/jenkins/workspace/torch/csrc/utils/structseq.h -> /var/lib/jenkins/workspace/torch/csrc/utils/structseq.h [skipped, already hipified] 2022-11-23T00:54:51.4649053Z /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-23T00:54:51.4653867Z /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-23T00:54:51.4669355Z /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-23T00:54:51.4676078Z /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-23T00:54:51.4683930Z /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-23T00:54:51.4691150Z /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-23T00:54:51.4706117Z /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-23T00:54:51.4710289Z /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-23T00:54:51.4717917Z /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-23T00:54:51.4721732Z /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-23T00:54:51.4732049Z /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-23T00:54:51.4738264Z /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-23T00:54:51.4807863Z /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-23T00:54:51.4816069Z /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-23T00:54:51.4837526Z /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-23T00:54:51.4842568Z /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-23T00:54:51.4849212Z /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-23T00:54:51.4853934Z /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-23T00:54:51.4870340Z /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-23T00:54:51.4875582Z /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-23T00:54:51.4885058Z /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-23T00:54:51.4896624Z /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-23T00:54:51.4907113Z /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-23T00:54:51.4911995Z /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-23T00:54:51.4921195Z /var/lib/jenkins/workspace/torch/csrc/utils/variadic.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/variadic.cpp [skipped, already hipified] 2022-11-23T00:54:51.4929949Z /var/lib/jenkins/workspace/torch/csrc/utils/variadic.h -> /var/lib/jenkins/workspace/torch/csrc/utils/variadic.h [skipped, already hipified] 2022-11-23T00:54:51.4934113Z /var/lib/jenkins/workspace/torch/csrc/utils/verbose.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/verbose.cpp [skipped, already hipified] 2022-11-23T00:54:51.4946817Z /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-23T00:54:51.4955190Z /var/lib/jenkins/workspace/torch/lib/libshm/core.cpp -> /var/lib/jenkins/workspace/torch/lib/libshm/core.cpp [skipped, already hipified] 2022-11-23T00:54:51.4961656Z /var/lib/jenkins/workspace/torch/lib/libshm/err.h -> /var/lib/jenkins/workspace/torch/lib/libshm/err.h [skipped, already hipified] 2022-11-23T00:54:51.4970775Z /var/lib/jenkins/workspace/torch/lib/libshm/libshm.h -> /var/lib/jenkins/workspace/torch/lib/libshm/libshm.h [skipped, already hipified] 2022-11-23T00:54:51.4979906Z /var/lib/jenkins/workspace/torch/lib/libshm/manager.cpp -> /var/lib/jenkins/workspace/torch/lib/libshm/manager.cpp [skipped, already hipified] 2022-11-23T00:54:51.4995436Z /var/lib/jenkins/workspace/torch/lib/libshm/socket.h -> /var/lib/jenkins/workspace/torch/lib/libshm/socket.h [skipped, already hipified] 2022-11-23T00:54:51.5000999Z /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-23T00:54:51.5006487Z /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-23T00:54:51.5033218Z /var/lib/jenkins/workspace/torch/nn/functional.pyi.in -> /var/lib/jenkins/workspace/torch/nn/functional.pyi.in [skipped, already hipified] 2022-11-23T00:54:51.5038708Z /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-23T00:54:51.5043891Z /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-23T00:54:51.5053636Z /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-23T00:54:51.5061135Z /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-23T00:54:51.5061707Z Successfully preprocessed all matching files. 2022-11-23T00:54:51.5226658Z + '[' -z 6 ']' 2022-11-23T00:54:51.5227185Z + [[ linux-focal-rocm5.2-py3.8 == *cuda* ]] 2022-11-23T00:54:51.5227699Z + [[ linux-focal-rocm5.2-py3.8 == *clang* ]] 2022-11-23T00:54:51.5228244Z + [[ linux-focal-rocm5.2-py3.8 == *no-ops* ]] 2022-11-23T00:54:51.5228785Z + [[ linux-focal-rocm5.2-py3.8 == *-pch* ]] 2022-11-23T00:54:51.5229426Z + [[ linux-focal-rocm5.2-py3.8 == *linux-focal-py3.7-gcc7-build* ]] 2022-11-23T00:54:51.5229984Z + [[ linux-focal-rocm5.2-py3.8 != *android* ]] 2022-11-23T00:54:51.5230439Z + [[ linux-focal-rocm5.2-py3.8 != *cuda* ]] 2022-11-23T00:54:51.5230816Z + export BUILD_STATIC_RUNTIME_BENCHMARK=ON 2022-11-23T00:54:51.5231150Z + BUILD_STATIC_RUNTIME_BENCHMARK=ON 2022-11-23T00:54:51.5231646Z + [[ linux-focal-rocm5.2-py3.8 == *-bazel-* ]] 2022-11-23T00:54:51.5232024Z + echo 'The next three invocations are expected to fail with invalid command error messages.' 2022-11-23T00:54:51.5232356Z The next three invocations are expected to fail with invalid command error messages. 2022-11-23T00:54:51.5234818Z + get_exit_code python setup.py bad_argument 2022-11-23T00:54:51.5235236Z + set +e 2022-11-23T00:54:51.5235526Z + python setup.py bad_argument 2022-11-23T00:54:52.2000919Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T00:54:52.2490400Z invalid command 'bad_argument' 2022-11-23T00:54:52.2976827Z + retcode=1 2022-11-23T00:54:52.2977316Z + set -e 2022-11-23T00:54:52.2977566Z + return 1 2022-11-23T00:54:52.2981773Z + get_exit_code python setup.py 'clean]' 2022-11-23T00:54:52.2982031Z + set +e 2022-11-23T00:54:52.2982262Z + python setup.py 'clean]' 2022-11-23T00:54:52.5545752Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T00:54:52.5759677Z invalid command name 'clean]' 2022-11-23T00:54:52.6187287Z + retcode=1 2022-11-23T00:54:52.6187739Z + set -e 2022-11-23T00:54:52.6188015Z + return 1 2022-11-23T00:54:52.6192273Z + get_exit_code python setup.py clean bad_argument 2022-11-23T00:54:52.6192659Z + set +e 2022-11-23T00:54:52.6192850Z + python setup.py clean bad_argument 2022-11-23T00:54:52.8441601Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T00:54:52.8723374Z invalid command 'bad_argument' 2022-11-23T00:54:52.9141917Z + retcode=1 2022-11-23T00:54:52.9142382Z + set -e 2022-11-23T00:54:52.9142595Z + return 1 2022-11-23T00:54:52.9143713Z + [[ linux-focal-rocm5.2-py3.8 != *libtorch* ]] 2022-11-23T00:54:52.9144256Z + [[ linux-focal-rocm5.2-py3.8 != *rocm* ]] 2022-11-23T00:54:52.9144578Z + python setup.py bdist_wheel 2022-11-23T00:54:53.1648130Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T00:54:53.2167840Z -- Building version 1.14.0a0+git1cfd385 2022-11-23T00:54:53.2604379Z 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-23T00:54:53.6241770Z -- The CXX compiler identification is GNU 9.4.0 2022-11-23T00:54:53.7434652Z -- The C compiler identification is GNU 9.4.0 2022-11-23T00:54:53.7691738Z -- Detecting CXX compiler ABI info 2022-11-23T00:54:53.9282401Z -- Detecting CXX compiler ABI info - done 2022-11-23T00:54:53.9361435Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-11-23T00:54:53.9373955Z -- Detecting CXX compile features 2022-11-23T00:54:53.9382644Z -- Detecting CXX compile features - done 2022-11-23T00:54:53.9427963Z -- Detecting C compiler ABI info 2022-11-23T00:54:54.0264079Z -- Detecting C compiler ABI info - done 2022-11-23T00:54:54.0339353Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-11-23T00:54:54.0341951Z -- Detecting C compile features 2022-11-23T00:54:54.0346419Z -- Detecting C compile features - done 2022-11-23T00:54:54.0350715Z -- Not forcing any particular BLAS to be found 2022-11-23T00:54:54.0371419Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T00:54:54.0372131Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T00:54:54.0372802Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T00:54:54.0373315Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T00:54:54.0373776Z Call Stack (most recent call first): 2022-11-23T00:54:54.0374191Z CMakeLists.txt:249 (cmake_dependent_option) 2022-11-23T00:54:54.0374820Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:54.0375272Z  2022-11-23T00:54:54.0375924Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T00:54:54.0376569Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T00:54:54.0377260Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T00:54:54.0377806Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T00:54:54.0378421Z Call Stack (most recent call first): 2022-11-23T00:54:54.0378850Z CMakeLists.txt:280 (cmake_dependent_option) 2022-11-23T00:54:54.0379471Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:54.0379906Z  2022-11-23T00:54:54.0391117Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2022-11-23T00:54:54.0503591Z -- Performing Test COMPILER_WORKS 2022-11-23T00:54:54.1391378Z -- Performing Test COMPILER_WORKS - Success 2022-11-23T00:54:54.1393735Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 2022-11-23T00:54:54.3963402Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success 2022-11-23T00:54:54.3965426Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED 2022-11-23T00:54:54.5590884Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success 2022-11-23T00:54:54.5591498Z -- std::exception_ptr is supported. 2022-11-23T00:54:54.5592949Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING 2022-11-23T00:54:54.6021256Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed 2022-11-23T00:54:54.6021791Z -- Turning off deprecation warning due to glog. 2022-11-23T00:54:54.6035797Z -- Performing Test C_HAS_AVX_1 2022-11-23T00:54:54.8860648Z -- Performing Test C_HAS_AVX_1 - Failed 2022-11-23T00:54:54.8861217Z -- Performing Test C_HAS_AVX_2 2022-11-23T00:54:55.0387264Z -- Performing Test C_HAS_AVX_2 - Success 2022-11-23T00:54:55.0388760Z -- Performing Test C_HAS_AVX2_1 2022-11-23T00:54:55.2710188Z -- Performing Test C_HAS_AVX2_1 - Failed 2022-11-23T00:54:55.2711583Z -- Performing Test C_HAS_AVX2_2 2022-11-23T00:54:55.4248483Z -- Performing Test C_HAS_AVX2_2 - Success 2022-11-23T00:54:55.4251346Z -- Performing Test C_HAS_AVX512_1 2022-11-23T00:54:55.6651144Z -- Performing Test C_HAS_AVX512_1 - Failed 2022-11-23T00:54:55.6651973Z -- Performing Test C_HAS_AVX512_2 2022-11-23T00:54:55.8109858Z -- Performing Test C_HAS_AVX512_2 - Success 2022-11-23T00:54:55.8112102Z -- Performing Test CXX_HAS_AVX_1 2022-11-23T00:54:56.0412392Z -- Performing Test CXX_HAS_AVX_1 - Failed 2022-11-23T00:54:56.0413170Z -- Performing Test CXX_HAS_AVX_2 2022-11-23T00:54:56.1937677Z -- Performing Test CXX_HAS_AVX_2 - Success 2022-11-23T00:54:56.1940120Z -- Performing Test CXX_HAS_AVX2_1 2022-11-23T00:54:56.4254477Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2022-11-23T00:54:56.4255661Z -- Performing Test CXX_HAS_AVX2_2 2022-11-23T00:54:56.5798092Z -- Performing Test CXX_HAS_AVX2_2 - Success 2022-11-23T00:54:56.5800244Z -- Performing Test CXX_HAS_AVX512_1 2022-11-23T00:54:56.8124605Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2022-11-23T00:54:56.8125583Z -- Performing Test CXX_HAS_AVX512_2 2022-11-23T00:54:56.9552186Z -- Performing Test CXX_HAS_AVX512_2 - Success 2022-11-23T00:54:56.9552983Z -- Current compiler supports avx2 extension. Will build perfkernels. 2022-11-23T00:54:56.9555515Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2022-11-23T00:54:57.0937404Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2022-11-23T00:54:57.0937843Z -- Current compiler supports avx512f extension. Will build fbgemm. 2022-11-23T00:54:57.0942856Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2022-11-23T00:54:57.1898102Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2022-11-23T00:54:57.1903201Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2022-11-23T00:54:57.2858540Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2022-11-23T00:54:57.2864475Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2022-11-23T00:54:57.3810338Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2022-11-23T00:54:57.3961622Z CUDA_TOOLKIT_ROOT_DIR not found or specified 2022-11-23T00:54:57.4061955Z -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) 2022-11-23T00:54:57.4079914Z CMake Warning at cmake/public/cuda.cmake:31 (message): 2022-11-23T00:54:57.4080655Z Caffe2: CUDA cannot be found. Depending on whether you are building Caffe2 2022-11-23T00:54:57.4081121Z or a Caffe2 dependent library, the next warning / error will give you more 2022-11-23T00:54:57.4081420Z info. 2022-11-23T00:54:57.4081620Z Call Stack (most recent call first): 2022-11-23T00:54:57.4081836Z cmake/Dependencies.cmake:43 (include) 2022-11-23T00:54:57.4082056Z CMakeLists.txt:719 (include) 2022-11-23T00:54:57.4082191Z 2022-11-23T00:54:57.4082368Z  2022-11-23T00:54:57.4082629Z CMake Warning at cmake/Dependencies.cmake:66 (message): 2022-11-23T00:54:57.4082982Z Not compiling with CUDA. Suppress this warning with -DUSE_CUDA=OFF. 2022-11-23T00:54:57.4083243Z Call Stack (most recent call first): 2022-11-23T00:54:57.4083440Z CMakeLists.txt:719 (include) 2022-11-23T00:54:57.4083562Z 2022-11-23T00:54:57.4083695Z  2022-11-23T00:54:57.4087556Z -- Building using own protobuf under third_party per request. 2022-11-23T00:54:57.4088071Z -- Use custom protobuf build. 2022-11-23T00:54:57.4116105Z -- 2022-11-23T00:54:57.4116338Z -- 3.13.0.0 2022-11-23T00:54:57.4147880Z -- Looking for pthread.h 2022-11-23T00:54:57.5025713Z -- Looking for pthread.h - found 2022-11-23T00:54:57.5026670Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T00:54:57.5920919Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T00:54:57.5921375Z -- Check if compiler accepts -pthread 2022-11-23T00:54:57.6842373Z -- Check if compiler accepts -pthread - yes 2022-11-23T00:54:57.6867699Z -- Found Threads: TRUE 2022-11-23T00:54:57.6872174Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2022-11-23T00:54:57.8096296Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2022-11-23T00:54:57.8335511Z -- Caffe2 protobuf include directory: $$ 2022-11-23T00:54:57.8356986Z -- Trying to find preferred BLAS backend of choice: MKL 2022-11-23T00:54:57.8387496Z -- MKL_THREADING = OMP 2022-11-23T00:54:57.8390552Z -- Looking for sys/types.h 2022-11-23T00:54:57.9300709Z -- Looking for sys/types.h - found 2022-11-23T00:54:57.9302387Z -- Looking for stdint.h 2022-11-23T00:54:58.0174469Z -- Looking for stdint.h - found 2022-11-23T00:54:58.0176450Z -- Looking for stddef.h 2022-11-23T00:54:58.1067734Z -- Looking for stddef.h - found 2022-11-23T00:54:58.1068495Z -- Check size of void* 2022-11-23T00:54:58.1989933Z -- Check size of void* - done 2022-11-23T00:54:58.5105173Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:58.5105634Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:54:58.5105942Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:58.5106273Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:58.5106548Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:58.5106764Z Call Stack (most recent call first): 2022-11-23T00:54:58.5107053Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:58.5107338Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-11-23T00:54:58.5107596Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-11-23T00:54:58.5107838Z cmake/Dependencies.cmake:210 (find_package) 2022-11-23T00:54:58.5108063Z CMakeLists.txt:719 (include) 2022-11-23T00:54:58.5108397Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:58.5108633Z  2022-11-23T00:54:58.6119601Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:54:58.6120340Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:54:58.6120943Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:54:58.6121266Z problems in calling code that expects `find_package` result variables 2022-11-23T00:54:58.6121543Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:54:58.6121899Z Call Stack (most recent call first): 2022-11-23T00:54:58.6122172Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:54:58.6122519Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-11-23T00:54:58.6122765Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-11-23T00:54:58.6123029Z cmake/Dependencies.cmake:210 (find_package) 2022-11-23T00:54:58.6123255Z CMakeLists.txt:719 (include) 2022-11-23T00:54:58.6123577Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:54:58.6123829Z  2022-11-23T00:54:58.6137435Z -- Looking for cblas_sgemm 2022-11-23T00:54:58.9066580Z -- Looking for cblas_sgemm - found 2022-11-23T00:54:58.9115299Z -- 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-23T00:54:58.9115830Z -- MKL include directory: /opt/conda/include 2022-11-23T00:54:58.9116091Z -- MKL OpenMP type: GNU 2022-11-23T00:54:58.9116318Z -- MKL OpenMP library: -fopenmp 2022-11-23T00:54:58.9555860Z -- The ASM compiler identification is GNU 2022-11-23T00:54:58.9576424Z -- Found assembler: /opt/cache/bin/cc 2022-11-23T00:54:58.9737828Z -- Brace yourself, we are building NNPACK 2022-11-23T00:54:58.9790118Z -- Performing Test NNPACK_ARCH_IS_X86_32 2022-11-23T00:54:59.0259681Z -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed 2022-11-23T00:54:59.0448141Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.8.13") 2022-11-23T00:54:59.0448680Z -- NNPACK backend is x86-64 2022-11-23T00:54:59.6051440Z -- Found Python: /opt/conda/bin/python3.8 (found version "3.8.13") found components: Interpreter 2022-11-23T00:54:59.6126226Z -- Failed to find LLVM FileCheck 2022-11-23T00:54:59.6164942Z -- Found Git: /usr/bin/git (found version "2.25.1") 2022-11-23T00:54:59.7252019Z -- git version: v1.6.1 normalized to 1.6.1 2022-11-23T00:54:59.7252344Z -- Version: 1.6.1 2022-11-23T00:54:59.7258199Z -- Looking for shm_open in rt 2022-11-23T00:54:59.8154208Z -- Looking for shm_open in rt - found 2022-11-23T00:54:59.8160577Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 2022-11-23T00:54:59.9109256Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success 2022-11-23T00:54:59.9116229Z -- Performing Test HAVE_CXX_FLAG_WALL 2022-11-23T00:55:00.0113275Z -- Performing Test HAVE_CXX_FLAG_WALL - Success 2022-11-23T00:55:00.0120559Z -- Performing Test HAVE_CXX_FLAG_WEXTRA 2022-11-23T00:55:00.1135273Z -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success 2022-11-23T00:55:00.1142742Z -- Performing Test HAVE_CXX_FLAG_WSHADOW 2022-11-23T00:55:00.2107995Z -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success 2022-11-23T00:55:00.2115150Z -- Performing Test HAVE_CXX_FLAG_WERROR 2022-11-23T00:55:00.3089729Z -- Performing Test HAVE_CXX_FLAG_WERROR - Success 2022-11-23T00:55:00.3100894Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE 2022-11-23T00:55:00.4068794Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success 2022-11-23T00:55:00.4075458Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC 2022-11-23T00:55:00.5090473Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success 2022-11-23T00:55:00.5096986Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS 2022-11-23T00:55:00.6058571Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success 2022-11-23T00:55:00.6065490Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 2022-11-23T00:55:00.6564947Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed 2022-11-23T00:55:00.6571409Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 2022-11-23T00:55:00.7562773Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success 2022-11-23T00:55:00.7569492Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS 2022-11-23T00:55:00.8527587Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success 2022-11-23T00:55:00.8535219Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED 2022-11-23T00:55:00.9508777Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success 2022-11-23T00:55:00.9520426Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING 2022-11-23T00:55:01.0481919Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success 2022-11-23T00:55:01.0489077Z -- Performing Test HAVE_CXX_FLAG_WD654 2022-11-23T00:55:01.0889856Z -- Performing Test HAVE_CXX_FLAG_WD654 - Failed 2022-11-23T00:55:01.0896843Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY 2022-11-23T00:55:01.1358289Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed 2022-11-23T00:55:01.1366064Z -- Performing Test HAVE_CXX_FLAG_COVERAGE 2022-11-23T00:55:01.2395305Z -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success 2022-11-23T00:55:01.2396086Z -- Performing Test HAVE_STD_REGEX 2022-11-23T00:55:01.2396514Z -- Performing Test HAVE_STD_REGEX 2022-11-23T00:55:01.5924442Z -- Performing Test HAVE_STD_REGEX -- success 2022-11-23T00:55:01.5924962Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-11-23T00:55:01.5925395Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-11-23T00:55:01.6356723Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2022-11-23T00:55:01.6357235Z -- Performing Test HAVE_POSIX_REGEX 2022-11-23T00:55:01.6357680Z -- Performing Test HAVE_POSIX_REGEX 2022-11-23T00:55:01.8088635Z -- Performing Test HAVE_POSIX_REGEX -- success 2022-11-23T00:55:01.8088973Z -- Performing Test HAVE_STEADY_CLOCK 2022-11-23T00:55:01.8089242Z -- Performing Test HAVE_STEADY_CLOCK 2022-11-23T00:55:01.9513630Z -- Performing Test HAVE_STEADY_CLOCK -- success 2022-11-23T00:55:01.9796266Z -- Performing Test COMPILER_SUPPORTS_AVX512 2022-11-23T00:55:02.0790493Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2022-11-23T00:55:02.0811215Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:55:02.0811679Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:55:02.0812310Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:55:02.0812746Z problems in calling code that expects `find_package` result variables 2022-11-23T00:55:02.0813076Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:55:02.0813359Z Call Stack (most recent call first): 2022-11-23T00:55:02.0813619Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:55:02.0813958Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-11-23T00:55:02.0814578Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:55:02.0814861Z  2022-11-23T00:55:02.0815214Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-11-23T00:55:02.0816015Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:55:02.0816554Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:55:02.0816859Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:55:02.0817373Z problems in calling code that expects `find_package` result variables 2022-11-23T00:55:02.0817832Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:55:02.0818060Z Call Stack (most recent call first): 2022-11-23T00:55:02.0818315Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:55:02.0818606Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-11-23T00:55:02.0818960Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:55:02.0819192Z  2022-11-23T00:55:02.0819450Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-11-23T00:55:02.0820337Z -- Found OpenMP: TRUE (found version "4.5") 2022-11-23T00:55:02.0821488Z CMake Warning at third_party/fbgemm/CMakeLists.txt:87 (message): 2022-11-23T00:55:02.0821970Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2022-11-23T00:55:02.0822117Z 2022-11-23T00:55:02.0822203Z  2022-11-23T00:55:02.1842332Z CMake Warning at third_party/fbgemm/CMakeLists.txt:186 (message): 2022-11-23T00:55:02.1842759Z ========== 2022-11-23T00:55:02.1843177Z 2022-11-23T00:55:02.1843355Z  2022-11-23T00:55:02.1843895Z CMake Warning at third_party/fbgemm/CMakeLists.txt:187 (message): 2022-11-23T00:55:02.1844307Z CMAKE_BUILD_TYPE = Release 2022-11-23T00:55:02.1844466Z 2022-11-23T00:55:02.1844598Z  2022-11-23T00:55:02.1844897Z CMake Warning at third_party/fbgemm/CMakeLists.txt:188 (message): 2022-11-23T00:55:02.1845230Z CMAKE_CXX_FLAGS_DEBUG is -g 2022-11-23T00:55:02.1845354Z 2022-11-23T00:55:02.1845419Z  2022-11-23T00:55:02.1845815Z CMake Warning at third_party/fbgemm/CMakeLists.txt:189 (message): 2022-11-23T00:55:02.1846159Z CMAKE_CXX_FLAGS_RELEASE is -O3 -DNDEBUG 2022-11-23T00:55:02.1846294Z 2022-11-23T00:55:02.1846373Z  2022-11-23T00:55:02.1846698Z CMake Warning at third_party/fbgemm/CMakeLists.txt:190 (message): 2022-11-23T00:55:02.1846925Z ========== 2022-11-23T00:55:02.1847025Z 2022-11-23T00:55:02.1847105Z  2022-11-23T00:55:02.1886751Z -- Performing Test __CxxFlag__fno_threadsafe_statics 2022-11-23T00:55:02.3018516Z -- Performing Test __CxxFlag__fno_threadsafe_statics - Success 2022-11-23T00:55:02.3025155Z -- Performing Test __CxxFlag__fno_semantic_interposition 2022-11-23T00:55:02.4046305Z -- Performing Test __CxxFlag__fno_semantic_interposition - Success 2022-11-23T00:55:02.4052582Z -- Performing Test __CxxFlag__fmerge_all_constants 2022-11-23T00:55:02.5890647Z -- Performing Test __CxxFlag__fmerge_all_constants - Success 2022-11-23T00:55:02.5897152Z -- Performing Test __CxxFlag__fno_enforce_eh_specs 2022-11-23T00:55:02.6976256Z -- Performing Test __CxxFlag__fno_enforce_eh_specs - Success 2022-11-23T00:55:02.6997307Z ** AsmJit Summary ** 2022-11-23T00:55:02.6998011Z  ASMJIT_DIR=/var/lib/jenkins/workspace/third_party/fbgemm/third_party/asmjit 2022-11-23T00:55:02.6998521Z  ASMJIT_TEST=FALSE 2022-11-23T00:55:02.6998989Z  ASMJIT_TARGET_TYPE=STATIC 2022-11-23T00:55:02.6999460Z  ASMJIT_DEPS=pthread;rt 2022-11-23T00:55:02.6999886Z  ASMJIT_LIBS=asmjit;pthread;rt 2022-11-23T00:55:02.7000140Z  ASMJIT_CFLAGS=-DASMJIT_STATIC 2022-11-23T00:55:02.7000623Z  ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-Wconversion;-fno-math-errno;-fno-threadsafe-statics;-fno-semantic-interposition;-DASMJIT_STATIC 2022-11-23T00:55:02.7001022Z  ASMJIT_PRIVATE_CFLAGS_DBG= 2022-11-23T00:55:02.7001501Z  ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants;-fno-enforce-eh-specs 2022-11-23T00:55:02.7053809Z -- Could NOT find Numa (missing: Numa_INCLUDE_DIR Numa_LIBRARIES) 2022-11-23T00:55:02.7054542Z CMake Warning at cmake/Dependencies.cmake:893 (message): 2022-11-23T00:55:02.7054939Z Not compiling with NUMA. Suppress this warning with -DUSE_NUMA=OFF 2022-11-23T00:55:02.7055184Z Call Stack (most recent call first): 2022-11-23T00:55:02.7055404Z CMakeLists.txt:719 (include) 2022-11-23T00:55:02.7055532Z 2022-11-23T00:55:02.7055615Z  2022-11-23T00:55:02.7083684Z -- Using third party subdirectory Eigen. 2022-11-23T00:55:02.7288194Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.8.13", minimum required is "3.0") 2022-11-23T00:55:02.7326269Z -- Found PythonLibs: /opt/conda/lib/libpython3.8.so.1.0 (found suitable version "3.8.13", minimum required is "3.0") 2022-11-23T00:55:02.7332212Z -- Using third_party/pybind11. 2022-11-23T00:55:02.7332793Z -- pybind11 include dirs: /var/lib/jenkins/workspace/cmake/../third_party/pybind11/include 2022-11-23T00:55:02.8240964Z -- Checking for module 'mpi-c' 2022-11-23T00:55:02.8292910Z -- No package 'mpi-c' found 2022-11-23T00:55:02.8737179Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2022-11-23T00:55:02.9266032Z -- Checking for module 'mpi-cxx' 2022-11-23T00:55:02.9287935Z -- No package 'mpi-cxx' found 2022-11-23T00:55:02.9734935Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2022-11-23T00:55:02.9736636Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2022-11-23T00:55:02.9740674Z CMake Warning at cmake/Dependencies.cmake:1167 (message): 2022-11-23T00:55:02.9741346Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2022-11-23T00:55:02.9742161Z Call Stack (most recent call first): 2022-11-23T00:55:02.9742365Z CMakeLists.txt:719 (include) 2022-11-23T00:55:02.9742492Z 2022-11-23T00:55:02.9742590Z  2022-11-23T00:55:02.9762045Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:55:02.9762827Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:55:02.9763173Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:55:02.9763484Z problems in calling code that expects `find_package` result variables 2022-11-23T00:55:02.9763759Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:55:02.9763976Z Call Stack (most recent call first): 2022-11-23T00:55:02.9764253Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:55:02.9764566Z cmake/Dependencies.cmake:1222 (find_package) 2022-11-23T00:55:02.9764796Z CMakeLists.txt:719 (include) 2022-11-23T00:55:02.9765183Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:55:02.9765436Z  2022-11-23T00:55:02.9765923Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:55:02.9766611Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:55:02.9766965Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:55:02.9767270Z problems in calling code that expects `find_package` result variables 2022-11-23T00:55:02.9767538Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:55:02.9767750Z Call Stack (most recent call first): 2022-11-23T00:55:02.9768017Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:55:02.9768297Z cmake/Dependencies.cmake:1222 (find_package) 2022-11-23T00:55:02.9768509Z CMakeLists.txt:719 (include) 2022-11-23T00:55:02.9768827Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:55:02.9769069Z  2022-11-23T00:55:02.9770985Z -- Adding OpenMP CXX_FLAGS: -fopenmp 2022-11-23T00:55:02.9771737Z -- 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-23T00:55:02.9772103Z -- Disabling kernel asserts for ROCm 2022-11-23T00:55:02.9772369Z -- Looking for LLVM in /opt/rocm/llvm 2022-11-23T00:55:02.9789945Z -- Performing Test Terminfo_LINKABLE 2022-11-23T00:55:03.0740709Z -- Performing Test Terminfo_LINKABLE - Success 2022-11-23T00:55:03.0750827Z -- Found Terminfo: /opt/conda/lib/libtinfo.so 2022-11-23T00:55:03.0835714Z -- Found ZLIB: /opt/conda/lib/libz.so (found version "1.2.12") 2022-11-23T00:55:03.0912054Z -- Found LLVM 14.0.0git 2022-11-23T00:55:03.0912607Z -- Using LLVMConfig.cmake in: /opt/rocm/llvm/lib/cmake/llvm 2022-11-23T00:55:03.0928204Z Building PyTorch for GPU arch: gfx906 2022-11-23T00:55:03.3108759Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T00:55:03.3111809Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T00:55:03.4101898Z -- Caffe2: Header version is: 5.2.0 2022-11-23T00:55:03.4102264Z  2022-11-23T00:55:03.4102523Z ***** ROCm version from rocm_version.h **** 2022-11-23T00:55:03.4102729Z  2022-11-23T00:55:03.4102940Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T00:55:03.4103242Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T00:55:03.4103474Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T00:55:03.4103722Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T00:55:03.4104029Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T00:55:03.4104251Z HIP_VERSION_MAJOR: 5 2022-11-23T00:55:03.4104481Z HIP_VERSION_MINOR: 2 2022-11-23T00:55:03.4104768Z TORCH_HIP_VERSION: 502 2022-11-23T00:55:03.4105091Z  2022-11-23T00:55:03.4105302Z ***** Library versions from dpkg ***** 2022-11-23T00:55:03.4105543Z  2022-11-23T00:55:03.4335391Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T00:55:03.4335742Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T00:55:03.4454474Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T00:55:03.4573058Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T00:55:03.4689838Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T00:55:03.5045741Z  2022-11-23T00:55:03.5046017Z ***** Library versions from cmake find_package ***** 2022-11-23T00:55:03.5046238Z  2022-11-23T00:55:03.5177440Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:03.5192563Z hip VERSION: 5.2.22212 2022-11-23T00:55:03.5197427Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T00:55:03.5201800Z amd_comgr VERSION: 2.4.0 2022-11-23T00:55:03.5259525Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:03.5275189Z rocrand VERSION: 2.10.9 2022-11-23T00:55:03.5331971Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:03.5354589Z hiprand VERSION: 2.10.9 2022-11-23T00:55:03.5402059Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:03.5420421Z rocblas VERSION: 2.44.0 2022-11-23T00:55:03.5468106Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:03.5495315Z miopen VERSION: 2.17.0 2022-11-23T00:55:03.5543307Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:03.5566856Z hipfft VERSION: 1.0.8 2022-11-23T00:55:03.5616679Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:03.5640008Z hipsparse VERSION: 2.1.0 2022-11-23T00:55:03.5686643Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:03.5712400Z rccl VERSION: 2.11.4 2022-11-23T00:55:03.5759932Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:03.5775385Z rocprim VERSION: 2.10.9 2022-11-23T00:55:03.5834610Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:03.5851974Z hipcub VERSION: 2.10.12 2022-11-23T00:55:03.5915054Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:03.5933553Z rocthrust VERSION: 2.10.9 2022-11-23T00:55:03.5933822Z HIP library name: amdhip64 2022-11-23T00:55:03.5942085Z INFOCompiling with HIP for AMD. 2022-11-23T00:55:03.5942504Z INFOForcing USE_SYSTEM_NCCL to ON since it's required by using RCCL 2022-11-23T00:55:03.5942907Z TORCH_HIP_VERSION=502 is added as a compiler defines 2022-11-23T00:55:03.5989897Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:03.6001853Z -- RCCL Found! 2022-11-23T00:55:03.6214681Z -- Performing Test UV_LINT_W4 2022-11-23T00:55:03.6449802Z -- Performing Test UV_LINT_W4 - Failed 2022-11-23T00:55:03.6456059Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC 2022-11-23T00:55:03.6680669Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC - Failed 2022-11-23T00:55:03.6686998Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC 2022-11-23T00:55:03.6909762Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC - Failed 2022-11-23T00:55:03.6915574Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC 2022-11-23T00:55:03.7138566Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC - Failed 2022-11-23T00:55:03.7144695Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC 2022-11-23T00:55:03.7365966Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC - Failed 2022-11-23T00:55:03.7371982Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC 2022-11-23T00:55:03.7591967Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC - Failed 2022-11-23T00:55:03.7597643Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC 2022-11-23T00:55:03.7821971Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC - Failed 2022-11-23T00:55:03.7827892Z -- Performing Test UV_LINT_NO_HIDES_LOCAL 2022-11-23T00:55:03.8044726Z -- Performing Test UV_LINT_NO_HIDES_LOCAL - Failed 2022-11-23T00:55:03.8050765Z -- Performing Test UV_LINT_NO_HIDES_PARAM 2022-11-23T00:55:03.8277936Z -- Performing Test UV_LINT_NO_HIDES_PARAM - Failed 2022-11-23T00:55:03.8284572Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL 2022-11-23T00:55:03.8513864Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL - Failed 2022-11-23T00:55:03.8519603Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC 2022-11-23T00:55:03.8752460Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC - Failed 2022-11-23T00:55:03.8758414Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC 2022-11-23T00:55:03.8987154Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC - Failed 2022-11-23T00:55:03.8993164Z -- Performing Test UV_LINT_WALL 2022-11-23T00:55:03.9950100Z -- Performing Test UV_LINT_WALL - Success 2022-11-23T00:55:03.9956537Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER 2022-11-23T00:55:04.0867294Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Success 2022-11-23T00:55:04.0872947Z -- Performing Test UV_LINT_STRICT_PROTOTYPES 2022-11-23T00:55:04.1807707Z -- Performing Test UV_LINT_STRICT_PROTOTYPES - Success 2022-11-23T00:55:04.1815053Z -- Performing Test UV_LINT_EXTRA 2022-11-23T00:55:04.2733029Z -- Performing Test UV_LINT_EXTRA - Success 2022-11-23T00:55:04.2739471Z -- Performing Test UV_LINT_UTF8_MSVC 2022-11-23T00:55:04.2974539Z -- Performing Test UV_LINT_UTF8_MSVC - Failed 2022-11-23T00:55:04.2981337Z -- Performing Test UV_F_STRICT_ALIASING 2022-11-23T00:55:04.3851940Z -- Performing Test UV_F_STRICT_ALIASING - Success 2022-11-23T00:55:04.3881056Z -- summary of build options: 2022-11-23T00:55:04.3881408Z Install prefix: /var/lib/jenkins/workspace/torch 2022-11-23T00:55:04.3881621Z Target system: Linux 2022-11-23T00:55:04.3881803Z Compiler: 2022-11-23T00:55:04.3881995Z C compiler: /opt/cache/bin/cc 2022-11-23T00:55:04.3882301Z CFLAGS: -fopenmp 2022-11-23T00:55:04.3882421Z 2022-11-23T00:55:04.3913225Z -- Found uv: 1.38.1 (found version "1.38.1") 2022-11-23T00:55:04.3928390Z CMake Warning at cmake/Dependencies.cmake:1442 (message): 2022-11-23T00:55:04.3928760Z TensorPipe doesn't yet support ROCm 2022-11-23T00:55:04.3928985Z Call Stack (most recent call first): 2022-11-23T00:55:04.3929209Z CMakeLists.txt:719 (include) 2022-11-23T00:55:04.3929333Z 2022-11-23T00:55:04.3929416Z  2022-11-23T00:55:04.3960571Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2022-11-23T00:55:04.3961072Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2022-11-23T00:55:04.3961481Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2022-11-23T00:55:04.3961905Z set the policy and suppress this warning. 2022-11-23T00:55:04.3962044Z 2022-11-23T00:55:04.3962248Z For compatibility with older versions of CMake, option is clearing the 2022-11-23T00:55:04.3962556Z normal variable 'BUILD_BENCHMARK'. 2022-11-23T00:55:04.3962886Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:55:04.3963164Z  2022-11-23T00:55:04.3963563Z -- Enabling sccache for CXX 2022-11-23T00:55:04.3963975Z -- Enabling sccache for C 2022-11-23T00:55:04.3964410Z -- Gloo build as SHARED library 2022-11-23T00:55:04.3988341Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T00:55:04.3992228Z HIP library name: amdhip64 2022-11-23T00:55:04.6690617Z Successfully preprocessed all matching files. 2022-11-23T00:55:04.6787989Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:55:04.6788727Z The package name passed to `find_package_handle_standard_args` (RCCL) does 2022-11-23T00:55:04.6789257Z not match the name of the calling package (rccl). This can lead to 2022-11-23T00:55:04.6789786Z problems in calling code that expects `find_package` result variables 2022-11-23T00:55:04.6790282Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:55:04.6790549Z Call Stack (most recent call first): 2022-11-23T00:55:04.6790821Z third_party/gloo/cmake/Modules/Findrccl.cmake:43 (find_package_handle_standard_args) 2022-11-23T00:55:04.6791273Z third_party/gloo/cmake/Dependencies.cmake:181 (find_package) 2022-11-23T00:55:04.6791537Z third_party/gloo/CMakeLists.txt:111 (include) 2022-11-23T00:55:04.6791895Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:55:04.6792131Z  2022-11-23T00:55:04.6792368Z -- Found RCCL: /opt/rocm-5.2.0/include 2022-11-23T00:55:04.6792709Z -- Determining RCCL version from the header file: /opt/rocm-5.2.0/include/rccl.h 2022-11-23T00:55:04.6795108Z -- Found RCCL (include: /opt/rocm-5.2.0/include, library: /opt/rocm/lib/librccl.so) 2022-11-23T00:55:04.7088115Z CMake Warning at cmake/Dependencies.cmake:1538 (message): 2022-11-23T00:55:04.7088606Z Metal is only used in ios builds. 2022-11-23T00:55:04.7088971Z Call Stack (most recent call first): 2022-11-23T00:55:04.7089170Z CMakeLists.txt:719 (include) 2022-11-23T00:55:04.7089293Z 2022-11-23T00:55:04.7089378Z  2022-11-23T00:55:04.7329327Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.8.13") 2022-11-23T00:55:04.7346666Z -- Found PythonLibs: /opt/conda/lib/libpython3.8.so.1.0 (found version "3.8.13") 2022-11-23T00:55:04.7349831Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T00:55:04.7352406Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T00:55:04.7354586Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T00:55:04.8337852Z -- 2022-11-23T00:55:04.8338298Z -- ******** Summary ******** 2022-11-23T00:55:04.8338727Z -- CMake version : 3.22.1 2022-11-23T00:55:04.8339285Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T00:55:04.8339620Z -- System : Linux 2022-11-23T00:55:04.8339875Z -- C++ compiler : /opt/cache/bin/c++ 2022-11-23T00:55:04.8340142Z -- C++ compiler version : 9.4.0 2022-11-23T00:55:04.8340655Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-11-23T00:55:04.8341036Z -- Build type : Release 2022-11-23T00:55:04.8341489Z -- Compile definitions : TORCH_ENABLE_LLVM;ROCM_VERSION=50200;TORCH_HIP_VERSION=502;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2022-11-23T00:55:04.8342211Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.8/site-packages;/opt/conda 2022-11-23T00:55:04.8342746Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T00:55:04.8343273Z -- 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-23T00:55:04.8343672Z -- 2022-11-23T00:55:04.8343889Z -- ONNX version : 1.12.0 2022-11-23T00:55:04.8344148Z -- ONNX NAMESPACE : onnx_torch 2022-11-23T00:55:04.8344449Z -- ONNX_USE_LITE_PROTO : OFF 2022-11-23T00:55:04.8344699Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2022-11-23T00:55:04.8344956Z -- Protobuf_USE_STATIC_LIBS : ON 2022-11-23T00:55:04.8345259Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2022-11-23T00:55:04.8345507Z -- ONNX_WERROR : OFF 2022-11-23T00:55:04.8345742Z -- ONNX_BUILD_TESTS : OFF 2022-11-23T00:55:04.8346031Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-11-23T00:55:04.8346278Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-11-23T00:55:04.8346522Z -- ONNXIFI_ENABLE_EXT : OFF 2022-11-23T00:55:04.8346766Z -- 2022-11-23T00:55:04.8346986Z -- Protobuf compiler : 2022-11-23T00:55:04.8347228Z -- Protobuf includes : 2022-11-23T00:55:04.8347512Z -- Protobuf libraries : 2022-11-23T00:55:04.8347759Z -- BUILD_ONNX_PYTHON : OFF 2022-11-23T00:55:04.8376217Z -- 2022-11-23T00:55:04.8376899Z -- ******** Summary ******** 2022-11-23T00:55:04.8377233Z -- CMake version : 3.22.1 2022-11-23T00:55:04.8377602Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T00:55:04.8378049Z -- System : Linux 2022-11-23T00:55:04.8378628Z -- C++ compiler : /opt/cache/bin/c++ 2022-11-23T00:55:04.8378906Z -- C++ compiler version : 9.4.0 2022-11-23T00:55:04.8379715Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-11-23T00:55:04.8380226Z -- Build type : Release 2022-11-23T00:55:04.8380617Z -- Compile definitions : TORCH_ENABLE_LLVM;ROCM_VERSION=50200;TORCH_HIP_VERSION=502;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2022-11-23T00:55:04.8381129Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.8/site-packages;/opt/conda 2022-11-23T00:55:04.8381485Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T00:55:04.8382177Z -- 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-23T00:55:04.8382510Z -- 2022-11-23T00:55:04.8382722Z -- ONNX version : 1.4.1 2022-11-23T00:55:04.8382956Z -- ONNX NAMESPACE : onnx_torch 2022-11-23T00:55:04.8383199Z -- ONNX_BUILD_TESTS : OFF 2022-11-23T00:55:04.8383437Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-11-23T00:55:04.8383675Z -- ONNX_USE_LITE_PROTO : OFF 2022-11-23T00:55:04.8383900Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-11-23T00:55:04.8384096Z -- 2022-11-23T00:55:04.8384306Z -- Protobuf compiler : 2022-11-23T00:55:04.8384526Z -- Protobuf includes : 2022-11-23T00:55:04.8384757Z -- Protobuf libraries : 2022-11-23T00:55:04.8384991Z -- BUILD_ONNX_PYTHON : OFF 2022-11-23T00:55:04.8385317Z -- Could not find CUDA with FP16 support, compiling without torch.CudaHalfTensor 2022-11-23T00:55:04.8385627Z -- Adding -DNDEBUG to compile flags 2022-11-23T00:55:04.8408162Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 2022-11-23T00:55:04.8847817Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - False 2022-11-23T00:55:04.8848240Z -- Compiling with MAGMA support 2022-11-23T00:55:04.8848554Z -- MAGMA INCLUDE DIRECTORIES: /opt/rocm/magma/include 2022-11-23T00:55:04.8848867Z -- MAGMA LIBRARIES: /opt/rocm/magma/lib/libmagma.so 2022-11-23T00:55:04.8849102Z -- MAGMA V2 check: 0 2022-11-23T00:55:04.9074112Z -- Could not find hardware support for NEON on this machine. 2022-11-23T00:55:04.9074467Z -- No OMAP3 processor on this machine. 2022-11-23T00:55:04.9074902Z -- No OMAP4 processor on this machine. 2022-11-23T00:55:04.9107291Z -- Found a library with LAPACK API (mkl). 2022-11-23T00:55:04.9107825Z disabling CUDA because NOT USE_CUDA is set 2022-11-23T00:55:04.9108154Z -- USE_CUDNN is set to 0. Compiling without cuDNN support 2022-11-23T00:55:04.9122430Z -- Will build oneDNN Graph 2022-11-23T00:55:04.9135931Z -- MKLDNN_CPU_RUNTIME = OMP 2022-11-23T00:55:04.9161661Z -- cmake version: 3.22.1 2022-11-23T00:55:04.9162361Z CMake Deprecation Warning at third_party/ideep/mkl-dnn/CMakeLists.txt:36 (cmake_policy): 2022-11-23T00:55:04.9162948Z The OLD behavior for policy CMP0025 will be removed from a future version 2022-11-23T00:55:04.9163341Z of CMake. 2022-11-23T00:55:04.9163523Z 2022-11-23T00:55:04.9163826Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-11-23T00:55:04.9164128Z policies are deprecated and that a policy should be set to OLD only under 2022-11-23T00:55:04.9164504Z specific short-term circumstances. Projects should be ported to the NEW 2022-11-23T00:55:04.9164794Z behavior and not rely on setting a policy to OLD. 2022-11-23T00:55:04.9164941Z 2022-11-23T00:55:04.9165008Z  2022-11-23T00:55:04.9206171Z -- DNNL_TARGET_ARCH: X64 2022-11-23T00:55:04.9231025Z -- DNNL_LIBRARY_NAME: dnnl 2022-11-23T00:55:04.9293402Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:55:04.9294092Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:55:04.9294650Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:55:04.9295359Z problems in calling code that expects `find_package` result variables 2022-11-23T00:55:04.9295832Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:55:04.9296237Z Call Stack (most recent call first): 2022-11-23T00:55:04.9296731Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:55:04.9297466Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-11-23T00:55:04.9298149Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-11-23T00:55:04.9298837Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:55:04.9299245Z  2022-11-23T00:55:04.9299680Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-11-23T00:55:04.9300680Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:55:04.9301377Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:55:04.9302191Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:55:04.9302723Z problems in calling code that expects `find_package` result variables 2022-11-23T00:55:04.9303205Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:55:04.9303609Z Call Stack (most recent call first): 2022-11-23T00:55:04.9304072Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:55:04.9304810Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-11-23T00:55:04.9305511Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-11-23T00:55:04.9306167Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:55:04.9306606Z  2022-11-23T00:55:04.9307079Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-11-23T00:55:04.9411066Z -- Could NOT find Doxyrest (missing: DOXYREST_EXECUTABLE) 2022-11-23T00:55:04.9601884Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.8.13", minimum required is "2.7") 2022-11-23T00:55:04.9618072Z -- Failed to locate sphinx-build executable (missing: SPHINX_EXECUTABLE) 2022-11-23T00:55:04.9822310Z -- Enabled workload: TRAINING 2022-11-23T00:55:04.9822598Z -- Enabled primitives: ALL 2022-11-23T00:55:04.9822839Z -- Enabled primitive CPU ISA: ALL 2022-11-23T00:55:04.9823223Z -- Enabled primitive GPU ISA: ALL 2022-11-23T00:55:04.9894871Z -- Primitive cache is enabled 2022-11-23T00:55:05.0110425Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h 2022-11-23T00:55:05.1050170Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h - found 2022-11-23T00:55:05.1052571Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h 2022-11-23T00:55:05.1953454Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h - found 2022-11-23T00:55:05.1959739Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp 2022-11-23T00:55:05.3359662Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp - found 2022-11-23T00:55:05.3409985Z -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 2022-11-23T00:55:05.3410802Z -- Cannot find Doxygen package 2022-11-23T00:55:05.3626377Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:55:05.3627141Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:55:05.3627500Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:55:05.3627806Z problems in calling code that expects `find_package` result variables 2022-11-23T00:55:05.3628064Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:55:05.3628447Z Call Stack (most recent call first): 2022-11-23T00:55:05.3628722Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:55:05.3629081Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-11-23T00:55:05.3629518Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-11-23T00:55:05.3629889Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:55:05.3630150Z  2022-11-23T00:55:05.3630762Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:55:05.3631437Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:55:05.3631748Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:55:05.3632035Z problems in calling code that expects `find_package` result variables 2022-11-23T00:55:05.3632317Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:55:05.3632543Z Call Stack (most recent call first): 2022-11-23T00:55:05.3632797Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:55:05.3633150Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-11-23T00:55:05.3633475Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-11-23T00:55:05.3633821Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:55:05.3634057Z  2022-11-23T00:55:05.3669972Z -- DNNL_GRAPH_BUILD_FOR_CI is set to be OFF 2022-11-23T00:55:05.3690974Z -- Compiling oneDNN Graph with CPU runtime OMP support 2022-11-23T00:55:05.3691285Z -- Compiling oneDNN Graph with GPU runtime NONE support 2022-11-23T00:55:05.3779664Z -- Graph compiler backend is disabled. 2022-11-23T00:55:05.3790483Z -- Set version definitions to /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/src/utils/verbose.cpp 2022-11-23T00:55:05.3806117Z -- Compiled partition cache is enabled 2022-11-23T00:55:05.3858392Z -- Found MKL-DNN: TRUE 2022-11-23T00:55:05.3863251Z -- Looking for clock_gettime in rt 2022-11-23T00:55:05.4779616Z -- Looking for clock_gettime in rt - found 2022-11-23T00:55:05.4780129Z -- Looking for mmap 2022-11-23T00:55:05.5657353Z -- Looking for mmap - found 2022-11-23T00:55:05.5657813Z -- Looking for shm_open 2022-11-23T00:55:05.6623818Z -- Looking for shm_open - found 2022-11-23T00:55:05.6624453Z -- Looking for shm_unlink 2022-11-23T00:55:05.7516935Z -- Looking for shm_unlink - found 2022-11-23T00:55:05.7517394Z -- Looking for malloc_usable_size 2022-11-23T00:55:05.8412378Z -- Looking for malloc_usable_size - found 2022-11-23T00:55:05.8413098Z -- Performing Test C_HAS_THREAD 2022-11-23T00:55:05.9304142Z -- Performing Test C_HAS_THREAD - Success 2022-11-23T00:55:05.9376470Z -- Version: 7.1.3 2022-11-23T00:55:05.9376729Z -- Build type: Release 2022-11-23T00:55:05.9386513Z -- CXX_STANDARD: 14 2022-11-23T00:55:05.9392330Z -- Performing Test has_std_14_flag 2022-11-23T00:55:06.0350500Z -- Performing Test has_std_14_flag - Success 2022-11-23T00:55:06.0357136Z -- Performing Test has_std_1y_flag 2022-11-23T00:55:06.1389821Z -- Performing Test has_std_1y_flag - Success 2022-11-23T00:55:06.1391086Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS 2022-11-23T00:55:06.2423122Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success 2022-11-23T00:55:06.2424056Z -- Performing Test FMT_HAS_VARIANT 2022-11-23T00:55:06.3804229Z -- Performing Test FMT_HAS_VARIANT - Success 2022-11-23T00:55:06.3812493Z -- Required features: cxx_variadic_templates 2022-11-23T00:55:06.3834744Z -- Looking for strtod_l 2022-11-23T00:55:06.4535432Z -- Looking for strtod_l - not found 2022-11-23T00:55:06.4542162Z -- Using Kineto with Roctracer support 2022-11-23T00:55:06.4542696Z -- Configuring Kineto dependency: 2022-11-23T00:55:06.4543104Z -- KINETO_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/kineto/libkineto 2022-11-23T00:55:06.4543391Z -- KINETO_BUILD_TESTS = OFF 2022-11-23T00:55:06.4543632Z -- KINETO_LIBRARY_TYPE = static 2022-11-23T00:55:06.4774239Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.8.13") 2022-11-23T00:55:06.4776069Z INFO CUDA_SOURCE_DIR =  2022-11-23T00:55:06.4776334Z INFO ROCM_SOURCE_DIR = /opt/rocm 2022-11-23T00:55:06.4949721Z INFO Building with roctracer 2022-11-23T00:55:06.5311972Z -- Kineto: FMT_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/fmt 2022-11-23T00:55:06.5312403Z -- Kineto: FMT_INCLUDE_DIR = /var/lib/jenkins/workspace/third_party/fmt/include 2022-11-23T00:55:06.5312811Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2022-11-23T00:55:06.5313139Z INFO ROCTRACER_INCLUDE_DIR = /opt/rocm/include/roctracer 2022-11-23T00:55:06.5319361Z -- Configured Kineto (CPU) 2022-11-23T00:55:06.5329203Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T00:55:06.5329878Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T00:55:06.5330286Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T00:55:06.5330585Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T00:55:06.5330842Z Call Stack (most recent call first): 2022-11-23T00:55:06.5331077Z CMakeLists.txt:722 (cmake_dependent_option) 2022-11-23T00:55:06.5331396Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:55:06.5331648Z  2022-11-23T00:55:06.5339874Z -- GCC 9.4.0: Adding gcc and gcc_s libs to link line 2022-11-23T00:55:06.5346988Z -- Performing Test HAS_WERROR_RETURN_TYPE 2022-11-23T00:55:06.6992416Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2022-11-23T00:55:06.6999796Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2022-11-23T00:55:06.8003415Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2022-11-23T00:55:06.8011060Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT 2022-11-23T00:55:06.8440753Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT - Failed 2022-11-23T00:55:06.8448158Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT 2022-11-23T00:55:06.8870753Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT - Failed 2022-11-23T00:55:06.8878201Z -- Performing Test HAS_WNARROWING 2022-11-23T00:55:06.9999418Z -- Performing Test HAS_WNARROWING - Success 2022-11-23T00:55:07.0006975Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2022-11-23T00:55:07.1130958Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2022-11-23T00:55:07.1138712Z -- Performing Test HAS_WNO_TYPE_LIMITS 2022-11-23T00:55:07.2129449Z -- Performing Test HAS_WNO_TYPE_LIMITS - Success 2022-11-23T00:55:07.2137210Z -- Performing Test HAS_WNO_ARRAY_BOUNDS 2022-11-23T00:55:07.3136764Z -- Performing Test HAS_WNO_ARRAY_BOUNDS - Success 2022-11-23T00:55:07.3145005Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2022-11-23T00:55:07.4160636Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2022-11-23T00:55:07.4168126Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS 2022-11-23T00:55:07.5161436Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS - Success 2022-11-23T00:55:07.5169050Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2022-11-23T00:55:07.6242627Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2022-11-23T00:55:07.6249884Z -- Performing Test HAS_WNO_UNUSED_FUNCTION 2022-11-23T00:55:07.7419573Z -- Performing Test HAS_WNO_UNUSED_FUNCTION - Success 2022-11-23T00:55:07.7427223Z -- Performing Test HAS_WNO_UNUSED_RESULT 2022-11-23T00:55:07.8460827Z -- Performing Test HAS_WNO_UNUSED_RESULT - Success 2022-11-23T00:55:07.8467331Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2022-11-23T00:55:07.9502766Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2022-11-23T00:55:07.9509817Z -- Performing Test HAS_WNO_STRICT_ALIASING 2022-11-23T00:55:08.0513527Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2022-11-23T00:55:08.0521440Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS 2022-11-23T00:55:08.1539190Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS - Success 2022-11-23T00:55:08.1547342Z -- Performing Test HAS_WVLA_EXTENSION 2022-11-23T00:55:08.1986472Z -- Performing Test HAS_WVLA_EXTENSION - Failed 2022-11-23T00:55:08.1994504Z -- Performing Test HAS_WNO_ERROR_PEDANTIC 2022-11-23T00:55:08.2995093Z -- Performing Test HAS_WNO_ERROR_PEDANTIC - Success 2022-11-23T00:55:08.3002983Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS 2022-11-23T00:55:08.4026659Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS - Success 2022-11-23T00:55:08.4034144Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2022-11-23T00:55:08.5047451Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2022-11-23T00:55:08.5054362Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS 2022-11-23T00:55:08.5525363Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS - Failed 2022-11-23T00:55:08.5532085Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS 2022-11-23T00:55:08.6524571Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS - Success 2022-11-23T00:55:08.6532427Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE 2022-11-23T00:55:08.7546223Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE - Success 2022-11-23T00:55:08.7552706Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2022-11-23T00:55:08.8564395Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Success 2022-11-23T00:55:08.8571607Z -- Performing Test HAS_FNO_MATH_ERRNO 2022-11-23T00:55:08.9606488Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2022-11-23T00:55:08.9613024Z -- Performing Test HAS_FNO_TRAPPING_MATH 2022-11-23T00:55:09.0600410Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2022-11-23T00:55:09.0607438Z -- Performing Test HAS_WERROR_FORMAT 2022-11-23T00:55:09.1622719Z -- Performing Test HAS_WERROR_FORMAT - Success 2022-11-23T00:55:09.1629874Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE 2022-11-23T00:55:09.2648566Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE - Success 2022-11-23T00:55:09.2655927Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2022-11-23T00:55:09.3654316Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Success 2022-11-23T00:55:09.3728258Z -- Looking for backtrace 2022-11-23T00:55:09.4616557Z -- Looking for backtrace - found 2022-11-23T00:55:09.4617998Z -- backtrace facility detected in default set of libraries 2022-11-23T00:55:09.4620400Z -- Found Backtrace: /usr/include 2022-11-23T00:55:09.4622046Z -- don't use NUMA 2022-11-23T00:55:12.2711092Z -- headers outputs: 2022-11-23T00:55:18.4549548Z -- sources outputs: 2022-11-23T00:55:19.6088629Z -- declarations_yaml outputs: 2022-11-23T00:55:19.6144726Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2022-11-23T00:55:19.7180464Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Success 2022-11-23T00:55:19.7560545Z -- Using ATen parallel backend: OMP 2022-11-23T00:55:19.7587140Z Building PyTorch for GPU arch: gfx906 2022-11-23T00:55:19.7610584Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T00:55:19.8655538Z -- Caffe2: Header version is: 5.2.0 2022-11-23T00:55:19.8657485Z  2022-11-23T00:55:19.8657885Z ***** ROCm version from rocm_version.h **** 2022-11-23T00:55:19.8658294Z  2022-11-23T00:55:19.8658685Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T00:55:19.8659053Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T00:55:19.8659298Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T00:55:19.8659545Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T00:55:19.8659782Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T00:55:19.8660021Z HIP_VERSION_MAJOR: 5 2022-11-23T00:55:19.8660249Z HIP_VERSION_MINOR: 2 2022-11-23T00:55:19.8660471Z TORCH_HIP_VERSION: 502 2022-11-23T00:55:19.8660666Z  2022-11-23T00:55:19.8660846Z ***** Library versions from dpkg ***** 2022-11-23T00:55:19.8661034Z  2022-11-23T00:55:19.8779850Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T00:55:19.8780148Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T00:55:19.8901016Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T00:55:19.9022104Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T00:55:19.9142155Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T00:55:19.9509519Z  2022-11-23T00:55:19.9509784Z ***** Library versions from cmake find_package ***** 2022-11-23T00:55:19.9510278Z  2022-11-23T00:55:19.9559180Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:19.9570916Z hip VERSION: 5.2.22212 2022-11-23T00:55:19.9576911Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T00:55:19.9581698Z amd_comgr VERSION: 2.4.0 2022-11-23T00:55:19.9626497Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:19.9641340Z rocrand VERSION: 2.10.9 2022-11-23T00:55:19.9685464Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:19.9701256Z hiprand VERSION: 2.10.9 2022-11-23T00:55:19.9745366Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:19.9760913Z rocblas VERSION: 2.44.0 2022-11-23T00:55:19.9804552Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:19.9825603Z miopen VERSION: 2.17.0 2022-11-23T00:55:19.9869859Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:19.9886992Z hipfft VERSION: 1.0.8 2022-11-23T00:55:19.9930704Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:19.9948513Z hipsparse VERSION: 2.1.0 2022-11-23T00:55:19.9991861Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:20.0010175Z rccl VERSION: 2.11.4 2022-11-23T00:55:20.0053950Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:20.0072108Z rocprim VERSION: 2.10.9 2022-11-23T00:55:20.0119969Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:20.0140666Z hipcub VERSION: 2.10.12 2022-11-23T00:55:20.0188997Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T00:55:20.0210440Z rocthrust VERSION: 2.10.9 2022-11-23T00:55:20.0210751Z HIP library name: amdhip64 2022-11-23T00:55:20.0225482Z ROCm is enabled. 2022-11-23T00:55:20.0857417Z CMake Deprecation Warning at third_party/sleef/CMakeLists.txt:91 (cmake_policy): 2022-11-23T00:55:20.0858056Z The OLD behavior for policy CMP0066 will be removed from a future version 2022-11-23T00:55:20.0858385Z of CMake. 2022-11-23T00:55:20.0858512Z 2022-11-23T00:55:20.0858721Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-11-23T00:55:20.0859047Z policies are deprecated and that a policy should be set to OLD only under 2022-11-23T00:55:20.0859424Z specific short-term circumstances. Projects should be ported to the NEW 2022-11-23T00:55:20.0859698Z behavior and not rely on setting a policy to OLD. 2022-11-23T00:55:20.0859842Z 2022-11-23T00:55:20.0859921Z  2022-11-23T00:55:20.1461435Z -- Found OpenSSL: /opt/conda/lib/libcrypto.so (found version "1.1.1s") 2022-11-23T00:55:20.1485358Z -- Check size of long double 2022-11-23T00:55:20.2541944Z -- Check size of long double - done 2022-11-23T00:55:20.2543013Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE 2022-11-23T00:55:20.3440170Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success 2022-11-23T00:55:20.3440955Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2022-11-23T00:55:20.4344734Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success 2022-11-23T00:55:20.4346097Z -- Performing Test COMPILER_SUPPORTS_SSE2 2022-11-23T00:55:20.5668877Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2022-11-23T00:55:20.5669869Z -- Performing Test COMPILER_SUPPORTS_SSE4 2022-11-23T00:55:20.6970966Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2022-11-23T00:55:20.6971905Z -- Performing Test COMPILER_SUPPORTS_AVX 2022-11-23T00:55:20.8267032Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2022-11-23T00:55:20.8268097Z -- Performing Test COMPILER_SUPPORTS_FMA4 2022-11-23T00:55:20.9548901Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2022-11-23T00:55:20.9549875Z -- Performing Test COMPILER_SUPPORTS_AVX2 2022-11-23T00:55:21.0836914Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2022-11-23T00:55:21.0837885Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2022-11-23T00:55:21.2159577Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2022-11-23T00:55:21.2205751Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2022-11-23T00:55:21.3162640Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2022-11-23T00:55:21.3163978Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2022-11-23T00:55:21.4245091Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success 2022-11-23T00:55:21.4246714Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2022-11-23T00:55:21.5143161Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success 2022-11-23T00:55:21.5144273Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2022-11-23T00:55:21.6233232Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Success 2022-11-23T00:55:21.6404456Z -- Configuring build for SLEEF-v3.6.0 2022-11-23T00:55:21.6405010Z  Target system: Linux-4.14.252-195.483.amzn2.x86_64 2022-11-23T00:55:21.6405530Z  Target processor: x86_64 2022-11-23T00:55:21.6406068Z  Host system: Linux-4.14.252-195.483.amzn2.x86_64 2022-11-23T00:55:21.6406569Z  Host processor: x86_64 2022-11-23T00:55:21.6406855Z  Detected C compiler: GNU @ /opt/cache/bin/cc 2022-11-23T00:55:21.6407103Z  CMake: 3.22.1 2022-11-23T00:55:21.6407338Z  Make program: /usr/bin/make 2022-11-23T00:55:21.6407838Z -- 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-23T00:55:21.6408290Z -- Building shared libs : OFF 2022-11-23T00:55:21.6408537Z -- Building static test bins: OFF 2022-11-23T00:55:21.6408779Z -- MPFR : LIB_MPFR-NOTFOUND 2022-11-23T00:55:21.6409053Z -- GMP : LIBGMP-NOTFOUND 2022-11-23T00:55:21.6409306Z -- RT : /usr/lib/x86_64-linux-gnu/librt.so 2022-11-23T00:55:21.6409555Z -- FFTW3 : LIBFFTW3-NOTFOUND 2022-11-23T00:55:21.6409812Z -- OPENSSL : 1.1.1s 2022-11-23T00:55:21.6410038Z -- SDE : SDE_COMMAND-NOTFOUND 2022-11-23T00:55:21.6410249Z -- RUNNING_ON_TRAVIS : 2022-11-23T00:55:21.6411692Z -- COMPILER_SUPPORTS_OPENMP : 1 2022-11-23T00:55:21.6412060Z  2022-11-23T00:55:21.6412581Z *** Note: Parallel build is only supported with Ninja *** 2022-11-23T00:55:21.6412871Z  2022-11-23T00:55:21.6544144Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2022-11-23T00:55:21.6544568Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h 2022-11-23T00:55:21.6545008Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/aten_interned_strings.h 2022-11-23T00:55:21.6545512Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/enum_tag.h 2022-11-23T00:55:23.1586611Z -- Performing Test HAS_WNO_UNUSED_VARIABLE 2022-11-23T00:55:23.2604703Z -- Performing Test HAS_WNO_UNUSED_VARIABLE - Success 2022-11-23T00:55:23.2611912Z -- Performing Test HAS_WNO_MISSING_BRACES 2022-11-23T00:55:23.3622947Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2022-11-23T00:55:23.3631407Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER 2022-11-23T00:55:23.4643891Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER - Success 2022-11-23T00:55:23.4689846Z -- /opt/cache/bin/c++ /var/lib/jenkins/workspace/torch/abi-check.cpp -o /var/lib/jenkins/workspace/build/abi-check 2022-11-23T00:55:23.7197311Z -- Determined _GLIBCXX_USE_CXX11_ABI=1 2022-11-23T00:55:23.7240876Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-11-23T00:55:23.7241320Z Syntax Warning in cmake code at column 107 2022-11-23T00:55:23.7241544Z 2022-11-23T00:55:23.7241785Z Argument not separated from preceding token by whitespace. 2022-11-23T00:55:23.7242446Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:55:23.7242866Z  2022-11-23T00:55:23.7243299Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-11-23T00:55:23.7243700Z Syntax Warning in cmake code at column 115 2022-11-23T00:55:23.7243928Z 2022-11-23T00:55:23.7244138Z Argument not separated from preceding token by whitespace. 2022-11-23T00:55:23.7244718Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:55:23.7245105Z  2022-11-23T00:55:23.7943438Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:55:23.7944352Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:55:23.7944854Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:55:23.7945424Z problems in calling code that expects `find_package` result variables 2022-11-23T00:55:23.7945919Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:55:23.7946338Z Call Stack (most recent call first): 2022-11-23T00:55:23.7946802Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:55:23.7947288Z caffe2/CMakeLists.txt:1224 (find_package) 2022-11-23T00:55:23.7947930Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:55:23.7948362Z  2022-11-23T00:55:23.7949070Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:55:23.7949762Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:55:23.7950338Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:55:23.7950875Z problems in calling code that expects `find_package` result variables 2022-11-23T00:55:23.7951323Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:55:23.7951716Z Call Stack (most recent call first): 2022-11-23T00:55:23.7952157Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:55:23.7952619Z caffe2/CMakeLists.txt:1224 (find_package) 2022-11-23T00:55:23.7953224Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:55:23.7953650Z  2022-11-23T00:55:23.7954047Z -- pytorch is compiling with OpenMP. 2022-11-23T00:55:23.7954462Z OpenMP CXX_FLAGS: -fopenmp. 2022-11-23T00:55:23.7955109Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/9/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-11-23T00:55:23.7957058Z -- Caffe2 is compiling with OpenMP. 2022-11-23T00:55:23.7957516Z OpenMP CXX_FLAGS: -fopenmp. 2022-11-23T00:55:23.7958173Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/9/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-11-23T00:55:23.8452718Z -- Using lib/python3.8/site-packages as python relative installation path 2022-11-23T00:55:23.8851338Z CMake Warning at CMakeLists.txt:1091 (message): 2022-11-23T00:55:23.8851662Z Generated cmake files are only fully tested if one builds with system glog, 2022-11-23T00:55:23.8852327Z gflags, and protobuf. Other settings may generate files that are not well 2022-11-23T00:55:23.8852634Z tested. 2022-11-23T00:55:23.8852735Z 2022-11-23T00:55:23.8852828Z  2022-11-23T00:55:23.8877672Z -- 2022-11-23T00:55:23.8878079Z -- ******** Summary ******** 2022-11-23T00:55:23.8878446Z -- General: 2022-11-23T00:55:23.8878846Z -- CMake version : 3.22.1 2022-11-23T00:55:23.8879332Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T00:55:23.8879758Z -- System : Linux 2022-11-23T00:55:23.8880224Z -- C++ compiler : /opt/cache/bin/c++ 2022-11-23T00:55:23.8880664Z -- C++ compiler id : GNU 2022-11-23T00:55:23.8881104Z -- C++ compiler version : 9.4.0 2022-11-23T00:55:23.8881530Z -- Using ccache if found : ON 2022-11-23T00:55:23.8882025Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2022-11-23T00:55:23.8885621Z -- 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-23T00:55:23.8887961Z -- Build type : Release 2022-11-23T00:55:23.8889140Z -- 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-23T00:55:23.8890178Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.8/site-packages;/opt/conda 2022-11-23T00:55:23.8890961Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T00:55:23.8891457Z -- USE_GOLD_LINKER : OFF 2022-11-23T00:55:23.8891809Z -- 2022-11-23T00:55:23.8892161Z -- TORCH_VERSION : 1.14.0 2022-11-23T00:55:23.8892586Z -- CAFFE2_VERSION : 1.14.0 2022-11-23T00:55:23.8893003Z -- BUILD_CAFFE2 : OFF 2022-11-23T00:55:23.8893398Z -- BUILD_CAFFE2_OPS : OFF 2022-11-23T00:55:23.8893845Z -- BUILD_STATIC_RUNTIME_BENCHMARK: ON 2022-11-23T00:55:23.8894306Z -- BUILD_TENSOREXPR_BENCHMARK: OFF 2022-11-23T00:55:23.8894746Z -- BUILD_NVFUSER_BENCHMARK: OFF 2022-11-23T00:55:23.8895171Z -- BUILD_BINARY : OFF 2022-11-23T00:55:23.8895589Z -- BUILD_CUSTOM_PROTOBUF : ON 2022-11-23T00:55:23.8896002Z -- Link local protobuf : ON 2022-11-23T00:55:23.8896417Z -- BUILD_DOCS : OFF 2022-11-23T00:55:23.8896819Z -- BUILD_PYTHON : True 2022-11-23T00:55:23.8897223Z -- Python version : 3.8.13 2022-11-23T00:55:23.8897694Z -- Python executable : /opt/conda/bin/python 2022-11-23T00:55:23.8898154Z -- Pythonlibs version : 3.8.13 2022-11-23T00:55:23.8898670Z -- Python library : /opt/conda/lib/libpython3.8.so.1.0 2022-11-23T00:55:23.8899225Z -- Python includes : /opt/conda/include/python3.8 2022-11-23T00:55:23.8899794Z -- Python site-packages: lib/python3.8/site-packages 2022-11-23T00:55:23.8900261Z -- BUILD_SHARED_LIBS : ON 2022-11-23T00:55:23.8900718Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2022-11-23T00:55:23.8901153Z -- BUILD_TEST : True 2022-11-23T00:55:23.8901776Z -- BUILD_JNI : OFF 2022-11-23T00:55:23.8902152Z -- BUILD_MOBILE_AUTOGRAD : OFF 2022-11-23T00:55:23.8902712Z -- BUILD_LITE_INTERPRETER: OFF 2022-11-23T00:55:23.8903130Z -- INTERN_BUILD_MOBILE : 2022-11-23T00:55:23.8903525Z -- TRACING_BASED : OFF 2022-11-23T00:55:23.8903926Z -- USE_BLAS : 1 2022-11-23T00:55:23.8904302Z -- BLAS : mkl 2022-11-23T00:55:23.8904676Z -- BLAS_HAS_SBGEMM : 2022-11-23T00:55:23.8905036Z -- USE_LAPACK : 1 2022-11-23T00:55:23.8905422Z -- LAPACK : mkl 2022-11-23T00:55:23.8905766Z -- USE_ASAN : OFF 2022-11-23T00:55:23.8906132Z -- USE_TSAN : OFF 2022-11-23T00:55:23.8906548Z -- USE_CPP_CODE_COVERAGE : OFF 2022-11-23T00:55:23.8906893Z -- USE_CUDA : OFF 2022-11-23T00:55:23.8907235Z -- USE_ROCM : ON 2022-11-23T00:55:23.8907622Z -- ROCM_VERSION : 2022-11-23T00:55:23.8907985Z -- USE_EIGEN_FOR_BLAS : 2022-11-23T00:55:23.8908204Z -- USE_FBGEMM : ON 2022-11-23T00:55:23.8908438Z -- USE_FAKELOWP : OFF 2022-11-23T00:55:23.8908670Z -- USE_KINETO : ON 2022-11-23T00:55:23.8908880Z -- USE_FFMPEG : OFF 2022-11-23T00:55:23.8909104Z -- USE_GFLAGS : OFF 2022-11-23T00:55:23.8909325Z -- USE_GLOG : OFF 2022-11-23T00:55:23.8909534Z -- USE_LEVELDB : OFF 2022-11-23T00:55:23.8909758Z -- USE_LITE_PROTO : OFF 2022-11-23T00:55:23.8909980Z -- USE_LMDB : OFF 2022-11-23T00:55:23.8910191Z -- USE_METAL : OFF 2022-11-23T00:55:23.8910415Z -- USE_PYTORCH_METAL : OFF 2022-11-23T00:55:23.8910660Z -- USE_PYTORCH_METAL_EXPORT : OFF 2022-11-23T00:55:23.8910999Z -- USE_MPS : OFF 2022-11-23T00:55:23.8911220Z -- USE_FFTW : OFF 2022-11-23T00:55:23.8911441Z -- USE_MKL : ON 2022-11-23T00:55:23.8911650Z -- USE_MKLDNN : ON 2022-11-23T00:55:23.8911874Z -- USE_MKLDNN_ACL : OFF 2022-11-23T00:55:23.8912102Z -- USE_MKLDNN_CBLAS : OFF 2022-11-23T00:55:23.8912315Z -- USE_UCC : OFF 2022-11-23T00:55:23.8912532Z -- USE_ITT : ON 2022-11-23T00:55:23.8912749Z -- USE_NCCL : ON 2022-11-23T00:55:23.8912956Z -- USE_SYSTEM_NCCL : ON 2022-11-23T00:55:23.8913184Z -- USE_NCCL_WITH_UCC : OFF 2022-11-23T00:55:23.8913409Z -- USE_NNPACK : ON 2022-11-23T00:55:23.8913620Z -- USE_NUMPY : ON 2022-11-23T00:55:23.8913845Z -- USE_OBSERVERS : ON 2022-11-23T00:55:23.8914071Z -- USE_OPENCL : OFF 2022-11-23T00:55:23.8914295Z -- USE_OPENCV : OFF 2022-11-23T00:55:23.8914505Z -- USE_OPENMP : ON 2022-11-23T00:55:23.8914731Z -- USE_TBB : OFF 2022-11-23T00:55:23.8914949Z -- USE_VULKAN : OFF 2022-11-23T00:55:23.8915159Z -- USE_PROF : OFF 2022-11-23T00:55:23.8915383Z -- USE_QNNPACK : ON 2022-11-23T00:55:23.8915612Z -- USE_PYTORCH_QNNPACK : ON 2022-11-23T00:55:23.8915829Z -- USE_XNNPACK : ON 2022-11-23T00:55:23.8916059Z -- USE_REDIS : OFF 2022-11-23T00:55:23.8916280Z -- USE_ROCKSDB : OFF 2022-11-23T00:55:23.8916486Z -- USE_ZMQ : OFF 2022-11-23T00:55:23.8916711Z -- USE_DISTRIBUTED : ON 2022-11-23T00:55:23.8916941Z -- USE_MPI : OFF 2022-11-23T00:55:23.8917156Z -- USE_GLOO : ON 2022-11-23T00:55:23.8917390Z -- USE_GLOO_WITH_OPENSSL : OFF 2022-11-23T00:55:23.8917629Z -- USE_TENSORPIPE : ON 2022-11-23T00:55:23.8918027Z -- Public Dependencies : caffe2::Threads;caffe2::mkl 2022-11-23T00:55:23.8918636Z -- 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-23T00:55:23.8919045Z -- USE_COREML_DELEGATE : OFF 2022-11-23T00:55:23.8919286Z -- BUILD_LAZY_TS_BACKEND : ON 2022-11-23T00:55:23.8919520Z -- TORCH_DISABLE_GPU_ASSERTS : ON 2022-11-23T00:55:23.9008648Z -- Configuring done 2022-11-23T00:55:25.4075278Z CMake Warning at caffe2/CMakeLists.txt:809 (add_library): 2022-11-23T00:55:25.4075815Z Cannot generate a safe runtime search path for target torch_cpu because 2022-11-23T00:55:25.4076128Z files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.4076378Z directories: 2022-11-23T00:55:25.4076489Z 2022-11-23T00:55:25.4076722Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.4076979Z /opt/conda/lib 2022-11-23T00:55:25.4077090Z 2022-11-23T00:55:25.4077207Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.4077361Z 2022-11-23T00:55:25.4077442Z  2022-11-23T00:55:25.4890916Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.4891504Z Cannot generate a safe runtime search path for target Dict_test because 2022-11-23T00:55:25.4891918Z files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.4892145Z directories: 2022-11-23T00:55:25.4892259Z 2022-11-23T00:55:25.4892502Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.4892753Z /opt/conda/lib 2022-11-23T00:55:25.4892862Z 2022-11-23T00:55:25.4892976Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.4893120Z 2022-11-23T00:55:25.4893188Z  2022-11-23T00:55:25.4940874Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.4941447Z Cannot generate a safe runtime search path for target Dimname_test because 2022-11-23T00:55:25.4942227Z files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.4942447Z directories: 2022-11-23T00:55:25.4942555Z 2022-11-23T00:55:25.4942802Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.4943050Z /opt/conda/lib 2022-11-23T00:55:25.4943158Z 2022-11-23T00:55:25.4943265Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.4943409Z 2022-11-23T00:55:25.4943489Z  2022-11-23T00:55:25.4988213Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.4988775Z Cannot generate a safe runtime search path for target MaybeOwned_test 2022-11-23T00:55:25.4989169Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.4989405Z directories: 2022-11-23T00:55:25.4989510Z 2022-11-23T00:55:25.4989746Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.4989980Z /opt/conda/lib 2022-11-23T00:55:25.4990093Z 2022-11-23T00:55:25.4990207Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.4990358Z 2022-11-23T00:55:25.4990435Z  2022-11-23T00:55:25.5035036Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.5035591Z Cannot generate a safe runtime search path for target NamedTensor_test 2022-11-23T00:55:25.5036023Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.5036262Z directories: 2022-11-23T00:55:25.5036370Z 2022-11-23T00:55:25.5036611Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.5036847Z /opt/conda/lib 2022-11-23T00:55:25.5036954Z 2022-11-23T00:55:25.5037067Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.5037211Z 2022-11-23T00:55:25.5037289Z  2022-11-23T00:55:25.5081792Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.5082389Z Cannot generate a safe runtime search path for target apply_utils_test 2022-11-23T00:55:25.5082988Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.5083247Z directories: 2022-11-23T00:55:25.5083342Z 2022-11-23T00:55:25.5083581Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.5083948Z /opt/conda/lib 2022-11-23T00:55:25.5084056Z 2022-11-23T00:55:25.5084171Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.5084315Z 2022-11-23T00:55:25.5084382Z  2022-11-23T00:55:25.5128783Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.5129363Z Cannot generate a safe runtime search path for target atest because files 2022-11-23T00:55:25.5129736Z in some directories may conflict with libraries in implicit directories: 2022-11-23T00:55:25.5129897Z 2022-11-23T00:55:25.5130139Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.5130389Z /opt/conda/lib 2022-11-23T00:55:25.5130495Z 2022-11-23T00:55:25.5130610Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.5130753Z 2022-11-23T00:55:25.5130819Z  2022-11-23T00:55:25.5176003Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.5176576Z Cannot generate a safe runtime search path for target basic because files 2022-11-23T00:55:25.5176930Z in some directories may conflict with libraries in implicit directories: 2022-11-23T00:55:25.5177101Z 2022-11-23T00:55:25.5177326Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.5177579Z /opt/conda/lib 2022-11-23T00:55:25.5177687Z 2022-11-23T00:55:25.5177802Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.5177946Z 2022-11-23T00:55:25.5178025Z  2022-11-23T00:55:25.5223508Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.5224065Z Cannot generate a safe runtime search path for target broadcast_test 2022-11-23T00:55:25.5224383Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.5224612Z directories: 2022-11-23T00:55:25.5224716Z 2022-11-23T00:55:25.5224957Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.5225204Z /opt/conda/lib 2022-11-23T00:55:25.5225312Z 2022-11-23T00:55:25.5225429Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.5225587Z 2022-11-23T00:55:25.5225653Z  2022-11-23T00:55:25.5270611Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.5271192Z Cannot generate a safe runtime search path for target cpu_generator_test 2022-11-23T00:55:25.5271559Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.5271783Z directories: 2022-11-23T00:55:25.5271894Z 2022-11-23T00:55:25.5272132Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.5272384Z /opt/conda/lib 2022-11-23T00:55:25.5272493Z 2022-11-23T00:55:25.5272594Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.5272741Z 2022-11-23T00:55:25.5272819Z  2022-11-23T00:55:25.5317054Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.5317584Z Cannot generate a safe runtime search path for target 2022-11-23T00:55:25.5317998Z cpu_profiling_allocator_test because files in some directories may conflict 2022-11-23T00:55:25.5318267Z with libraries in implicit directories: 2022-11-23T00:55:25.5318401Z 2022-11-23T00:55:25.5318635Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.5318872Z /opt/conda/lib 2022-11-23T00:55:25.5318979Z 2022-11-23T00:55:25.5319095Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.5319237Z 2022-11-23T00:55:25.5319315Z  2022-11-23T00:55:25.5363553Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.5364108Z Cannot generate a safe runtime search path for target cpu_rng_test because 2022-11-23T00:55:25.5364556Z files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.5373286Z directories: 2022-11-23T00:55:25.5373471Z 2022-11-23T00:55:25.5373764Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.5374027Z /opt/conda/lib 2022-11-23T00:55:25.5374125Z 2022-11-23T00:55:25.5374243Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.5374393Z 2022-11-23T00:55:25.5374477Z  2022-11-23T00:55:25.5410427Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.5410978Z Cannot generate a safe runtime search path for target dispatch_key_set_test 2022-11-23T00:55:25.5411536Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.5411787Z directories: 2022-11-23T00:55:25.5411897Z 2022-11-23T00:55:25.5412140Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.5412390Z /opt/conda/lib 2022-11-23T00:55:25.5412500Z 2022-11-23T00:55:25.5412618Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.5412765Z 2022-11-23T00:55:25.5412846Z  2022-11-23T00:55:25.5456758Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.5457303Z Cannot generate a safe runtime search path for target dlconvertor_test 2022-11-23T00:55:25.5457771Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.5458014Z directories: 2022-11-23T00:55:25.5458107Z 2022-11-23T00:55:25.5458448Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.5458706Z /opt/conda/lib 2022-11-23T00:55:25.5458816Z 2022-11-23T00:55:25.5458933Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.5459081Z 2022-11-23T00:55:25.5459163Z  2022-11-23T00:55:25.5503578Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.5504052Z Cannot generate a safe runtime search path for target 2022-11-23T00:55:25.5504608Z extension_backend_test because files in some directories may conflict with 2022-11-23T00:55:25.5504886Z libraries in implicit directories: 2022-11-23T00:55:25.5505020Z 2022-11-23T00:55:25.5505259Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.5505512Z /opt/conda/lib 2022-11-23T00:55:25.5505623Z 2022-11-23T00:55:25.5505739Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.5505875Z 2022-11-23T00:55:25.5505956Z  2022-11-23T00:55:25.5550080Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.5550643Z Cannot generate a safe runtime search path for target half_test because 2022-11-23T00:55:25.5551041Z files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.5551276Z directories: 2022-11-23T00:55:25.5551385Z 2022-11-23T00:55:25.5551629Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.5551879Z /opt/conda/lib 2022-11-23T00:55:25.5551977Z 2022-11-23T00:55:25.5552093Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.5552240Z 2022-11-23T00:55:25.5552321Z  2022-11-23T00:55:25.5596497Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.5596871Z Cannot generate a safe runtime search path for target ivalue_test because 2022-11-23T00:55:25.5597187Z files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.5597418Z directories: 2022-11-23T00:55:25.5597530Z 2022-11-23T00:55:25.5597768Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.5598011Z /opt/conda/lib 2022-11-23T00:55:25.5598121Z 2022-11-23T00:55:25.5598242Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.5598489Z 2022-11-23T00:55:25.5598570Z  2022-11-23T00:55:25.5643441Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.5643906Z Cannot generate a safe runtime search path for target lazy_tensor_test 2022-11-23T00:55:25.5644294Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.5644535Z directories: 2022-11-23T00:55:25.5644645Z 2022-11-23T00:55:25.5644867Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.5645122Z /opt/conda/lib 2022-11-23T00:55:25.5645232Z 2022-11-23T00:55:25.5645353Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.5645498Z 2022-11-23T00:55:25.5645580Z  2022-11-23T00:55:25.5690267Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.5690794Z Cannot generate a safe runtime search path for target math_kernel_test 2022-11-23T00:55:25.5691277Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.5691510Z directories: 2022-11-23T00:55:25.5691617Z 2022-11-23T00:55:25.5691852Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.5692106Z /opt/conda/lib 2022-11-23T00:55:25.5692215Z 2022-11-23T00:55:25.5692332Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.5692462Z 2022-11-23T00:55:25.5692543Z  2022-11-23T00:55:25.5736974Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.5737644Z Cannot generate a safe runtime search path for target memory_format_test 2022-11-23T00:55:25.5738224Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.5738449Z directories: 2022-11-23T00:55:25.5738559Z 2022-11-23T00:55:25.5738806Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.5739064Z /opt/conda/lib 2022-11-23T00:55:25.5739179Z 2022-11-23T00:55:25.5739280Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.5739425Z 2022-11-23T00:55:25.5739505Z  2022-11-23T00:55:25.5784416Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.5784983Z Cannot generate a safe runtime search path for target 2022-11-23T00:55:25.5785297Z memory_overlapping_test because files in some directories may conflict with 2022-11-23T00:55:25.5785575Z libraries in implicit directories: 2022-11-23T00:55:25.5785714Z 2022-11-23T00:55:25.5785979Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.5786226Z /opt/conda/lib 2022-11-23T00:55:25.5786339Z 2022-11-23T00:55:25.5786458Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.5786606Z 2022-11-23T00:55:25.5786688Z  2022-11-23T00:55:25.5830897Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.5831462Z Cannot generate a safe runtime search path for target mobile_memory_cleanup 2022-11-23T00:55:25.5831912Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.5832155Z directories: 2022-11-23T00:55:25.5832264Z 2022-11-23T00:55:25.5832492Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.5832752Z /opt/conda/lib 2022-11-23T00:55:25.5832863Z 2022-11-23T00:55:25.5832982Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.5833128Z 2022-11-23T00:55:25.5833208Z  2022-11-23T00:55:25.5877656Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.5878126Z Cannot generate a safe runtime search path for target native_test because 2022-11-23T00:55:25.5878447Z files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.5878685Z directories: 2022-11-23T00:55:25.5878782Z 2022-11-23T00:55:25.5879159Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.5879416Z /opt/conda/lib 2022-11-23T00:55:25.5879527Z 2022-11-23T00:55:25.5879645Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.5879792Z 2022-11-23T00:55:25.5879859Z  2022-11-23T00:55:25.5923986Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.5924518Z Cannot generate a safe runtime search path for target operator_name_test 2022-11-23T00:55:25.5925018Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.5925245Z directories: 2022-11-23T00:55:25.5925360Z 2022-11-23T00:55:25.5925604Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.5925861Z /opt/conda/lib 2022-11-23T00:55:25.5925972Z 2022-11-23T00:55:25.5926074Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.5926227Z 2022-11-23T00:55:25.5926309Z  2022-11-23T00:55:25.5971322Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.5971899Z Cannot generate a safe runtime search path for target operators_test 2022-11-23T00:55:25.5972226Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.5972469Z directories: 2022-11-23T00:55:25.5972580Z 2022-11-23T00:55:25.5972827Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.5973066Z /opt/conda/lib 2022-11-23T00:55:25.5973176Z 2022-11-23T00:55:25.5973408Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.5973561Z 2022-11-23T00:55:25.5973646Z  2022-11-23T00:55:25.6017540Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.6018066Z Cannot generate a safe runtime search path for target 2022-11-23T00:55:25.6018589Z packedtensoraccessor_test because files in some directories may conflict 2022-11-23T00:55:25.6018875Z with libraries in implicit directories: 2022-11-23T00:55:25.6019000Z 2022-11-23T00:55:25.6019238Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.6019491Z /opt/conda/lib 2022-11-23T00:55:25.6019599Z 2022-11-23T00:55:25.6019714Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.6019860Z 2022-11-23T00:55:25.6019925Z  2022-11-23T00:55:25.6064351Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.6064915Z Cannot generate a safe runtime search path for target pow_test because 2022-11-23T00:55:25.6065453Z files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.6065672Z directories: 2022-11-23T00:55:25.6065782Z 2022-11-23T00:55:25.6066018Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.6066267Z /opt/conda/lib 2022-11-23T00:55:25.6066380Z 2022-11-23T00:55:25.6066481Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.6066626Z 2022-11-23T00:55:25.6066706Z  2022-11-23T00:55:25.6111324Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.6111895Z Cannot generate a safe runtime search path for target quantized_test 2022-11-23T00:55:25.6112286Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.6112526Z directories: 2022-11-23T00:55:25.6112632Z 2022-11-23T00:55:25.6112870Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.6113124Z /opt/conda/lib 2022-11-23T00:55:25.6113220Z 2022-11-23T00:55:25.6113334Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.6113480Z 2022-11-23T00:55:25.6113558Z  2022-11-23T00:55:25.6157819Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.6158503Z Cannot generate a safe runtime search path for target reduce_ops_test 2022-11-23T00:55:25.6158826Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.6159063Z directories: 2022-11-23T00:55:25.6159172Z 2022-11-23T00:55:25.6159409Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.6159644Z /opt/conda/lib 2022-11-23T00:55:25.6159753Z 2022-11-23T00:55:25.6159867Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.6160013Z 2022-11-23T00:55:25.6160090Z  2022-11-23T00:55:25.6204425Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.6204968Z Cannot generate a safe runtime search path for target 2022-11-23T00:55:25.6205299Z reportMemoryUsage_test because files in some directories may conflict with 2022-11-23T00:55:25.6205570Z libraries in implicit directories: 2022-11-23T00:55:25.6205690Z 2022-11-23T00:55:25.6205935Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.6206188Z /opt/conda/lib 2022-11-23T00:55:25.6206295Z 2022-11-23T00:55:25.6206409Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.6206557Z 2022-11-23T00:55:25.6206624Z  2022-11-23T00:55:25.6250878Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.6251414Z Cannot generate a safe runtime search path for target scalar_tensor_test 2022-11-23T00:55:25.6251741Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.6251968Z directories: 2022-11-23T00:55:25.6252170Z 2022-11-23T00:55:25.6252420Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.6252670Z /opt/conda/lib 2022-11-23T00:55:25.6252779Z 2022-11-23T00:55:25.6252896Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.6253032Z 2022-11-23T00:55:25.6253112Z  2022-11-23T00:55:25.6297792Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.6298336Z Cannot generate a safe runtime search path for target scalar_test because 2022-11-23T00:55:25.6298634Z files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.6298867Z directories: 2022-11-23T00:55:25.6298976Z 2022-11-23T00:55:25.6299221Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.6299477Z /opt/conda/lib 2022-11-23T00:55:25.6299573Z 2022-11-23T00:55:25.6299695Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.6299838Z 2022-11-23T00:55:25.6299916Z  2022-11-23T00:55:25.6344407Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.6344720Z Cannot generate a safe runtime search path for target 2022-11-23T00:55:25.6345018Z stride_properties_test because files in some directories may conflict with 2022-11-23T00:55:25.6345295Z libraries in implicit directories: 2022-11-23T00:55:25.6345428Z 2022-11-23T00:55:25.6345663Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.6345898Z /opt/conda/lib 2022-11-23T00:55:25.6346006Z 2022-11-23T00:55:25.6346121Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.6346266Z 2022-11-23T00:55:25.6346346Z  2022-11-23T00:55:25.6390980Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.6391553Z Cannot generate a safe runtime search path for target tensor_iterator_test 2022-11-23T00:55:25.6391997Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.6392241Z directories: 2022-11-23T00:55:25.6392350Z 2022-11-23T00:55:25.6392574Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.6392827Z /opt/conda/lib 2022-11-23T00:55:25.6393042Z 2022-11-23T00:55:25.6393158Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.6393305Z 2022-11-23T00:55:25.6393388Z  2022-11-23T00:55:25.6437689Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.6438270Z Cannot generate a safe runtime search path for target test_parallel because 2022-11-23T00:55:25.6438665Z files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.6438884Z directories: 2022-11-23T00:55:25.6438994Z 2022-11-23T00:55:25.6439237Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.6439495Z /opt/conda/lib 2022-11-23T00:55:25.6439605Z 2022-11-23T00:55:25.6439722Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.6439854Z 2022-11-23T00:55:25.6439932Z  2022-11-23T00:55:25.6484508Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.6485076Z Cannot generate a safe runtime search path for target thread_init_test 2022-11-23T00:55:25.6485408Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.6485651Z directories: 2022-11-23T00:55:25.6485757Z 2022-11-23T00:55:25.6485995Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.6486254Z /opt/conda/lib 2022-11-23T00:55:25.6486350Z 2022-11-23T00:55:25.6486468Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.6486615Z 2022-11-23T00:55:25.6486695Z  2022-11-23T00:55:25.6531060Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.6531526Z Cannot generate a safe runtime search path for target type_ptr_test because 2022-11-23T00:55:25.6532119Z files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.6532389Z directories: 2022-11-23T00:55:25.6532499Z 2022-11-23T00:55:25.6532779Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.6533021Z /opt/conda/lib 2022-11-23T00:55:25.6533129Z 2022-11-23T00:55:25.6533242Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.6533387Z 2022-11-23T00:55:25.6533464Z  2022-11-23T00:55:25.6577982Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.6578395Z Cannot generate a safe runtime search path for target type_test because 2022-11-23T00:55:25.6578709Z files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.6578939Z directories: 2022-11-23T00:55:25.6579046Z 2022-11-23T00:55:25.6579277Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.6579532Z /opt/conda/lib 2022-11-23T00:55:25.6579640Z 2022-11-23T00:55:25.6579755Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.6579900Z 2022-11-23T00:55:25.6579982Z  2022-11-23T00:55:25.6625511Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.6625854Z Cannot generate a safe runtime search path for target undefined_tensor_test 2022-11-23T00:55:25.6626173Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.6626397Z directories: 2022-11-23T00:55:25.6626503Z 2022-11-23T00:55:25.6626738Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.6626990Z /opt/conda/lib 2022-11-23T00:55:25.6627098Z 2022-11-23T00:55:25.6627213Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.6627364Z 2022-11-23T00:55:25.6627434Z  2022-11-23T00:55:25.6672888Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.6673455Z Cannot generate a safe runtime search path for target variant_test because 2022-11-23T00:55:25.6673920Z files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.6674249Z directories: 2022-11-23T00:55:25.6674355Z 2022-11-23T00:55:25.6674594Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.6674848Z /opt/conda/lib 2022-11-23T00:55:25.6674958Z 2022-11-23T00:55:25.6675059Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.6675204Z 2022-11-23T00:55:25.6675284Z  2022-11-23T00:55:25.6722404Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.6722733Z Cannot generate a safe runtime search path for target verify_api_visibility 2022-11-23T00:55:25.6723047Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.6723289Z directories: 2022-11-23T00:55:25.6723394Z 2022-11-23T00:55:25.6723633Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.6723868Z /opt/conda/lib 2022-11-23T00:55:25.6723979Z 2022-11-23T00:55:25.6724092Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.6724235Z 2022-11-23T00:55:25.6724313Z  2022-11-23T00:55:25.6769437Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.6769781Z Cannot generate a safe runtime search path for target vmap_test because 2022-11-23T00:55:25.6770092Z files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.6770322Z directories: 2022-11-23T00:55:25.6770430Z 2022-11-23T00:55:25.6770652Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.6771001Z /opt/conda/lib 2022-11-23T00:55:25.6771115Z 2022-11-23T00:55:25.6771231Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.6771375Z 2022-11-23T00:55:25.6771457Z  2022-11-23T00:55:25.6815891Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.6816326Z Cannot generate a safe runtime search path for target weakref_test because 2022-11-23T00:55:25.6816645Z files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.6816875Z directories: 2022-11-23T00:55:25.6816967Z 2022-11-23T00:55:25.6817206Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.6817458Z /opt/conda/lib 2022-11-23T00:55:25.6817566Z 2022-11-23T00:55:25.6817680Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.6817825Z 2022-11-23T00:55:25.6817893Z  2022-11-23T00:55:25.6863307Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.6863895Z Cannot generate a safe runtime search path for target wrapdim_test because 2022-11-23T00:55:25.6864288Z files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.6864505Z directories: 2022-11-23T00:55:25.6864612Z 2022-11-23T00:55:25.6864849Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.6865104Z /opt/conda/lib 2022-11-23T00:55:25.6865211Z 2022-11-23T00:55:25.6865313Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.6865456Z 2022-11-23T00:55:25.6865534Z  2022-11-23T00:55:25.6909826Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.6910133Z Cannot generate a safe runtime search path for target xla_tensor_test 2022-11-23T00:55:25.6910435Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.6910670Z directories: 2022-11-23T00:55:25.6910774Z 2022-11-23T00:55:25.6911014Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.6911248Z /opt/conda/lib 2022-11-23T00:55:25.6911357Z 2022-11-23T00:55:25.6911471Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.6911614Z 2022-11-23T00:55:25.6911692Z  2022-11-23T00:55:25.6956883Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.6957311Z Cannot generate a safe runtime search path for target IListRef_test because 2022-11-23T00:55:25.6957627Z files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.6957862Z directories: 2022-11-23T00:55:25.6957968Z 2022-11-23T00:55:25.6958207Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.6958446Z /opt/conda/lib 2022-11-23T00:55:25.6958554Z 2022-11-23T00:55:25.6958669Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.6958812Z 2022-11-23T00:55:25.6958895Z  2022-11-23T00:55:25.7004060Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.7004526Z Cannot generate a safe runtime search path for target List_test because 2022-11-23T00:55:25.7004885Z files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.7005117Z directories: 2022-11-23T00:55:25.7005210Z 2022-11-23T00:55:25.7005506Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.7005762Z /opt/conda/lib 2022-11-23T00:55:25.7005869Z 2022-11-23T00:55:25.7005983Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.7006164Z 2022-11-23T00:55:25.7006251Z  2022-11-23T00:55:25.7050876Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.7051375Z Cannot generate a safe runtime search path for target KernelFunction_test 2022-11-23T00:55:25.7051992Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.7052219Z directories: 2022-11-23T00:55:25.7052327Z 2022-11-23T00:55:25.7052567Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.7052820Z /opt/conda/lib 2022-11-23T00:55:25.7052932Z 2022-11-23T00:55:25.7053037Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.7053185Z 2022-11-23T00:55:25.7053263Z  2022-11-23T00:55:25.7098353Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.7098864Z Cannot generate a safe runtime search path for target 2022-11-23T00:55:25.7099288Z kernel_function_legacy_test because files in some directories may conflict 2022-11-23T00:55:25.7099557Z with libraries in implicit directories: 2022-11-23T00:55:25.7099693Z 2022-11-23T00:55:25.7099931Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.7100185Z /opt/conda/lib 2022-11-23T00:55:25.7100282Z 2022-11-23T00:55:25.7100395Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.7100538Z 2022-11-23T00:55:25.7100616Z  2022-11-23T00:55:25.7145567Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.7146121Z Cannot generate a safe runtime search path for target kernel_function_test 2022-11-23T00:55:25.7146521Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.7146758Z directories: 2022-11-23T00:55:25.7146864Z 2022-11-23T00:55:25.7147101Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.7147337Z /opt/conda/lib 2022-11-23T00:55:25.7147448Z 2022-11-23T00:55:25.7147618Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.7147763Z 2022-11-23T00:55:25.7147843Z  2022-11-23T00:55:25.7192424Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.7192726Z Cannot generate a safe runtime search path for target 2022-11-23T00:55:25.7193026Z kernel_lambda_legacy_test because files in some directories may conflict 2022-11-23T00:55:25.7193297Z with libraries in implicit directories: 2022-11-23T00:55:25.7193420Z 2022-11-23T00:55:25.7193655Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.7194010Z /opt/conda/lib 2022-11-23T00:55:25.7194118Z 2022-11-23T00:55:25.7194233Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.7194384Z 2022-11-23T00:55:25.7194451Z  2022-11-23T00:55:25.7239280Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.7239616Z Cannot generate a safe runtime search path for target kernel_lambda_test 2022-11-23T00:55:25.7239936Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.7240164Z directories: 2022-11-23T00:55:25.7240271Z 2022-11-23T00:55:25.7240510Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.7240761Z /opt/conda/lib 2022-11-23T00:55:25.7240870Z 2022-11-23T00:55:25.7240985Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.7241115Z 2022-11-23T00:55:25.7241197Z  2022-11-23T00:55:25.7286834Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.7287129Z Cannot generate a safe runtime search path for target 2022-11-23T00:55:25.7287462Z kernel_stackbased_test because files in some directories may conflict with 2022-11-23T00:55:25.7287731Z libraries in implicit directories: 2022-11-23T00:55:25.7287865Z 2022-11-23T00:55:25.7288168Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.7288422Z /opt/conda/lib 2022-11-23T00:55:25.7288517Z 2022-11-23T00:55:25.7288634Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.7288935Z 2022-11-23T00:55:25.7289021Z  2022-11-23T00:55:25.7333837Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.7334332Z Cannot generate a safe runtime search path for target 2022-11-23T00:55:25.7334803Z make_boxed_from_unboxed_functor_test because files in some directories may 2022-11-23T00:55:25.7335087Z conflict with libraries in implicit directories: 2022-11-23T00:55:25.7335234Z 2022-11-23T00:55:25.7335468Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.7335704Z /opt/conda/lib 2022-11-23T00:55:25.7335812Z 2022-11-23T00:55:25.7335926Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.7336068Z 2022-11-23T00:55:25.7336147Z  2022-11-23T00:55:25.7383130Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.7383709Z Cannot generate a safe runtime search path for target CppSignature_test 2022-11-23T00:55:25.7384073Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.7384320Z directories: 2022-11-23T00:55:25.7384430Z 2022-11-23T00:55:25.7384660Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.7384912Z /opt/conda/lib 2022-11-23T00:55:25.7385027Z 2022-11-23T00:55:25.7385141Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.7385286Z 2022-11-23T00:55:25.7385365Z  2022-11-23T00:55:25.7431730Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.7432079Z Cannot generate a safe runtime search path for target backend_fallback_test 2022-11-23T00:55:25.7432405Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.7432631Z directories: 2022-11-23T00:55:25.7432739Z 2022-11-23T00:55:25.7432977Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.7433234Z /opt/conda/lib 2022-11-23T00:55:25.7433346Z 2022-11-23T00:55:25.7433461Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.7433593Z 2022-11-23T00:55:25.7433673Z  2022-11-23T00:55:25.7478613Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.7479303Z Cannot generate a safe runtime search path for target op_allowlist_test 2022-11-23T00:55:25.7479694Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.7479919Z directories: 2022-11-23T00:55:25.7480024Z 2022-11-23T00:55:25.7480260Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.7480510Z /opt/conda/lib 2022-11-23T00:55:25.7480620Z 2022-11-23T00:55:25.7480722Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.7480866Z 2022-11-23T00:55:25.7480947Z  2022-11-23T00:55:25.7525852Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.7526427Z Cannot generate a safe runtime search path for target op_registration_test 2022-11-23T00:55:25.7526912Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.7527152Z directories: 2022-11-23T00:55:25.7527259Z 2022-11-23T00:55:25.7527497Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.7527738Z /opt/conda/lib 2022-11-23T00:55:25.7527846Z 2022-11-23T00:55:25.7527959Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.7528102Z 2022-11-23T00:55:25.7528182Z  2022-11-23T00:55:25.7572736Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T00:55:25.7573206Z Cannot generate a safe runtime search path for target inline_container_test 2022-11-23T00:55:25.7573527Z because files in some directories may conflict with libraries in implicit 2022-11-23T00:55:25.7573766Z directories: 2022-11-23T00:55:25.7573997Z 2022-11-23T00:55:25.7574239Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T00:55:25.7574498Z /opt/conda/lib 2022-11-23T00:55:25.7574610Z 2022-11-23T00:55:25.7574726Z Some of these libraries may not be found correctly. 2022-11-23T00:55:25.7574881Z 2022-11-23T00:55:25.7574961Z  2022-11-23T00:55:26.0364843Z -- Generating done 2022-11-23T00:55:26.0716313Z CMake Warning: 2022-11-23T00:55:26.0716860Z Manually-specified variables were not used by the project: 2022-11-23T00:55:26.0717139Z 2022-11-23T00:55:26.0717264Z BUILD_ENVIRONMENT 2022-11-23T00:55:26.0717463Z 2022-11-23T00:55:26.0717596Z  2022-11-23T00:55:26.0737970Z -- Build files have been written to: /var/lib/jenkins/workspace/build 2022-11-23T00:55:26.1497671Z cmake --build . --target install --config Release -- -j 6 2022-11-23T00:55:26.2051312Z [ 0%] Building C object confu-deps/cpuinfo/deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2022-11-23T00:55:26.2061496Z [ 0%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2022-11-23T00:55:26.2064250Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2022-11-23T00:55:26.2072523Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2022-11-23T00:55:26.2090154Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2022-11-23T00:55:26.2107499Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2022-11-23T00:55:26.2895831Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_fatal’: 2022-11-23T00:55:26.2897271Z /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-23T00:55:26.2898079Z 117 | write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T00:55:26.2898575Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T00:55:26.2907846Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_error’: 2022-11-23T00:55:26.2910870Z /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-23T00:55:26.2911762Z 195 | write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T00:55:26.2912254Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T00:55:26.2912942Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_warning’: 2022-11-23T00:55:26.2913999Z /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-23T00:55:26.2914775Z 273 | write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T00:55:26.2915274Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T00:55:26.2915956Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_info’: 2022-11-23T00:55:26.2917009Z /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-23T00:55:26.2917790Z 351 | write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T00:55:26.2918296Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T00:55:26.2919126Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_debug’: 2022-11-23T00:55:26.2920191Z /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-23T00:55:26.2920981Z 429 | write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T00:55:26.2921487Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T00:55:26.2961651Z [ 0%] Linking C static library ../../../../lib/libclog.a 2022-11-23T00:55:26.3209912Z [ 0%] Built target clog 2022-11-23T00:55:26.3271668Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2022-11-23T00:55:26.3605028Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2022-11-23T00:55:26.4487916Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2022-11-23T00:55:26.4651343Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2022-11-23T00:55:26.4738234Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2022-11-23T00:55:26.5471078Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2022-11-23T00:55:26.5474797Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2022-11-23T00:55:26.6030579Z [ 0%] Linking CXX static library ../../../lib/libgtest.a 2022-11-23T00:55:26.6032496Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2022-11-23T00:55:26.6319277Z [ 0%] Built target gtest 2022-11-23T00:55:26.6386738Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2022-11-23T00:55:26.6879273Z [ 0%] Built target defs.bzl 2022-11-23T00:55:26.6924584Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-11-23T00:55:26.7037435Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-11-23T00:55:26.7829814Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-11-23T00:55:26.7830365Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2022-11-23T00:55:26.7836043Z [ 0%] Linking C static library ../../lib/libpthreadpool.a 2022-11-23T00:55:26.8041988Z [ 0%] Built target pthreadpool 2022-11-23T00:55:26.8096777Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2022-11-23T00:55:26.8376716Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2022-11-23T00:55:26.9155681Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2022-11-23T00:55:26.9672578Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-11-23T00:55:27.0027027Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-11-23T00:55:27.0309163Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-11-23T00:55:27.0925613Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-11-23T00:55:27.1543583Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-11-23T00:55:27.1557677Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2022-11-23T00:55:27.2381321Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2022-11-23T00:55:27.2579687Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-11-23T00:55:27.2982177Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-11-23T00:55:27.3610673Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-11-23T00:55:27.3968523Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2022-11-23T00:55:27.4139892Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-11-23T00:55:27.4180167Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-11-23T00:55:27.4748059Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2022-11-23T00:55:27.5156708Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2022-11-23T00:55:27.5887646Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-11-23T00:55:27.5888370Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2022-11-23T00:55:27.6243072Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-11-23T00:55:27.6832060Z [ 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-23T00:55:27.6836168Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2022-11-23T00:55:27.7486790Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2022-11-23T00:55:27.7488969Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2022-11-23T00:55:27.8207516Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2022-11-23T00:55:27.8571241Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-11-23T00:55:27.8841619Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-11-23T00:55:27.9238032Z In file included from /usr/include/string.h:495, 2022-11-23T00:55:27.9238520Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-11-23T00:55:27.9239046Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-11-23T00:55:27.9239417Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-11-23T00:55:27.9239772Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-11-23T00:55:27.9240312Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-11-23T00:55:27.9240958Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:55:27.9241656Z 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-23T00:55:27.9242981Z 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-23T00:55:27.9244433Z /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-23T00:55:27.9245100Z 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:55:27.9245345Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T00:55:27.9286092Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2022-11-23T00:55:27.9680390Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2022-11-23T00:55:27.9924735Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-11-23T00:55:28.1019218Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2022-11-23T00:55:28.1020389Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2022-11-23T00:55:28.1021781Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2022-11-23T00:55:28.1933930Z In file included from /usr/include/string.h:495, 2022-11-23T00:55:28.1934563Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-11-23T00:55:28.1935428Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-11-23T00:55:28.1936554Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-11-23T00:55:28.1937223Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-11-23T00:55:28.1937907Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-11-23T00:55:28.1939185Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T00:55:28.1940484Z 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-23T00:55:28.1942411Z 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-23T00:55:28.1944252Z /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-23T00:55:28.1945090Z 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T00:55:28.1945685Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T00:55:28.1971046Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2022-11-23T00:55:28.2010466Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-11-23T00:55:28.2303387Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-11-23T00:55:28.3230683Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2022-11-23T00:55:28.3415985Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2022-11-23T00:55:28.3458266Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2022-11-23T00:55:28.4433381Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o 2022-11-23T00:55:28.4588298Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2022-11-23T00:55:28.4739402Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2022-11-23T00:55:28.5279067Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-11-23T00:55:28.5762020Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-11-23T00:55:28.5796945Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2022-11-23T00:55:28.6267437Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-11-23T00:55:28.7176813Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-11-23T00:55:28.7182485Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-11-23T00:55:28.7376884Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2022-11-23T00:55:28.7788759Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2022-11-23T00:55:28.8198794Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-11-23T00:55:28.8669360Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-11-23T00:55:28.9043289Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-11-23T00:55:28.9301914Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-11-23T00:55:29.0161115Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2022-11-23T00:55:29.0162170Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-11-23T00:55:29.0759282Z [ 0%] Linking CXX static library ../../../lib/libbenchmark.a 2022-11-23T00:55:29.1058863Z [ 0%] Built target benchmark 2022-11-23T00:55:29.1103870Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-11-23T00:55:29.1166607Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/archtraits.cpp.o 2022-11-23T00:55:29.1335393Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-11-23T00:55:29.1647403Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2022-11-23T00:55:29.2266256Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-11-23T00:55:29.2685405Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/assembler.cpp.o 2022-11-23T00:55:29.3466910Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2022-11-23T00:55:29.3535087Z [ 0%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/ittnotify_static.c.o 2022-11-23T00:55:29.3936484Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2022-11-23T00:55:29.3943111Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2022-11-23T00:55:29.4942020Z [ 0%] Linking CXX static library ../../../lib/libprotobuf-lite.a 2022-11-23T00:55:29.4956456Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/builder.cpp.o 2022-11-23T00:55:29.5278064Z [ 0%] Built target libprotobuf-lite 2022-11-23T00:55:29.5341081Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2022-11-23T00:55:29.5346723Z [ 0%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/jitprofiling.c.o 2022-11-23T00:55:29.6003406Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/fs-poll.c.o 2022-11-23T00:55:29.6416539Z [ 0%] Linking C static library ../../lib/libittnotify.a 2022-11-23T00:55:29.6606625Z [ 0%] Built target ittnotify 2022-11-23T00:55:29.6661981Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/idna.c.o 2022-11-23T00:55:29.6746457Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/inet.c.o 2022-11-23T00:55:29.6786234Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/random.c.o 2022-11-23T00:55:29.7468092Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codeholder.cpp.o 2022-11-23T00:55:29.7517167Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codewriter.cpp.o 2022-11-23T00:55:29.8108958Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/compiler.cpp.o 2022-11-23T00:55:29.8524983Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/constpool.cpp.o 2022-11-23T00:55:29.8791619Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/strscpy.c.o 2022-11-23T00:55:29.9058877Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2022-11-23T00:55:29.9541996Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2022-11-23T00:55:29.9801733Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2022-11-23T00:55:30.0093211Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/threadpool.c.o 2022-11-23T00:55:30.0469007Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/timer.c.o 2022-11-23T00:55:30.0864854Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/cpuinfo.cpp.o 2022-11-23T00:55:30.1539132Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emithelper.cpp.o 2022-11-23T00:55:30.1928040Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-common.c.o 2022-11-23T00:55:30.2571481Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-data-getter-setters.c.o 2022-11-23T00:55:30.2969794Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/version.c.o 2022-11-23T00:55:30.3137708Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2022-11-23T00:55:30.3161517Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2022-11-23T00:55:30.3838794Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2022-11-23T00:55:30.4028357Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitter.cpp.o 2022-11-23T00:55:30.4029252Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/async.c.o 2022-11-23T00:55:30.4493574Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitterutils.cpp.o 2022-11-23T00:55:30.5504668Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/core.c.o 2022-11-23T00:55:30.5739370Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/dl.c.o 2022-11-23T00:55:30.6026976Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/fs.c.o 2022-11-23T00:55:30.6385439Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getaddrinfo.c.o 2022-11-23T00:55:30.6614301Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/environment.cpp.o 2022-11-23T00:55:30.6932385Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2022-11-23T00:55:30.7203456Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/errorhandler.cpp.o 2022-11-23T00:55:30.7473990Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/formatter.cpp.o 2022-11-23T00:55:30.7728037Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/func.cpp.o 2022-11-23T00:55:30.7984190Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getnameinfo.c.o 2022-11-23T00:55:30.8667347Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop-watcher.c.o 2022-11-23T00:55:30.8868834Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop.c.o 2022-11-23T00:55:30.9690284Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/funcargscontext.cpp.o 2022-11-23T00:55:30.9702209Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/pipe.c.o 2022-11-23T00:55:31.0247818Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2022-11-23T00:55:31.0248446Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/globals.cpp.o 2022-11-23T00:55:31.0822211Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/poll.c.o 2022-11-23T00:55:31.0824776Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/inst.cpp.o 2022-11-23T00:55:31.1364208Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitallocator.cpp.o 2022-11-23T00:55:31.1817170Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/process.c.o 2022-11-23T00:55:31.2016616Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-devurandom.c.o 2022-11-23T00:55:31.2241492Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitruntime.cpp.o 2022-11-23T00:55:31.2742740Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/signal.c.o 2022-11-23T00:55:31.3222060Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/stream.c.o 2022-11-23T00:55:31.3635854Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o 2022-11-23T00:55:31.3823681Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2022-11-23T00:55:31.3858316Z [ 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-23T00:55:31.4242877Z [ 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-23T00:55:31.4450235Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/logger.cpp.o 2022-11-23T00:55:31.4827204Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tcp.c.o 2022-11-23T00:55:31.6033931Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/operand.cpp.o 2022-11-23T00:55:31.6380782Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/thread.c.o 2022-11-23T00:55:31.6703202Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2022-11-23T00:55:31.6784287Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o 2022-11-23T00:55:31.7550833Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/osutils.cpp.o 2022-11-23T00:55:31.7823372Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/ralocal.cpp.o 2022-11-23T00:55:31.8184891Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tty.c.o 2022-11-23T00:55:31.8446758Z [ 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-23T00:55:31.9266616Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgatherv.cc.o 2022-11-23T00:55:31.9278156Z [ 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-23T00:55:31.9737153Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/udp.c.o 2022-11-23T00:55:32.0117835Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2022-11-23T00:55:32.0147494Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rapass.cpp.o 2022-11-23T00:55:32.1027927Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/proctitle.c.o 2022-11-23T00:55:32.1528341Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o 2022-11-23T00:55:32.1978105Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o 2022-11-23T00:55:32.2320959Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-core.c.o 2022-11-23T00:55:32.2974445Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rastack.cpp.o 2022-11-23T00:55:32.2976046Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2022-11-23T00:55:32.3720096Z [ 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-23T00:55:32.3882271Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2022-11-23T00:55:32.3992462Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-inotify.c.o 2022-11-23T00:55:32.4285353Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-syscalls.c.o 2022-11-23T00:55:32.4601229Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoall.cc.o 2022-11-23T00:55:32.5182994Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/string.cpp.o 2022-11-23T00:55:32.5678841Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/procfs-exepath.c.o 2022-11-23T00:55:32.5706081Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoallv.cc.o 2022-11-23T00:55:32.6313261Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2022-11-23T00:55:32.7177169Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/support.cpp.o 2022-11-23T00:55:32.7187210Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-sysctl-linux.c.o 2022-11-23T00:55:32.7189498Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-getrandom.c.o 2022-11-23T00:55:32.7846566Z [ 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-23T00:55:32.8228371Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/barrier.cc.o 2022-11-23T00:55:32.8742902Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o 2022-11-23T00:55:32.9049845Z [ 1%] Linking C static library ../../../lib/libtensorpipe_uv.a 2022-11-23T00:55:32.9063741Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2022-11-23T00:55:32.9064625Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/target.cpp.o 2022-11-23T00:55:32.9410253Z [ 1%] Built target tensorpipe_uv 2022-11-23T00:55:32.9476793Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/type.cpp.o 2022-11-23T00:55:33.0356549Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/virtmem.cpp.o 2022-11-23T00:55:33.0903928Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o 2022-11-23T00:55:33.1099928Z Scanning dependencies of target dnnl_common 2022-11-23T00:55:33.1192842Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/batch_normalization.cpp.o 2022-11-23T00:55:33.1649939Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/bfloat16.cpp.o 2022-11-23T00:55:33.1971868Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2022-11-23T00:55:33.2436543Z [ 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-23T00:55:33.2441540Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zone.cpp.o 2022-11-23T00:55:33.3324794Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o 2022-11-23T00:55:33.4116931Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/bfloat16.cpp.o 2022-11-23T00:55:33.4117890Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonehash.cpp.o 2022-11-23T00:55:33.4879009Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2022-11-23T00:55:33.5773116Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/binary_injector_utils.cpp.o 2022-11-23T00:55:33.5943060Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gatherv.cc.o 2022-11-23T00:55:33.5952916Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonelist.cpp.o 2022-11-23T00:55:33.6314990Z [ 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-23T00:55:33.6621496Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/binary.cpp.o 2022-11-23T00:55:33.7534098Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonestack.cpp.o 2022-11-23T00:55:33.8117434Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2022-11-23T00:55:33.8538516Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o 2022-11-23T00:55:33.8979621Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_list.cpp.o 2022-11-23T00:55:33.9356143Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonetree.cpp.o 2022-11-23T00:55:33.9629979Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/broadcast_strategy.cpp.o 2022-11-23T00:55:33.9973406Z [ 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-23T00:55:34.0496790Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2022-11-23T00:55:34.1081331Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o 2022-11-23T00:55:34.1082793Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonevector.cpp.o 2022-11-23T00:55:34.2486708Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2022-11-23T00:55:34.2496415Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/cache_blob_id.cpp.o 2022-11-23T00:55:34.3206480Z [ 1%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_utils.cpp.o 2022-11-23T00:55:34.3207686Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/armformatter.cpp.o 2022-11-23T00:55:34.3886994Z [ 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-23T00:55:34.3891296Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o 2022-11-23T00:55:34.5449423Z [ 1%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o 2022-11-23T00:55:34.5617865Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64assembler.cpp.o 2022-11-23T00:55:34.5664449Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/concat.cpp.o 2022-11-23T00:55:34.6023043Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2022-11-23T00:55:34.6466557Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_binary_list.cpp.o 2022-11-23T00:55:34.7630151Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o 2022-11-23T00:55:34.7635427Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_gemm_kern.cpp.o 2022-11-23T00:55:34.8091006Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2022-11-23T00:55:34.8611993Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64builder.cpp.o 2022-11-23T00:55:34.9163361Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution.cpp.o 2022-11-23T00:55:34.9945569Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o 2022-11-23T00:55:35.0514230Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_concat.cpp.o 2022-11-23T00:55:35.0960965Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64compiler.cpp.o 2022-11-23T00:55:35.1541298Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemm_bf16bf16f32_kern.cpp.o 2022-11-23T00:55:35.1680365Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2022-11-23T00:55:35.1979275Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution_pd.cpp.o 2022-11-23T00:55:35.2521922Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o 2022-11-23T00:55:35.3150507Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64emithelper.cpp.o 2022-11-23T00:55:35.3932304Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_convolution_list.cpp.o 2022-11-23T00:55:35.4378910Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2022-11-23T00:55:35.4653032Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemv_bf16bf16f32_kern.cpp.o 2022-11-23T00:55:35.5025500Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o 2022-11-23T00:55:35.5477618Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/deconvolution.cpp.o 2022-11-23T00:55:35.5881059Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64formatter.cpp.o 2022-11-23T00:55:35.6892468Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2022-11-23T00:55:35.7315084Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o 2022-11-23T00:55:35.8083522Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug.cpp.o 2022-11-23T00:55:35.8084778Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_an_kern_autogen.cpp.o 2022-11-23T00:55:35.8364547Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64func.cpp.o 2022-11-23T00:55:35.9647850Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o 2022-11-23T00:55:35.9666886Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2022-11-23T00:55:36.0103706Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_deconvolution_list.cpp.o 2022-11-23T00:55:36.0377763Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instapi.cpp.o 2022-11-23T00:55:36.1029952Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug_autogenerated.cpp.o 2022-11-23T00:55:36.1518607Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o 2022-11-23T00:55:36.1711115Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2022-11-23T00:55:36.2251062Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_at_kern_autogen.cpp.o 2022-11-23T00:55:36.2301457Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/eltwise.cpp.o 2022-11-23T00:55:36.2898415Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instdb.cpp.o 2022-11-23T00:55:36.3053584Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o 2022-11-23T00:55:36.3825943Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o 2022-11-23T00:55:36.4447429Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2022-11-23T00:55:36.5043211Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64operand.cpp.o 2022-11-23T00:55:36.5043771Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/engine.cpp.o 2022-11-23T00:55:36.5464206Z [ 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-23T00:55:36.6071306Z [ 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_24x8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:36.6457516Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o 2022-11-23T00:55:36.6984883Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64rapass.cpp.o 2022-11-23T00:55:36.7366679Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2022-11-23T00:55:36.8060291Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/experimental.cpp.o 2022-11-23T00:55:36.8914568Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o 2022-11-23T00:55:36.8916329Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_engine.cpp.o 2022-11-23T00:55:36.9491410Z [ 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_24x8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:36.9843319Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86assembler.cpp.o 2022-11-23T00:55:37.0702504Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2022-11-23T00:55:37.0719867Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/fpmath_mode.cpp.o 2022-11-23T00:55:37.1270464Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o 2022-11-23T00:55:37.2064000Z [ 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-23T00:55:37.2461139Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o 2022-11-23T00:55:37.2906092Z [ 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_an_kern_autogen.cpp.o 2022-11-23T00:55:37.3184741Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/gemm.cpp.o 2022-11-23T00:55:37.3788981Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2022-11-23T00:55:37.3840115Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86builder.cpp.o 2022-11-23T00:55:37.4614812Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o 2022-11-23T00:55:37.5751747Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2022-11-23T00:55:37.6460405Z [ 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-23T00:55:37.6703108Z [ 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_at_kern_autogen.cpp.o 2022-11-23T00:55:37.6796317Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86compiler.cpp.o 2022-11-23T00:55:37.7162888Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/inner_product.cpp.o 2022-11-23T00:55:37.7579790Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o 2022-11-23T00:55:37.8495728Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2022-11-23T00:55:37.9396252Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86emithelper.cpp.o 2022-11-23T00:55:37.9790404Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify.cpp.o 2022-11-23T00:55:37.9809217Z [ 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-23T00:55:38.0278013Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o 2022-11-23T00:55:38.0654283Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2022-11-23T00:55:38.0661260Z [ 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-23T00:55:38.2099238Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86formatter.cpp.o 2022-11-23T00:55:38.2446508Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/layer_normalization.cpp.o 2022-11-23T00:55:38.3287582Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/loop.cc.o 2022-11-23T00:55:38.3380511Z [ 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-23T00:55:38.3484426Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2022-11-23T00:55:38.4590178Z [ 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-23T00:55:38.4591156Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86func.cpp.o 2022-11-23T00:55:38.5167409Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/lrn.cpp.o 2022-11-23T00:55:38.5544568Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o 2022-11-23T00:55:38.5831884Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2022-11-23T00:55:38.6856207Z [ 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-23T00:55:38.7239420Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instdb.cpp.o 2022-11-23T00:55:38.7764379Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/matmul.cpp.o 2022-11-23T00:55:38.8347457Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2022-11-23T00:55:38.8743283Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o 2022-11-23T00:55:38.9224171Z [ 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-23T00:55:39.0304825Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instapi.cpp.o 2022-11-23T00:55:39.0792903Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory.cpp.o 2022-11-23T00:55:39.0802172Z [ 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-23T00:55:39.1099919Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2022-11-23T00:55:39.1379972Z [ 4%] Linking CXX static library ../../../lib/libgloo.a 2022-11-23T00:55:39.1738347Z [ 4%] Built target gloo 2022-11-23T00:55:39.1952395Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/allocator.cpp.o 2022-11-23T00:55:39.2488633Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86operand.cpp.o 2022-11-23T00:55:39.2878726Z [ 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-23T00:55:39.3858120Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2022-11-23T00:55:39.4548778Z [ 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-23T00:55:39.4732156Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/backend.cpp.o 2022-11-23T00:55:39.4964531Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_debug.cpp.o 2022-11-23T00:55:39.5010123Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86rapass.cpp.o 2022-11-23T00:55:39.6712307Z [ 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-23T00:55:39.6771848Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2022-11-23T00:55:39.7326516Z [ 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-23T00:55:39.7819009Z [ 4%] Linking CXX static library ../../../lib/libasmjit.a 2022-11-23T00:55:39.8129719Z [ 4%] Built target asmjit 2022-11-23T00:55:39.8168855Z [ 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-23T00:55:39.8315147Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/common.cpp.o 2022-11-23T00:55:39.8478626Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/engine.cpp.o 2022-11-23T00:55:39.9809283Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2022-11-23T00:55:40.0039151Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_storage.cpp.o 2022-11-23T00:55:40.0367023Z [ 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-23T00:55:40.1305858Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/graph.cpp.o 2022-11-23T00:55:40.2049797Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/constant_cache.cpp.o 2022-11-23T00:55:40.2188148Z [ 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-23T00:55:40.2890134Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2022-11-23T00:55:40.2891172Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_tracking.cpp.o 2022-11-23T00:55:40.4761643Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/logical_tensor.cpp.o 2022-11-23T00:55:40.5641352Z [ 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-23T00:55:40.5850882Z [ 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-23T00:55:40.5855649Z [ 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-23T00:55:40.5858446Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_backend.cpp.o 2022-11-23T00:55:40.6381153Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2022-11-23T00:55:40.7766159Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op.cpp.o 2022-11-23T00:55:40.8793193Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2022-11-23T00:55:40.9580579Z [ 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-23T00:55:40.9804162Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/pooling.cpp.o 2022-11-23T00:55:40.9967803Z [ 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-23T00:55:41.0745089Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_shape_infer.cpp.o 2022-11-23T00:55:41.0770113Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op_schema.cpp.o 2022-11-23T00:55:41.1698358Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2022-11-23T00:55:41.2671098Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/prelu.cpp.o 2022-11-23T00:55:41.3582493Z [ 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-23T00:55:41.4007165Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_sum.cpp.o 2022-11-23T00:55:41.4204613Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2022-11-23T00:55:41.4292429Z [ 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-23T00:55:41.4779110Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition.cpp.o 2022-11-23T00:55:41.5154182Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive.cpp.o 2022-11-23T00:55:41.7093792Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2022-11-23T00:55:41.7331457Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part2_autogen.cpp.o 2022-11-23T00:55:41.8083897Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/float16.cpp.o 2022-11-23T00:55:41.8090359Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_cache.cpp.o 2022-11-23T00:55:41.8504858Z [ 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-23T00:55:41.8514852Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_attr.cpp.o 2022-11-23T00:55:41.9797127Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2022-11-23T00:55:42.1150106Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:42.1153164Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_hashing.cpp.o 2022-11-23T00:55:42.1480556Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution.cpp.o 2022-11-23T00:55:42.1743758Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_cache.cpp.o 2022-11-23T00:55:42.2350148Z [ 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-23T00:55:42.2403287Z [ 5%] Linking CXX static library ../../../lib/libprotobuf.a 2022-11-23T00:55:42.3229953Z [ 5%] Built target libprotobuf 2022-11-23T00:55:42.3293599Z [ 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-23T00:55:42.4256602Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_impl.cpp.o 2022-11-23T00:55:42.4481711Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:42.4859940Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc.cpp.o 2022-11-23T00:55:42.5480736Z [ 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-23T00:55:42.6019666Z [ 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-23T00:55:42.7485318Z [ 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-23T00:55:42.7491551Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/shape_infer.cpp.o 2022-11-23T00:55:42.8428372Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_gemm_smalln_tn_f32_kern.cpp.o 2022-11-23T00:55:42.8439326Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc_iface.cpp.o 2022-11-23T00:55:42.9362489Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/stream.cpp.o 2022-11-23T00:55:42.9891236Z [ 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-23T00:55:43.0725076Z [ 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-23T00:55:43.1432669Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/memory_planning.cpp.o 2022-11-23T00:55:43.1958852Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_an_kern_autogen.cpp.o 2022-11-23T00:55:43.2009527Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc_iterator.cpp.o 2022-11-23T00:55:43.2618223Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/tensor.cpp.o 2022-11-23T00:55:43.3612764Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/type_constraint.cpp.o 2022-11-23T00:55:43.4324766Z [ 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-23T00:55:43.5084324Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/utils.cpp.o 2022-11-23T00:55:43.5130051Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_exec_types.cpp.o 2022-11-23T00:55:43.5649461Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_hashing.cpp.o 2022-11-23T00:55:43.6153501Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_at_kern_autogen.cpp.o 2022-11-23T00:55:43.6877794Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/value.cpp.o 2022-11-23T00:55:43.7766571Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:43.8300236Z [ 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-23T00:55:43.9182096Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_iface.cpp.o 2022-11-23T00:55:43.9184998Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/binary_fusion.cpp.o 2022-11-23T00:55:44.0062969Z [ 5%] Built target dnnl_graph_common 2022-11-23T00:55:44.0157627Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:44.0191511Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/fake/CMakeFiles/dnnl_graph_backend_fake.dir/fake_backend.cpp.o 2022-11-23T00:55:44.1367912Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/debug.cpp.o 2022-11-23T00:55:44.2080057Z [ 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-23T00:55:44.2641865Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/query.cpp.o 2022-11-23T00:55:44.3247991Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/bn_fusion.cpp.o 2022-11-23T00:55:44.3248807Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/id.cpp.o 2022-11-23T00:55:44.3851893Z [ 6%] Built target dnnl_graph_backend_fake 2022-11-23T00:55:44.3902623Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/nested_matcher.cpp.o 2022-11-23T00:55:44.4125958Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemm_f32.cpp.o 2022-11-23T00:55:44.4502434Z [ 6%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2022-11-23T00:55:44.5414036Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reduction.cpp.o 2022-11-23T00:55:44.6001103Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nchw_pooling.cpp.o 2022-11-23T00:55:44.6860876Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pass_manager.cpp.o 2022-11-23T00:55:44.7319585Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/concat_fusion.cpp.o 2022-11-23T00:55:44.7955568Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reorder.cpp.o 2022-11-23T00:55:44.8133952Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemv_t_f32_kern.cpp.o 2022-11-23T00:55:44.8344547Z [ 6%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2022-11-23T00:55:44.9488527Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_batch_normalization.cpp.o 2022-11-23T00:55:45.0148788Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pbuilder.cpp.o 2022-11-23T00:55:45.0721571Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/conv_fusion.cpp.o 2022-11-23T00:55:45.1114784Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/resampling.cpp.o 2022-11-23T00:55:45.1537516Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part1_autogen.cpp.o 2022-11-23T00:55:45.1556439Z [ 6%] Linking CXX static library ../../lib/libfmt.a 2022-11-23T00:55:45.1891500Z [ 6%] Built target fmt 2022-11-23T00:55:45.1941337Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part2_autogen.cpp.o 2022-11-23T00:55:45.2495647Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nhwc_pooling.cpp.o 2022-11-23T00:55:45.3166206Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/rw_mutex.cpp.o 2022-11-23T00:55:45.3836733Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rnn.cpp.o 2022-11-23T00:55:45.4660884Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/convtranspose_fusion.cpp.o 2022-11-23T00:55:45.5173596Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/utils.cpp.o 2022-11-23T00:55:45.5181061Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/eltwise_fusion.cpp.o 2022-11-23T00:55:45.5578324Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part1_autogen.cpp.o 2022-11-23T00:55:45.5931179Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nspc_batch_normalization.cpp.o 2022-11-23T00:55:45.6532426Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rw_mutex.cpp.o 2022-11-23T00:55:45.7894963Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/verbose.cpp.o 2022-11-23T00:55:45.8258512Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad.cpp.o 2022-11-23T00:55:45.9199466Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/gelu_fusion.cpp.o 2022-11-23T00:55:45.9200397Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/interpolate_fusion.cpp.o 2022-11-23T00:55:45.9551350Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/platform.cpp.o 2022-11-23T00:55:45.9926226Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part2_autogen.cpp.o 2022-11-23T00:55:46.1261702Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad_debug.cpp.o 2022-11-23T00:55:46.1740947Z [ 6%] Built target dnnl_graph_utils 2022-11-23T00:55:46.1823296Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/primitive_attr_postops.cpp.o 2022-11-23T00:55:46.2681082Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_batch_normalization.cpp.o 2022-11-23T00:55:46.3217415Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_an_kern_autogen.cpp.o 2022-11-23T00:55:46.3482686Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/matmul_fusion.cpp.o 2022-11-23T00:55:46.3784299Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/pool_fusion.cpp.o 2022-11-23T00:55:46.4213147Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/serialization.cpp.o 2022-11-23T00:55:46.5048642Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/shuffle.cpp.o 2022-11-23T00:55:46.6211890Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_binary.cpp.o 2022-11-23T00:55:46.6493420Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_at_kern_autogen.cpp.o 2022-11-23T00:55:46.6940323Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:46.7768745Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:46.7991102Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/softmax.cpp.o 2022-11-23T00:55:46.8084336Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/quantize_fusion.cpp.o 2022-11-23T00:55:46.9202022Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution.cpp.o 2022-11-23T00:55:47.0021894Z [ 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-23T00:55:47.0442947Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_deconvolution.cpp.o 2022-11-23T00:55:47.0839820Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/stream.cpp.o 2022-11-23T00:55:47.1433482Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_n_f32_kern.cpp.o 2022-11-23T00:55:47.2203732Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reduction_fusion.cpp.o 2022-11-23T00:55:47.2753616Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reorder_fusion.cpp.o 2022-11-23T00:55:47.3317687Z [ 6%] Built target libkineto_defs.bzl 2022-11-23T00:55:47.3379097Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/shuffle_fusion.cpp.o 2022-11-23T00:55:47.3794694Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_eltwise.cpp.o 2022-11-23T00:55:47.3801843Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/sum.cpp.o 2022-11-23T00:55:47.4983370Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_t_f32_kern.cpp.o 2022-11-23T00:55:47.6177490Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/utils.cpp.o 2022-11-23T00:55:47.6416974Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_b0_sgemm_kern_autogen.cpp.o 2022-11-23T00:55:47.6900934Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/single_op_pattern.cpp.o 2022-11-23T00:55:47.6903200Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/softmax_fusion.cpp.o 2022-11-23T00:55:47.7665329Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product.cpp.o 2022-11-23T00:55:47.8702485Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product_int8.cpp.o 2022-11-23T00:55:47.9126812Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/verbose.cpp.o 2022-11-23T00:55:48.0324213Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_sgemm_kern_autogen.cpp.o 2022-11-23T00:55:48.0633001Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_driver.cpp.o 2022-11-23T00:55:48.1110461Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_info.cpp.o 2022-11-23T00:55:48.1521416Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/sum_fusion.cpp.o 2022-11-23T00:55:48.1970464Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_layer_normalization.cpp.o 2022-11-23T00:55:48.2781907Z [ 6%] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittnotify_static.c.o 2022-11-23T00:55:48.4133402Z [ 6%] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/jitprofiling.c.o 2022-11-23T00:55:48.4158602Z [ 6%] Building ASM object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittptmark64.S.o 2022-11-23T00:55:48.4464280Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_pack.cpp.o 2022-11-23T00:55:48.4526710Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemv_driver.cpp.o 2022-11-23T00:55:48.5115555Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_lrn.cpp.o 2022-11-23T00:55:48.5259348Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_pooling.cpp.o 2022-11-23T00:55:48.5558556Z [ 6%] Built target dnnl_common 2022-11-23T00:55:48.5623094Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_prelu.cpp.o 2022-11-23T00:55:48.5910939Z [ 6%] Built target dnnl_graph_backend_dnnl 2022-11-23T00:55:48.6017127Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_reduction.cpp.o 2022-11-23T00:55:48.7419232Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_resampling.cpp.o 2022-11-23T00:55:48.8276726Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_gemm_s8u8s32_kern.cpp.o 2022-11-23T00:55:48.8565214Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:55:48.8657115Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:55:48.8810314Z [ 6%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2022-11-23T00:55:48.9440712Z [ 6%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2022-11-23T00:55:49.0451088Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_shuffle.cpp.o 2022-11-23T00:55:49.1869018Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_softmax.cpp.o 2022-11-23T00:55:49.2011791Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_concat.cpp.o 2022-11-23T00:55:49.2280088Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization.cpp.o 2022-11-23T00:55:49.2510802Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:49.3057499Z [ 6%] Built target kineto_api 2022-11-23T00:55:49.3320829Z [ 6%] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2022-11-23T00:55:49.3773346Z [ 6%] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2022-11-23T00:55:49.4592026Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_resampling.cpp.o 2022-11-23T00:55:49.5142612Z [ 6%] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2022-11-23T00:55:49.5546689Z [ 6%] Building CXX object caffe2/CMakeFiles/caffe2_nvrtc.dir/__/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp.o 2022-11-23T00:55:49.6127053Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:49.6149316Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:55:49.6572243Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:55:49.8056306Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_sum.cpp.o 2022-11-23T00:55:49.8454397Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2022-11-23T00:55:49.8456124Z /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-23T00:55:49.8508121Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T00:55:49.8509038Z | ^~~~~~~~~~~~~~~~ 2022-11-23T00:55:49.8509819Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T00:55:49.8510570Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T00:55:49.8511120Z | ^~~~ 2022-11-23T00:55:49.8511895Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T00:55:49.8512561Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T00:55:49.8513002Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:55:49.8513559Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T00:55:49.8514290Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/ATenHIPGeneral.h:4, 2022-11-23T00:55:49.8515001Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:4, 2022-11-23T00:55:49.8515936Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2022-11-23T00:55:49.8516685Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T00:55:49.8517294Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T00:55:49.8517792Z | ^~~~~~~~~~~~~~~~ 2022-11-23T00:55:49.8518450Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2022-11-23T00:55:49.8520330Z /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-23T00:55:49.8521704Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T00:55:49.8522339Z | ^~~~~~~~~~~~~~~~ 2022-11-23T00:55:49.8523154Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T00:55:49.8523862Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T00:55:49.8524368Z | ^~~~ 2022-11-23T00:55:49.8525266Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T00:55:49.8525900Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T00:55:49.8526304Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:55:49.8526863Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T00:55:49.8527548Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/ATenHIPGeneral.h:4, 2022-11-23T00:55:49.8528237Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:4, 2022-11-23T00:55:49.8528970Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2022-11-23T00:55:49.8529674Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T00:55:49.8530270Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T00:55:49.8530723Z | ^~~~~~~~~~~~~~~~ 2022-11-23T00:55:49.8531656Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp: In function ‘at::cuda::NVRTC* at::cuda::load_nvrtc()’: 2022-11-23T00:55:49.8533651Z /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-23T00:55:49.8534844Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T00:55:49.8535292Z | ^~~~~~~~~~~~~~~~ 2022-11-23T00:55:49.8536010Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:9:42: note: in definition of macro ‘CREATE_ASSIGN’ 2022-11-23T00:55:49.8536695Z 9 | #define CREATE_ASSIGN(name) self->name = name; 2022-11-23T00:55:49.8537230Z | ^~~~ 2022-11-23T00:55:49.8538183Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:10:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T00:55:49.8538938Z 10 | AT_FORALL_NVRTC(CREATE_ASSIGN) 2022-11-23T00:55:49.8539431Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:55:49.8540059Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T00:55:49.8540741Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/ATenHIPGeneral.h:4, 2022-11-23T00:55:49.8541466Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:4, 2022-11-23T00:55:49.8542446Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2022-11-23T00:55:49.8543187Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T00:55:49.8543835Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T00:55:49.8544391Z | ^~~~~~~~~~~~~~~~ 2022-11-23T00:55:49.8546170Z /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-23T00:55:49.8547522Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T00:55:49.8547981Z | ^~~~~~~~~~~~~~~~ 2022-11-23T00:55:49.8548769Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:9:42: note: in definition of macro ‘CREATE_ASSIGN’ 2022-11-23T00:55:49.8549487Z 9 | #define CREATE_ASSIGN(name) self->name = name; 2022-11-23T00:55:49.8550010Z | ^~~~ 2022-11-23T00:55:49.8550767Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:10:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T00:55:49.8551415Z 10 | AT_FORALL_NVRTC(CREATE_ASSIGN) 2022-11-23T00:55:49.8551843Z | ^~~~~~~~~~~~~~~ 2022-11-23T00:55:49.8552372Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T00:55:49.8553003Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/ATenHIPGeneral.h:4, 2022-11-23T00:55:49.8553628Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:4, 2022-11-23T00:55:49.8554261Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2022-11-23T00:55:49.8554948Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T00:55:49.8555588Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T00:55:49.8556089Z | ^~~~~~~~~~~~~~~~ 2022-11-23T00:55:49.8556614Z [ 6%] Linking CXX shared library ../lib/libcaffe2_nvrtc.so 2022-11-23T00:55:49.8933240Z [ 6%] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2022-11-23T00:55:49.9546366Z [ 6%] Built target caffe2_nvrtc 2022-11-23T00:55:49.9606577Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:55:49.9611461Z [ 6%] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2022-11-23T00:55:49.9802779Z [ 6%] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2022-11-23T00:55:49.9956174Z [ 6%] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2022-11-23T00:55:50.0984862Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/zero_point_utils.cpp.o 2022-11-23T00:55:50.1751886Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/gemm_utils_f32.cpp.o 2022-11-23T00:55:50.2486505Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/ref_gemm_f32.cpp.o 2022-11-23T00:55:50.2951675Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm.cpp.o 2022-11-23T00:55:50.3283272Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:55:50.3550921Z [ 6%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2022-11-23T00:55:50.4073962Z [ 6%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2022-11-23T00:55:50.4491983Z [ 6%] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2022-11-23T00:55:50.5350916Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm_pack.cpp.o 2022-11-23T00:55:50.6167000Z [ 6%] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2022-11-23T00:55:50.6807047Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:55:50.7093759Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:55:50.7527223Z [ 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-23T00:55:50.7847494Z [ 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-23T00:55:50.8085601Z [ 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-23T00:55:50.9158054Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2022-11-23T00:55:51.0253220Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2022-11-23T00:55:51.0730466Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:51.0734988Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:51.1708601Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:55:51.1741171Z [ 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-23T00:55:51.2770761Z [ 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-23T00:55:51.4106642Z [ 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-23T00:55:51.4108798Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2022-11-23T00:55:51.4769220Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2022-11-23T00:55:51.5444858Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:55:51.5646331Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:55:51.6618288Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:55:51.7279189Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemm_s8u8s32_kern.cpp.o 2022-11-23T00:55:51.7597709Z [ 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-23T00:55:51.8249735Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2022-11-23T00:55:51.9173843Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2022-11-23T00:55:51.9490610Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2022-11-23T00:55:52.0244631Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2022-11-23T00:55:52.0802663Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul_int8.cpp.o 2022-11-23T00:55:52.0858378Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemv_s8x8s32.cpp.o 2022-11-23T00:55:52.1672289Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_kernel_gemv_s8x8s32_kern.cpp.o 2022-11-23T00:55:52.2251465Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:55:52.2268080Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:55:52.3107519Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2022-11-23T00:55:52.3938414Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder.cpp.o 2022-11-23T00:55:52.4579332Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_bf16_s8.cpp.o 2022-11-23T00:55:52.4984309Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_f32_s8.cpp.o 2022-11-23T00:55:52.5935197Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymNodeImpl.cpp.o 2022-11-23T00:55:52.5963914Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2022-11-23T00:55:52.6930109Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:52.7274709Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:52.8120089Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:55:52.8380821Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_s8_s8.cpp.o 2022-11-23T00:55:52.8689770Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_bf16.cpp.o 2022-11-23T00:55:52.9746929Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2022-11-23T00:55:53.0778840Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2022-11-23T00:55:53.1017849Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2022-11-23T00:55:53.1685823Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2022-11-23T00:55:53.2150097Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f16.cpp.o 2022-11-23T00:55:53.2371541Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:55:53.3786789Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:55:53.3803080Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:55:53.4834534Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:53.4846183Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2022-11-23T00:55:53.5382886Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_bf16.cpp.o 2022-11-23T00:55:53.6388572Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f16.cpp.o 2022-11-23T00:55:53.7244931Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/HermeticPyObjectTLS.cpp.o 2022-11-23T00:55:53.7382901Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2022-11-23T00:55:53.8092142Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f32.cpp.o 2022-11-23T00:55:53.8338710Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s32.cpp.o 2022-11-23T00:55:53.8851829Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:53.9346440Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:53.9820422Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:54.0793582Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2022-11-23T00:55:54.1459530Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2022-11-23T00:55:54.1490137Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s8.cpp.o 2022-11-23T00:55:54.2711042Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_u8.cpp.o 2022-11-23T00:55:54.2837625Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s32.cpp.o 2022-11-23T00:55:54.3842633Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:54.4552062Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:54.4814783Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:54.5214316Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2022-11-23T00:55:54.5906626Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2022-11-23T00:55:54.6306066Z [ 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-23T00:55:54.7646405Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2022-11-23T00:55:54.7891213Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:54.8327990Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2022-11-23T00:55:54.8611723Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2022-11-23T00:55:54.9841558Z [ 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-23T00:55:54.9892558Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2022-11-23T00:55:55.0825607Z [ 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-23T00:55:55.1553689Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:55:55.1882475Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:55:55.2159121Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:55.3074974Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:55.3525241Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Array.cpp.o 2022-11-23T00:55:55.4495290Z [ 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-23T00:55:55.5191097Z [ 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-23T00:55:55.5812627Z [ 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-23T00:55:55.6114361Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2022-11-23T00:55:55.6613155Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2022-11-23T00:55:55.6731033Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:55:55.8197661Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:55:55.8576548Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:55:55.9122214Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2022-11-23T00:55:55.9138622Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:55:56.0259470Z [ 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-23T00:55:56.0442168Z [ 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-23T00:55:56.1608725Z [ 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-23T00:55:56.1786023Z [ 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-23T00:55:56.1829580Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2022-11-23T00:55:56.2792147Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:56.3826179Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:56.3928892Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:56.4954777Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2022-11-23T00:55:56.5533438Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2022-11-23T00:55:56.5959503Z [ 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-23T00:55:56.6937301Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2022-11-23T00:55:56.7499969Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:56.7656685Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2022-11-23T00:55:56.7921123Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2022-11-23T00:55:56.8397670Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2022-11-23T00:55:57.0099389Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:57.0135732Z [ 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-23T00:55:57.0727167Z [ 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-23T00:55:57.0728213Z [ 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-23T00:55:57.1461769Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2022-11-23T00:55:57.1463310Z [ 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-23T00:55:57.3225500Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2022-11-23T00:55:57.3822255Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:57.4048390Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:57.4664607Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:55:57.5091082Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:55:57.5674821Z [ 9%] Built target dnnl_cpu 2022-11-23T00:55:57.5742894Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:55:57.6022699Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2022-11-23T00:55:57.7124701Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2022-11-23T00:55:57.7865237Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2022-11-23T00:55:57.8119532Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2022-11-23T00:55:57.8749686Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2022-11-23T00:55:57.9211275Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:55:57.9837414Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:55:57.9842621Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2022-11-23T00:55:58.0463804Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:55:58.0626053Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:55:58.0982035Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:55:58.1905250Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2022-11-23T00:55:58.2695669Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2022-11-23T00:55:58.2802469Z [ 9%] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o 2022-11-23T00:55:58.4184080Z [ 9%] Linking C static library ../../lib/libfoxi_loader.a 2022-11-23T00:55:58.4249046Z [ 9%] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2022-11-23T00:55:58.4369031Z [ 9%] Built target foxi_loader 2022-11-23T00:55:58.4425937Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:55:58.4534119Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2022-11-23T00:55:58.5039636Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2022-11-23T00:55:58.5275166Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2022-11-23T00:55:58.5500415Z [ 9%] Built target common 2022-11-23T00:55:58.5560777Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2022-11-23T00:55:58.6912233Z [ 9%] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2022-11-23T00:55:58.7478090Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2022-11-23T00:55:58.8005984Z [ 9%] Generating ATen headers 2022-11-23T00:55:58.8064978Z [ 9%] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2022-11-23T00:55:58.8175615Z [ 9%] Linking C executable ../../bin/mkrename 2022-11-23T00:55:58.8302659Z [ 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-23T00:55:58.8663137Z [ 9%] Built target mkrename 2022-11-23T00:55:58.8713367Z [ 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-23T00:55:58.9227454Z [ 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-23T00:55:58.9238622Z [ 10%] Linking C executable ../../bin/mkalias 2022-11-23T00:55:58.9751835Z [ 10%] Built target mkalias 2022-11-23T00:55:58.9799749Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_binary_injector.cpp.o 2022-11-23T00:55:59.0984748Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2022-11-23T00:55:59.1882682Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2022-11-23T00:55:59.2250591Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2022-11-23T00:55:59.3088385Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2022-11-23T00:55:59.3562948Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_eltwise_injector.cpp.o 2022-11-23T00:55:59.4020030Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_postops_injector.cpp.o 2022-11-23T00:55:59.4413308Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/ip_convolution.cpp.o 2022-11-23T00:55:59.6129497Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_conv_kernel_f32.cpp.o 2022-11-23T00:55:59.6177280Z [ 10%] Linking CXX shared library ../lib/libc10.so 2022-11-23T00:55:59.7450902Z [ 10%] Built target c10 2022-11-23T00:55:59.7510166Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_convolution.cpp.o 2022-11-23T00:55:59.7702960Z [ 10%] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2022-11-23T00:55:59.7937852Z [ 10%] Generating ATen sources 2022-11-23T00:55:59.8116344Z [ 10%] Generating renamedsp256.h 2022-11-23T00:55:59.8235830Z [ 10%] Built target renamedsp256.h_generated 2022-11-23T00:55:59.8297574Z [ 10%] Generating ATen declarations_yaml 2022-11-23T00:55:59.8846126Z [ 10%] Linking C executable ../../bin/mkdisp 2022-11-23T00:55:59.9427370Z [ 10%] Built target mkdisp 2022-11-23T00:55:59.9600598Z [ 10%] Built target nvfuser_rt_warp_rocm 2022-11-23T00:55:59.9661940Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_conv_kernel_f32.cpp.o 2022-11-23T00:56:00.0795294Z [ 10%] Built target nvfuser_rt_array 2022-11-23T00:56:00.0853744Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_convolution.cpp.o 2022-11-23T00:56:00.2163478Z [ 10%] Generating ATen headers 2022-11-23T00:56:00.3095158Z [ 10%] Generating ATen sources 2022-11-23T00:56:00.3488834Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_conv_kernel.cpp.o 2022-11-23T00:56:00.6134521Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_convolution.cpp.o 2022-11-23T00:56:00.9901113Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_conv_kernel.cpp.o 2022-11-23T00:56:01.3494060Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_convolution.cpp.o 2022-11-23T00:56:01.7137537Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_resampling.cpp.o 2022-11-23T00:56:02.0488262Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_conv_kernel.cpp.o 2022-11-23T00:56:02.3843194Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_convolution.cpp.o 2022-11-23T00:56:02.7212197Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_conv_kernel.cpp.o 2022-11-23T00:56:03.0891972Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_convolution.cpp.o 2022-11-23T00:56:03.4635823Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_deconvolution.cpp.o 2022-11-23T00:56:03.8272703Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_conv_kernel.cpp.o 2022-11-23T00:56:04.1823482Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_convolution.cpp.o 2022-11-23T00:56:04.3532628Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_conv_kernel.cpp.o 2022-11-23T00:56:04.5701937Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_convolution.cpp.o 2022-11-23T00:56:04.6516817Z [ 11%] Built target nvfuser_rt_block_reduction 2022-11-23T00:56:04.6718032Z [ 11%] Built target nvfuser_rt_block_sync_atomic 2022-11-23T00:56:04.6894775Z [ 11%] Built target nvfuser_rt_block_sync_default 2022-11-23T00:56:04.6952215Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_dw_conv_kernel.cpp.o 2022-11-23T00:56:04.9370394Z [ 11%] Built target nvfuser_rt_broadcast 2022-11-23T00:56:04.9488252Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_sum.cpp.o 2022-11-23T00:56:04.9869507Z [ 11%] Built target nvfuser_rt_fp16_support 2022-11-23T00:56:04.9916677Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16cvt.cpp.o 2022-11-23T00:56:05.2176155Z [ 11%] Built target nvfuser_rt_fused_reduction 2022-11-23T00:56:05.2220037Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_2x3.cpp.o 2022-11-23T00:56:05.3083066Z [ 11%] Built target nvfuser_rt_fused_welford_helper 2022-11-23T00:56:05.3142425Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3.cpp.o 2022-11-23T00:56:05.5867899Z [ 11%] Built target nvfuser_rt_fused_welford_impl 2022-11-23T00:56:05.5913858Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3_kernel.cpp.o 2022-11-23T00:56:05.6562380Z [ 11%] Built target nvfuser_rt_bf16_support 2022-11-23T00:56:05.6612866Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_fp16cvt.cpp.o 2022-11-23T00:56:05.8611222Z [ 11%] Built target nvfuser_rt_grid_broadcast 2022-11-23T00:56:05.8671269Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_u8s8s32x_wino_convolution.cpp.o 2022-11-23T00:56:06.0723322Z [ 11%] Built target nvfuser_rt_grid_reduction 2022-11-23T00:56:06.0849226Z [ 11%] Built target nvfuser_rt_grid_sync 2022-11-23T00:56:06.0959080Z [ 11%] Built target nvfuser_rt_helpers 2022-11-23T00:56:06.1003094Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.o 2022-11-23T00:56:06.1659657Z [ 11%] Built target nvfuser_rt_index_utils 2022-11-23T00:56:06.1772192Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_convolution.cpp.o 2022-11-23T00:56:06.4323582Z [ 11%] Built target nvfuser_rt_random_numbers 2022-11-23T00:56:06.4382291Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_conv_kernel.cpp.o 2022-11-23T00:56:06.5279714Z [ 11%] Built target nvfuser_rt_tensor 2022-11-23T00:56:06.5343535Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_convolution.cpp.o 2022-11-23T00:56:06.8039806Z [ 11%] Built target nvfuser_rt_tuple 2022-11-23T00:56:06.8190427Z [ 11%] Built target nvfuser_rt_type_traits 2022-11-23T00:56:06.8250814Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_deconvolution.cpp.o 2022-11-23T00:56:06.9158263Z [ 11%] Built target nvfuser_rt_welford 2022-11-23T00:56:06.9310541Z [ 11%] Built target nvfuser_rt_warp 2022-11-23T00:56:06.9373139Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brdgmm_dw_conv.cpp.o 2022-11-23T00:56:07.1972005Z [ 11%] Built target nvfuser_rt_tensorcore 2022-11-23T00:56:07.2036704Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_1x1_conv.cpp.o 2022-11-23T00:56:07.2807412Z [ 12%] Built target nvfuser_rt_memory 2022-11-23T00:56:07.2872630Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv.cpp.o 2022-11-23T00:56:07.4887001Z [ 12%] Built target nvfuser_rt_swizzle 2022-11-23T00:56:07.4932807Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd.cpp.o 2022-11-23T00:56:07.7273611Z [ 12%] Built target nvfuser_rt_PhiloxCudaStateRaw 2022-11-23T00:56:07.7335016Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_w.cpp.o 2022-11-23T00:56:07.8054900Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_comp_pad_kernel.cpp.o 2022-11-23T00:56:08.0989811Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_trans_kernel.cpp.o 2022-11-23T00:56:08.1067780Z [ 12%] Built target nvfuser_rt_UnpackRaw 2022-11-23T00:56:08.1159663Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_utils.cpp.o 2022-11-23T00:56:08.2894282Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product.cpp.o 2022-11-23T00:56:08.4286733Z [ 12%] Built target nvfuser_rt_array_rocm 2022-11-23T00:56:08.4343638Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product_utils.cpp.o 2022-11-23T00:56:08.4629805Z [ 12%] Built target nvfuser_rt_bf16_support_rocm 2022-11-23T00:56:08.4718076Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_transpose_utils.cpp.o 2022-11-23T00:56:08.6521953Z [ 12%] Built target nvfuser_rt_block_sync_default_rocm 2022-11-23T00:56:08.6582903Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_inner_product_utils.cpp.o 2022-11-23T00:56:08.7286244Z [ 12%] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2022-11-23T00:56:08.8224821Z [ 12%] Linking C shared library ../lib/libtorch_global_deps.so 2022-11-23T00:56:08.8293365Z [ 12%] Built target python_copy_files 2022-11-23T00:56:08.8353344Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-11-23T00:56:09.0233798Z [ 12%] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2022-11-23T00:56:09.0510438Z [ 12%] Built target torch_global_deps 2022-11-23T00:56:09.0575319Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_convolution_utils.cpp.o 2022-11-23T00:56:09.1264579Z [ 12%] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2022-11-23T00:56:09.1647729Z [ 12%] Linking C executable ../../bin/mkrename_gnuabi 2022-11-23T00:56:09.2185584Z [ 12%] Built target mkrename_gnuabi 2022-11-23T00:56:09.2332522Z [ 12%] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2022-11-23T00:56:09.2347742Z [ 12%] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2022-11-23T00:56:09.2684856Z [ 12%] Linking C executable ../../bin/mkmasked_gnuabi 2022-11-23T00:56:09.3186581Z [ 12%] Built target mkmasked_gnuabi 2022-11-23T00:56:09.3408797Z [ 12%] Generating ../../torch/csrc/autograd/generated/Functions.cpp, ../../torch/csrc/autograd/generated/VariableType_0.cpp, ../../torch/csrc/autograd/generated/VariableType_1.cpp, ../../torch/csrc/autograd/generated/VariableType_2.cpp, ../../torch/csrc/autograd/generated/VariableType_3.cpp, ../../torch/csrc/autograd/generated/VariableType_4.cpp, ../../torch/csrc/autograd/generated/TraceType_0.cpp, ../../torch/csrc/autograd/generated/TraceType_1.cpp, ../../torch/csrc/autograd/generated/TraceType_2.cpp, ../../torch/csrc/autograd/generated/TraceType_3.cpp, ../../torch/csrc/autograd/generated/TraceType_4.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, ../../torch/csrc/lazy/generated/LazyNativeFunctions.cpp, ../../torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, ../../torch/csrc/lazy/generated/RegisterLazy.cpp, ../../torch/csrc/autograd/generated/Functions.h, ../../torch/csrc/autograd/generated/variable_factories.h, ../../torch/csrc/autograd/generated/VariableType.h, ../../torch/csrc/lazy/generated/LazyIr.h, ../../torch/csrc/lazy/generated/LazyNonNativeIr.h, ../../torch/csrc/lazy/generated/LazyNativeFunctions.h, ../../torch/csrc/autograd/generated/python_functions_0.cpp, ../../torch/csrc/autograd/generated/python_functions_1.cpp, ../../torch/csrc/autograd/generated/python_functions_2.cpp, ../../torch/csrc/autograd/generated/python_functions_3.cpp, ../../torch/csrc/autograd/generated/python_functions_4.cpp, ../../torch/csrc/autograd/generated/python_variable_methods.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_0.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_1.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_2.cpp, ../../torch/csrc/autograd/generated/python_nn_functions.cpp, ../../torch/csrc/autograd/generated/python_fft_functions.cpp, ../../torch/csrc/autograd/generated/python_linalg_functions.cpp, ../../torch/csrc/autograd/generated/python_nested_functions.cpp, ../../torch/csrc/autograd/generated/python_sparse_functions.cpp, ../../torch/csrc/autograd/generated/python_special_functions.cpp, ../../torch/csrc/autograd/generated/python_return_types.cpp, ../../torch/csrc/autograd/generated/python_enum_tag.cpp, ../../torch/csrc/autograd/generated/python_functions.h, ../../torch/testing/_internal/generated/annotated_fn_args.py 2022-11-23T00:56:09.3581378Z [ 12%] Linking C executable ../../bin/addSuffix 2022-11-23T00:56:09.3594588Z [ 12%] Built target arraymap 2022-11-23T00:56:09.3789492Z [ 12%] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2022-11-23T00:56:09.4086481Z [ 12%] Built target addSuffix 2022-11-23T00:56:09.4145357Z [ 12%] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2022-11-23T00:56:09.4498500Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_conv_kernel_f32.cpp.o 2022-11-23T00:56:09.4664193Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_convolution.cpp.o 2022-11-23T00:56:09.8122433Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_conv_kernel_f32.cpp.o 2022-11-23T00:56:09.8146283Z [ 12%] Generating ../../../torch/version.py 2022-11-23T00:56:10.1470498Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_convolution.cpp.o 2022-11-23T00:56:10.3917983Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_transpose_utils.cpp.o 2022-11-23T00:56:10.6645575Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization.cpp.o 2022-11-23T00:56:11.0214184Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization_s8.cpp.o 2022-11-23T00:56:11.2863674Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary.cpp.o 2022-11-23T00:56:11.6388551Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary_kernel.cpp.o 2022-11-23T00:56:11.9975269Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_deconv_zp_pad_str_kernel.cpp.o 2022-11-23T00:56:12.3144084Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_f32.cpp.o 2022-11-23T00:56:12.5967020Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_utils.cpp.o 2022-11-23T00:56:12.9359744Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_convolution.cpp.o 2022-11-23T00:56:13.3055104Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise.cpp.o 2022-11-23T00:56:13.6067344Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise_int.cpp.o 2022-11-23T00:56:13.9504794Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_i8i8_pooling.cpp.o 2022-11-23T00:56:14.2412833Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_layer_normalization.cpp.o 2022-11-23T00:56:14.5156746Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pool_kernel.cpp.o 2022-11-23T00:56:14.8664018Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pooling.cpp.o 2022-11-23T00:56:15.1722522Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction.cpp.o 2022-11-23T00:56:15.4562479Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction_kernel.cpp.o 2022-11-23T00:56:15.7360493Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder.cpp.o 2022-11-23T00:56:16.0375908Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder_utils.cpp.o 2022-11-23T00:56:16.1865533Z [ 12%] Built target gen_torch_version 2022-11-23T00:56:16.2178912Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2022-11-23T00:56:16.2622973Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling.cpp.o 2022-11-23T00:56:16.4819963Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2022-11-23T00:56:16.6253012Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling_kernel.cpp.o 2022-11-23T00:56:16.7352809Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2022-11-23T00:56:16.9292601Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_softmax.cpp.o 2022-11-23T00:56:17.0098082Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2022-11-23T00:56:17.0303936Z [ 12%] Built target torch_python_stubs 2022-11-23T00:56:17.0547413Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2022-11-23T00:56:17.2636951Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2022-11-23T00:56:17.2934873Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_tbb_batch_normalization.cpp.o 2022-11-23T00:56:17.3280989Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2022-11-23T00:56:17.5258678Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2022-11-23T00:56:17.6282528Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2022-11-23T00:56:17.6698090Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_conv_kernel.cpp.o 2022-11-23T00:56:17.8546093Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2022-11-23T00:56:17.9101742Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2022-11-23T00:56:18.0488347Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_convolution.cpp.o 2022-11-23T00:56:18.1264375Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2022-11-23T00:56:18.1943158Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2022-11-23T00:56:18.4353801Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_conv_kernel.cpp.o 2022-11-23T00:56:18.4386547Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2022-11-23T00:56:18.4407235Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_convolution.cpp.o 2022-11-23T00:56:18.6594715Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2022-11-23T00:56:18.7792630Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_deconvolution.cpp.o 2022-11-23T00:56:18.7853091Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn.cpp.o 2022-11-23T00:56:18.9125642Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2022-11-23T00:56:19.1415056Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2022-11-23T00:56:19.1453250Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2022-11-23T00:56:19.1753470Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_base.cpp.o 2022-11-23T00:56:19.3689930Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2022-11-23T00:56:19.3738831Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2022-11-23T00:56:19.4697031Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_blocked.cpp.o 2022-11-23T00:56:19.6040303Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2022-11-23T00:56:19.6860041Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2022-11-23T00:56:19.7823213Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_nhwc.cpp.o 2022-11-23T00:56:19.8797673Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_base.cpp.o 2022-11-23T00:56:20.0014677Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2022-11-23T00:56:20.0775491Z [ 13%] Built target generate-torch-sources 2022-11-23T00:56:20.0949896Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2022-11-23T00:56:20.1136499Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2022-11-23T00:56:20.1627655Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_blocked.cpp.o 2022-11-23T00:56:20.1930855Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2022-11-23T00:56:20.2196859Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2022-11-23T00:56:20.2764973Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2022-11-23T00:56:20.3212702Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2022-11-23T00:56:20.3233297Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2022-11-23T00:56:20.3648737Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2022-11-23T00:56:20.4007001Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2022-11-23T00:56:20.4634605Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2022-11-23T00:56:20.4881049Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2022-11-23T00:56:20.5486359Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_nhwc.cpp.o 2022-11-23T00:56:20.5507054Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2022-11-23T00:56:20.5761552Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2022-11-23T00:56:20.6353539Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2022-11-23T00:56:20.6578542Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2022-11-23T00:56:20.6858004Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2022-11-23T00:56:20.7115307Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2022-11-23T00:56:20.7510209Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2022-11-23T00:56:20.7985624Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2022-11-23T00:56:20.8367273Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2022-11-23T00:56:20.8859360Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2022-11-23T00:56:20.9217186Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2022-11-23T00:56:20.9713867Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2022-11-23T00:56:20.9714618Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn.cpp.o 2022-11-23T00:56:21.0244144Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2022-11-23T00:56:21.0678729Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2022-11-23T00:56:21.0945992Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2022-11-23T00:56:21.1270213Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2022-11-23T00:56:21.1665655Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2022-11-23T00:56:21.2036806Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2022-11-23T00:56:21.2464415Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2022-11-23T00:56:21.2875031Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2022-11-23T00:56:21.3329804Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2022-11-23T00:56:21.3782265Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2022-11-23T00:56:21.4048672Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2022-11-23T00:56:21.4569723Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn_kernel.cpp.o 2022-11-23T00:56:21.4582229Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2022-11-23T00:56:21.4768937Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2022-11-23T00:56:21.5551713Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2022-11-23T00:56:21.5759386Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2022-11-23T00:56:21.6409370Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2022-11-23T00:56:21.6847063Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2022-11-23T00:56:21.7103284Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2022-11-23T00:56:21.7411387Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2022-11-23T00:56:21.7808941Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2022-11-23T00:56:21.8291038Z [ 14%] Linking C static library ../../lib/libcpuinfo.a 2022-11-23T00:56:21.8514414Z [ 14%] Built target cpuinfo 2022-11-23T00:56:21.8785207Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2022-11-23T00:56:21.8888143Z [ 14%] Linking C static library ../../lib/libcpuinfo_internals.a 2022-11-23T00:56:21.8897597Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul.cpp.o 2022-11-23T00:56:21.9145282Z [ 14%] Built target cpuinfo_internals 2022-11-23T00:56:21.9499632Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2022-11-23T00:56:22.0121158Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2022-11-23T00:56:22.0580274Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2022-11-23T00:56:22.0947645Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2022-11-23T00:56:22.1620818Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T00:56:22.1833029Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2022-11-23T00:56:22.2460678Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2022-11-23T00:56:22.2941478Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_copy_utils.cpp.o 2022-11-23T00:56:22.2972497Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T00:56:22.3367323Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2022-11-23T00:56:22.3970778Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2022-11-23T00:56:22.3991952Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T00:56:22.4262582Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2022-11-23T00:56:22.4930098Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T00:56:22.5096366Z [ 14%] Linking C static library ../../lib/libnnpack_reference_layers.a 2022-11-23T00:56:22.5350126Z [ 14%] Built target nnpack_reference_layers 2022-11-23T00:56:22.5543010Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2022-11-23T00:56:22.5936595Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-scalar-c1.c.o 2022-11-23T00:56:22.6325197Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_utils.cpp.o 2022-11-23T00:56:22.6965600Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-scalar-c1.c.o 2022-11-23T00:56:22.6971585Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2022-11-23T00:56:22.6976737Z [ 14%] Built target indirection 2022-11-23T00:56:22.7038556Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-scalar-c1.c.o 2022-11-23T00:56:22.7846144Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2022-11-23T00:56:22.7964253Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:56:22.8706250Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-scalar-c1.c.o 2022-11-23T00:56:22.9430953Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p0p1c3x4-scalar-1x1.c.o 2022-11-23T00:56:23.0077725Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2022-11-23T00:56:23.0302982Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_backward.cpp.o 2022-11-23T00:56:23.0635707Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p1c3x4-scalar-1x1.c.o 2022-11-23T00:56:23.1036825Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2022-11-23T00:56:23.1423718Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-scalar-1x1.c.o 2022-11-23T00:56:23.1688294Z [ 14%] Built target packing 2022-11-23T00:56:23.1760007Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_base_kernel.cpp.o 2022-11-23T00:56:23.2288255Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar-acc2.c.o 2022-11-23T00:56:23.3173126Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar.c.o 2022-11-23T00:56:23.4025851Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2022-11-23T00:56:23.4127849Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar-acc2.c.o 2022-11-23T00:56:23.4151893Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar.c.o 2022-11-23T00:56:23.4995504Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar-acc2.c.o 2022-11-23T00:56:23.5177162Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar.c.o 2022-11-23T00:56:23.5474717Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_forward.cpp.o 2022-11-23T00:56:23.6107351Z [ 14%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2022-11-23T00:56:23.6234523Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar-acc2.c.o 2022-11-23T00:56:23.6633448Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2022-11-23T00:56:23.7624722Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar.c.o 2022-11-23T00:56:23.7905993Z [ 14%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2022-11-23T00:56:23.8563826Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar-acc2.c.o 2022-11-23T00:56:23.9066696Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_reduction_kernel.cpp.o 2022-11-23T00:56:23.9424205Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2022-11-23T00:56:23.9681781Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar.c.o 2022-11-23T00:56:23.9990032Z [ 14%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2022-11-23T00:56:24.0765267Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar-acc2.c.o 2022-11-23T00:56:24.1304089Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/memory.c.o 2022-11-23T00:56:24.1758292Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar.c.o 2022-11-23T00:56:24.2263115Z [ 14%] Built target jit 2022-11-23T00:56:24.2805445Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/argmax-pooling-nhwc.c.o 2022-11-23T00:56:24.2813163Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2022-11-23T00:56:24.2816492Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar-acc2.c.o 2022-11-23T00:56:24.3192121Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_utils.cpp.o 2022-11-23T00:56:24.3791170Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar.c.o 2022-11-23T00:56:24.4073378Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/average-pooling-nhwc.c.o 2022-11-23T00:56:24.4706013Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar-acc2.c.o 2022-11-23T00:56:24.5120479Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/binary-elementwise-nd.c.o 2022-11-23T00:56:24.5721774Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar.c.o 2022-11-23T00:56:24.5972116Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2022-11-23T00:56:24.6597477Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/channel-shuffle-nc.c.o 2022-11-23T00:56:24.6628893Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_backward_kernel.cpp.o 2022-11-23T00:56:24.7036860Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar-acc2.c.o 2022-11-23T00:56:24.7503400Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/constant-pad-nd.c.o 2022-11-23T00:56:24.7943578Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar.c.o 2022-11-23T00:56:24.8481292Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nchw.c.o 2022-11-23T00:56:24.8930295Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar-acc2.c.o 2022-11-23T00:56:24.9187366Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2022-11-23T00:56:24.9817107Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nhwc.c.o 2022-11-23T00:56:24.9822804Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar.c.o 2022-11-23T00:56:25.0557721Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_forward_kernel.cpp.o 2022-11-23T00:56:25.0883753Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar-acc2.c.o 2022-11-23T00:56:25.1258699Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/deconvolution-nhwc.c.o 2022-11-23T00:56:25.1819047Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar.c.o 2022-11-23T00:56:25.2452954Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2022-11-23T00:56:25.2469392Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nchw2nhwc.c.o 2022-11-23T00:56:25.2925728Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar-acc2.c.o 2022-11-23T00:56:25.3415712Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nhwc.c.o 2022-11-23T00:56:25.3882234Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar.c.o 2022-11-23T00:56:25.4195399Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_bwd.cpp.o 2022-11-23T00:56:25.4557598Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/fully-connected-nc.c.o 2022-11-23T00:56:25.4936215Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar-acc2.c.o 2022-11-23T00:56:25.5555278Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2022-11-23T00:56:25.5569186Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-ncw.c.o 2022-11-23T00:56:25.6124676Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar.c.o 2022-11-23T00:56:25.6627946Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-nwc.c.o 2022-11-23T00:56:25.7078370Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar-acc2.c.o 2022-11-23T00:56:25.7585831Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/lut-elementwise-nc.c.o 2022-11-23T00:56:25.7814406Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_fwd.cpp.o 2022-11-23T00:56:25.8320662Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar.c.o 2022-11-23T00:56:25.8856308Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2022-11-23T00:56:25.8866175Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/max-pooling-nhwc.c.o 2022-11-23T00:56:25.9345254Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar-acc2.c.o 2022-11-23T00:56:25.9815742Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/prelu-nc.c.o 2022-11-23T00:56:26.0235544Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar.c.o 2022-11-23T00:56:26.0750772Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nchw.c.o 2022-11-23T00:56:26.1204784Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar-acc2.c.o 2022-11-23T00:56:26.1808641Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_reorders.cpp.o 2022-11-23T00:56:26.1811230Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nhwc.c.o 2022-11-23T00:56:26.2174172Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2022-11-23T00:56:26.2569963Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar.c.o 2022-11-23T00:56:26.2992951Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/softmax-nc.c.o 2022-11-23T00:56:26.3427438Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc2.c.o 2022-11-23T00:56:26.3926427Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unary-elementwise-nc.c.o 2022-11-23T00:56:26.4473314Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc3.c.o 2022-11-23T00:56:26.5107489Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unpooling-nhwc.c.o 2022-11-23T00:56:26.5143514Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2022-11-23T00:56:26.5615338Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc4.c.o 2022-11-23T00:56:26.5876552Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_utils.cpp.o 2022-11-23T00:56:26.6295589Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/abs.c.o 2022-11-23T00:56:26.6672292Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1.c.o 2022-11-23T00:56:26.7358981Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/add2.c.o 2022-11-23T00:56:26.7625087Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1-acc2.c.o 2022-11-23T00:56:26.8681771Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/argmax-pooling-2d.c.o 2022-11-23T00:56:26.8695344Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2022-11-23T00:56:26.8702175Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_brgemm_transpose_single_row.cpp.o 2022-11-23T00:56:26.9093681Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1.c.o 2022-11-23T00:56:26.9753903Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/average-pooling-2d.c.o 2022-11-23T00:56:27.0202790Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-3x1.c.o 2022-11-23T00:56:27.0818886Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/bankers-rounding.c.o 2022-11-23T00:56:27.1262676Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-4x1.c.o 2022-11-23T00:56:27.1983374Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2022-11-23T00:56:27.1990215Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/ceiling.c.o 2022-11-23T00:56:27.2498149Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-5x1.c.o 2022-11-23T00:56:27.2805195Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_diff_weights_peephole.cpp.o 2022-11-23T00:56:27.3199873Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/clamp.c.o 2022-11-23T00:56:27.3575998Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-6x1.c.o 2022-11-23T00:56:27.4044546Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convert.c.o 2022-11-23T00:56:27.4526459Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc2.c.o 2022-11-23T00:56:27.5344119Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convolution-2d.c.o 2022-11-23T00:56:27.5512612Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2022-11-23T00:56:27.5597738Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc3.c.o 2022-11-23T00:56:27.6542596Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_gates_reduction.cpp.o 2022-11-23T00:56:27.6543808Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/deconvolution-2d.c.o 2022-11-23T00:56:27.6548644Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc4.c.o 2022-11-23T00:56:27.7407662Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1.c.o 2022-11-23T00:56:27.7626385Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depth-to-space.c.o 2022-11-23T00:56:27.8303422Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1-acc2.c.o 2022-11-23T00:56:27.8724201Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2022-11-23T00:56:27.8735066Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depthwise-convolution-2d.c.o 2022-11-23T00:56:27.9391969Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1.c.o 2022-11-23T00:56:27.9830715Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/divide.c.o 2022-11-23T00:56:28.0382216Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-3x1.c.o 2022-11-23T00:56:28.0412951Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/rnn_brgemm_utils.cpp.o 2022-11-23T00:56:28.0896888Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/elu.c.o 2022-11-23T00:56:28.1293876Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-4x1.c.o 2022-11-23T00:56:28.1852092Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/floor.c.o 2022-11-23T00:56:28.2290997Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc2.c.o 2022-11-23T00:56:28.2304882Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2022-11-23T00:56:28.2836935Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/fully-connected.c.o 2022-11-23T00:56:28.3279911Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc3.c.o 2022-11-23T00:56:28.3837766Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/global-average-pooling-2d.c.o 2022-11-23T00:56:28.4310096Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc4.c.o 2022-11-23T00:56:28.4582914Z [ 16%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle.cpp.o 2022-11-23T00:56:28.5052930Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/hardswish.c.o 2022-11-23T00:56:28.5462550Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc5.c.o 2022-11-23T00:56:28.5728387Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2022-11-23T00:56:28.6143140Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/leaky-relu.c.o 2022-11-23T00:56:28.6494353Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1.c.o 2022-11-23T00:56:28.7256089Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/max-pooling-2d.c.o 2022-11-23T00:56:28.7511750Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc2.c.o 2022-11-23T00:56:28.8193051Z [ 16%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle_kernel.cpp.o 2022-11-23T00:56:28.8662310Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/maximum2.c.o 2022-11-23T00:56:28.8680762Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc3.c.o 2022-11-23T00:56:28.8960111Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2022-11-23T00:56:28.9724032Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1.c.o 2022-11-23T00:56:28.9894305Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/minimum2.c.o 2022-11-23T00:56:29.0667398Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1-acc2.c.o 2022-11-23T00:56:29.0931999Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/multiply2.c.o 2022-11-23T00:56:29.1635574Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1.c.o 2022-11-23T00:56:29.2087545Z [ 16%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/utils/jit_io_helper.cpp.o 2022-11-23T00:56:29.2279574Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2022-11-23T00:56:29.2413574Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/negate.c.o 2022-11-23T00:56:29.2843186Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc2.c.o 2022-11-23T00:56:29.3402983Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/prelu.c.o 2022-11-23T00:56:29.4259489Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/sigmoid.c.o 2022-11-23T00:56:29.4507261Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc3.c.o 2022-11-23T00:56:29.5534396Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2022-11-23T00:56:29.5535399Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/softmax.c.o 2022-11-23T00:56:29.5837965Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc4.c.o 2022-11-23T00:56:29.6216876Z [ 16%] Built target dnnl_cpu_x64 2022-11-23T00:56:29.6334945Z [ 17%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2022-11-23T00:56:29.6565759Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square-root.c.o 2022-11-23T00:56:29.6838769Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc5.c.o 2022-11-23T00:56:29.7615798Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square.c.o 2022-11-23T00:56:29.7868149Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1.c.o 2022-11-23T00:56:29.8576804Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/squared-difference.c.o 2022-11-23T00:56:29.8987340Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2022-11-23T00:56:29.8992087Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc2.c.o 2022-11-23T00:56:29.9592652Z [ 17%] Linking CXX static library ../../../lib/libgmock.a 2022-11-23T00:56:29.9598312Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-constant-pad.c.o 2022-11-23T00:56:29.9811108Z [ 17%] Built target gmock 2022-11-23T00:56:30.0021410Z [ 17%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2022-11-23T00:56:30.0097459Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc3.c.o 2022-11-23T00:56:30.0647092Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-reshape.c.o 2022-11-23T00:56:30.1060903Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1.c.o 2022-11-23T00:56:30.1572529Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-resize-bilinear-2d.c.o 2022-11-23T00:56:30.1952147Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1-acc2.c.o 2022-11-23T00:56:30.2467811Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/subtract.c.o 2022-11-23T00:56:30.2885912Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2022-11-23T00:56:30.2894514Z [ 17%] Linking CXX static library ../../../lib/libgtest_main.a 2022-11-23T00:56:30.3089881Z [ 17%] Built target gtest_main 2022-11-23T00:56:30.3157608Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1.c.o 2022-11-23T00:56:30.3348730Z [ 17%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2022-11-23T00:56:30.3636151Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/unpooling-2d.c.o 2022-11-23T00:56:30.4061319Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x1.c.o 2022-11-23T00:56:30.4629463Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/datatype-strings.c.o 2022-11-23T00:56:30.4931747Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x2.c.o 2022-11-23T00:56:30.5197474Z [ 17%] Linking CXX static library ../../../lib/libbenchmark_main.a 2022-11-23T00:56:30.5422649Z [ 17%] Built target benchmark_main 2022-11-23T00:56:30.5568474Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-strings.c.o 2022-11-23T00:56:30.5783192Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDM.cc.o 2022-11-23T00:56:30.5935076Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x3.c.o 2022-11-23T00:56:30.6249846Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2022-11-23T00:56:30.6675295Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph-strings.c.o 2022-11-23T00:56:30.6881220Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x4.c.o 2022-11-23T00:56:30.7579061Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/allocator.c.o 2022-11-23T00:56:30.7796478Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x1.c.o 2022-11-23T00:56:30.8442485Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2022-11-23T00:56:30.8710920Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x2.c.o 2022-11-23T00:56:30.9333830Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2022-11-23T00:56:30.9697472Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x3.c.o 2022-11-23T00:56:31.0627955Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x4.c.o 2022-11-23T00:56:31.1074207Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/memory-planner.c.o 2022-11-23T00:56:31.1553375Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDMNBit.cc.o 2022-11-23T00:56:31.1782415Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/scalar-x1.c.o 2022-11-23T00:56:31.2021772Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-delete.c.o 2022-11-23T00:56:31.2239055Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2022-11-23T00:56:31.2863267Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/runtime.c.o 2022-11-23T00:56:31.3066421Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-scalar-c1.c.o 2022-11-23T00:56:31.3819139Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph.c.o 2022-11-23T00:56:31.4112842Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-scalar-c1.c.o 2022-11-23T00:56:31.4863572Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tensor.c.o 2022-11-23T00:56:31.5064082Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x4inc-minmax-scalar.c.o 2022-11-23T00:56:31.5368866Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2022-11-23T00:56:31.6213855Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/2x4inc-minmax-scalar.c.o 2022-11-23T00:56:31.6219665Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/indirection.c.o 2022-11-23T00:56:31.6224491Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernel.cc.o 2022-11-23T00:56:31.7005508Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernelU8S8.cc.o 2022-11-23T00:56:31.7459263Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x4inc-minmax-scalar.c.o 2022-11-23T00:56:31.7877596Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-run.c.o 2022-11-23T00:56:31.8349052Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-minmax-scalar.c.o 2022-11-23T00:56:31.8616553Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2022-11-23T00:56:31.9046413Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/packing.c.o 2022-11-23T00:56:31.9676130Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-relu-scalar.c.o 2022-11-23T00:56:32.0196557Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-64.c.o 2022-11-23T00:56:32.0732534Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-scalar.c.o 2022-11-23T00:56:32.1150709Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-2048.c.o 2022-11-23T00:56:32.1727883Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2022-11-23T00:56:32.1791405Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Fbgemm.cc.o 2022-11-23T00:56:32.2313972Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-4.c.o 2022-11-23T00:56:32.2334431Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-minmax-scalar.c.o 2022-11-23T00:56:32.2971232Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-8.c.o 2022-11-23T00:56:32.3446403Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-relu-scalar.c.o 2022-11-23T00:56:32.4033278Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-16.c.o 2022-11-23T00:56:32.4481350Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-scalar.c.o 2022-11-23T00:56:32.4806123Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-64.c.o 2022-11-23T00:56:32.5258616Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2022-11-23T00:56:32.5505076Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-2048.c.o 2022-11-23T00:56:32.5762793Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-minmax-scalar.c.o 2022-11-23T00:56:32.6587856Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmBfloat16Convert.cc.o 2022-11-23T00:56:32.6588828Z [ 17%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch32-assembler.cc.o 2022-11-23T00:56:32.6592731Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2022-11-23T00:56:32.7232418Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-relu-scalar.c.o 2022-11-23T00:56:32.8399055Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-scalar.c.o 2022-11-23T00:56:32.8631952Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmConv.cc.o 2022-11-23T00:56:32.8895475Z [ 17%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch64-assembler.cc.o 2022-11-23T00:56:32.9385261Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-minmax-scalar.c.o 2022-11-23T00:56:32.9655048Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2022-11-23T00:56:33.0396223Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-relu-scalar.c.o 2022-11-23T00:56:33.0632114Z [ 17%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/assembler.cc.o 2022-11-23T00:56:33.1353384Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-scalar.c.o 2022-11-23T00:56:33.1793384Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFPCommon.cc.o 2022-11-23T00:56:33.2139905Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/memory.c.o 2022-11-23T00:56:33.2639213Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p1.c.o 2022-11-23T00:56:33.2912608Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2022-11-23T00:56:33.3343604Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params-init.c.o 2022-11-23T00:56:33.3537075Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p2.c.o 2022-11-23T00:56:33.4212484Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p4.c.o 2022-11-23T00:56:33.4525482Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-lut32norm/scalar.c.o 2022-11-23T00:56:33.5032430Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c1.c.o 2022-11-23T00:56:33.5443336Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-copy/memcpy.c.o 2022-11-23T00:56:33.5918784Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c2.c.o 2022-11-23T00:56:33.6158900Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFP16.cc.o 2022-11-23T00:56:33.6594004Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2022-11-23T00:56:33.6594950Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-11-23T00:56:33.7009545Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c4.c.o 2022-11-23T00:56:33.7610103Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-11-23T00:56:33.7971580Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-minmax-scalar.c.o 2022-11-23T00:56:33.8431701Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:56:33.8916292Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-relu-scalar.c.o 2022-11-23T00:56:33.9365435Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:56:33.9591447Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2022-11-23T00:56:33.9935633Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFloat16Convert.cc.o 2022-11-23T00:56:34.0240717Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-scalar.c.o 2022-11-23T00:56:34.0771013Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-11-23T00:56:34.1250156Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-minmax-scalar.c.o 2022-11-23T00:56:34.1779820Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-11-23T00:56:34.2416006Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI64.cc.o 2022-11-23T00:56:34.2422807Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-relu-scalar.c.o 2022-11-23T00:56:34.3008414Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-11-23T00:56:34.3279056Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2022-11-23T00:56:34.3764149Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-scalar.c.o 2022-11-23T00:56:34.4179936Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-11-23T00:56:34.4689664Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-minmax-scalar.c.o 2022-11-23T00:56:34.5195942Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-11-23T00:56:34.5824516Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-relu-scalar.c.o 2022-11-23T00:56:34.6495002Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-11-23T00:56:34.6504748Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2022-11-23T00:56:34.7030559Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-scalar.c.o 2022-11-23T00:56:34.7508166Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmSparseDense.cc.o 2022-11-23T00:56:34.7845488Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-11-23T00:56:34.8059435Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-minmax-scalar.c.o 2022-11-23T00:56:34.8780430Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-11-23T00:56:34.9186633Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-relu-scalar.c.o 2022-11-23T00:56:34.9959658Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI8Spmdm.cc.o 2022-11-23T00:56:35.0141252Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2022-11-23T00:56:35.0232836Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-11-23T00:56:35.0585274Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-scalar.c.o 2022-11-23T00:56:35.1233685Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-11-23T00:56:35.1696072Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:56:35.1957426Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelDirectConvU8S8S32ACC32.cc.o 2022-11-23T00:56:35.2353050Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-11-23T00:56:35.2645128Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:56:35.3528867Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-11-23T00:56:35.3743697Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2022-11-23T00:56:35.3761886Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-scalar-c1.c.o 2022-11-23T00:56:35.4384118Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:56:35.4713934Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/2x4-minmax-scalar.c.o 2022-11-23T00:56:35.5531942Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/3x3-minmax-scalar.c.o 2022-11-23T00:56:35.5726395Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:56:35.6036335Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernel.cc.o 2022-11-23T00:56:35.6438550Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x2-minmax-scalar.c.o 2022-11-23T00:56:35.6773275Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2022-11-23T00:56:35.7186762Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:56:35.7391721Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x4-minmax-scalar.c.o 2022-11-23T00:56:35.8131190Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x1.c.o 2022-11-23T00:56:35.8344257Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-11-23T00:56:35.8991055Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x4.c.o 2022-11-23T00:56:35.9721293Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16.cc.o 2022-11-23T00:56:36.0073150Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-11-23T00:56:36.0123549Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2022-11-23T00:56:36.0525933Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-11-23T00:56:36.1191491Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-11-23T00:56:36.2016545Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-11-23T00:56:36.2232267Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:56:36.2790455Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2022-11-23T00:56:36.3205260Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-11-23T00:56:36.3697185Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512.cc.o 2022-11-23T00:56:36.3700173Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:56:36.4217633Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-11-23T00:56:36.4868236Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:56:36.5275019Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-11-23T00:56:36.5974656Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:56:36.6288685Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2022-11-23T00:56:36.6675730Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-11-23T00:56:36.7262046Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:56:36.7740207Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-11-23T00:56:36.7964963Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc.o 2022-11-23T00:56:36.8408269Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:56:36.9043384Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-11-23T00:56:36.9466090Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-rmax/sse.c.o 2022-11-23T00:56:36.9472301Z [ 19%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2022-11-23T00:56:36.9951938Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-11-23T00:56:37.0383038Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-11-23T00:56:37.0910752Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-11-23T00:56:37.1468702Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32.cc.o 2022-11-23T00:56:37.1850301Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-11-23T00:56:37.2286501Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-11-23T00:56:37.2572448Z [ 19%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2022-11-23T00:56:37.2994998Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-11-23T00:56:37.3415515Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-11-23T00:56:37.3933123Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-11-23T00:56:37.4403339Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-11-23T00:56:37.4860251Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-11-23T00:56:37.5367096Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32Avx512VNNI.cc.o 2022-11-23T00:56:37.5643664Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-11-23T00:56:37.6014138Z [ 19%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2022-11-23T00:56:37.6205458Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-11-23T00:56:37.6784532Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-11-23T00:56:37.7214090Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-11-23T00:56:37.7844632Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-11-23T00:56:37.8159167Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-11-23T00:56:37.8822196Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-11-23T00:56:37.9155935Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-11-23T00:56:37.9246912Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConv.cc.o 2022-11-23T00:56:37.9794994Z [ 19%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2022-11-23T00:56:38.0388078Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-11-23T00:56:38.0393763Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-11-23T00:56:38.1259779Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-11-23T00:56:38.1489755Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-11-23T00:56:38.2070615Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-11-23T00:56:38.2642890Z [ 19%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2022-11-23T00:56:38.3001857Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-11-23T00:56:38.3294200Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-11-23T00:56:38.3790904Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx2.cc.o 2022-11-23T00:56:38.4148383Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-11-23T00:56:38.4441127Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-11-23T00:56:38.5169309Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-11-23T00:56:38.5370897Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x1.c.o 2022-11-23T00:56:38.5667560Z [ 19%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2022-11-23T00:56:38.6086711Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-11-23T00:56:38.6296985Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2-acc2.c.o 2022-11-23T00:56:38.7081328Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-11-23T00:56:38.7392135Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2.c.o 2022-11-23T00:56:38.7470750Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx512.cc.o 2022-11-23T00:56:38.7950085Z [ 19%] Linking CXX static library ../../../lib/libprotoc.a 2022-11-23T00:56:38.8364601Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc2.c.o 2022-11-23T00:56:38.8587456Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-11-23T00:56:38.8603885Z [ 19%] Built target libprotoc 2022-11-23T00:56:38.8655966Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-11-23T00:56:38.9075562Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc4.c.o 2022-11-23T00:56:38.9714025Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4.c.o 2022-11-23T00:56:38.9828050Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-11-23T00:56:39.0645290Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x1.c.o 2022-11-23T00:56:39.0686753Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2-acc2.c.o 2022-11-23T00:56:39.1100691Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-11-23T00:56:39.1962558Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAMatrix.cc.o 2022-11-23T00:56:39.1980809Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2.c.o 2022-11-23T00:56:39.2066908Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithIm2Col.cc.o 2022-11-23T00:56:39.2519006Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-11-23T00:56:39.2922883Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc2.c.o 2022-11-23T00:56:39.3350109Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-11-23T00:56:39.3788858Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc4.c.o 2022-11-23T00:56:39.4245006Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-11-23T00:56:39.4613690Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithQuantRowOffset.cc.o 2022-11-23T00:56:39.4878134Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4.c.o 2022-11-23T00:56:39.5227162Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithRowOffset.cc.o 2022-11-23T00:56:39.5505771Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-11-23T00:56:39.5906432Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/scalar.c.o 2022-11-23T00:56:39.6463364Z [ 19%] Built target ATEN_CPU_FILES_GEN_TARGET 2022-11-23T00:56:39.6524148Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackBMatrix.cc.o 2022-11-23T00:56:39.6590726Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar-pipelined.c.o 2022-11-23T00:56:39.7123325Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackMatrix.cc.o 2022-11-23T00:56:39.7344473Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-11-23T00:56:39.7666413Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar.c.o 2022-11-23T00:56:39.7921494Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightMatrixForGConv.cc.o 2022-11-23T00:56:39.8391528Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-11-23T00:56:39.8627375Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar-pipelined.c.o 2022-11-23T00:56:39.9179755Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForConv.cc.o 2022-11-23T00:56:39.9536619Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-packx/x4-sse.c.o 2022-11-23T00:56:39.9869708Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar.c.o 2022-11-23T00:56:40.0234489Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForDirectConv.cc.o 2022-11-23T00:56:40.0606478Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-11-23T00:56:40.0828799Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar-pipelined.c.o 2022-11-23T00:56:40.1571786Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/QuantUtils.cc.o 2022-11-23T00:56:40.1767066Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RowWiseSparseAdagradFused.cc.o 2022-11-23T00:56:40.1792500Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar.c.o 2022-11-23T00:56:40.2090224Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-11-23T00:56:40.2768859Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar-pipelined.c.o 2022-11-23T00:56:40.3227352Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-11-23T00:56:40.3619610Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar.c.o 2022-11-23T00:56:40.4184625Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x2-minmax-scalar.c.o 2022-11-23T00:56:40.4188101Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-11-23T00:56:40.4697813Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x4-minmax-scalar.c.o 2022-11-23T00:56:40.5071096Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:56:40.5498983Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/SparseAdagrad.cc.o 2022-11-23T00:56:40.5533747Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/spmmUtils.cc.o 2022-11-23T00:56:40.5799718Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x1.c.o 2022-11-23T00:56:40.6235967Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-11-23T00:56:40.6585073Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:56:40.6860516Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x2.c.o 2022-11-23T00:56:40.7259322Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:56:40.7678122Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x4.c.o 2022-11-23T00:56:40.7912844Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x8.c.o 2022-11-23T00:56:40.8448092Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-11-23T00:56:40.8452936Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-11-23T00:56:40.9100877Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x1.c.o 2022-11-23T00:56:40.9146050Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x2.c.o 2022-11-23T00:56:40.9853846Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/TransposeUtils.cc.o 2022-11-23T00:56:40.9864548Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-11-23T00:56:41.0248918Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-11-23T00:56:41.0595162Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-11-23T00:56:41.0634040Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x4.c.o 2022-11-23T00:56:41.0686692Z [ 20%] Built target ATEN_CUDA_FILES_GEN_TARGET 2022-11-23T00:56:41.0748105Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x8.c.o 2022-11-23T00:56:41.1276680Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x1.c.o 2022-11-23T00:56:41.1446549Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x2.c.o 2022-11-23T00:56:41.1695812Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateI8Depthwise.cc.o 2022-11-23T00:56:41.2026089Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RefImplementations.cc.o 2022-11-23T00:56:41.2049030Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-11-23T00:56:41.2595926Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-11-23T00:56:41.2604295Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-11-23T00:56:41.3095194Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x4.c.o 2022-11-23T00:56:41.3320813Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x8.c.o 2022-11-23T00:56:41.3919330Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x1.c.o 2022-11-23T00:56:41.3920192Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:56:41.4204451Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:56:41.4644485Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:56:41.5028954Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x2.c.o 2022-11-23T00:56:41.5216828Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:56:41.5613538Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Utils.cc.o 2022-11-23T00:56:41.5658366Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:56:41.6246100Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x4.c.o 2022-11-23T00:56:41.6314214Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/EmbeddingSpMDMAvx2.cc.o 2022-11-23T00:56:41.6461446Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmBfloat16ConvertAvx2.cc.o 2022-11-23T00:56:41.6921464Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFloat16ConvertAvx2.cc.o 2022-11-23T00:56:41.7247347Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:56:41.7259298Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x8.c.o 2022-11-23T00:56:41.8135636Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x1.c.o 2022-11-23T00:56:41.8493327Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:56:41.8662484Z [ 21%] Built target fbgemm_generic 2022-11-23T00:56:41.8714127Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:56:41.8767211Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:56:41.9265217Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x2.c.o 2022-11-23T00:56:41.9516712Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x4.c.o 2022-11-23T00:56:42.0127596Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x8.c.o 2022-11-23T00:56:42.0208503Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmBfloat16ConvertAvx512.cc.o 2022-11-23T00:56:42.0452564Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:56:42.0670538Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:56:42.0930592Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8Depthwise3DAvx2.cc.o 2022-11-23T00:56:42.1113268Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwiseAvx2.cc.o 2022-11-23T00:56:42.1380565Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x1.c.o 2022-11-23T00:56:42.1745807Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwisePerChannelQuantAvx2.cc.o 2022-11-23T00:56:42.1933869Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:56:42.2889741Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x2.c.o 2022-11-23T00:56:42.3213174Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:56:42.4027566Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x4.c.o 2022-11-23T00:56:42.4028128Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/EmbeddingSpMDMAvx512.cc.o 2022-11-23T00:56:42.4602548Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:56:42.4784933Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x8.c.o 2022-11-23T00:56:42.4785887Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:56:42.5489735Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:56:42.5868806Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x1.c.o 2022-11-23T00:56:42.6219998Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x2.c.o 2022-11-23T00:56:42.6248897Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x4.c.o 2022-11-23T00:56:42.6669262Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:56:42.6869395Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:56:42.7279959Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseAvx2.cc.o 2022-11-23T00:56:42.7280582Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseInt8Avx2.cc.o 2022-11-23T00:56:42.7597461Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x8.c.o 2022-11-23T00:56:42.7756196Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFloat16ConvertAvx512.cc.o 2022-11-23T00:56:42.8034354Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseAvx512.cc.o 2022-11-23T00:56:42.8225939Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:56:42.8637040Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x1.c.o 2022-11-23T00:56:42.9126315Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-11-23T00:56:42.9586940Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x2.c.o 2022-11-23T00:56:43.0057282Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-11-23T00:56:43.0282555Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:56:43.0604170Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/OptimizedKernelsAvx2.cc.o 2022-11-23T00:56:43.0917012Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x4.c.o 2022-11-23T00:56:43.1130317Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x8.c.o 2022-11-23T00:56:43.1472629Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseInt8Avx512.cc.o 2022-11-23T00:56:43.1473296Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseVectorInt8Avx512.cc.o 2022-11-23T00:56:43.2064803Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/QuantUtilsAvx512.cc.o 2022-11-23T00:56:43.2071453Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:56:43.2503140Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x1.c.o 2022-11-23T00:56:43.3029087Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/PackDepthwiseConvMatrixAvx2.cc.o 2022-11-23T00:56:43.3215729Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:56:43.3613388Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x2.c.o 2022-11-23T00:56:43.3992456Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:56:43.4412807Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x4.c.o 2022-11-23T00:56:43.4926174Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:56:43.5162362Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:56:43.5694283Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/QuantUtilsAvx2.cc.o 2022-11-23T00:56:43.5742034Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x8.c.o 2022-11-23T00:56:43.5745167Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/UtilsAvx512.cc.o 2022-11-23T00:56:43.6352370Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/spmmUtilsAvx2.cc.o 2022-11-23T00:56:43.6359579Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512.cc.o 2022-11-23T00:56:43.6533037Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:56:43.7184732Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x1.c.o 2022-11-23T00:56:43.7633626Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:56:43.8058286Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x2.c.o 2022-11-23T00:56:43.8281101Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x4.c.o 2022-11-23T00:56:43.8922701Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:56:43.8929243Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512_256.cc.o 2022-11-23T00:56:43.9259916Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x8.c.o 2022-11-23T00:56:43.9557311Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/UtilsAvx2.cc.o 2022-11-23T00:56:43.9663428Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFP16UKernelsAvx2.cc.o 2022-11-23T00:56:44.0482354Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:56:44.0686585Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x1.c.o 2022-11-23T00:56:44.0799353Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x2.c.o 2022-11-23T00:56:44.1433754Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:56:44.1654541Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x4.c.o 2022-11-23T00:56:44.1982223Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x8.c.o 2022-11-23T00:56:44.2018648Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x1.c.o 2022-11-23T00:56:44.2503570Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:56:44.2763837Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:56:44.3052797Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:56:44.3513641Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x2.c.o 2022-11-23T00:56:44.3524289Z [ 22%] Built target fbgemm_avx512 2022-11-23T00:56:44.3582463Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x4.c.o 2022-11-23T00:56:44.3738822Z [ 22%] Built target fbgemm_avx2 2022-11-23T00:56:44.3787065Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x8.c.o 2022-11-23T00:56:44.4038884Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x1.c.o 2022-11-23T00:56:44.4282715Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x2.c.o 2022-11-23T00:56:44.4501503Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:56:44.4738219Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse2-x64.c.o 2022-11-23T00:56:44.4980383Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:56:44.5220955Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:56:44.5457829Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-rmax/sse2.c.o 2022-11-23T00:56:44.5743798Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x4.c.o 2022-11-23T00:56:44.5997754Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x8.c.o 2022-11-23T00:56:44.6289793Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x1.c.o 2022-11-23T00:56:44.6668026Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x2.c.o 2022-11-23T00:56:44.6728473Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-vclamp/sse2-x64.c.o 2022-11-23T00:56:44.6896974Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x4.c.o 2022-11-23T00:56:44.7344754Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/error.cc.o 2022-11-23T00:56:44.7511056Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/helpers.cc.o 2022-11-23T00:56:44.7758372Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/address.cc.o 2022-11-23T00:56:44.8113448Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/allocator.cc.o 2022-11-23T00:56:44.8114069Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-fill/sse2-x64.c.o 2022-11-23T00:56:44.8447702Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x8.c.o 2022-11-23T00:56:44.9164064Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-pad/sse2.c.o 2022-11-23T00:56:44.9396803Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x1.c.o 2022-11-23T00:56:44.9640545Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x2.c.o 2022-11-23T00:56:45.0064044Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/xm-sse2.c.o 2022-11-23T00:56:45.0649143Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x2-sse2.c.o 2022-11-23T00:56:45.0657981Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x3-sse2.c.o 2022-11-23T00:56:45.0861343Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x4.c.o 2022-11-23T00:56:45.0862071Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x8.c.o 2022-11-23T00:56:45.1346043Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/error.cc.o 2022-11-23T00:56:45.1679228Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x1.c.o 2022-11-23T00:56:45.1978176Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x2.c.o 2022-11-23T00:56:45.2027628Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/fd.cc.o 2022-11-23T00:56:45.2246301Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x4-sse2.c.o 2022-11-23T00:56:45.2520944Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-unpool/sse2.c.o 2022-11-23T00:56:45.2945727Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/xm-sse2.c.o 2022-11-23T00:56:45.3142609Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x4.c.o 2022-11-23T00:56:45.3533191Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x8.c.o 2022-11-23T00:56:45.3697883Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x1.c.o 2022-11-23T00:56:45.4107975Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x2.c.o 2022-11-23T00:56:45.4439200Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x2-sse2.c.o 2022-11-23T00:56:45.4439921Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x3-sse2.c.o 2022-11-23T00:56:45.5086570Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x4-sse2.c.o 2022-11-23T00:56:45.5240930Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-11-23T00:56:45.5537993Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/socket.cc.o 2022-11-23T00:56:45.5552450Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x4.c.o 2022-11-23T00:56:45.6165996Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/system.cc.o 2022-11-23T00:56:45.6176739Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context.cc.o 2022-11-23T00:56:45.6349744Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context_impl.cc.o 2022-11-23T00:56:45.6839420Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x8.c.o 2022-11-23T00:56:45.7021788Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-11-23T00:56:45.7555185Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x1.c.o 2022-11-23T00:56:45.8004592Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:56:45.8504078Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-11-23T00:56:45.8506283Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x2.c.o 2022-11-23T00:56:45.9015193Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x4.c.o 2022-11-23T00:56:45.9362717Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x8.c.o 2022-11-23T00:56:45.9393465Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x1.c.o 2022-11-23T00:56:46.0031978Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-11-23T00:56:46.0058275Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:56:46.0777642Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-11-23T00:56:46.0778330Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-11-23T00:56:46.0784513Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x2.c.o 2022-11-23T00:56:46.1282535Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x4.c.o 2022-11-23T00:56:46.1513178Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x8.c.o 2022-11-23T00:56:46.1985594Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/error.cc.o 2022-11-23T00:56:46.1993497Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-11-23T00:56:46.2344510Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener.cc.o 2022-11-23T00:56:46.2730573Z [ 22%] 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-23T00:56:46.2761316Z [ 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-23T00:56:46.2952142Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x1.c.o 2022-11-23T00:56:46.3641536Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-11-23T00:56:46.4035425Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x2.c.o 2022-11-23T00:56:46.4341216Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x4.c.o 2022-11-23T00:56:46.5041717Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-11-23T00:56:46.5369694Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener_impl.cc.o 2022-11-23T00:56:46.5389594Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x8.c.o 2022-11-23T00:56:46.6411841Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:56:46.6425318Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x1.c.o 2022-11-23T00:56:46.7437318Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x2.c.o 2022-11-23T00:56:46.7688912Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x4.c.o 2022-11-23T00:56:46.8001225Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:56:46.8484420Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:56:46.8887706Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x8.c.o 2022-11-23T00:56:46.9362066Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x1.c.o 2022-11-23T00:56:46.9890995Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:56:47.0206426Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe.cc.o 2022-11-23T00:56:47.0318371Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe_impl.cc.o 2022-11-23T00:56:47.0841758Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x2.c.o 2022-11-23T00:56:47.1544037Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:56:47.1786428Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x4.c.o 2022-11-23T00:56:47.2745075Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:56:47.2752249Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:56:47.2912861Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x8.c.o 2022-11-23T00:56:47.3340349Z [ 23%] 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-23T00:56:47.4032956Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x1.c.o 2022-11-23T00:56:47.4370593Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x2.c.o 2022-11-23T00:56:47.4433147Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:56:47.4805182Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:56:47.5467841Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/error.cc.o 2022-11-23T00:56:47.5468701Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:56:47.5856491Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x4.c.o 2022-11-23T00:56:47.6362392Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x8.c.o 2022-11-23T00:56:47.6683034Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x1.c.o 2022-11-23T00:56:47.6897206Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:56:47.7145427Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:56:47.7733020Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/channel_impl.cc.o 2022-11-23T00:56:47.7746423Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/context_impl.cc.o 2022-11-23T00:56:47.7951926Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x2.c.o 2022-11-23T00:56:47.8437829Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x4.c.o 2022-11-23T00:56:47.8572195Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:56:47.9009093Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:56:47.9483528Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x8.c.o 2022-11-23T00:56:47.9659731Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x1.c.o 2022-11-23T00:56:48.0513625Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:56:48.0619349Z [ 23%] Linking CXX static library ../../../../../../lib/libdnnl.a 2022-11-23T00:56:48.0676868Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x2.c.o 2022-11-23T00:56:48.1294476Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x4.c.o 2022-11-23T00:56:48.1324570Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/factory.cc.o 2022-11-23T00:56:48.1956147Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:56:48.2041811Z [ 23%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/RoctracerActivityApi.cpp.o 2022-11-23T00:56:48.2522532Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x8.c.o 2022-11-23T00:56:48.2926945Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:56:48.3485791Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x1.c.o 2022-11-23T00:56:48.3730271Z [ 23%] 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-23T00:56:48.3918408Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:56:48.4315792Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x2.c.o 2022-11-23T00:56:48.4658657Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/channel_impl.cc.o 2022-11-23T00:56:48.5096400Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:56:48.5313163Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x4.c.o 2022-11-23T00:56:48.6023102Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:56:48.6271800Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x8.c.o 2022-11-23T00:56:48.6772888Z [ 23%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/RoctracerLogger.cpp.o 2022-11-23T00:56:48.7273797Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:56:48.7309151Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x1.c.o 2022-11-23T00:56:48.8104342Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/context_impl.cc.o 2022-11-23T00:56:48.8609090Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:56:48.8645646Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x2.c.o 2022-11-23T00:56:48.9451053Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x4.c.o 2022-11-23T00:56:49.0087113Z [ 23%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2022-11-23T00:56:49.0359609Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x8.c.o 2022-11-23T00:56:49.0628846Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:56:49.1173161Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x1.c.o 2022-11-23T00:56:49.1608665Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:56:49.1878819Z [ 23%] Built target dnnl 2022-11-23T00:56:49.1939294Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:56:49.2023689Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x2.c.o 2022-11-23T00:56:49.2375629Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/factory.cc.o 2022-11-23T00:56:49.2829978Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x4.c.o 2022-11-23T00:56:49.3099966Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:56:49.3747171Z [ 23%] Building CXX object c10/test/CMakeFiles/c10_CompileTimeFunctionPointer_test.dir/core/CompileTimeFunctionPointer_test.cpp.o 2022-11-23T00:56:49.3963519Z [ 23%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2022-11-23T00:56:49.3981700Z [ 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-23T00:56:49.4205302Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x8.c.o 2022-11-23T00:56:49.4723755Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:56:49.5148500Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x1.c.o 2022-11-23T00:56:49.5661721Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/channel_impl.cc.o 2022-11-23T00:56:49.6003886Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:56:49.6285121Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x2.c.o 2022-11-23T00:56:49.7173825Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x4.c.o 2022-11-23T00:56:49.7174655Z [ 23%] Linking CXX executable ../../bin/c10_CompileTimeFunctionPointer_test 2022-11-23T00:56:49.7844631Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:56:49.8370841Z [ 23%] Built target c10_CompileTimeFunctionPointer_test 2022-11-23T00:56:49.8419389Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x8.c.o 2022-11-23T00:56:49.8483932Z [ 23%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2022-11-23T00:56:49.8604679Z [ 23%] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o 2022-11-23T00:56:49.9068506Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:56:49.9217171Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x1.c.o 2022-11-23T00:56:49.9632801Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/context_impl.cc.o 2022-11-23T00:56:50.0063659Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:56:50.0601461Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x2.c.o 2022-11-23T00:56:50.1122539Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:56:50.1560993Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x4.c.o 2022-11-23T00:56:50.2091942Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:56:50.2498087Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x8.c.o 2022-11-23T00:56:50.2881412Z [ 23%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2022-11-23T00:56:50.3032023Z [ 23%] Linking CXX executable ../../bin/c10_DeviceGuard_test 2022-11-23T00:56:50.3149797Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/factory.cc.o 2022-11-23T00:56:50.3788065Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-11-23T00:56:50.3790571Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x1.c.o 2022-11-23T00:56:50.4164978Z [ 24%] Built target c10_DeviceGuard_test 2022-11-23T00:56:50.4214233Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse41-x64.c.o 2022-11-23T00:56:50.4355776Z [ 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-23T00:56:50.4759996Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x2.c.o 2022-11-23T00:56:50.5011339Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x4.c.o 2022-11-23T00:56:50.5535590Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:56:50.5761623Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-11-23T00:56:50.5955617Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x8.c.o 2022-11-23T00:56:50.6595472Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x1.c.o 2022-11-23T00:56:50.6895419Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-11-23T00:56:50.7062474Z [ 24%] Building CXX object c10/test/CMakeFiles/c10_Device_test.dir/core/Device_test.cpp.o 2022-11-23T00:56:50.7301255Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/channel_impl.cc.o 2022-11-23T00:56:50.7663742Z [ 24%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2022-11-23T00:56:50.7816715Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x2.c.o 2022-11-23T00:56:50.8575397Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x4.c.o 2022-11-23T00:56:50.9004470Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-11-23T00:56:50.9437526Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x8.c.o 2022-11-23T00:56:51.0350580Z [ 24%] Linking CXX executable ../../bin/c10_Device_test 2022-11-23T00:56:51.0371112Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x1.c.o 2022-11-23T00:56:51.0716989Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/context_impl.cc.o 2022-11-23T00:56:51.1196979Z [ 24%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2022-11-23T00:56:51.1208673Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-11-23T00:56:51.1598145Z [ 24%] Built target c10_Device_test 2022-11-23T00:56:51.1652655Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x2.c.o 2022-11-23T00:56:51.1831496Z [ 24%] Building CXX object c10/test/CMakeFiles/c10_DispatchKeySet_test.dir/core/DispatchKeySet_test.cpp.o 2022-11-23T00:56:51.2443554Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x4.c.o 2022-11-23T00:56:51.3177462Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-11-23T00:56:51.3360226Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x8.c.o 2022-11-23T00:56:51.4135317Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/factory.cc.o 2022-11-23T00:56:51.4343658Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x1.c.o 2022-11-23T00:56:51.4480154Z [ 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-23T00:56:51.4959141Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2022-11-23T00:56:51.5313762Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x2.c.o 2022-11-23T00:56:51.5631425Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:56:51.5961225Z [ 25%] Linking CXX executable ../../bin/c10_DispatchKeySet_test 2022-11-23T00:56:51.6379895Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x4.c.o 2022-11-23T00:56:51.6837708Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:56:51.7273509Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x8.c.o 2022-11-23T00:56:51.7568181Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/connection_impl.cc.o 2022-11-23T00:56:51.7568857Z [ 25%] Built target c10_DispatchKeySet_test 2022-11-23T00:56:51.7617471Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:56:51.8087948Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2022-11-23T00:56:51.8464886Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x1.c.o 2022-11-23T00:56:51.9234142Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DaemonConfigLoader.cpp.o 2022-11-23T00:56:51.9407351Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x2.c.o 2022-11-23T00:56:52.0057377Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:56:52.0253573Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x4.c.o 2022-11-23T00:56:52.1012125Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x8.c.o 2022-11-23T00:56:52.1513804Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/context_impl.cc.o 2022-11-23T00:56:52.1922629Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x1.c.o 2022-11-23T00:56:52.2160658Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x2.c.o 2022-11-23T00:56:52.2664909Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:56:52.2983444Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-11-23T00:56:52.3103496Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2022-11-23T00:56:52.3542874Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x4.c.o 2022-11-23T00:56:52.4467151Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x8.c.o 2022-11-23T00:56:52.4485001Z [ 25%] 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-23T00:56:52.4997671Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2022-11-23T00:56:52.5230518Z [ 25%] 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-23T00:56:52.5278022Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:56:52.5775738Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/error.cc.o 2022-11-23T00:56:52.5829209Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x1.c.o 2022-11-23T00:56:52.6727969Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x2.c.o 2022-11-23T00:56:52.7300464Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:56:52.7785674Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x4.c.o 2022-11-23T00:56:52.8691528Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x1.c.o 2022-11-23T00:56:52.9295274Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-11-23T00:56:52.9301302Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2022-11-23T00:56:52.9397571Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/factory.cc.o 2022-11-23T00:56:53.0009860Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x2.c.o 2022-11-23T00:56:53.0906024Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x3.c.o 2022-11-23T00:56:53.1619901Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-11-23T00:56:53.1856556Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x4.c.o 2022-11-23T00:56:53.2733884Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/IpcFabricConfigClient.cpp.o 2022-11-23T00:56:53.2735180Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x5.c.o 2022-11-23T00:56:53.3439475Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/listener_impl.cc.o 2022-11-23T00:56:53.3857915Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x6.c.o 2022-11-23T00:56:53.3878579Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x1.c.o 2022-11-23T00:56:53.4026788Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-11-23T00:56:53.4703132Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-11-23T00:56:53.5027882Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x2.c.o 2022-11-23T00:56:53.5249160Z [ 26%] Linking CXX static library ../../../lib/libgloo_hip.a 2022-11-23T00:56:53.5739355Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2022-11-23T00:56:53.6096878Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x3.c.o 2022-11-23T00:56:53.6208010Z [ 26%] Built target gloo_hip 2022-11-23T00:56:53.6266548Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x4.c.o 2022-11-23T00:56:53.6306294Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o 2022-11-23T00:56:53.6829374Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-11-23T00:56:53.7473224Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/loop.cc.o 2022-11-23T00:56:53.7478946Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/sockaddr.cc.o 2022-11-23T00:56:53.7480126Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x5.c.o 2022-11-23T00:56:53.8209486Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x6.c.o 2022-11-23T00:56:53.8914219Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-11-23T00:56:53.9252349Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x1.c.o 2022-11-23T00:56:53.9431275Z [ 26%] Linking CXX executable ../../bin/c10_StreamGuard_test 2022-11-23T00:56:53.9811378Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2022-11-23T00:56:54.0271616Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x2.c.o 2022-11-23T00:56:54.0692664Z [ 26%] Built target c10_StreamGuard_test 2022-11-23T00:56:54.0742279Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2022-11-23T00:56:54.1177716Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_SymInt_test.dir/core/SymInt_test.cpp.o 2022-11-23T00:56:54.1305803Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x4.c.o 2022-11-23T00:56:54.1503453Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/utility.cc.o 2022-11-23T00:56:54.1576259Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-11-23T00:56:54.2173733Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x1.c.o 2022-11-23T00:56:54.2981868Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x2.c.o 2022-11-23T00:56:54.3237959Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x4.c.o 2022-11-23T00:56:54.3636796Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-11-23T00:56:54.4023466Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2022-11-23T00:56:54.4231804Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c1-minmax-scalar-2x.c.o 2022-11-23T00:56:54.4576733Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c2-minmax-scalar-2x.c.o 2022-11-23T00:56:54.5250900Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/epoll_loop.cc.o 2022-11-23T00:56:54.5484337Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-scalar-2x.c.o 2022-11-23T00:56:54.5586759Z [ 26%] Linking CXX executable ../../bin/c10_SymInt_test 2022-11-23T00:56:54.5951846Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o 2022-11-23T00:56:54.6326744Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-11-23T00:56:54.6710681Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x1.c.o 2022-11-23T00:56:54.6925440Z [ 26%] Built target c10_SymInt_test 2022-11-23T00:56:54.6988883Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x2.c.o 2022-11-23T00:56:54.7595629Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/shm_segment.cc.o 2022-11-23T00:56:54.7883752Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x4.c.o 2022-11-23T00:56:54.8248786Z [ 26%] Built target kineto_base 2022-11-23T00:56:54.8304840Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x8.c.o 2022-11-23T00:56:54.8757523Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/connection_impl.cc.o 2022-11-23T00:56:54.8784958Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-11-23T00:56:54.9464954Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x1.c.o 2022-11-23T00:56:54.9471934Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-11-23T00:56:54.9924426Z [ 26%] Linking CXX executable ../../bin/c10_InlineDeviceGuard_test 2022-11-23T00:56:55.0562822Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-11-23T00:56:55.0563912Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x2.c.o 2022-11-23T00:56:55.0994931Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/context_impl.cc.o 2022-11-23T00:56:55.1116685Z [ 26%] Built target c10_InlineDeviceGuard_test 2022-11-23T00:56:55.1183384Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/factory.cc.o 2022-11-23T00:56:55.1477179Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x4.c.o 2022-11-23T00:56:55.1735435Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x1.c.o 2022-11-23T00:56:55.2519716Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-11-23T00:56:55.2523199Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x2.c.o 2022-11-23T00:56:55.2787353Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-11-23T00:56:55.3139879Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-11-23T00:56:55.3600219Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x4.c.o 2022-11-23T00:56:55.4448730Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x1.c.o 2022-11-23T00:56:55.4600418Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-11-23T00:56:55.4865559Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-11-23T00:56:55.5356956Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/listener_impl.cc.o 2022-11-23T00:56:55.5357734Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x2.c.o 2022-11-23T00:56:55.5857076Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/reactor.cc.o 2022-11-23T00:56:55.5931733Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/sockaddr.cc.o 2022-11-23T00:56:55.6607032Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x4.c.o 2022-11-23T00:56:55.6915024Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x1.c.o 2022-11-23T00:56:55.7111705Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-11-23T00:56:55.7573903Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-11-23T00:56:55.7897505Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x2.c.o 2022-11-23T00:56:55.8309836Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x4.c.o 2022-11-23T00:56:55.8920812Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o 2022-11-23T00:56:55.9383465Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_SizesAndStrides_test.dir/core/impl/SizesAndStrides_test.cpp.o 2022-11-23T00:56:55.9495473Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/ibv.cc.o 2022-11-23T00:56:55.9556926Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/connection_impl.cc.o 2022-11-23T00:56:55.9821105Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x1.c.o 2022-11-23T00:56:56.0382169Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-11-23T00:56:56.0847153Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x2.c.o 2022-11-23T00:56:56.1883893Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x4.c.o 2022-11-23T00:56:56.1934973Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/context_impl.cc.o 2022-11-23T00:56:56.2407570Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-11-23T00:56:56.3038965Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x1.c.o 2022-11-23T00:56:56.3351820Z [ 26%] Linking CXX executable ../../bin/c10_InlineStreamGuard_test 2022-11-23T00:56:56.3759765Z [ 26%] Linking CXX executable ../../bin/c10_SizesAndStrides_test 2022-11-23T00:56:56.3873948Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x2.c.o 2022-11-23T00:56:56.4198144Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/error.cc.o 2022-11-23T00:56:56.4766475Z [ 26%] Built target c10_InlineStreamGuard_test 2022-11-23T00:56:56.4822640Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x4.c.o 2022-11-23T00:56:56.4932794Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_Array_test.dir/util/Array_test.cpp.o 2022-11-23T00:56:56.5045856Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-11-23T00:56:56.5193213Z [ 26%] Built target c10_SizesAndStrides_test 2022-11-23T00:56:56.5254409Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-11-23T00:56:56.5849924Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x1.c.o 2022-11-23T00:56:56.6135489Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x2.c.o 2022-11-23T00:56:56.7037305Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/factory.cc.o 2022-11-23T00:56:56.7041386Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-11-23T00:56:56.7048774Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/listener_impl.cc.o 2022-11-23T00:56:56.7690271Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x4.c.o 2022-11-23T00:56:56.7691717Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/reactor.cc.o 2022-11-23T00:56:56.8306085Z [ 26%] Linking CXX executable ../../bin/c10_Array_test 2022-11-23T00:56:56.8614054Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x1.c.o 2022-11-23T00:56:56.9332755Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-11-23T00:56:56.9618995Z [ 26%] Built target c10_Array_test 2022-11-23T00:56:56.9663916Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-11-23T00:56:56.9761713Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x2.c.o 2022-11-23T00:56:57.0811302Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x4.c.o 2022-11-23T00:56:57.0959661Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-11-23T00:56:57.1041978Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_Bitset_test.dir/util/Bitset_test.cpp.o 2022-11-23T00:56:57.1382603Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/sockaddr.cc.o 2022-11-23T00:56:57.1587111Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/utility.cc.o 2022-11-23T00:56:57.2006870Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x1.c.o 2022-11-23T00:56:57.2380920Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x2.c.o 2022-11-23T00:56:57.2982724Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-11-23T00:56:57.3199985Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-11-23T00:56:57.3659976Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x4.c.o 2022-11-23T00:56:57.4027769Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x1.c.o 2022-11-23T00:56:57.4068962Z [ 26%] Linking CXX static library ../../../lib/libtensorpipe.a 2022-11-23T00:56:57.4635713Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:56:57.4876679Z [ 26%] Linking CXX executable ../../bin/c10_Bitset_test 2022-11-23T00:56:57.5020041Z [ 26%] Built target tensorpipe 2022-11-23T00:56:57.5064928Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:56:57.5176402Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x2.c.o 2022-11-23T00:56:57.5516873Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x4.c.o 2022-11-23T00:56:57.5546671Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x1.c.o 2022-11-23T00:56:57.6134236Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x2.c.o 2022-11-23T00:56:57.6166799Z [ 26%] Built target c10_Bitset_test 2022-11-23T00:56:57.6219797Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x4.c.o 2022-11-23T00:56:57.6421800Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:56:57.6702301Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:56:57.6780030Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-bitcast.c.o 2022-11-23T00:56:57.7020205Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:56:57.7542773Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:56:57.7630102Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_C++17_test.dir/util/C++17_test.cpp.o 2022-11-23T00:56:57.7915263Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-fabsf.c.o 2022-11-23T00:56:57.8174111Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut64-p2.c.o 2022-11-23T00:56:57.8372150Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut2048-p1.c.o 2022-11-23T00:56:57.8765386Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-p5.c.o 2022-11-23T00:56:57.8998171Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:56:57.9352403Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:56:57.9478714Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o 2022-11-23T00:56:57.9914145Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut4-p4.c.o 2022-11-23T00:56:57.9993435Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_DeadlockDetection_test.dir/util/DeadlockDetection_test.cpp.o 2022-11-23T00:56:58.0460850Z [ 27%] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o 2022-11-23T00:56:58.0552402Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p3.c.o 2022-11-23T00:56:58.0967513Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:56:58.1497777Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p4.c.o 2022-11-23T00:56:58.1502997Z [ 27%] Linking CXX executable ../../bin/c10_C++17_test 2022-11-23T00:56:58.2065177Z [ 27%] Linking CXX executable ../../bin/c10_ConstexprCrc_test 2022-11-23T00:56:58.2255357Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p3.c.o 2022-11-23T00:56:58.2818962Z [ 27%] Built target c10_C++17_test 2022-11-23T00:56:58.2885555Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p4.c.o 2022-11-23T00:56:58.2984497Z [ 27%] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o 2022-11-23T00:56:58.3113149Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:56:58.3186479Z [ 27%] Built target c10_ConstexprCrc_test 2022-11-23T00:56:58.3233080Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:56:58.3853521Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p5.c.o 2022-11-23T00:56:58.3856667Z [ 27%] Linking CXX executable ../../bin/c10_DeadlockDetection_test 2022-11-23T00:56:58.4265672Z [ 27%] Linking CXX executable ../../bin/c10_Half_test 2022-11-23T00:56:58.4645712Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p6.c.o 2022-11-23T00:56:58.4840881Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:56:58.5082514Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-addsub.c.o 2022-11-23T00:56:58.5348778Z [ 27%] Built target c10_DeadlockDetection_test 2022-11-23T00:56:58.5408018Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:56:58.5411509Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-cvt.c.o 2022-11-23T00:56:58.5598622Z [ 27%] Built target c10_Half_test 2022-11-23T00:56:58.5648647Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-floor.c.o 2022-11-23T00:56:58.6164787Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-addsub.c.o 2022-11-23T00:56:58.6166491Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:56:58.6430436Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:56:58.6656866Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:56:58.7181089Z [ 27%] Linking CXX executable ../../bin/c10_LeftRight_test 2022-11-23T00:56:58.7187094Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-nearbyint.c.o 2022-11-23T00:56:58.7454280Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-rint.c.o 2022-11-23T00:56:58.7957165Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-addsub.c.o 2022-11-23T00:56:58.8235680Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o 2022-11-23T00:56:58.8377137Z [ 28%] Built target c10_LeftRight_test 2022-11-23T00:56:58.8438049Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-ceil.c.o 2022-11-23T00:56:58.8444923Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:56:58.9131460Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-cvt.c.o 2022-11-23T00:56:58.9214312Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_SmallVectorTest.dir/util/SmallVectorTest.cpp.o 2022-11-23T00:56:58.9243829Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_Synchronized_test.dir/util/Synchronized_test.cpp.o 2022-11-23T00:56:58.9511685Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_ThreadLocal_test.dir/util/ThreadLocal_test.cpp.o 2022-11-23T00:56:58.9905211Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:56:59.0270973Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-addsub.c.o 2022-11-23T00:56:59.1082353Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-cvt.c.o 2022-11-23T00:56:59.1242511Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:56:59.2063703Z [ 28%] Linking CXX executable ../../bin/c10_Metaprogramming_test 2022-11-23T00:56:59.2074229Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-trunc.c.o 2022-11-23T00:56:59.2540051Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:56:59.2870024Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut64-p2-div.c.o 2022-11-23T00:56:59.3223674Z [ 28%] Built target c10_Metaprogramming_test 2022-11-23T00:56:59.3272299Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut2048-p1-div.c.o 2022-11-23T00:56:59.3321504Z [ 28%] Linking CXX executable ../../bin/c10_ThreadLocal_test 2022-11-23T00:56:59.3681871Z [ 28%] Linking CXX executable ../../bin/c10_Synchronized_test 2022-11-23T00:56:59.4286872Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:56:59.4629050Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-p5-div.c.o 2022-11-23T00:56:59.4680225Z [ 28%] Built target c10_ThreadLocal_test 2022-11-23T00:56:59.4755418Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/params-init.c.o 2022-11-23T00:56:59.5075629Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:56:59.5159871Z [ 28%] Built target c10_Synchronized_test 2022-11-23T00:56:59.5207475Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:56:59.5313735Z [ 28%] Linking CXX executable ../../bin/c10_SmallVectorTest 2022-11-23T00:56:59.5657968Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o 2022-11-23T00:56:59.5835812Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:56:59.6264698Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:56:59.6460020Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:56:59.6762545Z [ 28%] Built target c10_SmallVectorTest 2022-11-23T00:56:59.6817308Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:56:59.6926955Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:56:59.7227316Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:56:59.7644420Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:56:59.7814031Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:56:59.8210594Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:56:59.8392988Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:56:59.8843973Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:56:59.9150079Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:56:59.9354703Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:56:59.9809792Z [ 29%] Linking CXX executable ../../bin/c10_TypeIndex_test 2022-11-23T00:56:59.9849525Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:00.0211313Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:00.0400784Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-11-23T00:57:00.0686540Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:57:00.0959282Z [ 29%] Built target c10_TypeIndex_test 2022-11-23T00:57:00.1012756Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-11-23T00:57:00.1128534Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:00.1577890Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-11-23T00:57:00.1615804Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:00.2429828Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-11-23T00:57:00.2869929Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:00.2893192Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:00.2963587Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o 2022-11-23T00:57:00.3513651Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o 2022-11-23T00:57:00.3874102Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_accumulate_test.dir/util/accumulate_test.cpp.o 2022-11-23T00:57:00.4148160Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:00.4388062Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:00.5090549Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-11-23T00:57:00.5349979Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-11-23T00:57:00.5772009Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:00.6418059Z [ 29%] Linking CXX executable ../../bin/c10_TypeList_test 2022-11-23T00:57:00.6759733Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:00.7096944Z [ 29%] Linking CXX executable ../../bin/c10_TypeTraits_test 2022-11-23T00:57:00.7478920Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o 2022-11-23T00:57:00.7709311Z [ 29%] Built target c10_TypeList_test 2022-11-23T00:57:00.7760265Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-11-23T00:57:00.8143879Z [ 29%] Built target c10_TypeTraits_test 2022-11-23T00:57:00.8161460Z [ 29%] Linking CXX executable ../../bin/c10_accumulate_test 2022-11-23T00:57:00.8191666Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:00.8207630Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-11-23T00:57:00.8264960Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_complex_math_test.dir/util/complex_math_test.cpp.o 2022-11-23T00:57:00.9189145Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:00.9465505Z [ 29%] Built target c10_accumulate_test 2022-11-23T00:57:00.9516352Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-11-23T00:57:00.9872889Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:01.0112499Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:01.0769213Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-11-23T00:57:01.0950296Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-11-23T00:57:01.1397064Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:01.1702355Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:01.1817056Z [ 29%] Linking CXX executable ../../bin/c10_bfloat16_test 2022-11-23T00:57:01.2229322Z [ 29%] Linking CXX executable ../../bin/c10_complex_math_test 2022-11-23T00:57:01.2738871Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-11-23T00:57:01.2948287Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:01.3303836Z [ 29%] Built target c10_bfloat16_test 2022-11-23T00:57:01.3351173Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:57:01.3413157Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_complex_test.dir/util/complex_test.cpp.o 2022-11-23T00:57:01.3579229Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_either_test.dir/util/either_test.cpp.o 2022-11-23T00:57:01.3799369Z [ 29%] Built target c10_complex_math_test 2022-11-23T00:57:01.3862292Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:57:01.4239091Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:01.4998653Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:01.5415012Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:01.5814844Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_exception_test.dir/util/exception_test.cpp.o 2022-11-23T00:57:01.6215978Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:57:01.6742556Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:57:01.6921696Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:01.7723177Z [ 29%] Linking CXX executable ../../bin/c10_complex_test 2022-11-23T00:57:01.8056608Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:01.8491049Z [ 29%] Linking CXX executable ../../bin/c10_either_test 2022-11-23T00:57:01.8533023Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:01.9015966Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:57:01.9177645Z [ 29%] Built target c10_complex_test 2022-11-23T00:57:01.9252324Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:57:01.9662289Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:57:01.9663397Z [ 29%] Linking CXX executable ../../bin/c10_exception_test 2022-11-23T00:57:02.0063053Z [ 29%] Built target c10_either_test 2022-11-23T00:57:02.0193833Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:02.0207739Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:57:02.0964219Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:02.0997693Z [ 29%] Built target c10_exception_test 2022-11-23T00:57:02.1042671Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:02.1161670Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:02.1630141Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:57:02.2060997Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:02.2291695Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:57:02.2529853Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:57:02.3034519Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o 2022-11-23T00:57:02.3404221Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o 2022-11-23T00:57:02.3596632Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:02.4154055Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:02.4688662Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:02.5001961Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:57:02.5002865Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:57:02.5690680Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:57:02.5861286Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:02.6907860Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:02.7244825Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:02.7467142Z [ 29%] Linking CXX executable ../../bin/c10_flags_test 2022-11-23T00:57:02.7672590Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:02.7784332Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:57:02.8269885Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:57:02.8563001Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:57:02.8684073Z [ 29%] Built target c10_flags_test 2022-11-23T00:57:02.8729167Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:57:02.9126462Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:02.9803660Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:03.0020693Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:57:03.0344157Z [ 29%] Linking CXX executable ../../bin/c10_intrusive_ptr_test 2022-11-23T00:57:03.0583022Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:03.1176302Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:03.1369958Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:57:03.1391219Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:03.1984029Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:57:03.2568148Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:57:03.2756454Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:03.2950224Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:57:03.3321357Z [ 29%] Built target c10_intrusive_ptr_test 2022-11-23T00:57:03.3457538Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_irange_test.dir/util/irange_test.cpp.o 2022-11-23T00:57:03.3815336Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o 2022-11-23T00:57:03.3989212Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:03.4411056Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:03.4620574Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:03.5182120Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T00:57:03.5507043Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:03.5784846Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T00:57:03.6178150Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T00:57:03.6704867Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:03.7374646Z [ 29%] Linking CXX executable ../../bin/c10_irange_test 2022-11-23T00:57:03.7393793Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T00:57:03.8010941Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:03.8194470Z [ 29%] Linking CXX executable ../../bin/c10_logging_test 2022-11-23T00:57:03.8229639Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-11-23T00:57:03.8520848Z [ 29%] Built target c10_irange_test 2022-11-23T00:57:03.8577354Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-11-23T00:57:03.8965171Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_optional_test.dir/util/optional_test.cpp.o 2022-11-23T00:57:03.9367968Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:03.9503961Z [ 29%] Built target c10_logging_test 2022-11-23T00:57:03.9565449Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:03.9593658Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:04.0354862Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T00:57:04.0532477Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:04.0873239Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T00:57:04.1183039Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T00:57:04.1348701Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o 2022-11-23T00:57:04.1806083Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:04.2538448Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:04.3026678Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:04.3226147Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T00:57:04.3477241Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T00:57:04.3949200Z [ 30%] Linking CXX executable ../../bin/c10_optional_test 2022-11-23T00:57:04.4178833Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:57:04.4754285Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:04.5126766Z [ 30%] Built target c10_optional_test 2022-11-23T00:57:04.5189580Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:57:04.5240273Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o 2022-11-23T00:57:04.5822517Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o 2022-11-23T00:57:04.6190654Z [ 30%] Linking CXX executable ../../bin/c10_ordered_preserving_dict_test 2022-11-23T00:57:04.6195712Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:04.6730561Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:04.7363402Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T00:57:04.7414214Z [ 30%] Built target c10_ordered_preserving_dict_test 2022-11-23T00:57:04.7460523Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T00:57:04.7696630Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o 2022-11-23T00:57:04.8219372Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:04.9223382Z [ 30%] Linking CXX executable ../../bin/c10_registry_test 2022-11-23T00:57:04.9259870Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:04.9637965Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:57:04.9848405Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:05.0587487Z [ 30%] Linking CXX executable ../../bin/c10_string_view_test 2022-11-23T00:57:05.0589263Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:57:05.0692519Z [ 30%] Built target c10_registry_test 2022-11-23T00:57:05.0750174Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T00:57:05.1102185Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:05.1599105Z [ 30%] Linking CXX executable ../../bin/c10_tempfile_test 2022-11-23T00:57:05.1730125Z [ 30%] Built target c10_string_view_test 2022-11-23T00:57:05.1776566Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:05.1917009Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:05.2240982Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-11-23T00:57:05.2878666Z [ 30%] Built target c10_tempfile_test 2022-11-23T00:57:05.2924674Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:05.2957108Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o 2022-11-23T00:57:05.3106175Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:05.3445379Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T00:57:05.4053322Z [ 31%] Building CXX object c10/benchmark/CMakeFiles/c10_intrusive_ptr_benchmark.dir/intrusive_ptr_benchmark.cpp.o 2022-11-23T00:57:05.4344820Z [ 31%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPCachingAllocator.cpp.o 2022-11-23T00:57:05.4461914Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:05.4972641Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:05.5448072Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T00:57:05.5936837Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:05.6106905Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T00:57:05.6806232Z [ 31%] Linking CXX executable ../../bin/c10_intrusive_ptr_benchmark 2022-11-23T00:57:05.7043812Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:05.7599720Z [ 31%] Linking CXX executable ../../bin/c10_typeid_test 2022-11-23T00:57:05.7975711Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:05.8028031Z [ 31%] Built target c10_intrusive_ptr_benchmark 2022-11-23T00:57:05.8091418Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:05.8296519Z [ 31%] Generating ../../../include/sleef.h 2022-11-23T00:57:05.8365247Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ 2022-11-23T00:57:05.8384356Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse2 2022-11-23T00:57:05.8404268Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse4 2022-11-23T00:57:05.8425558Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ 2022-11-23T00:57:05.8442091Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ avx 2022-11-23T00:57:05.8475684Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ fma4 2022-11-23T00:57:05.8490692Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i __m256i __AVX__ avx2 2022-11-23T00:57:05.8504650Z Generating sleef.h: mkrename finz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ avx2128 2022-11-23T00:57:05.8522077Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ 2022-11-23T00:57:05.8535950Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512f 2022-11-23T00:57:05.8550107Z Generating sleef.h: mkrename cinz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512fnofma 2022-11-23T00:57:05.8564840Z Generating sleef.h: mkrename cinz_ 1 1 double float int32_t int32_t __STDC__ purec 2022-11-23T00:57:05.8580193Z Generating sleef.h: mkrename finz_ 1 1 double float int32_t int32_t FP_FAST_FMA purecfma 2022-11-23T00:57:05.8630626Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T00:57:05.8711727Z [ 31%] Generating include/renameavx512fnofma.h 2022-11-23T00:57:05.8747814Z Generating renameavx512fnofma.h: mkrename cinz_ 8 16 avx512fnofma 2022-11-23T00:57:05.8811953Z [ 31%] Generating include/renameavx512f.h 2022-11-23T00:57:05.8820998Z Generating renameavx512f.h: mkrename finz_ 8 16 avx512f 2022-11-23T00:57:05.8877608Z [ 31%] Generating include/renameavx2.h 2022-11-23T00:57:05.8886523Z Generating renameavx2.h: mkrename finz_ 4 8 avx2 2022-11-23T00:57:05.8918794Z [ 31%] Built target c10_typeid_test 2022-11-23T00:57:05.8939666Z [ 31%] Generating include/renameavx2128.h 2022-11-23T00:57:05.8948790Z Generating renameavx2128.h: mkrename finz_ 2 4 avx2128 2022-11-23T00:57:05.8966854Z [ 31%] Generating include/renamefma4.h 2022-11-23T00:57:05.8978119Z Generating renamefma4.h: mkrename finz_ 4 8 fma4 2022-11-23T00:57:05.9031132Z [ 31%] Generating include/renameavx.h 2022-11-23T00:57:05.9039703Z Generating renameavx.h: mkrename cinz_ 4 8 avx 2022-11-23T00:57:05.9107237Z [ 31%] Built target renameAVX512FNOFMA.h_generated 2022-11-23T00:57:05.9107980Z [ 31%] Generating include/renamesse4.h 2022-11-23T00:57:05.9111985Z [ 31%] Generating alias_avx512f.h 2022-11-23T00:57:05.9116641Z Generating renamesse4.h: mkrename cinz_ 2 4 sse4 2022-11-23T00:57:05.9153672Z [ 31%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPException.cpp.o 2022-11-23T00:57:05.9204545Z [ 31%] Generating include/renamesse2.h 2022-11-23T00:57:05.9210824Z Generating renamesse2.h: mkrename cinz_ 2 4 sse2 2022-11-23T00:57:05.9228772Z [ 31%] Built target alias_avx512f.h_generated 2022-11-23T00:57:05.9271812Z [ 31%] Generating include/renamepurecfma_scalar.h 2022-11-23T00:57:05.9279552Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2022-11-23T00:57:05.9283842Z [ 31%] Generating include/renamepurec_scalar.h 2022-11-23T00:57:05.9293927Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2022-11-23T00:57:05.9356307Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:05.9370924Z [ 31%] Generating include/renamecuda.h 2022-11-23T00:57:05.9379933Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2022-11-23T00:57:05.9405470Z [ 31%] Built target renameAVX512F.h_generated 2022-11-23T00:57:05.9408373Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T00:57:05.9409321Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T00:57:05.9410065Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T00:57:05.9410829Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T00:57:05.9411700Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T00:57:05.9423604Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T00:57:05.9457569Z [ 31%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPFunctions.cpp.o 2022-11-23T00:57:05.9465598Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T00:57:05.9470585Z [ 31%] Built target headers 2022-11-23T00:57:05.9517971Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T00:57:06.0321872Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:06.0821134Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:06.1299210Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-11-23T00:57:06.1489760Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:06.1996035Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-11-23T00:57:06.2164880Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:06.2596886Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:57:06.2699837Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T00:57:06.2701161Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T00:57:06.2702210Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T00:57:06.2702874Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T00:57:06.2703379Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T00:57:06.2703885Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T00:57:06.2755998Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:57:06.3244350Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T00:57:06.3245498Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T00:57:06.3246510Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T00:57:06.3247428Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T00:57:06.3248525Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T00:57:06.3249319Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T00:57:06.3315471Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T00:57:06.3316297Z [ 31%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPMallocAsyncAllocator.cpp.o 2022-11-23T00:57:06.3781515Z [ 31%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPMiscFunctions.cpp.o 2022-11-23T00:57:06.4227212Z [ 31%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPStream.cpp.o 2022-11-23T00:57:06.4575887Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T00:57:06.5122337Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T00:57:06.5269394Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:57:06.5523937Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T00:57:06.5525014Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T00:57:06.5526045Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T00:57:06.5526980Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T00:57:06.5527899Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T00:57:06.5528835Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T00:57:06.5585645Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:57:06.5761798Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:57:06.6220476Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T00:57:06.7088268Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T00:57:06.7089268Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T00:57:06.7090164Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T00:57:06.7090982Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T00:57:06.7091828Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T00:57:06.7092727Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T00:57:06.7146791Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T00:57:06.7148758Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T00:57:06.7305168Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T00:57:06.7949776Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T00:57:06.8162806Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:57:06.8404245Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:57:06.8719880Z [ 32%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/impl/HIPGuardImpl.cpp.o 2022-11-23T00:57:06.8916486Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T00:57:06.8917370Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T00:57:06.8918187Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T00:57:06.8918953Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T00:57:06.8919690Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T00:57:06.8920405Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T00:57:06.8967570Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T00:57:06.8976025Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:57:06.9491894Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:57:06.9917637Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T00:57:07.0500243Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T00:57:07.0869842Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T00:57:07.1178014Z [ 32%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/impl/HIPTest.cpp.o 2022-11-23T00:57:07.1219784Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T00:57:07.1716920Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:57:07.2104172Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:57:07.2494152Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T00:57:07.2713891Z [ 32%] Built target renameAVX2.h_generated 2022-11-23T00:57:07.2765043Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T00:57:07.3100806Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T00:57:07.3102272Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T00:57:07.3103287Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T00:57:07.3104397Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T00:57:07.3105341Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T00:57:07.3106266Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T00:57:07.3157762Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T00:57:07.3605751Z [ 32%] Built target renameAVX2128.h_generated 2022-11-23T00:57:07.3651841Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T00:57:07.3715151Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:57:07.4129867Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:57:07.4347292Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T00:57:07.4827508Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T00:57:07.4885865Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T00:57:07.4887223Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T00:57:07.4888431Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T00:57:07.4889508Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T00:57:07.4890663Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T00:57:07.4891787Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T00:57:07.4947291Z [ 32%] Linking CXX shared library ../../lib/libc10_hip.so 2022-11-23T00:57:07.5217219Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:57:07.5413682Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:57:07.5913133Z [ 32%] Built target c10_hip 2022-11-23T00:57:07.5963060Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:57:07.5976789Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T00:57:07.6465444Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T00:57:07.6643289Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T00:57:07.7137044Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:57:07.7484991Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:57:07.7839197Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:07.7840020Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:57:07.8150376Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:07.8573202Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:07.9039376Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:57:07.9210240Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:57:07.9700284Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:07.9862486Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:08.0214743Z [ 32%] Built target renameFMA4.h_generated 2022-11-23T00:57:08.0274262Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:57:08.0645243Z [ 32%] Built target renameAVX.h_generated 2022-11-23T00:57:08.0688714Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:57:08.0915287Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:57:08.1386051Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:08.1567896Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:08.2015514Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:08.2527739Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-11-23T00:57:08.2711335Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-11-23T00:57:08.3127293Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:08.3141760Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:08.3332219Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:08.3920738Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-11-23T00:57:08.4329059Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-11-23T00:57:08.4519449Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:08.4752750Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-11-23T00:57:08.5042970Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:57:08.5458273Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:08.5663251Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:57:08.6447799Z [ 32%] Built target renameSSE4.h_generated 2022-11-23T00:57:08.6497220Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:57:08.6633607Z [ 32%] Built target renameSSE2.h_generated 2022-11-23T00:57:08.6677341Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:57:08.6789799Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:08.7248852Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:08.7416284Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:08.7985644Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-11-23T00:57:08.8186849Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:08.8760600Z [ 32%] Built target renamePUREC_SCALAR.h_generated 2022-11-23T00:57:08.8817979Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:08.9098665Z [ 32%] Built target renamePURECFMA_SCALAR.h_generated 2022-11-23T00:57:08.9115865Z [ 32%] Generating renamedsp128.h 2022-11-23T00:57:08.9145093Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-11-23T00:57:08.9186845Z [ 32%] Built target renamedsp128.h_generated 2022-11-23T00:57:08.9232565Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-11-23T00:57:08.9599148Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:08.9828947Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-11-23T00:57:09.0267035Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-11-23T00:57:09.0666108Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:09.0837550Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-11-23T00:57:09.1353395Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:09.1593048Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:09.2066663Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:09.2623546Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:09.3079437Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-11-23T00:57:09.3125827Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-11-23T00:57:09.3154353Z [ 33%] Generating dispsse.c 2022-11-23T00:57:09.3263634Z [ 33%] Built target dispsse.c_generated 2022-11-23T00:57:09.3307275Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-11-23T00:57:09.3476958Z [ 33%] Generating dispavx.c 2022-11-23T00:57:09.3635544Z [ 33%] Built target dispavx.c_generated 2022-11-23T00:57:09.3682880Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-11-23T00:57:09.4034725Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-11-23T00:57:09.4268269Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:09.5052300Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:09.5366954Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:09.5457611Z [ 33%] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2022-11-23T00:57:09.5925828Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o 2022-11-23T00:57:09.6039942Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/add.c.o 2022-11-23T00:57:09.6524625Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/average-pooling.c.o 2022-11-23T00:57:09.6834061Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-11-23T00:57:09.6873938Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:09.7134840Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:09.7410061Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:09.7808171Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/channel-shuffle.c.o 2022-11-23T00:57:09.8049022Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/clamp.c.o 2022-11-23T00:57:09.8365096Z [ 33%] Linking CXX executable ../../../bin/protoc 2022-11-23T00:57:09.8637564Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o 2022-11-23T00:57:09.8984754Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:09.9014132Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o 2022-11-23T00:57:09.9468767Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2022-11-23T00:57:09.9674956Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-11-23T00:57:09.9892511Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-11-23T00:57:10.0436108Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:10.0446832Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o 2022-11-23T00:57:10.0711626Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2022-11-23T00:57:10.0896500Z [ 33%] Built target protoc 2022-11-23T00:57:10.0958333Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2022-11-23T00:57:10.1504544Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:10.1732516Z [ 33%] Generating src/x86_64-fma/2d-fourier-8x8.py.o 2022-11-23T00:57:10.2081059Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/global-average-pooling.c.o 2022-11-23T00:57:10.2161336Z [ 33%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2022-11-23T00:57:10.2619182Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2022-11-23T00:57:10.2655586Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-11-23T00:57:10.3226973Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:10.3238413Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/leaky-relu.c.o 2022-11-23T00:57:10.3750763Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2022-11-23T00:57:10.4197779Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/max-pooling.c.o 2022-11-23T00:57:10.4605250Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-11-23T00:57:10.4902156Z [ 33%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2022-11-23T00:57:10.4933079Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:10.5381421Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sigmoid.c.o 2022-11-23T00:57:10.5972680Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:10.6194826Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2022-11-23T00:57:10.6549896Z [ 33%] Linking CXX static library ../../../lib/libgmock_main.a 2022-11-23T00:57:10.6742163Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/softargmax.c.o 2022-11-23T00:57:10.6768351Z [ 33%] Built target gmock_main 2022-11-23T00:57:10.6820337Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-delete.c.o 2022-11-23T00:57:10.7272236Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-11-23T00:57:10.7585110Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:10.7632322Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2022-11-23T00:57:10.8076655Z [ 33%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2022-11-23T00:57:10.8265119Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/indirection.c.o 2022-11-23T00:57:10.8832941Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:10.9062122Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2022-11-23T00:57:10.9275050Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-run.c.o 2022-11-23T00:57:10.9650541Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-11-23T00:57:11.0034385Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:11.0339842Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2022-11-23T00:57:11.0384963Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-11-23T00:57:11.0721224Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2022-11-23T00:57:11.0868299Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8lut/scalar.c.o 2022-11-23T00:57:11.1458982Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:11.1797978Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-11-23T00:57:11.1827008Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2022-11-23T00:57:11.2098595Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-11-23T00:57:11.2708238Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:11.3143080Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-11-23T00:57:11.3150622Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2022-11-23T00:57:11.3151253Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:11.3896462Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-11-23T00:57:11.4099120Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-11-23T00:57:11.4504485Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2022-11-23T00:57:11.4817829Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:11.4870209Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-11-23T00:57:11.5117607Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-11-23T00:57:11.5385540Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-11-23T00:57:11.5706573Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2022-11-23T00:57:11.6231208Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:11.6702615Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2022-11-23T00:57:11.6949735Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:11.7160593Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-11-23T00:57:11.7679269Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2022-11-23T00:57:11.8019451Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-11-23T00:57:11.8020315Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-11-23T00:57:11.8714245Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:11.8914921Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2022-11-23T00:57:11.9938282Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2022-11-23T00:57:11.9939979Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:11.9979026Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-11-23T00:57:12.0241756Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-11-23T00:57:12.0455514Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-11-23T00:57:12.1155962Z [ 33%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2022-11-23T00:57:12.1462441Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-11-23T00:57:12.1474027Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:12.2330953Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-11-23T00:57:12.2641040Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-11-23T00:57:12.2665207Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-fmagic.c.o 2022-11-23T00:57:12.2950300Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-11-23T00:57:12.3310690Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x64.c.o 2022-11-23T00:57:12.3558173Z [ 33%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2022-11-23T00:57:12.3928766Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-lrintf.c.o 2022-11-23T00:57:12.4552491Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-11-23T00:57:12.4747134Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8vadd/sse2.c.o 2022-11-23T00:57:12.5144699Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-scalar.c.o 2022-11-23T00:57:12.5330952Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-11-23T00:57:12.5547963Z [ 33%] Generating src/x86_64-fma/2d-fourier-16x16.py.o 2022-11-23T00:57:12.5801190Z [ 33%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2022-11-23T00:57:12.6072872Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-signed64.c.o 2022-11-23T00:57:12.6503677Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned32.c.o 2022-11-23T00:57:12.6711402Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8clamp/sse2.c.o 2022-11-23T00:57:12.7102330Z [ 33%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2022-11-23T00:57:12.7389599Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-11-23T00:57:12.7403651Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned64.c.o 2022-11-23T00:57:12.7843950Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-scalar.c.o 2022-11-23T00:57:12.8011262Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-11-23T00:57:12.8442977Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2022-11-23T00:57:12.8756717Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-11-23T00:57:12.8797090Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8rmax/sse2.c.o 2022-11-23T00:57:12.9068738Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x1.c.o 2022-11-23T00:57:12.9539223Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2022-11-23T00:57:13.0056679Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x2.c.o 2022-11-23T00:57:13.0066138Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-11-23T00:57:13.0818938Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-11-23T00:57:13.0819709Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-11-23T00:57:13.0820349Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-11-23T00:57:13.1260228Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2022-11-23T00:57:13.1474146Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x4.c.o 2022-11-23T00:57:13.1876905Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-11-23T00:57:13.2169173Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-11-23T00:57:13.2177057Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:57:13.2675219Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x1.c.o 2022-11-23T00:57:13.3294890Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-11-23T00:57:13.3295881Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-11-23T00:57:13.3868985Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-11-23T00:57:13.3893751Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x2.c.o 2022-11-23T00:57:13.4461943Z [ 33%] Linking C static library ../../lib/libqnnpack.a 2022-11-23T00:57:13.4469968Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x4.c.o 2022-11-23T00:57:13.4649171Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:57:13.4759245Z [ 33%] Built target qnnpack 2022-11-23T00:57:13.4811464Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T00:57:13.5079423Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T00:57:13.5299363Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-11-23T00:57:13.5540003Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:57:13.6209917Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-11-23T00:57:13.6445921Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-11-23T00:57:13.6630951Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:57:13.7073813Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:57:13.7234370Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:57:13.7739974Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:57:13.8222682Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:57:13.8460910Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:57:13.8789153Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2-per-channel.c.o 2022-11-23T00:57:13.9470089Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:57:13.9644605Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:57:14.0663334Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-sse2.c.o 2022-11-23T00:57:14.0673233Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:57:14.0675561Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:57:14.0980004Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:57:14.1089696Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:57:14.1825522Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-scalar-c1.c.o 2022-11-23T00:57:14.2304828Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-11-23T00:57:14.2805150Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2-per-channel.c.o 2022-11-23T00:57:14.2807891Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:14.3297088Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-11-23T00:57:14.3472154Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:57:14.4038398Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:14.4268828Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:14.4607974Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:14.4813555Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-11-23T00:57:14.5326161Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-11-23T00:57:14.5524852Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-11-23T00:57:14.5940636Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:14.6218799Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:14.6263778Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:57:14.6523603Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:57:14.6996306Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:57:14.7447192Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:14.7678316Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-dq-sse2.c.o 2022-11-23T00:57:14.8374956Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-11-23T00:57:14.8663274Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c.o 2022-11-23T00:57:14.8665631Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:14.9274305Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:57:14.9669479Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:14.9865169Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:15.0238537Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:15.0668743Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-sse2.c.o 2022-11-23T00:57:15.0917106Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:15.1423788Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/sse2.c.o 2022-11-23T00:57:15.1437117Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:57:15.1740695Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:57:15.2151255Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:15.2752566Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:15.3119187Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/sse2.c.o 2022-11-23T00:57:15.3308573Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-11-23T00:57:15.3762601Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-11-23T00:57:15.4047910Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:15.4048699Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:57:15.4374810Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:57:15.4608230Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:57:15.5002954Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/sse2.c.o 2022-11-23T00:57:15.5304399Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:15.5887994Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-11-23T00:57:15.6146037Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-11-23T00:57:15.6625537Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-11-23T00:57:15.6968300Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:15.7004627Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:57:15.7284297Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:57:15.7488055Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:57:15.7775746Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-11-23T00:57:15.8144818Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:15.8968624Z [ 35%] Linking CXX static library ../../lib/libpytorch_qnnpack.a 2022-11-23T00:57:15.9270795Z [ 35%] Built target pytorch_qnnpack 2022-11-23T00:57:15.9398807Z [ 35%] Linking CXX static library ../../lib/libfbgemm.a 2022-11-23T00:57:15.9489177Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T00:57:15.9555567Z [ 35%] Linking CXX static library ../../../lib/libkineto.a 2022-11-23T00:57:15.9587071Z [ 35%] Linking CXX static library ../../../../lib/libdnnl_graph.a 2022-11-23T00:57:15.9883546Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:57:16.0090363Z [ 35%] Built target kineto 2022-11-23T00:57:16.0163058Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:57:16.0347216Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T00:57:16.0805109Z [ 35%] Built target fbgemm 2022-11-23T00:57:16.0869054Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T00:57:16.1307382Z [ 35%] Built target dnnl_graph 2022-11-23T00:57:16.1393467Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T00:57:16.1425385Z [ 35%] Building CXX object c10/hip/test/CMakeFiles/c10_hip_HIPTest.dir/impl/HIPTest.cpp.o 2022-11-23T00:57:16.1755231Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T00:57:16.1996068Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:57:16.2392598Z [ 35%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/torch.proto 2022-11-23T00:57:16.2551289Z [ 35%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/caffe2.proto 2022-11-23T00:57:16.2829397Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:57:16.3266722Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T00:57:16.3459821Z [ 35%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o 2022-11-23T00:57:16.4096239Z [ 35%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o 2022-11-23T00:57:16.4570125Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T00:57:16.4576979Z [ 35%] Linking CXX executable ../../../bin/c10_hip_HIPTest 2022-11-23T00:57:16.5113228Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:57:16.5675168Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T00:57:16.6307929Z [ 36%] Built target c10_hip_HIPTest 2022-11-23T00:57:16.6438600Z [ 36%] Running gen_proto.py on onnx/onnx.in.proto 2022-11-23T00:57:16.6631655Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T00:57:16.6803013Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx.in.proto 2022-11-23T00:57:16.6813658Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T00:57:16.6825273Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2022-11-23T00:57:16.6849557Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-ml.pb.h 2022-11-23T00:57:16.6850315Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_pb.py 2022-11-23T00:57:16.6943971Z [ 36%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T00:57:16.7148840Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-11-23T00:57:16.7760745Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T00:57:16.8086988Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T00:57:16.8759084Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimdsp.c.o 2022-11-23T00:57:16.9000746Z [ 36%] Built target gen_onnx_proto 2022-11-23T00:57:16.9060929Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimddp.c.o 2022-11-23T00:57:16.9334541Z [ 36%] Built target Caffe2_PROTO 2022-11-23T00:57:16.9348261Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T00:57:16.9400151Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T00:57:16.9410633Z [ 36%] Linking CXX static library ../../lib/libXNNPACK.a 2022-11-23T00:57:17.0146791Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimdsp.c.o 2022-11-23T00:57:17.0506922Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T00:57:17.0635029Z [ 36%] Built target XNNPACK 2022-11-23T00:57:17.0708023Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T00:57:17.1007907Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T00:57:17.1507121Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o 2022-11-23T00:57:17.1836214Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o 2022-11-23T00:57:17.2085355Z [ 36%] Built target sleefavx512fnofma 2022-11-23T00:57:17.2146914Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T00:57:17.2314678Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimddp.c.o 2022-11-23T00:57:17.2768236Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T00:57:17.3286103Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimdsp.c.o 2022-11-23T00:57:17.3824488Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T00:57:17.4061801Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T00:57:17.4504575Z [ 36%] Built target sleefavx512f 2022-11-23T00:57:17.4563403Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T00:57:17.5154524Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimddp.c.o 2022-11-23T00:57:17.5166847Z [ 36%] Built target sleefdetavx512fnofma 2022-11-23T00:57:17.5234214Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T00:57:17.5287858Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o 2022-11-23T00:57:17.5816435Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o 2022-11-23T00:57:17.6597119Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:17.6762134Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimdsp.c.o 2022-11-23T00:57:17.7682964Z [ 36%] Built target sleefdetavx512f 2022-11-23T00:57:17.7713785Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:17.7738976Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:17.8343930Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:17.8384821Z [ 36%] Built target sleefavx2 2022-11-23T00:57:17.8459252Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:17.8988975Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimddp.c.o 2022-11-23T00:57:17.9035603Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o 2022-11-23T00:57:17.9475350Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o 2022-11-23T00:57:17.9791494Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:18.0119050Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimdsp.c.o 2022-11-23T00:57:18.0802373Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:18.1310188Z [ 36%] Built target sleefdetavx2 2022-11-23T00:57:18.1360397Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:18.1704945Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:18.2108288Z [ 36%] Built target sleefavx2128 2022-11-23T00:57:18.2194072Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o 2022-11-23T00:57:18.2241018Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimdsp.c.o 2022-11-23T00:57:18.2823988Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimddp.c.o 2022-11-23T00:57:18.2824953Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:18.3307930Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimddp.c.o 2022-11-23T00:57:18.4006406Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:18.4826674Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o 2022-11-23T00:57:18.4966925Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:18.5091282Z [ 36%] Built target sleefdetfma4 2022-11-23T00:57:18.5137573Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:18.5806589Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o 2022-11-23T00:57:18.6152965Z [ 36%] Built target sleefdetavx2128 2022-11-23T00:57:18.6207619Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o 2022-11-23T00:57:18.6718674Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimdsp.c.o 2022-11-23T00:57:18.6843275Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:18.7772219Z [ 36%] Built target sleeffma4 2022-11-23T00:57:18.7838154Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:18.8117889Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o 2022-11-23T00:57:18.8759673Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o 2022-11-23T00:57:18.8790811Z [ 36%] Built target sleefavx 2022-11-23T00:57:18.8845571Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimddp.c.o 2022-11-23T00:57:18.9257798Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:18.9503326Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:19.0492997Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimdsp.c.o 2022-11-23T00:57:19.0831001Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimddp.c.o 2022-11-23T00:57:19.0862425Z [ 37%] Built target sleefsse4 2022-11-23T00:57:19.0942954Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:19.1197348Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o 2022-11-23T00:57:19.1540864Z [ 37%] Built target sleefdetavx 2022-11-23T00:57:19.1757059Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimdsp.c.o 2022-11-23T00:57:19.2099824Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:19.3311572Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimddp.c.o 2022-11-23T00:57:19.3471589Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:19.3577687Z [ 37%] Built target sleefdetsse4 2022-11-23T00:57:19.3642430Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:19.3805657Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o 2022-11-23T00:57:19.4323947Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:19.4881909Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:57:19.4996921Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2022-11-23T00:57:19.5575353Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:19.5891130Z [ 37%] Built target sleefdetsse2 2022-11-23T00:57:19.5964054Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:19.6244885Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:19.6362683Z [ 37%] Built target sleefpurec_scalar 2022-11-23T00:57:19.6425515Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:19.6956629Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:19.6957273Z [ 37%] Built target sleefsse2 2022-11-23T00:57:19.7120875Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:57:19.7320492Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2022-11-23T00:57:19.7727079Z [ 37%] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o 2022-11-23T00:57:19.7789681Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:57:19.7878637Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2022-11-23T00:57:19.8442444Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:19.8520388Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:57:19.8754995Z [ 37%] Built target sleefdetpurec_scalar 2022-11-23T00:57:19.8820068Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2022-11-23T00:57:19.9135931Z [ 37%] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o 2022-11-23T00:57:19.9376223Z [ 37%] Built target sleefpurecfma_scalar 2022-11-23T00:57:19.9431588Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:19.9493756Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:20.0025875Z [ 37%] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o 2022-11-23T00:57:20.0246883Z [ 37%] Built target sleefdetpurecfma_scalar 2022-11-23T00:57:20.0305184Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:20.1016400Z [ 37%] Linking CXX static library ../lib/libcaffe2_protos.a 2022-11-23T00:57:20.1034540Z [ 37%] Running gen_proto.py on onnx/onnx-data.in.proto 2022-11-23T00:57:20.1317360Z [ 37%] Built target caffe2_protos 2022-11-23T00:57:20.1378218Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:20.1427439Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-data.in.proto 2022-11-23T00:57:20.1433543Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T00:57:20.1437758Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2022-11-23T00:57:20.1442384Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data.pb.h 2022-11-23T00:57:20.1443017Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_data_pb.py 2022-11-23T00:57:20.1533309Z [ 37%] Running gen_proto.py on onnx/onnx-operators.in.proto 2022-11-23T00:57:20.1536808Z [ 37%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T00:57:20.1884589Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-operators.in.proto 2022-11-23T00:57:20.1888337Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T00:57:20.1891638Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2022-11-23T00:57:20.1896313Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2022-11-23T00:57:20.1897155Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_operators_pb.py 2022-11-23T00:57:20.1987608Z [ 37%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T00:57:20.2227602Z [ 37%] Built target gen_onnx_data_proto 2022-11-23T00:57:20.2276074Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:20.2303183Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:20.2407305Z [ 37%] Built target gen_onnx_operators_proto 2022-11-23T00:57:20.2452676Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:20.2591355Z [ 37%] Built target dispavx_obj 2022-11-23T00:57:20.2682144Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:20.2953073Z [ 37%] Built target dispsse_obj 2022-11-23T00:57:20.3096381Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2022-11-23T00:57:20.3716035Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:20.3766010Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2022-11-23T00:57:20.3784215Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o 2022-11-23T00:57:20.4344348Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o 2022-11-23T00:57:20.4901830Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:20.5273484Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:20.5682171Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2022-11-23T00:57:20.6255465Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o 2022-11-23T00:57:20.6524691Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:20.6834272Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:20.7223493Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefqp.c.o 2022-11-23T00:57:20.7987583Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:20.7988445Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2022-11-23T00:57:20.7989023Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:20.8636631Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:20.8680945Z [ 37%] Linking C static library ../../lib/libsleef.a 2022-11-23T00:57:20.8714213Z [ 37%] Generating src/x86_64-fma/blas/s8gemm.py.o 2022-11-23T00:57:20.9084538Z [ 37%] Built target sleef 2022-11-23T00:57:20.9131882Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:20.9423853Z [ 37%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T00:57:20.9657122Z [ 37%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:57:21.0339939Z [ 37%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX512.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T00:57:21.0480641Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:57:21.1399157Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:57:21.1812295Z [ 37%] Linking CXX static library ../../lib/libonnx_proto.a 2022-11-23T00:57:21.2038163Z [ 37%] Built target onnx_proto 2022-11-23T00:57:21.2094336Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:57:21.2358992Z [ 37%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX512.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:57:21.2444479Z [ 37%] Generating src/x86_64-fma/blas/c8gemm.py.o 2022-11-23T00:57:21.3086036Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-fmagic.c.o 2022-11-23T00:57:21.3338074Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-lrintf.c.o 2022-11-23T00:57:21.4087625Z [ 37%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T00:57:21.4367980Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-scalar.c.o 2022-11-23T00:57:21.5198762Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-signed64.c.o 2022-11-23T00:57:21.5890643Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned32.c.o 2022-11-23T00:57:21.6356068Z [ 37%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:57:21.6849565Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned64.c.o 2022-11-23T00:57:21.7298437Z [ 37%] Linking CXX executable ../bin/vec_test_all_types_DEFAULT 2022-11-23T00:57:21.7689523Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x1.c.o 2022-11-23T00:57:21.7831889Z [ 37%] Generating src/x86_64-fma/blas/s4c6gemm.py.o 2022-11-23T00:57:21.8393742Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x2.c.o 2022-11-23T00:57:21.9276782Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x1.c.o 2022-11-23T00:57:21.9277493Z [ 38%] Linking CXX executable ../bin/vec_test_all_types_AVX512 2022-11-23T00:57:21.9282214Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x4.c.o 2022-11-23T00:57:21.9562961Z [ 38%] Built target vec_test_all_types_DEFAULT 2022-11-23T00:57:21.9621838Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x2.c.o 2022-11-23T00:57:22.0240736Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o 2022-11-23T00:57:22.0298540Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o 2022-11-23T00:57:22.0988587Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x4.c.o 2022-11-23T00:57:22.1410143Z [ 38%] Built target vec_test_all_types_AVX512 2022-11-23T00:57:22.1482472Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:57:22.1870136Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2022-11-23T00:57:22.2242580Z [ 38%] Linking CXX executable ../bin/vec_test_all_types_AVX2 2022-11-23T00:57:22.2543595Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:57:22.3475044Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:57:22.3501109Z [ 38%] Generating src/x86_64-fma/blas/conv1x1.py.o 2022-11-23T00:57:22.4351324Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:57:22.4354528Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:57:22.4571928Z [ 38%] Built target vec_test_all_types_AVX2 2022-11-23T00:57:22.4633183Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:57:22.4898998Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2022-11-23T00:57:22.5253343Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2022-11-23T00:57:22.5486999Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2022-11-23T00:57:22.5930745Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c1.c.o 2022-11-23T00:57:22.6242770Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c2.c.o 2022-11-23T00:57:22.6519592Z [ 38%] Generating src/x86_64-fma/blas/sgemm.py.o 2022-11-23T00:57:22.6680705Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c4.c.o 2022-11-23T00:57:22.6888040Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2022-11-23T00:57:22.7292382Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2022-11-23T00:57:22.7886478Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2022-11-23T00:57:22.7887375Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:57:22.8754109Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/scalar-x4.c.o 2022-11-23T00:57:22.9200847Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c1.c.o 2022-11-23T00:57:22.9575219Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2022-11-23T00:57:23.0083104Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2022-11-23T00:57:23.0084423Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c2.c.o 2022-11-23T00:57:23.0282878Z [ 38%] Generating src/x86_64-fma/max-pooling.py.o 2022-11-23T00:57:23.0402080Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c4.c.o 2022-11-23T00:57:23.0889223Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-lut32norm/scalar.c.o 2022-11-23T00:57:23.1148542Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2022-11-23T00:57:23.1530249Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2022-11-23T00:57:23.2005976Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:57:23.2373392Z [ 38%] Generating src/x86_64-fma/relu.py.o 2022-11-23T00:57:23.2765968Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/scalar.c.o 2022-11-23T00:57:23.3261014Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/scalar-x4.c.o 2022-11-23T00:57:23.3592175Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2022-11-23T00:57:23.3929649Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2022-11-23T00:57:23.3985460Z [ 38%] Generating src/x86_64-fma/softmax.py.o 2022-11-23T00:57:23.4331094Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-copy/memcpy.c.o 2022-11-23T00:57:23.4929477Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2022-11-23T00:57:23.5032736Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/scalar-x16.c.o 2022-11-23T00:57:23.5275696Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2022-11-23T00:57:23.5900707Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/scalar.c.o 2022-11-23T00:57:23.6677735Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x1.c.o 2022-11-23T00:57:23.7137397Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x2.c.o 2022-11-23T00:57:23.7584656Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2022-11-23T00:57:23.7894817Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-11-23T00:57:23.8195041Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2022-11-23T00:57:23.8906670Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2022-11-23T00:57:23.8967723Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x8.c.o 2022-11-23T00:57:23.9299630Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2022-11-23T00:57:23.9941923Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x16.c.o 2022-11-23T00:57:24.0730568Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:57:24.1364271Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x4-scalar-int.c.o 2022-11-23T00:57:24.1591406Z [ 38%] Generating src/x86_64-fma/blas/sdotxf.py.o 2022-11-23T00:57:24.1828407Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:57:24.1830788Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2022-11-23T00:57:24.2283211Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2022-11-23T00:57:24.2660452Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:57:24.3345050Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x4-scalar-int.c.o 2022-11-23T00:57:24.3475506Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:57:24.3710765Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2022-11-23T00:57:24.4332743Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2022-11-23T00:57:24.4525037Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:57:24.5293584Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x4-scalar-int.c.o 2022-11-23T00:57:24.5899703Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-scalar.c.o 2022-11-23T00:57:24.6178062Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2022-11-23T00:57:24.6419252Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-scalar.c.o 2022-11-23T00:57:24.6842717Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2022-11-23T00:57:24.7219185Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-scalar.c.o 2022-11-23T00:57:24.7231369Z [ 38%] Generating src/x86_64-fma/blas/shdotxf.py.o 2022-11-23T00:57:24.8052513Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-scalar.c.o 2022-11-23T00:57:24.8220377Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:57:24.8260004Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2022-11-23T00:57:24.8856262Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2022-11-23T00:57:24.9057794Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x4-scalar-int.c.o 2022-11-23T00:57:25.0076294Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:57:25.0077213Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2022-11-23T00:57:25.0559294Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:57:25.0967125Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2022-11-23T00:57:25.1347614Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x4-scalar-int.c.o 2022-11-23T00:57:25.2218345Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:57:25.2557972Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:57:25.2606028Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x4-scalar-int.c.o 2022-11-23T00:57:25.3159003Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2022-11-23T00:57:25.3417061Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2022-11-23T00:57:25.3654795Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-11-23T00:57:25.3958734Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x2-scalar.c.o 2022-11-23T00:57:25.4454144Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2022-11-23T00:57:25.4870680Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x3-scalar.c.o 2022-11-23T00:57:25.5136367Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-scalar.c.o 2022-11-23T00:57:25.5615620Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2022-11-23T00:57:25.5986881Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-float.c.o 2022-11-23T00:57:25.6907601Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:57:25.7250679Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-float.c.o 2022-11-23T00:57:25.7498116Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-int.c.o 2022-11-23T00:57:25.7854901Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2022-11-23T00:57:25.8049726Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2022-11-23T00:57:25.8436191Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-float.c.o 2022-11-23T00:57:25.8873180Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:57:25.9320004Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2022-11-23T00:57:25.9630005Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-float.c.o 2022-11-23T00:57:25.9967231Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2022-11-23T00:57:26.0475919Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:57:26.1296779Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-float.c.o 2022-11-23T00:57:26.1595572Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-int.c.o 2022-11-23T00:57:26.2275587Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2022-11-23T00:57:26.2316016Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-float.c.o 2022-11-23T00:57:26.2705099Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2022-11-23T00:57:26.3158280Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:57:26.3550249Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-float.c.o 2022-11-23T00:57:26.3913919Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2022-11-23T00:57:26.4506300Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:57:26.4506999Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2022-11-23T00:57:26.5260505Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-float.c.o 2022-11-23T00:57:26.5958041Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-int.c.o 2022-11-23T00:57:26.6211865Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/scalar.c.o 2022-11-23T00:57:26.6815866Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2022-11-23T00:57:26.7291542Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-scalar.c.o 2022-11-23T00:57:26.7299254Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-scalar.c.o 2022-11-23T00:57:26.7847617Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/onnxifi_utils.cc.o 2022-11-23T00:57:26.8328216Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2022-11-23T00:57:26.8340683Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-scalar.c.o 2022-11-23T00:57:26.8670833Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-scalar.c.o 2022-11-23T00:57:26.9149362Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2022-11-23T00:57:26.9632228Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-float.c.o 2022-11-23T00:57:27.0455857Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:57:27.1118798Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2022-11-23T00:57:27.1120248Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-float.c.o 2022-11-23T00:57:27.1413454Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2022-11-23T00:57:27.1546958Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2022-11-23T00:57:27.2008280Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:57:27.2303328Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-float.c.o 2022-11-23T00:57:27.2619005Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2022-11-23T00:57:27.3054022Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:57:27.3058233Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2022-11-23T00:57:27.3599247Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-float.c.o 2022-11-23T00:57:27.3782502Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:57:27.4253724Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2022-11-23T00:57:27.4424077Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2022-11-23T00:57:27.4453222Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2022-11-23T00:57:27.4638935Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2022-11-23T00:57:27.5044952Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-float.c.o 2022-11-23T00:57:27.5208590Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:57:27.5686704Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:57:27.5687464Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2022-11-23T00:57:27.6001698Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:57:27.6529886Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2022-11-23T00:57:27.6530698Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-1x1.c.o 2022-11-23T00:57:27.6558348Z [ 39%] Linking CXX static library ../../lib/libonnx.a 2022-11-23T00:57:27.7223886Z [ 39%] Built target onnx 2022-11-23T00:57:27.7267799Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-11-23T00:57:27.7407157Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2022-11-23T00:57:27.7411041Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse-acc2.c.o 2022-11-23T00:57:27.7417807Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse.c.o 2022-11-23T00:57:27.8019958Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o 2022-11-23T00:57:27.8034403Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse-acc2.c.o 2022-11-23T00:57:27.8720749Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse.c.o 2022-11-23T00:57:27.8722082Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse-acc2.c.o 2022-11-23T00:57:27.8722963Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse.c.o 2022-11-23T00:57:27.9001180Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse-acc2.c.o 2022-11-23T00:57:27.9297168Z [ 39%] Linking C static library ../../lib/libnnpack.a 2022-11-23T00:57:27.9538829Z [ 39%] Built target nnpack 2022-11-23T00:57:27.9584069Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse.c.o 2022-11-23T00:57:28.0305987Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-11-23T00:57:28.0346009Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse-acc2.c.o 2022-11-23T00:57:28.0346970Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse-acc2.c.o 2022-11-23T00:57:28.0522052Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2022-11-23T00:57:28.0998003Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedFallback.cpp.o 2022-11-23T00:57:28.1541945Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedTensorImpl.cpp.o 2022-11-23T00:57:28.1551729Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-11-23T00:57:28.2006606Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchingRegistrations.cpp.o 2022-11-23T00:57:28.2401757Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2022-11-23T00:57:28.2973874Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse-acc2.c.o 2022-11-23T00:57:28.3955234Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-11-23T00:57:28.4203504Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse-acc2.c.o 2022-11-23T00:57:28.4866700Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2022-11-23T00:57:28.5307597Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-11-23T00:57:28.6258561Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc2.c.o 2022-11-23T00:57:28.7528902Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc3.c.o 2022-11-23T00:57:28.7529876Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2022-11-23T00:57:28.7550958Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc4.c.o 2022-11-23T00:57:28.8493911Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2022-11-23T00:57:28.8733452Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4.c.o 2022-11-23T00:57:28.9659680Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-11-23T00:57:29.0508555Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4.c.o 2022-11-23T00:57:29.0922893Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2022-11-23T00:57:29.1822979Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-3x4.c.o 2022-11-23T00:57:29.2149986Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-4x4.c.o 2022-11-23T00:57:29.2880793Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2022-11-23T00:57:29.3169287Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2022-11-23T00:57:29.3496867Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-5x4.c.o 2022-11-23T00:57:29.4419361Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-6x4.c.o 2022-11-23T00:57:29.5429017Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2022-11-23T00:57:29.5432718Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc2.c.o 2022-11-23T00:57:29.6337191Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-11-23T00:57:29.6568872Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2022-11-23T00:57:29.7508154Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc4.c.o 2022-11-23T00:57:29.7772797Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4.c.o 2022-11-23T00:57:29.8047335Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4-acc2.c.o 2022-11-23T00:57:29.8505973Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2022-11-23T00:57:29.8948134Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2022-11-23T00:57:29.9358713Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4.c.o 2022-11-23T00:57:29.9615970Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2022-11-23T00:57:29.9944186Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-3x4.c.o 2022-11-23T00:57:30.0529615Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-4x4.c.o 2022-11-23T00:57:30.1031443Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2022-11-23T00:57:30.1773078Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc2.c.o 2022-11-23T00:57:30.2054491Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc3.c.o 2022-11-23T00:57:30.2706020Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2022-11-23T00:57:30.3202251Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc4.c.o 2022-11-23T00:57:30.4227679Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc5.c.o 2022-11-23T00:57:30.4628647Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4.c.o 2022-11-23T00:57:30.5179336Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2022-11-23T00:57:30.5508720Z [ 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-23T00:57:30.6247396Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2022-11-23T00:57:30.6721031Z [ 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-23T00:57:30.7104444Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2022-11-23T00:57:30.7818992Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2022-11-23T00:57:30.8240512Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4.c.o 2022-11-23T00:57:30.9112360Z [ 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-23T00:57:30.9471180Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2022-11-23T00:57:30.9834076Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4.c.o 2022-11-23T00:57:31.0328042Z [ 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-23T00:57:31.0553349Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNativeTBB.cpp.o 2022-11-23T00:57:31.1057442Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2022-11-23T00:57:31.1497626Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-11-23T00:57:31.1725284Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2022-11-23T00:57:31.2563375Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-5x4.c.o 2022-11-23T00:57:31.2833669Z [ 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-23T00:57:31.3660043Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2022-11-23T00:57:31.4128786Z [ 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-23T00:57:31.5122200Z [ 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-23T00:57:31.6204638Z [ 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-23T00:57:31.7070921Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2022-11-23T00:57:31.7075187Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4.c.o 2022-11-23T00:57:31.7640915Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2022-11-23T00:57:31.7918512Z [ 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-23T00:57:31.8676778Z [ 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-23T00:57:31.8677857Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2022-11-23T00:57:31.9373892Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2022-11-23T00:57:31.9584043Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-11-23T00:57:32.0201622Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2022-11-23T00:57:32.0511804Z [ 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-23T00:57:32.0905885Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorUtils.cpp.o 2022-11-23T00:57:32.1738552Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4.c.o 2022-11-23T00:57:32.2590868Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-11-23T00:57:32.2949731Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2022-11-23T00:57:32.3821223Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-11-23T00:57:32.4033002Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-11-23T00:57:32.4699144Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2022-11-23T00:57:32.5164729Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-dup.c.o 2022-11-23T00:57:32.6399318Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-load1.c.o 2022-11-23T00:57:32.6612729Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8s4inc-minmax-sse.c.o 2022-11-23T00:57:32.7407105Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2022-11-23T00:57:32.7907889Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-dup.c.o 2022-11-23T00:57:32.8903814Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-load1.c.o 2022-11-23T00:57:32.9497768Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8s4inc-minmax-sse.c.o 2022-11-23T00:57:33.0023599Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2022-11-23T00:57:33.0691855Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-dup.c.o 2022-11-23T00:57:33.1077354Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2022-11-23T00:57:33.1437275Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-load1.c.o 2022-11-23T00:57:33.2008281Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2022-11-23T00:57:33.2587473Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8s4inc-minmax-sse.c.o 2022-11-23T00:57:33.2591336Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2022-11-23T00:57:33.3583263Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-dup.c.o 2022-11-23T00:57:33.3875518Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2022-11-23T00:57:33.4136601Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-load1.c.o 2022-11-23T00:57:33.4762982Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2022-11-23T00:57:33.5222458Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8s4inc-minmax-sse.c.o 2022-11-23T00:57:33.6070505Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-dup.c.o 2022-11-23T00:57:33.6511043Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:57:33.7525611Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8s4-minmax-sse.c.o 2022-11-23T00:57:33.7883448Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapMode.cpp.o 2022-11-23T00:57:33.8265202Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-dup.c.o 2022-11-23T00:57:33.8809142Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2022-11-23T00:57:33.9422483Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-load1.c.o 2022-11-23T00:57:34.0491305Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8s4-minmax-sse.c.o 2022-11-23T00:57:34.1257081Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:57:34.1745719Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapTransforms.cpp.o 2022-11-23T00:57:34.2470001Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-dup.c.o 2022-11-23T00:57:34.2807430Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:57:34.3311903Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8s4-minmax-sse.c.o 2022-11-23T00:57:34.3804687Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2022-11-23T00:57:34.4373906Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2022-11-23T00:57:34.4739709Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-dup.c.o 2022-11-23T00:57:34.4980990Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-load1.c.o 2022-11-23T00:57:34.5798710Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8s4-minmax-sse.c.o 2022-11-23T00:57:34.6222185Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2022-11-23T00:57:34.6631201Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2022-11-23T00:57:34.7127475Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p4.c.o 2022-11-23T00:57:34.8604435Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-11-23T00:57:34.8850147Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2022-11-23T00:57:34.9798250Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c4.c.o 2022-11-23T00:57:35.0286767Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2022-11-23T00:57:35.1253677Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-11-23T00:57:35.2635466Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-dup.c.o 2022-11-23T00:57:35.3165390Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2022-11-23T00:57:35.3792413Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:57:35.4274325Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/ORTHooksInterface.cpp.o 2022-11-23T00:57:35.5097249Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8s4-minmax-sse.c.o 2022-11-23T00:57:35.5098949Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-dup.c.o 2022-11-23T00:57:35.5717699Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2022-11-23T00:57:35.6106093Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2022-11-23T00:57:35.6444261Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2022-11-23T00:57:35.6642628Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-load1.c.o 2022-11-23T00:57:35.7194690Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8s4-minmax-sse.c.o 2022-11-23T00:57:35.7847249Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2022-11-23T00:57:35.8117275Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:57:35.8576844Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2022-11-23T00:57:35.9206450Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-dup.c.o 2022-11-23T00:57:36.0182704Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:57:36.1180522Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8s4-minmax-sse.c.o 2022-11-23T00:57:36.1744512Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-dup.c.o 2022-11-23T00:57:36.2573628Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2022-11-23T00:57:36.3065169Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-load1.c.o 2022-11-23T00:57:36.4048206Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8s4-minmax-sse.c.o 2022-11-23T00:57:36.4992863Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:57:36.5986337Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:57:36.7396756Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:57:36.8429385Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x8-minmax-sse.c.o 2022-11-23T00:57:36.9470963Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x4.c.o 2022-11-23T00:57:36.9790372Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x8.c.o 2022-11-23T00:57:37.0534370Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2022-11-23T00:57:37.1147541Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/sse.c.o 2022-11-23T00:57:37.1783064Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-sse.c.o 2022-11-23T00:57:37.2803946Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-sse.c.o 2022-11-23T00:57:37.2804760Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2022-11-23T00:57:37.3668091Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/16x1-minmax-sse.c.o 2022-11-23T00:57:37.4085005Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2022-11-23T00:57:37.4863422Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2022-11-23T00:57:37.5144425Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-11-23T00:57:37.5942286Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2022-11-23T00:57:37.6884724Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x4.c.o 2022-11-23T00:57:37.7745973Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-11-23T00:57:37.8713512Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x4.c.o 2022-11-23T00:57:37.9984597Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-11-23T00:57:38.0951018Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x4.c.o 2022-11-23T00:57:38.1966144Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-11-23T00:57:38.3026619Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x4.c.o 2022-11-23T00:57:38.4085709Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-11-23T00:57:38.4090687Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2022-11-23T00:57:38.5059835Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x4.c.o 2022-11-23T00:57:38.5414850Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-11-23T00:57:38.6571426Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x4.c.o 2022-11-23T00:57:38.6578290Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2022-11-23T00:57:38.7488759Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-11-23T00:57:38.8128211Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x4.c.o 2022-11-23T00:57:38.8133327Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2022-11-23T00:57:38.8723477Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2022-11-23T00:57:38.9146987Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-11-23T00:57:39.0085334Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x4.c.o 2022-11-23T00:57:39.0722160Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-11-23T00:57:39.1316059Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2022-11-23T00:57:39.1828604Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x4.c.o 2022-11-23T00:57:39.2824965Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-11-23T00:57:39.3796899Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x4.c.o 2022-11-23T00:57:39.4619403Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-11-23T00:57:39.5538793Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x4.c.o 2022-11-23T00:57:39.6538419Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-11-23T00:57:39.7463710Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x4.c.o 2022-11-23T00:57:39.8820874Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-11-23T00:57:39.8831344Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2022-11-23T00:57:39.9888933Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x4.c.o 2022-11-23T00:57:40.1212953Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2022-11-23T00:57:40.1217531Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-11-23T00:57:40.1625507Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x4.c.o 2022-11-23T00:57:40.2420598Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2022-11-23T00:57:40.2843799Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-11-23T00:57:40.3570781Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x4.c.o 2022-11-23T00:57:40.3994404Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2022-11-23T00:57:40.4425961Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-11-23T00:57:40.5405074Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2022-11-23T00:57:40.7148400Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x4.c.o 2022-11-23T00:57:40.8170843Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-11-23T00:57:40.8466323Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x4.c.o 2022-11-23T00:57:40.9143075Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2022-11-23T00:57:40.9648601Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-11-23T00:57:41.0692488Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x4.c.o 2022-11-23T00:57:41.1731556Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-11-23T00:57:41.2587471Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x4.c.o 2022-11-23T00:57:41.2909741Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2022-11-23T00:57:41.3296857Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-11-23T00:57:41.3788554Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2022-11-23T00:57:41.4276545Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-11-23T00:57:41.5128398Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c8-minmax-sse-2x.c.o 2022-11-23T00:57:41.5135905Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2022-11-23T00:57:41.5908502Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x4.c.o 2022-11-23T00:57:41.6197100Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2022-11-23T00:57:41.7069891Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x8.c.o 2022-11-23T00:57:41.8033662Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-11-23T00:57:41.8688367Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x8.c.o 2022-11-23T00:57:41.9351699Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2022-11-23T00:57:41.9662105Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x4.c.o 2022-11-23T00:57:42.0293360Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2022-11-23T00:57:42.0727091Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-11-23T00:57:42.1501881Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x4.c.o 2022-11-23T00:57:42.2123216Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-11-23T00:57:42.2547531Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2022-11-23T00:57:42.3175709Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x4.c.o 2022-11-23T00:57:42.4164764Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-11-23T00:57:42.5174358Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse-addsub.c.o 2022-11-23T00:57:42.5754927Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2022-11-23T00:57:42.6180022Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse-addsub.c.o 2022-11-23T00:57:42.7169951Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2022-11-23T00:57:42.7196167Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse-addsub.c.o 2022-11-23T00:57:42.8251671Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse-addsub.c.o 2022-11-23T00:57:42.8296892Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2022-11-23T00:57:42.9246922Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-hh1mac.c.o 2022-11-23T00:57:42.9809834Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr1mac.c.o 2022-11-23T00:57:42.9810396Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2022-11-23T00:57:43.0225606Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr2mac.c.o 2022-11-23T00:57:43.0676816Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2022-11-23T00:57:43.1027683Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2022-11-23T00:57:43.1449445Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-sse.c.o 2022-11-23T00:57:43.2262012Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/4x4-sse.c.o 2022-11-23T00:57:43.3198334Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x8.c.o 2022-11-23T00:57:43.3689891Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x16.c.o 2022-11-23T00:57:43.4216012Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2022-11-23T00:57:43.4727428Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x24.c.o 2022-11-23T00:57:43.5339907Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-11-23T00:57:43.5844753Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x8.c.o 2022-11-23T00:57:43.6027629Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2022-11-23T00:57:43.6034191Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x16.c.o 2022-11-23T00:57:43.6630174Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2022-11-23T00:57:43.7232349Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x24.c.o 2022-11-23T00:57:43.7235952Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2022-11-23T00:57:43.8328209Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x32.c.o 2022-11-23T00:57:43.9220911Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-11-23T00:57:43.9223906Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-11-23T00:57:43.9753286Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2022-11-23T00:57:44.0472368Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2022-11-23T00:57:44.0473015Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-11-23T00:57:44.0879928Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:57:44.1561902Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2022-11-23T00:57:44.2082264Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:57:44.2810330Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:57:44.3190103Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2022-11-23T00:57:44.3436233Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp.o 2022-11-23T00:57:44.4007928Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:57:44.4934981Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse2-dup.c.o 2022-11-23T00:57:44.5723365Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse2-dup.c.o 2022-11-23T00:57:44.5887009Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2022-11-23T00:57:44.6397644Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse2-dup.c.o 2022-11-23T00:57:44.7203729Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse2-dup.c.o 2022-11-23T00:57:44.7204625Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2022-11-23T00:57:44.7799535Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2022-11-23T00:57:44.8430621Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2022-11-23T00:57:44.8486998Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse2-dup.c.o 2022-11-23T00:57:44.9594721Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2022-11-23T00:57:45.0043819Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse2-dup.c.o 2022-11-23T00:57:45.0329719Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse2-dup.c.o 2022-11-23T00:57:45.1173541Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2022-11-23T00:57:45.1944655Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse2-dup.c.o 2022-11-23T00:57:45.2880978Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse2-dup.c.o 2022-11-23T00:57:45.3050410Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2022-11-23T00:57:45.3458534Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse2-dup.c.o 2022-11-23T00:57:45.4159850Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2022-11-23T00:57:45.4800149Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse2-dup.c.o 2022-11-23T00:57:45.4958668Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse2-dup.c.o 2022-11-23T00:57:45.5194967Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x4.c.o 2022-11-23T00:57:45.5282707Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2022-11-23T00:57:45.5999300Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2022-11-23T00:57:45.6285419Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2022-11-23T00:57:45.6389562Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-11-23T00:57:45.7230040Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:57:45.8197446Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:57:45.8364218Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2022-11-23T00:57:45.8824257Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:57:45.9248922Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2022-11-23T00:57:45.9848361Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:57:46.0759125Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:57:46.1200232Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:57:46.1716473Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2022-11-23T00:57:46.2412838Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:57:46.2413789Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2022-11-23T00:57:46.3146559Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2022-11-23T00:57:46.3632730Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:57:46.4203895Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x4.c.o 2022-11-23T00:57:46.4682477Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2022-11-23T00:57:46.5150959Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8-acc2.c.o 2022-11-23T00:57:46.5358855Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2022-11-23T00:57:46.5793052Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8.c.o 2022-11-23T00:57:46.6324743Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2022-11-23T00:57:46.6897543Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc2.c.o 2022-11-23T00:57:46.7880637Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc3.c.o 2022-11-23T00:57:46.8246197Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12.c.o 2022-11-23T00:57:46.8999963Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2022-11-23T00:57:46.9324374Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc2.c.o 2022-11-23T00:57:46.9701641Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2022-11-23T00:57:47.0114597Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc4.c.o 2022-11-23T00:57:47.0665212Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2022-11-23T00:57:47.1098940Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16.c.o 2022-11-23T00:57:47.1567218Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2022-11-23T00:57:47.2361189Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-11-23T00:57:47.2782266Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc5.c.o 2022-11-23T00:57:47.3537997Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2022-11-23T00:57:47.3993019Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20.c.o 2022-11-23T00:57:47.4439137Z [ 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-23T00:57:47.5098920Z [ 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-23T00:57:47.5116653Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2022-11-23T00:57:47.5642264Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2022-11-23T00:57:47.6083538Z [ 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-23T00:57:47.6360693Z [ 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-23T00:57:47.7153628Z [ 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-23T00:57:47.7775600Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2022-11-23T00:57:47.7788315Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x24.c.o 2022-11-23T00:57:47.7789165Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2022-11-23T00:57:47.8603834Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x4.c.o 2022-11-23T00:57:47.9139827Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2022-11-23T00:57:47.9652634Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x8.c.o 2022-11-23T00:57:48.0603506Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2022-11-23T00:57:48.0604556Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x12.c.o 2022-11-23T00:57:48.1735468Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2022-11-23T00:57:48.1744812Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x16.c.o 2022-11-23T00:57:48.2571490Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x20.c.o 2022-11-23T00:57:48.2984377Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2022-11-23T00:57:48.3650913Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x24.c.o 2022-11-23T00:57:48.3890734Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x4.c.o 2022-11-23T00:57:48.4253945Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-11-23T00:57:48.4737105Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2022-11-23T00:57:48.5163465Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2022-11-23T00:57:48.5656004Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x4.c.o 2022-11-23T00:57:48.5656933Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2022-11-23T00:57:48.6514979Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-11-23T00:57:48.7144987Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x4.c.o 2022-11-23T00:57:48.7535123Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-11-23T00:57:48.7750437Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2022-11-23T00:57:48.8247947Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2022-11-23T00:57:48.8924115Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x4.c.o 2022-11-23T00:57:48.9620949Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-11-23T00:57:48.9966960Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2022-11-23T00:57:49.0726157Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x4.c.o 2022-11-23T00:57:49.1040310Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-11-23T00:57:49.1789559Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2022-11-23T00:57:49.1968280Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x4.c.o 2022-11-23T00:57:49.3105885Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-11-23T00:57:49.3570518Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x12.c.o 2022-11-23T00:57:49.3682220Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x16.c.o 2022-11-23T00:57:49.4084657Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2022-11-23T00:57:49.4771609Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x20.c.o 2022-11-23T00:57:49.4781252Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2022-11-23T00:57:49.5426872Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x24.c.o 2022-11-23T00:57:49.5890145Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2022-11-23T00:57:49.6208579Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x4.c.o 2022-11-23T00:57:49.6724321Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2022-11-23T00:57:49.7259569Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x8.c.o 2022-11-23T00:57:49.7562305Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x12.c.o 2022-11-23T00:57:49.8322494Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2022-11-23T00:57:49.8654606Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x16.c.o 2022-11-23T00:57:49.9615092Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x20.c.o 2022-11-23T00:57:50.0102762Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x24.c.o 2022-11-23T00:57:50.0682280Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2022-11-23T00:57:50.0690008Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int16.c.o 2022-11-23T00:57:50.1260668Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Batching.cpp.o 2022-11-23T00:57:50.1738366Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int32.c.o 2022-11-23T00:57:50.2659056Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2022-11-23T00:57:50.2669297Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse2.c.o 2022-11-23T00:57:50.3321694Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-lut64-p2.c.o 2022-11-23T00:57:50.3754932Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2022-11-23T00:57:50.4407234Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-p5.c.o 2022-11-23T00:57:50.5100441Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-sse2-rr2-p5.c.o 2022-11-23T00:57:50.5413901Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2022-11-23T00:57:50.6068978Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-lut16-p3.c.o 2022-11-23T00:57:50.7202998Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2022-11-23T00:57:50.7213343Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse2-cvt.c.o 2022-11-23T00:57:50.7230631Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-p6.c.o 2022-11-23T00:57:50.8229504Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2022-11-23T00:57:50.8880872Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse2-cvt.c.o 2022-11-23T00:57:50.8886753Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2022-11-23T00:57:50.9443947Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse2-cvt.c.o 2022-11-23T00:57:50.9877400Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2022-11-23T00:57:51.0296510Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse2-cvt.c.o 2022-11-23T00:57:51.0790217Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-div.c.o 2022-11-23T00:57:51.1099090Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2022-11-23T00:57:51.1732594Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr1.c.o 2022-11-23T00:57:51.2658102Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr2.c.o 2022-11-23T00:57:51.2938782Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-div.c.o 2022-11-23T00:57:51.3705818Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2022-11-23T00:57:51.4127389Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr1.c.o 2022-11-23T00:57:51.4347014Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2022-11-23T00:57:51.4973379Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr2.c.o 2022-11-23T00:57:51.5277052Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:57:51.5659038Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:57:51.6335086Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2022-11-23T00:57:51.6521220Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2022-11-23T00:57:51.7202059Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:57:51.8304594Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:57:51.8747149Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:57:51.9388766Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2022-11-23T00:57:51.9721766Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:57:52.0146326Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2022-11-23T00:57:52.0797665Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:57:52.1467025Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:57:52.1931805Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2022-11-23T00:57:52.2263307Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:57:52.2887463Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2022-11-23T00:57:52.2982074Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:57:52.3435921Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2022-11-23T00:57:52.4122654Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:52.5103386Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:52.5104077Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2022-11-23T00:57:52.6134448Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:52.6476423Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:52.7445039Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2022-11-23T00:57:52.7446113Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:52.8023673Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2022-11-23T00:57:52.8333976Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:52.8760910Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2022-11-23T00:57:52.9699301Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:52.9700307Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2022-11-23T00:57:53.0567051Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:53.1027919Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2022-11-23T00:57:53.1453962Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:53.1960698Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2022-11-23T00:57:53.2910056Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:53.3838037Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:53.4158982Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2022-11-23T00:57:53.5111492Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:53.5562331Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:53.6512797Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:53.6521407Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2022-11-23T00:57:53.7116297Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2022-11-23T00:57:53.7446351Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:53.8077398Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2022-11-23T00:57:53.8981317Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2022-11-23T00:57:53.8982274Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:54.0040645Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:54.0331715Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:54.1183747Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2022-11-23T00:57:54.1470632Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:54.2499431Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:54.2764712Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:54.3107893Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:54.3803827Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2022-11-23T00:57:54.4138135Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:54.4210410Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:54.4662986Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2022-11-23T00:57:54.4951495Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2022-11-23T00:57:54.5547409Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2022-11-23T00:57:54.5719695Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:54.6896645Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:54.7562974Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2022-11-23T00:57:54.8161168Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:54.9145470Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:55.0106154Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:55.0111143Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2022-11-23T00:57:55.1563428Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2022-11-23T00:57:55.1585648Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:55.1613773Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2022-11-23T00:57:55.2467727Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:55.3008375Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2022-11-23T00:57:55.3020335Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:55.3885924Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2022-11-23T00:57:55.4136776Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:55.4336367Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:55.5156660Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2022-11-23T00:57:55.5415716Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:55.6122642Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:55.6520106Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2022-11-23T00:57:55.7231246Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:55.7485167Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:55.8320164Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2022-11-23T00:57:55.8885562Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:55.9245795Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:55.9985741Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2022-11-23T00:57:56.0519985Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:56.1241133Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2022-11-23T00:57:56.1728989Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:56.2780110Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:56.2781400Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2022-11-23T00:57:56.3465728Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:56.4001246Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2022-11-23T00:57:56.4639934Z [ 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-23T00:57:56.5025365Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2022-11-23T00:57:56.5949402Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:57:56.6238219Z [ 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-23T00:57:56.7012491Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2022-11-23T00:57:56.7468242Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:57:56.8518001Z [ 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-23T00:57:56.9323593Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2022-11-23T00:57:56.9719707Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:57:56.9914806Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2022-11-23T00:57:57.1115496Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2022-11-23T00:57:57.1116443Z [ 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-23T00:57:57.1536644Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:57:57.2579777Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:57:57.2580949Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2022-11-23T00:57:57.3204162Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:57:57.3665667Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2022-11-23T00:57:57.4509323Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:57:57.4511129Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:57:57.5516583Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2022-11-23T00:57:57.5989571Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:57:57.6004116Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2022-11-23T00:57:57.6947758Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:57:57.7930087Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:57:57.9042111Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-11-23T00:57:57.9053538Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2022-11-23T00:57:57.9830115Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-11-23T00:57:58.0206274Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2022-11-23T00:57:58.0904257Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:57:58.1557884Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-11-23T00:57:58.1639102Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-11-23T00:57:58.2143684Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2022-11-23T00:57:58.2659590Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2022-11-23T00:57:58.3151195Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:58.3157447Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2022-11-23T00:57:58.4338874Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:58.5432375Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T00:57:58.6111507Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:58.7000926Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:58.7024793Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2022-11-23T00:57:58.7524738Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2022-11-23T00:57:58.8389151Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T00:57:58.8390142Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2022-11-23T00:57:58.8729184Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:58.9069293Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2022-11-23T00:57:58.9701490Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2022-11-23T00:57:59.0222981Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:59.1278009Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T00:57:59.2025816Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2022-11-23T00:57:59.2507342Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:59.3341072Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:59.3759269Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2022-11-23T00:57:59.4637501Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T00:57:59.5004164Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:59.5755120Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2022-11-23T00:57:59.6377308Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:59.6763796Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2022-11-23T00:57:59.7736521Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T00:57:59.8027322Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:57:59.8965362Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:57:59.8966136Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2022-11-23T00:57:59.9187389Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T00:57:59.9654368Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2022-11-23T00:58:00.0370097Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2022-11-23T00:58:00.0546517Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:00.1574003Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:00.2717904Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T00:58:00.2946072Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2022-11-23T00:58:00.3472688Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:00.3958947Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2022-11-23T00:58:00.4474656Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:00.4807967Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2022-11-23T00:58:00.5974184Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2022-11-23T00:58:00.5983089Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T00:58:00.6507957Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:00.7134901Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2022-11-23T00:58:00.7847559Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:00.9069798Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T00:58:00.9074398Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2022-11-23T00:58:00.9910253Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:01.0539511Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2022-11-23T00:58:01.0905288Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:01.1325844Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2022-11-23T00:58:01.1949155Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2022-11-23T00:58:01.2437854Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T00:58:01.3591273Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:01.5006756Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:01.5060816Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2022-11-23T00:58:01.6078070Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T00:58:01.6099728Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2022-11-23T00:58:01.6867618Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:01.7454743Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2022-11-23T00:58:01.8199580Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:01.8237409Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2022-11-23T00:58:01.8996609Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2022-11-23T00:58:01.9527406Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:02.0529328Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:02.1547867Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:02.2062520Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:02.2756800Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2022-11-23T00:58:02.3207314Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:02.4122548Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:02.4599925Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:02.4601305Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2022-11-23T00:58:02.5205143Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2022-11-23T00:58:02.6061025Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:02.6658675Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:02.7089031Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2022-11-23T00:58:02.7786425Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:02.8402002Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:02.8865864Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:02.9170632Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2022-11-23T00:58:02.9884803Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2022-11-23T00:58:03.0361681Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:03.1081487Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:03.1488543Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2022-11-23T00:58:03.2118649Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:03.2789699Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:03.3472919Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:03.3485095Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2022-11-23T00:58:03.4224045Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2022-11-23T00:58:03.4677231Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:03.5697726Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:03.6159272Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2022-11-23T00:58:03.6166138Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2022-11-23T00:58:03.6909928Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:03.7084272Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse2.c.o 2022-11-23T00:58:03.8020263Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2022-11-23T00:58:03.8183916Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse2.c.o 2022-11-23T00:58:03.8829362Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse2.c.o 2022-11-23T00:58:03.9130178Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2022-11-23T00:58:03.9882500Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:04.0830188Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T00:58:04.1934223Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2022-11-23T00:58:04.1935239Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-11-23T00:58:04.2562634Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-11-23T00:58:04.3410140Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2022-11-23T00:58:04.3931768Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:04.4135444Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T00:58:04.4923669Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2022-11-23T00:58:04.5236345Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-11-23T00:58:04.5517642Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-11-23T00:58:04.5840990Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2022-11-23T00:58:04.6264481Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2022-11-23T00:58:04.6779478Z [ 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-23T00:58:04.7810587Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T00:58:04.8541031Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:04.9033265Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2022-11-23T00:58:04.9344396Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T00:58:04.9684376Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2022-11-23T00:58:05.0437161Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-11-23T00:58:05.1321538Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2022-11-23T00:58:05.1328911Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-11-23T00:58:05.2077581Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:05.2098407Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:05.2648180Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2022-11-23T00:58:05.3373171Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2022-11-23T00:58:05.3378399Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:05.4615468Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:58:05.4833852Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2022-11-23T00:58:05.5627793Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:58:05.5871437Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:58:05.6790329Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:58:05.6947244Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2022-11-23T00:58:05.7722205Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2022-11-23T00:58:05.7727451Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:58:05.8911945Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:58:05.8914617Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T00:58:05.9639561Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-11-23T00:58:05.9647619Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2022-11-23T00:58:06.0172203Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2022-11-23T00:58:06.0615070Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-11-23T00:58:06.1611171Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:58:06.2532303Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-11-23T00:58:06.3147587Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-11-23T00:58:06.3598130Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T00:58:06.4045747Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:06.4895411Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:06.5206731Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T00:58:06.5860018Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:06.6324529Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2022-11-23T00:58:06.7012754Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:06.8085396Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:06.9163095Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:06.9511121Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2022-11-23T00:58:06.9919859Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:07.0431297Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:07.1061996Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2022-11-23T00:58:07.1476829Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2022-11-23T00:58:07.2068618Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:07.2080386Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2022-11-23T00:58:07.3081708Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:07.4043133Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:07.4903560Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:07.5523250Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:07.6089998Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2022-11-23T00:58:07.6505791Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:07.7052067Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2022-11-23T00:58:07.7386354Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:07.7940154Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2022-11-23T00:58:07.8384131Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:07.8673910Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:07.9448236Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2022-11-23T00:58:08.0047065Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:08.0525283Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:08.1359104Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2022-11-23T00:58:08.1838700Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:08.2902910Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:08.3127932Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2022-11-23T00:58:08.3514392Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:08.3817872Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:08.4283985Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:08.4801081Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2022-11-23T00:58:08.4971653Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2022-11-23T00:58:08.5688613Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:08.6607507Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:08.6863280Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2022-11-23T00:58:08.7545833Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:08.8170784Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2022-11-23T00:58:08.8723838Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:08.9011439Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:08.9851924Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2022-11-23T00:58:09.0109236Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:09.0976650Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:09.1497536Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2022-11-23T00:58:09.2451096Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:09.2457203Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp.o 2022-11-23T00:58:09.2889600Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:09.3755586Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorFactories.cpp.o 2022-11-23T00:58:09.4259414Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:09.5253454Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:09.6031694Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:09.6565131Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2022-11-23T00:58:09.7262973Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:09.8266996Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:09.9101065Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:10.0264426Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:10.0829048Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:10.1566024Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:10.1580517Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMatmul.cpp.o 2022-11-23T00:58:10.2241304Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2022-11-23T00:58:10.2728319Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:58:10.4103875Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp.o 2022-11-23T00:58:10.4108281Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:58:10.4763958Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-sse2.c.o 2022-11-23T00:58:10.5436948Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2022-11-23T00:58:10.5979874Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse2.c.o 2022-11-23T00:58:10.7024354Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse2.c.o 2022-11-23T00:58:10.7963621Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:10.7964912Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2022-11-23T00:58:10.8786853Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T00:58:10.9651893Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:11.0580813Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T00:58:11.1041452Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:11.1647014Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:58:11.2110525Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T00:58:11.2950968Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:58:11.3144414Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2022-11-23T00:58:11.3562286Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T00:58:11.3707393Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:58:11.4182101Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2022-11-23T00:58:11.4720141Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2022-11-23T00:58:11.4954732Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c16.c.o 2022-11-23T00:58:11.5357519Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:58:11.5937429Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse2-x64.c.o 2022-11-23T00:58:11.5946631Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2022-11-23T00:58:11.6525843Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2022-11-23T00:58:11.7065746Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:58:11.8005024Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c16.c.o 2022-11-23T00:58:11.8890097Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:58:11.9787322Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/sse2.c.o 2022-11-23T00:58:12.0550652Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/sse2-x64.c.o 2022-11-23T00:58:12.1477648Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/sse2-x64.c.o 2022-11-23T00:58:12.2384573Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/sse2.c.o 2022-11-23T00:58:12.3304413Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-mov-sse2.c.o 2022-11-23T00:58:12.3845788Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-switch-sse2.c.o 2022-11-23T00:58:12.5008174Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2022-11-23T00:58:12.5670064Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-sse2.c.o 2022-11-23T00:58:12.5927062Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-sse2.c.o 2022-11-23T00:58:12.6835427Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2022-11-23T00:58:12.7145622Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-sse2.c.o 2022-11-23T00:58:12.8281875Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-sse2.c.o 2022-11-23T00:58:12.8442150Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-mov-sse2.c.o 2022-11-23T00:58:12.8444059Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2022-11-23T00:58:12.9273660Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2022-11-23T00:58:13.0427090Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-switch-sse2.c.o 2022-11-23T00:58:13.0729321Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-mov-sse2.c.o 2022-11-23T00:58:13.2020821Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2022-11-23T00:58:13.2517625Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-multi-sse2.c.o 2022-11-23T00:58:13.4230141Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-switch-sse2.c.o 2022-11-23T00:58:13.4234297Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2022-11-23T00:58:13.5005249Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/4x8-sse2.c.o 2022-11-23T00:58:13.5902332Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-mov-sse2.c.o 2022-11-23T00:58:13.6305892Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2022-11-23T00:58:13.6329548Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2022-11-23T00:58:13.7192353Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-multi-sse2.c.o 2022-11-23T00:58:13.8337335Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2022-11-23T00:58:13.8755661Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-switch-sse2.c.o 2022-11-23T00:58:13.9265583Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-mov-sse2.c.o 2022-11-23T00:58:14.0393956Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-multi-sse2.c.o 2022-11-23T00:58:14.1094603Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2022-11-23T00:58:14.1098189Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-switch-sse2.c.o 2022-11-23T00:58:14.2254524Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/sse2.c.o 2022-11-23T00:58:14.2255471Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2022-11-23T00:58:14.3092350Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-sse2.c.o 2022-11-23T00:58:14.3339118Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2022-11-23T00:58:14.4203614Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-sse2.c.o 2022-11-23T00:58:14.4466389Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-sse2.c.o 2022-11-23T00:58:14.5211127Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2022-11-23T00:58:14.5471991Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-sse2.c.o 2022-11-23T00:58:14.6418922Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-mov-sse2.c.o 2022-11-23T00:58:14.7917414Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2022-11-23T00:58:14.8058829Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-multi-sse2.c.o 2022-11-23T00:58:14.8439491Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2022-11-23T00:58:14.8908087Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2022-11-23T00:58:14.8921681Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-switch-sse2.c.o 2022-11-23T00:58:15.0167322Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-mov-sse2.c.o 2022-11-23T00:58:15.0168218Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2022-11-23T00:58:15.0960970Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2022-11-23T00:58:15.1257917Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-multi-sse2.c.o 2022-11-23T00:58:15.2288320Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2022-11-23T00:58:15.3168943Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-switch-sse2.c.o 2022-11-23T00:58:15.4419100Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc2.c.o 2022-11-23T00:58:15.4468013Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc3.c.o 2022-11-23T00:58:15.4913429Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2022-11-23T00:58:15.5528633Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2022-11-23T00:58:15.5924044Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc4.c.o 2022-11-23T00:58:15.7027332Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4.c.o 2022-11-23T00:58:15.8164918Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-11-23T00:58:15.8211685Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4.c.o 2022-11-23T00:58:15.8683809Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T00:58:15.9210516Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2022-11-23T00:58:15.9723266Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-3x4.c.o 2022-11-23T00:58:16.0424670Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-4x4.c.o 2022-11-23T00:58:16.1161923Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-5x4.c.o 2022-11-23T00:58:16.1189906Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2022-11-23T00:58:16.1721169Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2022-11-23T00:58:16.2267717Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-6x4.c.o 2022-11-23T00:58:16.3376515Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:58:16.4254740Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:58:16.4878410Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2022-11-23T00:58:16.4879521Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T00:58:16.5632661Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2022-11-23T00:58:16.6364492Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:58:16.6915568Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:58:16.7511801Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2022-11-23T00:58:16.7974379Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T00:58:16.8777330Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:58:16.9102366Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:58:16.9392515Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T00:58:17.0049427Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2022-11-23T00:58:17.0298636Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2022-11-23T00:58:17.1047042Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:58:17.2105346Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:58:17.3115034Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:58:17.4727873Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2022-11-23T00:58:17.4754758Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:58:17.5483468Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:58:17.5937412Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:58:17.6785499Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2022-11-23T00:58:17.6821872Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-ssse3.c.o 2022-11-23T00:58:17.7454803Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2022-11-23T00:58:17.7895306Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-ssse3.c.o 2022-11-23T00:58:17.8790730Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-ssse3.c.o 2022-11-23T00:58:17.9685688Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-ssse3.c.o 2022-11-23T00:58:17.9968561Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x16.c.o 2022-11-23T00:58:18.0645639Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2022-11-23T00:58:18.1116738Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x32.c.o 2022-11-23T00:58:18.2110573Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x8.c.o 2022-11-23T00:58:18.2348908Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2022-11-23T00:58:18.3160683Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-11-23T00:58:18.4172595Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x24.c.o 2022-11-23T00:58:18.4502759Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x32.c.o 2022-11-23T00:58:18.5282948Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2022-11-23T00:58:18.5834676Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x8.c.o 2022-11-23T00:58:18.6337301Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x16.c.o 2022-11-23T00:58:18.6795814Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2022-11-23T00:58:18.7126001Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x24.c.o 2022-11-23T00:58:18.7573005Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2022-11-23T00:58:18.8589322Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T00:58:18.8590486Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x32.c.o 2022-11-23T00:58:18.9116029Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:58:18.9890220Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T00:58:19.0328403Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:58:19.1290558Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T00:58:19.1607398Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:58:19.2310002Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2022-11-23T00:58:19.2821967Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x4.c.o 2022-11-23T00:58:19.3323346Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-11-23T00:58:19.3806852Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2022-11-23T00:58:19.4520568Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:58:19.5518311Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:58:19.6444223Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T00:58:19.7540520Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2022-11-23T00:58:19.7541445Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:58:19.8276918Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x4.c.o 2022-11-23T00:58:19.8781333Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2022-11-23T00:58:19.9213281Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x8.c.o 2022-11-23T00:58:19.9749509Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2022-11-23T00:58:20.0392843Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x12.c.o 2022-11-23T00:58:20.1294136Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x16.c.o 2022-11-23T00:58:20.2297933Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x20.c.o 2022-11-23T00:58:20.3626607Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2022-11-23T00:58:20.3635736Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x24.c.o 2022-11-23T00:58:20.3807532Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x4.c.o 2022-11-23T00:58:20.3998333Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x8.c.o 2022-11-23T00:58:20.4626647Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2022-11-23T00:58:20.4902703Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2022-11-23T00:58:20.5432769Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x12.c.o 2022-11-23T00:58:20.6504214Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2022-11-23T00:58:20.6505193Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x16.c.o 2022-11-23T00:58:20.7479674Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x20.c.o 2022-11-23T00:58:20.7741725Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x24.c.o 2022-11-23T00:58:20.8700073Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2022-11-23T00:58:20.8977128Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x4.c.o 2022-11-23T00:58:20.9887185Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-11-23T00:58:21.0157734Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x4.c.o 2022-11-23T00:58:21.0528487Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-11-23T00:58:21.0977149Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2022-11-23T00:58:21.1555845Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2022-11-23T00:58:21.1556831Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x4.c.o 2022-11-23T00:58:21.2508672Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2022-11-23T00:58:21.3184416Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-11-23T00:58:21.4180899Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x4.c.o 2022-11-23T00:58:21.5169751Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-11-23T00:58:21.6226493Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x4.c.o 2022-11-23T00:58:21.6461520Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-11-23T00:58:21.7163048Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2022-11-23T00:58:21.7612844Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x4.c.o 2022-11-23T00:58:21.8019339Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2022-11-23T00:58:21.8278428Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-11-23T00:58:21.8756976Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x12.c.o 2022-11-23T00:58:21.9017792Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x16.c.o 2022-11-23T00:58:21.9398782Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2022-11-23T00:58:21.9857114Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x20.c.o 2022-11-23T00:58:22.0238054Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2022-11-23T00:58:22.0929569Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x24.c.o 2022-11-23T00:58:22.2126516Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x4.c.o 2022-11-23T00:58:22.3066620Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x8.c.o 2022-11-23T00:58:22.3833069Z [ 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-23T00:58:22.4149610Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2022-11-23T00:58:22.4728133Z [ 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-23T00:58:22.5267437Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2022-11-23T00:58:22.5651507Z [ 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-23T00:58:22.6160723Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2022-11-23T00:58:22.6642992Z [ 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-23T00:58:22.7723146Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int16.c.o 2022-11-23T00:58:22.7755003Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2022-11-23T00:58:22.8786528Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2022-11-23T00:58:22.8797435Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int32.c.o 2022-11-23T00:58:22.9859642Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse41.c.o 2022-11-23T00:58:23.1051032Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse41.c.o 2022-11-23T00:58:23.1632163Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse41.c.o 2022-11-23T00:58:23.2125609Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2022-11-23T00:58:23.2431493Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse41.c.o 2022-11-23T00:58:23.3136997Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2022-11-23T00:58:23.3460568Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse41.c.o 2022-11-23T00:58:23.4131504Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2022-11-23T00:58:23.4592057Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:58:23.5829577Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:23.6159655Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2022-11-23T00:58:23.6795445Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:23.7129219Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2022-11-23T00:58:23.8604116Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:58:23.8854832Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:23.9696747Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2022-11-23T00:58:23.9923653Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:24.0304468Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:58:24.1294810Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:24.1296188Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2022-11-23T00:58:24.2254286Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2022-11-23T00:58:24.2257898Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:24.3742037Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:58:24.4153093Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2022-11-23T00:58:24.4454480Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:24.4922128Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2022-11-23T00:58:24.5615394Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:24.7469894Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:24.7853317Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2022-11-23T00:58:24.8641927Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:25.0468329Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:25.0472969Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2022-11-23T00:58:25.1735376Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:25.2008868Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:25.2881170Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2022-11-23T00:58:25.3982566Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:25.4028106Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:25.5109535Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2022-11-23T00:58:25.5536187Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2022-11-23T00:58:25.5547107Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:25.7063039Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:25.7064020Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2022-11-23T00:58:25.7607367Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2022-11-23T00:58:25.8302692Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:25.9566491Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:25.9567468Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2022-11-23T00:58:26.0606020Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:26.1404993Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:26.1718911Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2022-11-23T00:58:26.2048763Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:26.2716391Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2022-11-23T00:58:26.3273499Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:26.4362224Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:26.5073328Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2022-11-23T00:58:26.5591915Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:26.6696216Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:26.6969161Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:26.7919760Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2022-11-23T00:58:26.7930294Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:26.8518227Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:26.8890227Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:26.9416287Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2022-11-23T00:58:26.9878253Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2022-11-23T00:58:27.0443342Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:27.0836489Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:27.1186286Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:27.1739625Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2022-11-23T00:58:27.2306904Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2022-11-23T00:58:27.2462907Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:27.2842704Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:27.3631624Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2022-11-23T00:58:27.4054202Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:27.4330853Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:27.5182303Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2022-11-23T00:58:27.5344185Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:27.5991909Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:27.6299331Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:27.6750489Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2022-11-23T00:58:27.7208682Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2022-11-23T00:58:27.7525697Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:27.8145544Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:27.8629850Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:27.9061960Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2022-11-23T00:58:27.9666941Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2022-11-23T00:58:27.9951843Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:28.0492871Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:28.1087368Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2022-11-23T00:58:28.1973227Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:28.3252263Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:28.4016447Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:28.4463863Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2022-11-23T00:58:28.5580867Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:28.5842329Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:28.6963575Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:28.6964407Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2022-11-23T00:58:28.7482120Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:28.8291930Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2022-11-23T00:58:28.8742052Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:28.9081536Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:28.9749757Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2022-11-23T00:58:29.0185344Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:29.1187632Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:29.1600052Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2022-11-23T00:58:29.2477264Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:58:29.3565896Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:29.3591602Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2022-11-23T00:58:29.4156826Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:29.4603633Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2022-11-23T00:58:29.4904669Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:58:29.5839153Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2022-11-23T00:58:29.6006784Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:29.7132829Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:29.8995955Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:58:30.0004815Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:30.0741505Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:30.1543335Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2022-11-23T00:58:30.1964650Z [ 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-23T00:58:30.3380037Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2022-11-23T00:58:30.3381026Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:30.3387897Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:30.3811675Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:30.3978116Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:30.4726011Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2022-11-23T00:58:30.4742359Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2022-11-23T00:58:30.5643476Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2022-11-23T00:58:30.6307611Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:30.7433808Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:30.8978976Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:58:31.1140777Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:58:31.1302910Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2022-11-23T00:58:31.2735775Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T00:58:31.2966379Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2022-11-23T00:58:31.3773480Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:58:31.4503343Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2022-11-23T00:58:31.5096037Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:58:31.5428565Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2022-11-23T00:58:31.6306476Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-11-23T00:58:31.7149220Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-11-23T00:58:31.7416508Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:58:31.7433673Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2022-11-23T00:58:31.8204588Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2022-11-23T00:58:31.8697710Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-11-23T00:58:31.9282568Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-11-23T00:58:31.9788867Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2022-11-23T00:58:32.0283656Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:32.0587497Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2022-11-23T00:58:32.1827898Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:32.2220561Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2022-11-23T00:58:32.2795871Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T00:58:32.3230244Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2022-11-23T00:58:32.4058981Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:32.5198348Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:32.5322741Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T00:58:32.6646816Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2022-11-23T00:58:32.6661799Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:32.6800282Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:32.7836607Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2022-11-23T00:58:32.7844345Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T00:58:32.8441734Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2022-11-23T00:58:32.8770040Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:32.9221465Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2022-11-23T00:58:32.9881435Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2022-11-23T00:58:33.0368408Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:33.1155164Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T00:58:33.1538002Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2022-11-23T00:58:33.1847926Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:33.2537359Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:33.2962661Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2022-11-23T00:58:33.3601139Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T00:58:33.3907377Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:33.4717527Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2022-11-23T00:58:33.5032728Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:33.5561052Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2022-11-23T00:58:33.5997847Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T00:58:33.6269732Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2022-11-23T00:58:33.7049137Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:33.7905238Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:33.8803116Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T00:58:33.9267414Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:33.9956802Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2022-11-23T00:58:34.0728298Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:34.1531811Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T00:58:34.2079059Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2022-11-23T00:58:34.2985707Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:34.2996827Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:34.3468554Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2022-11-23T00:58:34.4178852Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2022-11-23T00:58:34.4643305Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T00:58:34.5709664Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:34.6338210Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:34.6923234Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:34.7665609Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T00:58:34.8835843Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:34.8841885Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:34.9856695Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:35.1040271Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T00:58:35.2119754Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:35.2407430Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:35.3209881Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:35.3652348Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:35.4876626Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:35.5053612Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:35.5164565Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:35.6251643Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:35.6252609Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2022-11-23T00:58:35.6943293Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:35.6951703Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:35.6988359Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:35.7870470Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:35.8355291Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:35.8524718Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:35.9576683Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:36.0691797Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:36.1533182Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:36.2052022Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:36.2659788Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:36.2965134Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:36.3860505Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2022-11-23T00:58:36.4461736Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:36.5203470Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:36.5733786Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:36.6243200Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:36.6440058Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:36.7387185Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:36.8496864Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:36.8847546Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:36.9657489Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:36.9993977Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:37.0526948Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:37.0968856Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse4.c.o 2022-11-23T00:58:37.1485919Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2022-11-23T00:58:37.2158233Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse4.c.o 2022-11-23T00:58:37.3074342Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse4.c.o 2022-11-23T00:58:37.3836584Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-sra.c.o 2022-11-23T00:58:37.4695290Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-srl.c.o 2022-11-23T00:58:37.5258985Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:58:37.5922062Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:37.6147109Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T00:58:37.6516640Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-11-23T00:58:37.7129200Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:37.7912970Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-11-23T00:58:37.7938023Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T00:58:37.8461767Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T00:58:37.9669606Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:37.9925992Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:38.0213077Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-11-23T00:58:38.0675162Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:38.1552923Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-11-23T00:58:38.2041455Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:38.3314000Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:58:38.3904899Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T00:58:38.4295385Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:38.5012228Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-11-23T00:58:38.5609453Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-11-23T00:58:38.6148816Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:38.6590514Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T00:58:38.6863847Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T00:58:38.8138919Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:38.8672790Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-11-23T00:58:38.9307434Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-11-23T00:58:39.0393003Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:39.0401610Z [ 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-23T00:58:39.1098804Z [ 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-23T00:58:39.1641742Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:39.1985316Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:39.2448864Z [ 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-23T00:58:39.3033895Z [ 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-23T00:58:39.3312339Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2022-11-23T00:58:39.4390469Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:39.5022818Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:39.5471052Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:39.6621728Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:39.7298016Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:39.7818141Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:39.8599343Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:39.9085343Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:39.9702331Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:39.9716053Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:40.0753766Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:58:40.1093125Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:40.1930556Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:58:40.3665857Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:40.3671994Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:58:40.4990527Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:58:40.5380477Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T00:58:40.5817745Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:40.6283133Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:58:40.6650113Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:58:40.7274645Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:40.7438645Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2022-11-23T00:58:40.7900068Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:40.8582780Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-11-23T00:58:40.9475674Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-11-23T00:58:41.0177705Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:58:41.0701506Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:41.1249476Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:41.1276876Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-11-23T00:58:41.2307700Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-11-23T00:58:41.3302214Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:41.3842068Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:41.4370655Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:41.5235499Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:41.5994417Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:41.6482423Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:41.7463496Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:41.7634619Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:41.8716863Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:41.9911775Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:42.1326160Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:42.1336449Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:42.1337343Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:42.1807318Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:42.2605631Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:42.3007610Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:42.3329065Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:42.4127407Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:42.4399304Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:42.5573634Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:42.5933724Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:42.6671395Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:42.7084617Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:42.7468042Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:42.8121675Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:42.8582917Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:42.8850248Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:58:42.9814531Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:43.0133438Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:43.0969136Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2022-11-23T00:58:43.1685383Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:43.2170232Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:43.2745677Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mkl/SparseBlas.cpp.o 2022-11-23T00:58:43.3432477Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:43.4678411Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2022-11-23T00:58:43.4679358Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:43.6001063Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:43.6274485Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:43.6563344Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:43.6848576Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:43.7406163Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:43.7407168Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2022-11-23T00:58:43.8014471Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2022-11-23T00:58:43.8508531Z [ 59%] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2022-11-23T00:58:43.8576419Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:43.9140075Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2022-11-23T00:58:43.9948607Z /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-23T00:58:43.9949469Z 3157 | #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2022-11-23T00:58:43.9949992Z | ^~~~~~~ 2022-11-23T00:58:44.0006538Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:44.0007148Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2022-11-23T00:58:44.0642596Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:44.1243995Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2022-11-23T00:58:44.1753051Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:44.2200079Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:44.2822212Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2022-11-23T00:58:44.3232702Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:44.3574755Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:44.4085783Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:44.4086729Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2022-11-23T00:58:44.4790680Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2022-11-23T00:58:44.5041268Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2022-11-23T00:58:44.5484395Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:44.5580546Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:44.6252371Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:44.6254321Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2022-11-23T00:58:44.6965927Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2022-11-23T00:58:44.7224126Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2022-11-23T00:58:44.7919485Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:44.8257416Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp.o 2022-11-23T00:58:44.8291443Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:44.9220631Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_fuser.cpp.o 2022-11-23T00:58:44.9716126Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:58:44.9920986Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:58:45.0319057Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse4.c.o 2022-11-23T00:58:45.0939163Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp.o 2022-11-23T00:58:45.1618947Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse4.c.o 2022-11-23T00:58:45.1620732Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_helper.cpp.o 2022-11-23T00:58:45.2261901Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:58:45.2678046Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/register_interface.cpp.o 2022-11-23T00:58:45.3232670Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T00:58:45.4249349Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T00:58:45.6005368Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T00:58:45.7485604Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:58:45.8414674Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T00:58:45.9412745Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T00:58:46.0009295Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T00:58:46.0908766Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/decompose_silu.cpp.o 2022-11-23T00:58:46.1358096Z [ 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-23T00:58:46.2201409Z [ 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-23T00:58:46.2229030Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/interface.cpp.o 2022-11-23T00:58:46.2954432Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/kernel.cpp.o 2022-11-23T00:58:46.3281925Z [ 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-23T00:58:46.3788552Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/defer_size_check.cpp.o 2022-11-23T00:58:46.4321729Z [ 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-23T00:58:46.4883631Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/layout_propagation.cpp.o 2022-11-23T00:58:46.5340624Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c8.c.o 2022-11-23T00:58:46.6224452Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:58:46.7243000Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-11-23T00:58:46.8203083Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse41-x64.c.o 2022-11-23T00:58:46.9280464Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c8.c.o 2022-11-23T00:58:46.9281254Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/prepare_binary.cpp.o 2022-11-23T00:58:47.0472965Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:58:47.1475176Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x8.c.o 2022-11-23T00:58:47.2456306Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-11-23T00:58:47.3741744Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x24.c.o 2022-11-23T00:58:47.3755206Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/guard_shape.cpp.o 2022-11-23T00:58:47.5239621Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x32.c.o 2022-11-23T00:58:47.5670800Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x8.c.o 2022-11-23T00:58:47.5936482Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x16.c.o 2022-11-23T00:58:47.6139829Z /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-23T00:58:47.6142273Z /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-23T00:58:47.6151208Z 106 | }; 2022-11-23T00:58:47.6151648Z | ^ 2022-11-23T00:58:47.6152338Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:5, 2022-11-23T00:58:47.6153135Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-11-23T00:58:47.6153849Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-11-23T00:58:47.6154549Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-11-23T00:58:47.6155277Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.h:3, 2022-11-23T00:58:47.6156034Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-11-23T00:58:47.6156778Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-11-23T00:58:47.6157576Z 25 | Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-11-23T00:58:47.6158074Z | ^~~~~~~~~ 2022-11-23T00:58:47.6159084Z /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-23T00:58:47.6161241Z /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-23T00:58:47.6162669Z 171 | }; 2022-11-23T00:58:47.6163029Z | ^ 2022-11-23T00:58:47.6163694Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:5, 2022-11-23T00:58:47.6164480Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-11-23T00:58:47.6167214Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-11-23T00:58:47.6167907Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-11-23T00:58:47.6168603Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.h:3, 2022-11-23T00:58:47.6169313Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-11-23T00:58:47.6170042Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-11-23T00:58:47.6170778Z 25 | Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-11-23T00:58:47.6171230Z | ^~~~~~~~~ 2022-11-23T00:58:47.6206605Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x24.c.o 2022-11-23T00:58:47.6463378Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2022-11-23T00:58:47.6464227Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x32.c.o 2022-11-23T00:58:47.6950185Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx-acc2.c.o 2022-11-23T00:58:47.7143605Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx.c.o 2022-11-23T00:58:47.7527054Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx-acc2.c.o 2022-11-23T00:58:47.7750160Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2022-11-23T00:58:47.8944100Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2022-11-23T00:58:47.9127031Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2022-11-23T00:58:47.9941684Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx.c.o 2022-11-23T00:58:48.1178484Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx-acc2.c.o 2022-11-23T00:58:48.1648097Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2022-11-23T00:58:48.2967968Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx.c.o 2022-11-23T00:58:48.4589700Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx-acc2.c.o 2022-11-23T00:58:48.6217331Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-11-23T00:58:48.7477951Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx-acc2.c.o 2022-11-23T00:58:48.9442682Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-11-23T00:58:49.0743932Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx-acc2.c.o 2022-11-23T00:58:49.2846503Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-11-23T00:58:49.3158796Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx-acc2.c.o 2022-11-23T00:58:49.4946577Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2022-11-23T00:58:49.4947438Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2022-11-23T00:58:49.4950764Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-11-23T00:58:49.5462025Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx-acc2.c.o 2022-11-23T00:58:49.6863823Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx.c.o 2022-11-23T00:58:49.6932198Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:58:49.7451786Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2022-11-23T00:58:49.7966582Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2022-11-23T00:58:49.8821010Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:58:49.9664159Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:58:50.0538069Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:58:50.1524803Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:58:50.3108754Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx-broadcast.c.o 2022-11-23T00:58:50.5017069Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-avx-broadcast.c.o 2022-11-23T00:58:50.5809965Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:58:50.6258136Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2022-11-23T00:58:50.6759336Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2022-11-23T00:58:50.7880039Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2022-11-23T00:58:50.7888331Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx-broadcast.c.o 2022-11-23T00:58:50.9757414Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:58:51.0963001Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx-broadcast.c.o 2022-11-23T00:58:51.1427150Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2022-11-23T00:58:51.2948513Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:58:51.4355686Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:58:51.4799139Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-avx-broadcast.c.o 2022-11-23T00:58:51.5736496Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:58:51.5748557Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-avx-broadcast.c.o 2022-11-23T00:58:51.5820251Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-avx-broadcast.c.o 2022-11-23T00:58:51.6730361Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2022-11-23T00:58:51.7695593Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2022-11-23T00:58:51.8118378Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2022-11-23T00:58:51.8421270Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx-broadcast.c.o 2022-11-23T00:58:51.9591133Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-avx-broadcast.c.o 2022-11-23T00:58:52.0241718Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2022-11-23T00:58:52.1481056Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:58:52.3407414Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-avx-broadcast.c.o 2022-11-23T00:58:52.3408376Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2022-11-23T00:58:52.5319712Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-avx-broadcast.c.o 2022-11-23T00:58:52.5362724Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-avx-broadcast.c.o 2022-11-23T00:58:52.6111115Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:58:52.7029206Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2022-11-23T00:58:52.7436125Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2022-11-23T00:58:52.8200438Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-avx-broadcast.c.o 2022-11-23T00:58:52.9001289Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-avx-broadcast.c.o 2022-11-23T00:58:53.0451594Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2022-11-23T00:58:53.0710440Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx-broadcast.c.o 2022-11-23T00:58:53.2674279Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-avx-broadcast.c.o 2022-11-23T00:58:53.2951539Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:58:53.3185897Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-avx-broadcast.c.o 2022-11-23T00:58:53.3309483Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2022-11-23T00:58:53.4591754Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2022-11-23T00:58:53.4592296Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2022-11-23T00:58:53.5271878Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-avx-broadcast.c.o 2022-11-23T00:58:53.6768803Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x8.c.o 2022-11-23T00:58:53.7198983Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2022-11-23T00:58:53.8670645Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-11-23T00:58:53.8672555Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function_hook.cpp.o 2022-11-23T00:58:53.9800220Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:58:54.0591382Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2022-11-23T00:58:54.0956862Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:58:54.1664734Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2022-11-23T00:58:54.2661152Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:58:54.4147245Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:58:54.4337799Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2022-11-23T00:58:54.5587729Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:58:54.6674368Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:58:54.7273376Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2022-11-23T00:58:54.7731422Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:58:54.8545338Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2022-11-23T00:58:54.9618035Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:58:55.1124540Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx.c.o 2022-11-23T00:58:55.2647987Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x8.c.o 2022-11-23T00:58:55.2919798Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-11-23T00:58:55.3258809Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2022-11-23T00:58:55.3406875Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x8.c.o 2022-11-23T00:58:55.4507585Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-11-23T00:58:55.4709804Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2022-11-23T00:58:55.5107714Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x8.c.o 2022-11-23T00:58:55.5875753Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2022-11-23T00:58:55.6629447Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2022-11-23T00:58:55.7094158Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-11-23T00:58:55.8303628Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x8.c.o 2022-11-23T00:58:55.8494204Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-11-23T00:58:55.9981474Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2022-11-23T00:58:56.0138125Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x8.c.o 2022-11-23T00:58:56.1829409Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-11-23T00:58:56.2051841Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2022-11-23T00:58:56.2490605Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x8.c.o 2022-11-23T00:58:56.3523958Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-11-23T00:58:56.4112563Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2022-11-23T00:58:56.4113962Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x8.c.o 2022-11-23T00:58:56.5398233Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-11-23T00:58:56.5407149Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2022-11-23T00:58:56.6083304Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2022-11-23T00:58:56.6554121Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x8.c.o 2022-11-23T00:58:56.7526541Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2022-11-23T00:58:56.8017581Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-11-23T00:58:56.9631591Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x8.c.o 2022-11-23T00:58:57.1141016Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-11-23T00:58:57.2524557Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x8.c.o 2022-11-23T00:58:57.3214898Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-11-23T00:58:57.3835366Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x8.c.o 2022-11-23T00:58:57.4568511Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2022-11-23T00:58:57.4881211Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-11-23T00:58:57.5610436Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2022-11-23T00:58:57.5868770Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2022-11-23T00:58:57.7023818Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x8.c.o 2022-11-23T00:58:57.7626258Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-11-23T00:58:57.8779541Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2022-11-23T00:58:57.9462288Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x8.c.o 2022-11-23T00:58:58.0634193Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-11-23T00:58:58.1318777Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2022-11-23T00:58:58.1681801Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x8.c.o 2022-11-23T00:58:58.2222656Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-11-23T00:58:58.2538932Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2022-11-23T00:58:58.3438635Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2022-11-23T00:58:58.3869415Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x8.c.o 2022-11-23T00:58:58.4279173Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2022-11-23T00:58:58.5577043Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-11-23T00:58:58.7372583Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x8.c.o 2022-11-23T00:58:58.7399064Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2022-11-23T00:58:58.8972219Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-11-23T00:58:59.0598270Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x8.c.o 2022-11-23T00:58:59.2241907Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-11-23T00:58:59.4249922Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x8.c.o 2022-11-23T00:58:59.4650768Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x16.c.o 2022-11-23T00:58:59.4837558Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x24.c.o 2022-11-23T00:58:59.4942192Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2022-11-23T00:58:59.6323153Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2022-11-23T00:58:59.6465752Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2022-11-23T00:58:59.6814778Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-11-23T00:58:59.7828533Z [ 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-23T00:58:59.8610392Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2022-11-23T00:58:59.9683144Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x48.c.o 2022-11-23T00:59:00.1348748Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x8.c.o 2022-11-23T00:59:00.1786164Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x16.c.o 2022-11-23T00:59:00.3049200Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2022-11-23T00:59:00.3474829Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x24.c.o 2022-11-23T00:59:00.4322122Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x32.c.o 2022-11-23T00:59:00.5263040Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2022-11-23T00:59:00.5905382Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x40.c.o 2022-11-23T00:59:00.6709222Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x48.c.o 2022-11-23T00:59:00.7769968Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2022-11-23T00:59:00.7786041Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x8.c.o 2022-11-23T00:59:00.7810360Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2022-11-23T00:59:00.8698201Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2022-11-23T00:59:00.9822997Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2022-11-23T00:59:00.9823908Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x16.c.o 2022-11-23T00:59:01.1388396Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x24.c.o 2022-11-23T00:59:01.2781149Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x32.c.o 2022-11-23T00:59:01.3227050Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2022-11-23T00:59:01.4559458Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x40.c.o 2022-11-23T00:59:01.4610227Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x48.c.o 2022-11-23T00:59:01.5133854Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2022-11-23T00:59:01.5988578Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x8.c.o 2022-11-23T00:59:01.6287889Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-11-23T00:59:01.6883301Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2022-11-23T00:59:01.6884329Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x8.c.o 2022-11-23T00:59:01.7978697Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2022-11-23T00:59:01.8218952Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2022-11-23T00:59:01.8731790Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-11-23T00:59:02.0390015Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x8.c.o 2022-11-23T00:59:02.1958716Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-11-23T00:59:02.2482145Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2022-11-23T00:59:02.3397103Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x8.c.o 2022-11-23T00:59:02.3929717Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2022-11-23T00:59:02.4530218Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2022-11-23T00:59:02.4827316Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-11-23T00:59:02.5486687Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2022-11-23T00:59:02.6794076Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x8.c.o 2022-11-23T00:59:02.8109608Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-11-23T00:59:02.8798237Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x8.c.o 2022-11-23T00:59:02.9790803Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2022-11-23T00:59:03.0639486Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-11-23T00:59:03.0650885Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2022-11-23T00:59:03.1232275Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x8.c.o 2022-11-23T00:59:03.1763552Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x16.c.o 2022-11-23T00:59:03.2914639Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2022-11-23T00:59:03.3136232Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2022-11-23T00:59:03.3830224Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x24.c.o 2022-11-23T00:59:03.5084128Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x32.c.o 2022-11-23T00:59:03.6474188Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x40.c.o 2022-11-23T00:59:03.6548085Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x48.c.o 2022-11-23T00:59:03.7175342Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x56.c.o 2022-11-23T00:59:03.8280397Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2022-11-23T00:59:03.8665863Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2022-11-23T00:59:03.8785282Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x64.c.o 2022-11-23T00:59:03.9159587Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2022-11-23T00:59:03.9715047Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2022-11-23T00:59:04.0958453Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x72.c.o 2022-11-23T00:59:04.2641140Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x80.c.o 2022-11-23T00:59:04.4089172Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x8.c.o 2022-11-23T00:59:04.4090140Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2022-11-23T00:59:04.5557497Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x16.c.o 2022-11-23T00:59:04.5715076Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x24.c.o 2022-11-23T00:59:04.5800957Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x32.c.o 2022-11-23T00:59:04.6644519Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2022-11-23T00:59:04.7391402Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2022-11-23T00:59:04.7781652Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2022-11-23T00:59:04.7993792Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-11-23T00:59:04.9662326Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x48.c.o 2022-11-23T00:59:04.9677346Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2022-11-23T00:59:05.1350637Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x56.c.o 2022-11-23T00:59:05.2066850Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x64.c.o 2022-11-23T00:59:05.2893314Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x72.c.o 2022-11-23T00:59:05.3592679Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2022-11-23T00:59:05.4044096Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2022-11-23T00:59:05.5060470Z [ 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-23T00:59:05.6675886Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-11-23T00:59:05.7077482Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2022-11-23T00:59:05.8359524Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2022-11-23T00:59:05.8966148Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x16.c.o 2022-11-23T00:59:06.0270538Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x8.c.o 2022-11-23T00:59:06.0356042Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-11-23T00:59:06.1163309Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2022-11-23T00:59:06.2066981Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2022-11-23T00:59:06.2287786Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x8.c.o 2022-11-23T00:59:06.3472885Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-11-23T00:59:06.3955382Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x8.c.o 2022-11-23T00:59:06.4395743Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2022-11-23T00:59:06.5287786Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2022-11-23T00:59:06.5770077Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-11-23T00:59:06.7434858Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx-rr2-p5.c.o 2022-11-23T00:59:06.7435813Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2022-11-23T00:59:06.7872389Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2022-11-23T00:59:06.8661265Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut4-p4-perm.c.o 2022-11-23T00:59:06.9119979Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut16-p3.c.o 2022-11-23T00:59:07.0080274Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-p6.c.o 2022-11-23T00:59:07.0487488Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2022-11-23T00:59:07.1203995Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2022-11-23T00:59:07.2033494Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-lut64-p2-div.c.o 2022-11-23T00:59:07.3651444Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-div.c.o 2022-11-23T00:59:07.4015827Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr1.c.o 2022-11-23T00:59:07.4411095Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr2.c.o 2022-11-23T00:59:07.5469492Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2022-11-23T00:59:07.5825095Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2022-11-23T00:59:07.6518470Z [ 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-23T00:59:07.7563441Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:07.8651180Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:08.0186906Z [ 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-23T00:59:08.1387954Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:08.1762214Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:08.1870844Z [ 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-23T00:59:08.2806661Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:08.2888971Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:08.3217124Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2022-11-23T00:59:08.3581985Z [ 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-23T00:59:08.4132093Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:08.4335698Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2022-11-23T00:59:08.4808396Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2022-11-23T00:59:08.5579232Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2022-11-23T00:59:08.5580265Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:08.7443339Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:08.8457161Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:08.9693784Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:09.0196176Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:09.0741426Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2022-11-23T00:59:09.2298530Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2022-11-23T00:59:09.2300003Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:09.3588163Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:09.4663664Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:09.5081522Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2022-11-23T00:59:09.5369441Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:09.5887405Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2022-11-23T00:59:09.6655838Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:09.7329876Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:09.7826217Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2022-11-23T00:59:09.8553741Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:09.8852548Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:09.9716667Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/cuda_graph_fuser.cpp.o 2022-11-23T00:59:10.0054806Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:10.1328944Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:10.1702606Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:10.2547745Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2022-11-23T00:59:10.3076941Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:10.4218856Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:10.4528197Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:10.5399444Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2022-11-23T00:59:10.6048746Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:10.7127418Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:10.8227341Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:10.8708050Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:10.9024634Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:10.9458793Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2022-11-23T00:59:11.0032500Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2022-11-23T00:59:11.0220679Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:11.1429443Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:11.1620313Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:11.2512514Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2022-11-23T00:59:11.2517919Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:11.3129144Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2022-11-23T00:59:11.4055864Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:11.5254837Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:11.5507956Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:11.6295251Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2022-11-23T00:59:11.6739460Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:11.7006706Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2022-11-23T00:59:11.8002820Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:11.8636565Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:11.9403148Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2022-11-23T00:59:11.9790893Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:12.0178594Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2022-11-23T00:59:12.1160601Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:12.2109294Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:12.2361684Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2022-11-23T00:59:12.3011328Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2022-11-23T00:59:12.3453767Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:12.4545043Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:12.5713123Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:12.6060536Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:12.6863784Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2022-11-23T00:59:12.7391634Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:12.8332085Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:12.8832052Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:12.9118189Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:12.9623643Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2022-11-23T00:59:13.0059001Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2022-11-23T00:59:13.1168971Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:13.2295249Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:13.3105836Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:13.3687925Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2022-11-23T00:59:13.4080515Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:13.4524480Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2022-11-23T00:59:13.5376868Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:59:13.6203220Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:13.6570232Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2022-11-23T00:59:13.7028304Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2022-11-23T00:59:13.7610574Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:13.9400807Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:59:14.0399260Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:14.1323703Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:14.1597017Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:59:14.2756105Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2022-11-23T00:59:14.2884957Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:14.3072499Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:14.4332190Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2022-11-23T00:59:14.5068388Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:59:14.6188242Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:14.7535963Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:14.8558676Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:14.8623233Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:14.9872771Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:14.9873360Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2022-11-23T00:59:15.0274324Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:15.1262820Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2022-11-23T00:59:15.1270033Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2022-11-23T00:59:15.2602746Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:59:15.4666510Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:59:15.5559193Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:59:15.6381894Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:59:15.6668965Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:15.7160921Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2022-11-23T00:59:15.7513444Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2022-11-23T00:59:15.8310809Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2022-11-23T00:59:15.8357879Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:15.9118082Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2022-11-23T00:59:15.9620061Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:16.0671254Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:16.1692016Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:16.2713926Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:16.3401314Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:16.3917358Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2022-11-23T00:59:16.4291603Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:16.4717115Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2022-11-23T00:59:16.5396860Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:16.5672949Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:16.6365650Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2022-11-23T00:59:16.6847660Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:16.7842769Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:16.8837152Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:16.9987159Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:17.0352181Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:17.0841229Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:17.1385491Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2022-11-23T00:59:17.1899003Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2022-11-23T00:59:17.1906194Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:17.2521407Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2022-11-23T00:59:17.3224584Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:17.4580703Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:17.5544431Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:17.6523242Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:17.7408525Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:17.8040103Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2022-11-23T00:59:17.8080331Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:17.8534465Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:17.8983987Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:17.8985033Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2022-11-23T00:59:17.9540559Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2022-11-23T00:59:17.9988285Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:18.0634256Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2022-11-23T00:59:18.1269787Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:18.2654482Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:18.3728024Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:18.4850955Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:18.5386496Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:18.5673541Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:18.6161911Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2022-11-23T00:59:18.6716981Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2022-11-23T00:59:18.7197586Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T00:59:18.8333761Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:18.9465903Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:19.0268346Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:19.0715498Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2022-11-23T00:59:19.1582590Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:19.2911413Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2022-11-23T00:59:19.2920083Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:19.3872617Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2022-11-23T00:59:19.3951798Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:19.4707265Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2022-11-23T00:59:19.5418340Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:19.6825973Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:19.7228748Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:19.8093140Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2022-11-23T00:59:19.8574794Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:19.9738284Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:19.9752898Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2022-11-23T00:59:20.0482058Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:20.1096391Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2022-11-23T00:59:20.1559365Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:20.1896359Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2022-11-23T00:59:20.2810733Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:20.4365228Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:20.4399382Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2022-11-23T00:59:20.5631776Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:20.6738432Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:20.7094399Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:20.8257200Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2022-11-23T00:59:20.8257830Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:20.9135691Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:20.9665203Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2022-11-23T00:59:21.0334784Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:21.1705634Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T00:59:21.1713486Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:21.1714826Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2022-11-23T00:59:21.3023166Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2022-11-23T00:59:21.3343484Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T00:59:21.3554363Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2022-11-23T00:59:21.4386653Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x24.c.o 2022-11-23T00:59:21.5323879Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x32.c.o 2022-11-23T00:59:21.5978524Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:59:21.6310856Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2022-11-23T00:59:21.7723424Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T00:59:21.9115085Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x24.c.o 2022-11-23T00:59:21.9424757Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x32.c.o 2022-11-23T00:59:21.9888870Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2022-11-23T00:59:22.0507047Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T00:59:22.0837227Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2022-11-23T00:59:22.1324939Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2022-11-23T00:59:22.1781089Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T00:59:22.2744297Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2022-11-23T00:59:22.2748996Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x24.c.o 2022-11-23T00:59:22.3887319Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x32.c.o 2022-11-23T00:59:22.4411404Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:59:22.4841870Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2022-11-23T00:59:22.6075667Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T00:59:22.6315808Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x24.c.o 2022-11-23T00:59:22.7119467Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x32.c.o 2022-11-23T00:59:22.7596595Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2022-11-23T00:59:22.7906436Z [ 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-23T00:59:22.8447775Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2022-11-23T00:59:22.9054622Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2022-11-23T00:59:22.9347515Z [ 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-23T00:59:22.9509553Z [ 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-23T00:59:23.0253657Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2022-11-23T00:59:23.1101931Z [ 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-23T00:59:23.1545152Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:23.2197262Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2022-11-23T00:59:23.2886332Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:23.3655842Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:23.4707652Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2022-11-23T00:59:23.5004893Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:23.5464371Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:23.6472778Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2022-11-23T00:59:23.6718351Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:23.7076014Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:59:23.8135311Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:59:23.8538247Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2022-11-23T00:59:23.8820001Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2022-11-23T00:59:24.0124150Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:59:24.1130513Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:59:24.1558199Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:59:24.2371564Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2022-11-23T00:59:24.2859291Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2022-11-23T00:59:24.3554940Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:59:24.5080621Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:24.5603284Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:24.6218617Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2022-11-23T00:59:24.6681433Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:24.7917854Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:24.8159135Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:24.8764296Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:24.9147633Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2022-11-23T00:59:24.9469403Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:24.9470343Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2022-11-23T00:59:25.0284252Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2022-11-23T00:59:25.0825044Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:25.1492254Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2022-11-23T00:59:25.1971891Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:25.3089311Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:25.3245627Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:25.4277746Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2022-11-23T00:59:25.4438518Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:25.5631264Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2022-11-23T00:59:25.5640578Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:25.6016652Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:25.6469070Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:25.6730491Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:25.6942426Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2022-11-23T00:59:25.7375204Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2022-11-23T00:59:25.7792421Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2022-11-23T00:59:25.8323530Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:25.9413333Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:26.0529951Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:26.1634642Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:26.2490546Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:26.2771576Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2022-11-23T00:59:26.3768982Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:26.3789290Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2022-11-23T00:59:26.4813607Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:26.4829811Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2022-11-23T00:59:26.5897938Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:26.6628322Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:26.7012325Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2022-11-23T00:59:26.7771357Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:26.8297352Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:26.9055506Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2022-11-23T00:59:26.9332602Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:26.9640661Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:27.0060775Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2022-11-23T00:59:27.0590193Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2022-11-23T00:59:27.1128868Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:27.2376364Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:27.3477177Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:27.3879560Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:27.4626105Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2022-11-23T00:59:27.5319016Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:27.5991698Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:27.6466982Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2022-11-23T00:59:27.7008361Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:27.8084429Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:27.8407300Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2022-11-23T00:59:27.9087982Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:27.9538579Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:28.0454272Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2022-11-23T00:59:28.1232899Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:28.1715582Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2022-11-23T00:59:28.2203793Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:28.2735539Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2022-11-23T00:59:28.2736870Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:28.3804740Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2022-11-23T00:59:28.4104688Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:59:28.5163295Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:59:28.6263242Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T00:59:28.7147803Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T00:59:28.7454028Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:59:28.8113812Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2022-11-23T00:59:28.8934798Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T00:59:29.0509133Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T00:59:29.0784715Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T00:59:29.1438085Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2022-11-23T00:59:29.1867895Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:59:29.3583784Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T00:59:29.3844772Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T00:59:29.4329136Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:59:29.5253008Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T00:59:29.5443589Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2022-11-23T00:59:29.5729712Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2022-11-23T00:59:29.6120305Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:59:29.6285357Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x16.c.o 2022-11-23T00:59:29.6646775Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2022-11-23T00:59:29.7179052Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2022-11-23T00:59:29.8063840Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x32.c.o 2022-11-23T00:59:29.8332370Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x48.c.o 2022-11-23T00:59:29.8989073Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-11-23T00:59:29.9693416Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2022-11-23T00:59:30.0151802Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2022-11-23T00:59:30.1091517Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x8.c.o 2022-11-23T00:59:30.2380836Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:59:30.2764783Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-11-23T00:59:30.3744365Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2022-11-23T00:59:30.4565596Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c16.c.o 2022-11-23T00:59:30.6440280Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c24.c.o 2022-11-23T00:59:30.6684526Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c32.c.o 2022-11-23T00:59:30.7399210Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-11-23T00:59:30.7443646Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c16.c.o 2022-11-23T00:59:30.8363527Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2022-11-23T00:59:30.8618425Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2022-11-23T00:59:30.9310467Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2022-11-23T00:59:30.9744974Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c24.c.o 2022-11-23T00:59:31.1201719Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c32.c.o 2022-11-23T00:59:31.2813857Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-11-23T00:59:31.4476265Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x8.c.o 2022-11-23T00:59:31.5077179Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-11-23T00:59:31.6250110Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2022-11-23T00:59:31.6835191Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x8.c.o 2022-11-23T00:59:31.8256539Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-11-23T00:59:31.8486872Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2022-11-23T00:59:31.8497571Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x8.c.o 2022-11-23T00:59:31.9769511Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2022-11-23T00:59:32.0303632Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-11-23T00:59:32.0723254Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2022-11-23T00:59:32.1843708Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x8.c.o 2022-11-23T00:59:32.2714293Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x16.c.o 2022-11-23T00:59:32.3655304Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2022-11-23T00:59:32.4769201Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x8.c.o 2022-11-23T00:59:32.5392565Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x16.c.o 2022-11-23T00:59:32.5519869Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x8.c.o 2022-11-23T00:59:32.6627869Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2022-11-23T00:59:32.7256626Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2022-11-23T00:59:32.7466046Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x16.c.o 2022-11-23T00:59:32.9135344Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x8.c.o 2022-11-23T00:59:32.9537450Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x16.c.o 2022-11-23T00:59:32.9560344Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2022-11-23T00:59:33.0119942Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x8.c.o 2022-11-23T00:59:33.0882996Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2022-11-23T00:59:33.1399283Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2022-11-23T00:59:33.2130099Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x16.c.o 2022-11-23T00:59:33.3141499Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x8.c.o 2022-11-23T00:59:33.3860217Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2022-11-23T00:59:33.4993447Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x16.c.o 2022-11-23T00:59:33.5361963Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x8.c.o 2022-11-23T00:59:33.6524870Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2022-11-23T00:59:33.6944259Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-11-23T00:59:33.7194921Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x8.c.o 2022-11-23T00:59:33.8739323Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-11-23T00:59:33.8743491Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2022-11-23T00:59:33.9049489Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2022-11-23T00:59:34.0700755Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x8.c.o 2022-11-23T00:59:34.0717072Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x16.c.o 2022-11-23T00:59:34.2340621Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2022-11-23T00:59:34.2591346Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x8.c.o 2022-11-23T00:59:34.3213316Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x16.c.o 2022-11-23T00:59:34.4623245Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2022-11-23T00:59:34.5291665Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x16.c.o 2022-11-23T00:59:34.5292704Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x8.c.o 2022-11-23T00:59:34.5704163Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2022-11-23T00:59:34.6823119Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2022-11-23T00:59:34.7307666Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x8.c.o 2022-11-23T00:59:34.8402413Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x16.c.o 2022-11-23T00:59:34.9243205Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2022-11-23T00:59:35.0258814Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x8.c.o 2022-11-23T00:59:35.1862231Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-11-23T00:59:35.3468364Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x8.c.o 2022-11-23T00:59:35.5275931Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-11-23T00:59:35.5620780Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x8.c.o 2022-11-23T00:59:35.6779858Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-11-23T00:59:35.7338250Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x8.c.o 2022-11-23T00:59:35.7885700Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2022-11-23T00:59:35.8110743Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2022-11-23T00:59:35.8495272Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2022-11-23T00:59:35.8812059Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:59:35.9536343Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-f16c.c.o 2022-11-23T00:59:35.9709639Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2022-11-23T00:59:36.0998092Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-f16c.c.o 2022-11-23T00:59:36.1173748Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2022-11-23T00:59:36.2724459Z [ 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-23T00:59:36.4413860Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:36.6141491Z [ 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-23T00:59:36.7983603Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:36.9038258Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2022-11-23T00:59:36.9039364Z [ 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-23T00:59:37.0379373Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2022-11-23T00:59:37.0380313Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:37.1108539Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2022-11-23T00:59:37.1529107Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:59:37.2557783Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:37.2597907Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2022-11-23T00:59:37.3685464Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:37.4427816Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2022-11-23T00:59:37.5043361Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:37.5998331Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:37.6681249Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2022-11-23T00:59:37.8299424Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:37.8675959Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:38.0389310Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2022-11-23T00:59:38.0610227Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:38.1057754Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:38.2564979Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:38.2768928Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:38.2798544Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2022-11-23T00:59:38.3706417Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:38.3914152Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2022-11-23T00:59:38.4968144Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2022-11-23T00:59:38.5138042Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2022-11-23T00:59:38.5934011Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:38.7767259Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:38.9470123Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:39.1245746Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:39.2008620Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:39.2818354Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:39.2964885Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:39.3630498Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2022-11-23T00:59:39.4268144Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2022-11-23T00:59:39.5157186Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2022-11-23T00:59:39.5627850Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:39.6240346Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:39.7477054Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2022-11-23T00:59:39.7781123Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:39.8618110Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2022-11-23T00:59:39.9613018Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:40.1347565Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:40.2680562Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:40.4348465Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:40.5260619Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:40.6227086Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2022-11-23T00:59:40.7276816Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:40.7781735Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:40.8188089Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2022-11-23T00:59:40.9495039Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:40.9790112Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2022-11-23T00:59:41.0355650Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2022-11-23T00:59:41.0652298Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:41.1553516Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:41.2434897Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2022-11-23T00:59:41.3698878Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:41.5352678Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:41.7135276Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2022-11-23T00:59:41.7136437Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:41.8652542Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:42.0016709Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:42.0906360Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:42.1564277Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:42.2209550Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2022-11-23T00:59:42.2500249Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:42.3087992Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2022-11-23T00:59:42.3532060Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2022-11-23T00:59:42.4480252Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:42.5194650Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2022-11-23T00:59:42.6282182Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:42.8062805Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:42.9982431Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:43.0492890Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:43.1611053Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2022-11-23T00:59:43.2580380Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:43.2855988Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:43.4341754Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2022-11-23T00:59:43.4915096Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:43.5358909Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:59:43.6373790Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2022-11-23T00:59:43.7518288Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:43.7518862Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2022-11-23T00:59:43.7773800Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2022-11-23T00:59:43.9223350Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:59:44.0097241Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:44.0967723Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2022-11-23T00:59:44.1505614Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:59:44.2002141Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2022-11-23T00:59:44.3076312Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:44.3589017Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:59:44.3693344Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:44.4930429Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2022-11-23T00:59:44.5117443Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2022-11-23T00:59:44.5739774Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:44.6663364Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:44.7680929Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2022-11-23T00:59:44.8036122Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:44.8535634Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:44.8950956Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2022-11-23T00:59:45.0033730Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2022-11-23T00:59:45.0264235Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T00:59:45.1644126Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:45.2193980Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:45.2616148Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2022-11-23T00:59:45.2937818Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T00:59:45.3818082Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2022-11-23T00:59:45.4188090Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:45.4606371Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2022-11-23T00:59:45.5221852Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:45.5677785Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2022-11-23T00:59:45.6592214Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2022-11-23T00:59:45.7348914Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T00:59:45.8884379Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:45.9235264Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:45.9475623Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2022-11-23T00:59:46.0879377Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2022-11-23T00:59:46.1295866Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2022-11-23T00:59:46.1460937Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T00:59:46.1884968Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:46.3450129Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2022-11-23T00:59:46.3928740Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:46.4249071Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T00:59:46.5431760Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:46.5867324Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2022-11-23T00:59:46.6384798Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2022-11-23T00:59:46.7237933Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:46.7987100Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T00:59:46.8030323Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:46.8982016Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:46.9390356Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2022-11-23T00:59:46.9750617Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T00:59:47.0207750Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2022-11-23T00:59:47.0459709Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2022-11-23T00:59:47.1481248Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2022-11-23T00:59:47.1731530Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:47.3062476Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:47.3400730Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T00:59:47.3430295Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2022-11-23T00:59:47.4724085Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2022-11-23T00:59:47.5168497Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:47.6088726Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:47.6772093Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T00:59:47.7707067Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2022-11-23T00:59:47.8148991Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2022-11-23T00:59:47.8855189Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:47.9942279Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:48.0499558Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T00:59:48.1002908Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2022-11-23T00:59:48.2015407Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:48.2029215Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2022-11-23T00:59:48.2613437Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2022-11-23T00:59:48.4003764Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:48.4004698Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2022-11-23T00:59:48.5083816Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T00:59:48.5431111Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:48.6002641Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:48.6485261Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/data_flow.cpp.o 2022-11-23T00:59:48.7598452Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:48.7599053Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2022-11-23T00:59:48.8019541Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:48.8498863Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2022-11-23T00:59:48.9677537Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2022-11-23T00:59:48.9879379Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:49.1610036Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:49.2209065Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:49.3722673Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2022-11-23T00:59:49.3723306Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:49.3821217Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:49.4444168Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/perf.cpp.o 2022-11-23T00:59:49.5711935Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:49.5990349Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:49.6331668Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/execution_graph_observer.cpp.o 2022-11-23T00:59:49.7614701Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:49.8139260Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/itt_observer.cpp.o 2022-11-23T00:59:49.8145264Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:49.8514146Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/nvtx_observer.cpp.o 2022-11-23T00:59:49.9531968Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/base.cpp.o 2022-11-23T00:59:50.0440951Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:50.1209254Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:50.2539736Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2022-11-23T00:59:50.2866174Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:50.3271891Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:50.3680847Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2022-11-23T00:59:50.4914910Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2022-11-23T00:59:50.5259847Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:50.5607682Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:50.6688233Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2022-11-23T00:59:50.6718529Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:50.7487843Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2022-11-23T00:59:50.8200259Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2022-11-23T00:59:50.9077594Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:50.9870167Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:51.0801862Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2022-11-23T00:59:51.0852739Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:59:51.2002306Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2022-11-23T00:59:51.2506085Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T00:59:51.3382048Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x24.c.o 2022-11-23T00:59:51.4020955Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2022-11-23T00:59:51.5220282Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x32.c.o 2022-11-23T00:59:51.6903394Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:59:51.7729850Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T00:59:51.7764952Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x24.c.o 2022-11-23T00:59:51.8657944Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2022-11-23T00:59:51.9680604Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x32.c.o 2022-11-23T00:59:51.9689746Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2022-11-23T00:59:52.0290350Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2022-11-23T00:59:52.1648576Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:52.1651610Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2022-11-23T00:59:52.2284899Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:52.3371508Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:52.4068132Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2022-11-23T00:59:52.5599085Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:59:52.5624656Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2022-11-23T00:59:52.6046122Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:52.7537432Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2022-11-23T00:59:52.7799562Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:52.9640799Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:53.0207982Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:53.2205758Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2022-11-23T00:59:53.2214485Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/random_ops.cpp.o 2022-11-23T00:59:53.2232587Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:53.4014602Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2022-11-23T00:59:53.4506941Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:53.5906401Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:53.7069470Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:53.7449064Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:53.8066708Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2022-11-23T00:59:53.8957777Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:53.9366293Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:53.9681425Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2022-11-23T00:59:53.9778656Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:54.0677823Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:54.1536028Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2022-11-23T00:59:54.1880333Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2022-11-23T00:59:54.1880876Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2022-11-23T00:59:54.3238923Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:54.4580540Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:54.4876776Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:54.6042913Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2022-11-23T00:59:54.6853638Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:54.7300033Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:54.8044961Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:54.9090871Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2022-11-23T00:59:54.9361814Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:55.0237289Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2022-11-23T00:59:55.1458713Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:55.1887837Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:55.1892754Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2022-11-23T00:59:55.3408075Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2022-11-23T00:59:55.3849148Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:55.5658961Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2022-11-23T00:59:55.5665107Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:55.7119884Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:55.7485889Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:55.9037399Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2022-11-23T00:59:55.9223190Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:55.9704723Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:56.0323603Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:56.0871371Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:56.1660132Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2022-11-23T00:59:56.1828336Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2022-11-23T00:59:56.2667823Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:56.3096333Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2022-11-23T00:59:56.4462141Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:56.5030267Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2022-11-23T00:59:56.6599344Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:56.6634446Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2022-11-23T00:59:56.8057237Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:56.8391346Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:56.8946031Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:56.8946948Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2022-11-23T00:59:57.0194629Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2022-11-23T00:59:57.0681215Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2022-11-23T00:59:57.1207012Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:57.2430727Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:57.3628056Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2022-11-23T00:59:57.4440759Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:57.4711917Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:57.6177187Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2022-11-23T00:59:57.6513304Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:57.6855133Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2022-11-23T00:59:57.7087476Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:57.7224833Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:59:57.8394566Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2022-11-23T00:59:57.8644157Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2022-11-23T00:59:57.9373490Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:59:58.1232934Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:59:58.2871934Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T00:59:58.3745013Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:59:58.4363656Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T00:59:58.5078453Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2022-11-23T00:59:58.5689522Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-11-23T00:59:58.6596735Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2022-11-23T00:59:58.6637091Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3.c.o 2022-11-23T00:59:58.7871934Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-11-23T00:59:58.8265278Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2022-11-23T00:59:58.8485926Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2022-11-23T00:59:58.8945925Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/itt_wrapper.cpp.o 2022-11-23T00:59:59.0031164Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3.c.o 2022-11-23T00:59:59.1376912Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-11-23T00:59:59.1670747Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3.c.o 2022-11-23T00:59:59.2166731Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/itt.cpp.o 2022-11-23T00:59:59.3079685Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2022-11-23T00:59:59.3881521Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T00:59:59.4537127Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T00:59:59.5202989Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-11-23T00:59:59.5938100Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2022-11-23T00:59:59.6785795Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2022-11-23T00:59:59.7564132Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T00:59:59.8258316Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-11-23T00:59:59.9467017Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2022-11-23T00:59:59.9859899Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T01:00:00.0633058Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2022-11-23T01:00:00.1250239Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-11-23T01:00:00.1656876Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T01:00:00.2097859Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2022-11-23T01:00:00.3030401Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2022-11-23T01:00:00.4021326Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2022-11-23T01:00:00.4025897Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-11-23T01:00:00.5669960Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3.c.o 2022-11-23T01:00:00.6025745Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp.o 2022-11-23T01:00:00.7533202Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3-acc2.c.o 2022-11-23T01:00:00.9125919Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3.c.o 2022-11-23T01:00:01.0290006Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3-acc2.c.o 2022-11-23T01:00:01.0902631Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2022-11-23T01:00:01.1471138Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3.c.o 2022-11-23T01:00:01.2289897Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2022-11-23T01:00:01.3298355Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3-acc2.c.o 2022-11-23T01:00:01.5309238Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3.c.o 2022-11-23T01:00:01.5319183Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2022-11-23T01:00:01.6056534Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3-acc2.c.o 2022-11-23T01:00:01.6814500Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3.c.o 2022-11-23T01:00:01.7476409Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backend.cpp.o 2022-11-23T01:00:01.7819474Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FileStore.cpp.o 2022-11-23T01:00:01.9011252Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-11-23T01:00:01.9264400Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c16.c.o 2022-11-23T01:00:02.0078257Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-11-23T01:00:02.1105209Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp.o 2022-11-23T01:00:02.2115819Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c16-minmax-fma3-2x.c.o 2022-11-23T01:00:02.2377206Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-11-23T01:00:02.2691192Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3.c.o 2022-11-23T01:00:02.3597281Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Ops.cpp.o 2022-11-23T01:00:02.4041812Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-11-23T01:00:02.4671976Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/OpsImpl.cpp.o 2022-11-23T01:00:02.5070992Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ParamCommsUtils.cpp.o 2022-11-23T01:00:02.5947186Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3.c.o 2022-11-23T01:00:02.7641562Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/PrefixStore.cpp.o 2022-11-23T01:00:02.9458703Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-11-23T01:00:03.0118097Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3.c.o 2022-11-23T01:00:03.0285507Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroup.cpp.o 2022-11-23T01:00:03.1996910Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T01:00:03.2412525Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T01:00:03.2622844Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp.o 2022-11-23T01:00:03.3911317Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp.o 2022-11-23T01:00:03.4545204Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-11-23T01:00:03.4965154Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp.o 2022-11-23T01:00:03.4994808Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T01:00:03.5980971Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Store.cpp.o 2022-11-23T01:00:03.6659973Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-11-23T01:00:03.6987955Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStore.cpp.o 2022-11-23T01:00:03.8716765Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T01:00:04.0478758Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-11-23T01:00:04.1426744Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Utils.cpp.o 2022-11-23T01:00:04.1735059Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T01:00:04.2702395Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/comm.cpp.o 2022-11-23T01:00:04.3602188Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-11-23T01:00:04.5322564Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3.c.o 2022-11-23T01:00:04.5331809Z [ 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:00:04.5795789Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/debug.cpp.o 2022-11-23T01:00:04.7000261Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/default_comm_hooks.cpp.o 2022-11-23T01:00:04.7436118Z [ 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:00:04.9083393Z [ 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:00:04.9551471Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/exception.cpp.o 2022-11-23T01:00:05.0111543Z [ 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:00:05.1214131Z [ 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:00:05.1448069Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logger.cpp.o 2022-11-23T01:00:05.2758768Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logging.cpp.o 2022-11-23T01:00:05.3025878Z [ 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:00:05.3536635Z [ 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:00:05.4841818Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/quantization/quantization.cpp.o 2022-11-23T01:00:05.5009972Z [ 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:00:05.6275065Z [ 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:00:05.6957059Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/reducer.cpp.o 2022-11-23T01:00:05.7338663Z [ 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:00:05.8470411Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/sequence_num.cpp.o 2022-11-23T01:00:05.9344514Z [ 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:00:06.1028629Z [ 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:00:06.2776245Z [ 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:00:06.3192347Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/socket.cpp.o 2022-11-23T01:00:06.3754830Z [ 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:00:06.5427396Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Work.cpp.o 2022-11-23T01:00:06.5428464Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:06.6359056Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T01:00:06.6504428Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:00:06.7475310Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/autograd.cpp.o 2022-11-23T01:00:06.7847107Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-11-23T01:00:06.8477245Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o 2022-11-23T01:00:06.8983407Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o 2022-11-23T01:00:07.0000231Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:00:07.1392547Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:07.1816807Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o 2022-11-23T01:00:07.3259784Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-11-23T01:00:07.4532589Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:00:07.5744806Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:07.6958324Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T01:00:07.7291754Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o 2022-11-23T01:00:07.8426557Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:00:07.9888884Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:08.0518361Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o 2022-11-23T01:00:08.0890910Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:08.2301415Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:08.2493055Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o 2022-11-23T01:00:08.3084723Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:08.3554976Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o 2022-11-23T01:00:08.4386434Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T01:00:08.4591681Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:00:08.5202353Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o 2022-11-23T01:00:08.6367144Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o 2022-11-23T01:00:08.6535809Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-11-23T01:00:08.8084415Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:00:08.8258299Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o 2022-11-23T01:00:08.9949584Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:09.0884815Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-11-23T01:00:09.1480955Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o 2022-11-23T01:00:09.2626234Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:00:09.2637605Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o 2022-11-23T01:00:09.4183291Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:09.5864055Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T01:00:09.6449828Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:00:09.7661708Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp.o 2022-11-23T01:00:09.8203231Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:09.8883216Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp.o 2022-11-23T01:00:09.9336532Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:10.0449813Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp.o 2022-11-23T01:00:10.1192494Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-11-23T01:00:10.2880269Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x8.c.o 2022-11-23T01:00:10.2883958Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp.o 2022-11-23T01:00:10.4513311Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-11-23T01:00:10.6106714Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x8.c.o 2022-11-23T01:00:10.6942251Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x16.c.o 2022-11-23T01:00:10.8107614Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/HashStore.cpp.o 2022-11-23T01:00:10.8605882Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x24.c.o 2022-11-23T01:00:11.0057365Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x32.c.o 2022-11-23T01:00:11.1907512Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x40.c.o 2022-11-23T01:00:11.2576118Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x48.c.o 2022-11-23T01:00:11.2752910Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x56.c.o 2022-11-23T01:00:11.2865253Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x64.c.o 2022-11-23T01:00:11.4064039Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp.o 2022-11-23T01:00:11.4514252Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma.c.o 2022-11-23T01:00:11.4517904Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/agent_utils.cpp.o 2022-11-23T01:00:11.4861426Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma1adj.c.o 2022-11-23T01:00:11.4988033Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o 2022-11-23T01:00:11.5648822Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp.o 2022-11-23T01:00:11.6487620Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp.o 2022-11-23T01:00:11.6688839Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr2fma.c.o 2022-11-23T01:00:11.8278902Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-11-23T01:00:11.9930478Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T01:00:12.1517112Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-11-23T01:00:12.2952865Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-11-23T01:00:12.3410897Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o 2022-11-23T01:00:12.4887735Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T01:00:12.5285622Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-11-23T01:00:12.6155520Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-11-23T01:00:12.6168351Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-11-23T01:00:12.7030911Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o 2022-11-23T01:00:12.7495097Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o 2022-11-23T01:00:12.8273941Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-11-23T01:00:12.8491680Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o 2022-11-23T01:00:12.8913959Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-11-23T01:00:13.0157873Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback_no_python.cpp.o 2022-11-23T01:00:13.0816414Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T01:00:13.2572412Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-11-23T01:00:13.4134060Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-11-23T01:00:13.5528457Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T01:00:13.5882062Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o 2022-11-23T01:00:13.7323653Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-11-23T01:00:13.8600554Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-11-23T01:00:13.8614382Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-11-23T01:00:13.9453108Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_context.cpp.o 2022-11-23T01:00:14.0472681Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_impl.cpp.o 2022-11-23T01:00:14.0732833Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-11-23T01:00:14.1818793Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:00:14.2649054Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o 2022-11-23T01:00:14.3806135Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:00:14.4207438Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x48.c.o 2022-11-23T01:00:14.5576016Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o 2022-11-23T01:00:14.6036156Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T01:00:14.7580618Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:00:14.7970979Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o 2022-11-23T01:00:14.9285846Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:00:15.0847117Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x48.c.o 2022-11-23T01:00:15.2437773Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T01:00:15.3422370Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc2.c.o 2022-11-23T01:00:15.3767120Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc4.c.o 2022-11-23T01:00:15.4623119Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o 2022-11-23T01:00:15.5207480Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64.c.o 2022-11-23T01:00:15.5550758Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_agent.cpp.o 2022-11-23T01:00:15.5899206Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72-acc3.c.o 2022-11-23T01:00:15.6924641Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72.c.o 2022-11-23T01:00:15.7396869Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_utils.cpp.o 2022-11-23T01:00:15.7686602Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp.o 2022-11-23T01:00:15.8861907Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc2.c.o 2022-11-23T01:00:15.9890076Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc5.c.o 2022-11-23T01:00:16.0648737Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/torchscript_functions.cpp.o 2022-11-23T01:00:16.1799230Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80.c.o 2022-11-23T01:00:16.3090251Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc2.c.o 2022-11-23T01:00:16.4538676Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc3.c.o 2022-11-23T01:00:16.6057341Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc6.c.o 2022-11-23T01:00:16.6472937Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o 2022-11-23T01:00:16.7688182Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96.c.o 2022-11-23T01:00:16.9791577Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc2.c.o 2022-11-23T01:00:17.0429766Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc4.c.o 2022-11-23T01:00:17.1644283Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64.c.o 2022-11-23T01:00:17.1832017Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72-acc3.c.o 2022-11-23T01:00:17.1947597Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72.c.o 2022-11-23T01:00:17.2441420Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o 2022-11-23T01:00:17.3060718Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2022-11-23T01:00:17.3536941Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2022-11-23T01:00:17.4035711Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2022-11-23T01:00:17.4755397Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc2.c.o 2022-11-23T01:00:17.5188017Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc5.c.o 2022-11-23T01:00:17.6296049Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2022-11-23T01:00:17.7203459Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80.c.o 2022-11-23T01:00:17.7511151Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc2.c.o 2022-11-23T01:00:17.8921891Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2022-11-23T01:00:17.9378458Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc3.c.o 2022-11-23T01:00:18.0991162Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc6.c.o 2022-11-23T01:00:18.2156206Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96.c.o 2022-11-23T01:00:18.3793634Z [ 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:00:18.5288436Z [ 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:00:18.5289478Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2022-11-23T01:00:18.7121766Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64.c.o 2022-11-23T01:00:18.7135516Z [ 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:00:18.7793670Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2022-11-23T01:00:18.8311334Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72.c.o 2022-11-23T01:00:18.9009850Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2022-11-23T01:00:18.9234190Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2022-11-23T01:00:19.0135745Z [ 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:00:19.0313253Z [ 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:00:19.1174965Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80.c.o 2022-11-23T01:00:19.1942173Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2022-11-23T01:00:19.2136609Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2022-11-23T01:00:19.3446536Z [ 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:00:19.4350116Z [ 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:00:19.5216435Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2022-11-23T01:00:19.5920235Z [ 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:00:19.7684595Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2022-11-23T01:00:19.7718761Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96.c.o 2022-11-23T01:00:19.9371508Z [ 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:00:20.0769507Z [ 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:00:20.1480535Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2022-11-23T01:00:20.2545574Z [ 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:00:20.3570086Z [ 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:00:20.4130685Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2022-11-23T01:00:20.5351624Z [ 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:00:20.5856444Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2022-11-23T01:00:20.7089109Z [ 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:00:20.7390242Z [ 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:00:20.8487375Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2022-11-23T01:00:20.9131503Z [ 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:00:21.0506346Z [ 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:00:21.2190592Z [ 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:00:21.2344543Z [ 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:00:21.3827171Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2022-11-23T01:00:21.4036463Z [ 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:00:21.5451212Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2022-11-23T01:00:21.5456819Z [ 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:00:21.7126971Z [ 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:00:21.8378041Z [ 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:00:21.8845744Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2022-11-23T01:00:21.9969238Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2022-11-23T01:00:22.0498623Z [ 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:00:22.2299183Z [ 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:00:22.2651127Z [ 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:00:22.4169615Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2022-11-23T01:00:22.4387037Z [ 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:00:22.5984999Z [ 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:00:22.7710985Z [ 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:00:22.8849636Z [ 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:00:22.8977253Z [ 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:00:22.9688083Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2022-11-23T01:00:23.0503929Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2022-11-23T01:00:23.0697665Z [ 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:00:23.2773394Z [ 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:00:23.2776231Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2022-11-23T01:00:23.3397921Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2022-11-23T01:00:23.4433997Z [ 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:00:23.5570869Z [ 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:00:23.6780149Z [ 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:00:23.7702554Z [ 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:00:23.8643140Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2022-11-23T01:00:24.0875662Z [ 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:00:24.2475669Z [ 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:00:24.3380033Z [ 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:00:24.4195119Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2022-11-23T01:00:24.4255626Z [ 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:00:24.5169672Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2022-11-23T01:00:24.6430542Z [ 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:00:24.6769078Z [ 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:00:24.7145659Z [ 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:00:24.8259550Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2022-11-23T01:00:24.8816788Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2022-11-23T01:00:24.9280331Z [ 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:00:25.0981922Z [ 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:00:25.2593786Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2022-11-23T01:00:25.3083392Z [ 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:00:25.5120222Z [ 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:00:25.6546753Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x8.c.o 2022-11-23T01:00:25.8273161Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x16.c.o 2022-11-23T01:00:25.9240532Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x8.c.o 2022-11-23T01:00:26.0263526Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2022-11-23T01:00:26.0566707Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x16.c.o 2022-11-23T01:00:26.0998412Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x24.c.o 2022-11-23T01:00:26.1652752Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2022-11-23T01:00:26.2341305Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x32.c.o 2022-11-23T01:00:26.2727980Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2022-11-23T01:00:26.3077868Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2022-11-23T01:00:26.3854904Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x40.c.o 2022-11-23T01:00:26.4331932Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2022-11-23T01:00:26.5666642Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x48.c.o 2022-11-23T01:00:26.7290996Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x56.c.o 2022-11-23T01:00:26.8889426Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x64.c.o 2022-11-23T01:00:27.0434510Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x72.c.o 2022-11-23T01:00:27.1386673Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x80.c.o 2022-11-23T01:00:27.2152332Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2022-11-23T01:00:27.2563968Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x88.c.o 2022-11-23T01:00:27.3104707Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x96.c.o 2022-11-23T01:00:27.3862889Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2022-11-23T01:00:27.4493563Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2022-11-23T01:00:27.5130554Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x8.c.o 2022-11-23T01:00:27.5393849Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x16.c.o 2022-11-23T01:00:27.5796781Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x24.c.o 2022-11-23T01:00:27.6984160Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2022-11-23T01:00:27.7222811Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2022-11-23T01:00:27.7522929Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x32.c.o 2022-11-23T01:00:27.9070221Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x40.c.o 2022-11-23T01:00:28.0716300Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x48.c.o 2022-11-23T01:00:28.2303827Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x56.c.o 2022-11-23T01:00:28.3646792Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x64.c.o 2022-11-23T01:00:28.4118577Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2022-11-23T01:00:28.5062717Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x72.c.o 2022-11-23T01:00:28.5484820Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2022-11-23T01:00:28.6561016Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2022-11-23T01:00:28.7339350Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x80.c.o 2022-11-23T01:00:28.7344867Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2022-11-23T01:00:28.8348505Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x88.c.o 2022-11-23T01:00:28.9036102Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2022-11-23T01:00:28.9931802Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x96.c.o 2022-11-23T01:00:29.1443960Z [ 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:00:29.2996686Z [ 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:00:29.4783660Z [ 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:00:29.6025503Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2022-11-23T01:00:29.6500838Z [ 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:00:29.7561487Z [ 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:00:29.8353804Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2022-11-23T01:00:29.9595963Z [ 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:00:29.9919050Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2022-11-23T01:00:30.1400156Z [ 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:00:30.1823208Z [ 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:00:30.2531475Z [ 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:00:30.3280422Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2022-11-23T01:00:30.3560437Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2022-11-23T01:00:30.4386259Z [ 78%] 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:00:30.6428425Z [ 78%] 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:00:30.7862251Z [ 78%] 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:00:30.9497489Z [ 78%] 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:00:31.1178528Z [ 78%] 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:00:31.1346918Z [ 78%] 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:00:31.1372775Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2022-11-23T01:00:31.2868146Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2022-11-23T01:00:31.3304593Z [ 78%] 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:00:31.4082157Z [ 78%] 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:00:31.4613037Z [ 78%] 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:00:31.5677925Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2022-11-23T01:00:31.6130393Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2022-11-23T01:00:31.6524313Z [ 78%] 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:00:31.7051342Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2022-11-23T01:00:31.8165032Z [ 78%] 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:00:31.8382275Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX2.cpp.o 2022-11-23T01:00:31.9866737Z [ 78%] 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:00:32.0783592Z [ 78%] 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:00:32.1446555Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp.o 2022-11-23T01:00:32.2686763Z [ 78%] 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:00:32.4466633Z [ 78%] 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:00:32.4728077Z [ 78%] 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:00:32.5064314Z [ 78%] 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:00:32.6169022Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX2.cpp.o 2022-11-23T01:00:32.6659887Z [ 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:00:32.6917796Z [ 78%] 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:00:32.8644665Z [ 78%] 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:00:32.9528152Z [ 78%] 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:00:33.0145624Z [ 78%] 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:00:33.0447662Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p3-perm.c.o 2022-11-23T01:00:33.1074842Z [ 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:00:33.1528200Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T01:00:33.2316133Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p4-perm.c.o 2022-11-23T01:00:33.2524752Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T01:00:33.3995818Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-p5.c.o 2022-11-23T01:00:33.5817939Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr1-p5.c.o 2022-11-23T01:00:33.7476875Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr2-p5.c.o 2022-11-23T01:00:33.7481888Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T01:00:33.8003337Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut4-p4-perm.c.o 2022-11-23T01:00:33.8611177Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut8-p4-perm.c.o 2022-11-23T01:00:33.9408660Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX2.cpp.o 2022-11-23T01:00:33.9867140Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:34.0691760Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut16-p3-gather.c.o 2022-11-23T01:00:34.1053794Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:34.2579551Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-p6.c.o 2022-11-23T01:00:34.2866399Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx2-p5.c.o 2022-11-23T01:00:34.3892338Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:34.4816664Z [ 79%] 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:00:34.5829705Z [ 79%] 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:00:34.6235157Z [ 79%] 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:00:34.6815287Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:34.7683648Z [ 79%] 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:00:34.8224259Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX2.cpp.o 2022-11-23T01:00:34.9031743Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:34.9686279Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-div.c.o 2022-11-23T01:00:35.0733138Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr1fma.c.o 2022-11-23T01:00:35.1633264Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:35.2563087Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr2fma.c.o 2022-11-23T01:00:35.2811768Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:35.4160344Z [ 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:00:35.4744136Z [ 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:00:35.4805040Z [ 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:00:35.6050068Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:35.6316457Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX2.cpp.o 2022-11-23T01:00:35.6813732Z [ 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:00:35.8379586Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-div.c.o 2022-11-23T01:00:36.0063376Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr1fma.c.o 2022-11-23T01:00:36.0075623Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:36.0093528Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:36.1296801Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr2fma.c.o 2022-11-23T01:00:36.2077041Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:36.2708718Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:36.3460695Z [ 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:00:36.3838071Z [ 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:00:36.5357608Z [ 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:00:36.5653572Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:36.6028803Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:36.7273716Z [ 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:00:36.8193144Z [ 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:00:36.8204056Z [ 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:00:36.8599327Z [ 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:00:36.9875304Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:36.9900755Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:37.0611711Z [ 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:00:37.0616470Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:37.1996181Z [ 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:00:37.3708221Z [ 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:00:37.4390930Z [ 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:00:37.4785448Z [ 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:00:37.5773573Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:37.6125220Z [ 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:00:37.6334048Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:37.7407396Z [ 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:00:37.7428883Z [ 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:00:37.7996839Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:37.8817543Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX2.cpp.o 2022-11-23T01:00:37.9603157Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:37.9830121Z [ 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:00:38.1656626Z [ 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:00:38.2764484Z [ 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:00:38.3725942Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:38.4037849Z [ 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:00:38.4880955Z [ 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:00:38.5527447Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:38.6251042Z [ 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:00:38.6252374Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:38.6887499Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:38.7241037Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:38.8100886Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:38.8286880Z [ 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:00:38.9199357Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:39.0192080Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:39.1389634Z [ 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:00:39.2014420Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:39.2452008Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:39.3876863Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:39.3890349Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:39.4487144Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX2.cpp.o 2022-11-23T01:00:39.4888844Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:39.6181499Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:39.6421689Z [ 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:00:39.7219294Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:39.7584589Z [ 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:00:39.8339302Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:39.9263498Z [ 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:00:40.0254119Z [ 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:00:40.0694386Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:40.1971728Z [ 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:00:40.2857674Z [ 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:00:40.3874400Z [ 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:00:40.4586306Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:40.6077780Z [ 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:00:40.7578140Z [ 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:00:40.8123700Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:40.8433987Z [ 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:00:40.8824484Z [ 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:00:41.0757550Z [ 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:00:41.0764587Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:41.0765301Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:41.1262151Z [ 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:00:41.1566375Z [ 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:00:41.2789940Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:41.3310140Z [ 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:00:41.3559678Z [ 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:00:41.5135504Z [ 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:00:41.5136140Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:41.5560756Z [ 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:00:41.6009989Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:41.7434160Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:00:41.7798625Z [ 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:00:41.8509998Z [ 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:00:42.0060923Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o 2022-11-23T01:00:42.0447510Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-11-23T01:00:42.1584067Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:00:42.2222091Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX512.cpp.o 2022-11-23T01:00:42.2515819Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-11-23T01:00:42.3414214Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:00:42.4013815Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX512.cpp.o 2022-11-23T01:00:42.4183326Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX512.cpp.o 2022-11-23T01:00:42.5672113Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX512.cpp.o 2022-11-23T01:00:42.5673476Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:42.7406793Z [ 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:00:42.7827801Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX512.cpp.o 2022-11-23T01:00:42.9022320Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:42.9510441Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX512.cpp.o 2022-11-23T01:00:43.0867393Z [ 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:00:43.2496988Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:43.2948053Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX512.cpp.o 2022-11-23T01:00:43.4491903Z [ 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:00:43.6171938Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:43.6308703Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:43.6365793Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX512.cpp.o 2022-11-23T01:00:43.7622744Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:43.7979897Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX512.cpp.o 2022-11-23T01:00:43.8279095Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:43.9778724Z [ 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:00:43.9798218Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:44.1312997Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:00:44.1636130Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-11-23T01:00:44.2706562Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:44.3257195Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-11-23T01:00:44.4565607Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T01:00:44.4712510Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:00:44.5191770Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:44.6371599Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX512.cpp.o 2022-11-23T01:00:44.6618252Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-11-23T01:00:44.7756718Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-11-23T01:00:44.8366040Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:44.9504762Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:45.0003163Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:45.0552532Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:45.1401320Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:45.2276462Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:45.2982201Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:45.3382066Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:45.4418785Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:45.4882188Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX512.cpp.o 2022-11-23T01:00:45.5324990Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:00:45.6951242Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-11-23T01:00:45.7902350Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:00:45.8652870Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-11-23T01:00:45.9064590Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:45.9780739Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:46.0457792Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:00:46.0850266Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:46.2290294Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:46.2555155Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:46.2997524Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:46.3946163Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:46.4242658Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:46.5040627Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:46.5791507Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:46.6904614Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:46.7468010Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:00:46.7774924Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:46.8878846Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:46.9388765Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T01:00:46.9645902Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:00:47.1152781Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:47.1399791Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T01:00:47.2833151Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:00:47.3397943Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:47.3718326Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x32.c.o 2022-11-23T01:00:47.4034605Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x64.c.o 2022-11-23T01:00:47.4888503Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:47.5159276Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:47.6028864Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x96.c.o 2022-11-23T01:00:47.6341840Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX512.cpp.o 2022-11-23T01:00:47.7976172Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-11-23T01:00:47.7981938Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:47.9285198Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f-acc2.c.o 2022-11-23T01:00:47.9910127Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-11-23T01:00:48.1004637Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:48.1884398Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f-acc2.c.o 2022-11-23T01:00:48.2169235Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-11-23T01:00:48.2465046Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f-acc2.c.o 2022-11-23T01:00:48.3766560Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:48.3798406Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-11-23T01:00:48.4385347Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:48.4989199Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:48.5907795Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f-acc2.c.o 2022-11-23T01:00:48.6360259Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:48.7613894Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-11-23T01:00:48.8806357Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f-acc2.c.o 2022-11-23T01:00:48.9740562Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f.c.o 2022-11-23T01:00:48.9756773Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:49.0872349Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:49.1320714Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f-acc2.c.o 2022-11-23T01:00:49.2114378Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f.c.o 2022-11-23T01:00:49.2530673Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f-acc2.c.o 2022-11-23T01:00:49.3062026Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX512.cpp.o 2022-11-23T01:00:49.4023049Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:49.4302683Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:49.4312785Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f.c.o 2022-11-23T01:00:49.4846349Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:49.6314432Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f-acc2.c.o 2022-11-23T01:00:49.7154133Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f.c.o 2022-11-23T01:00:49.7970532Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:49.9112283Z [ 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:00:49.9965605Z [ 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:00:50.1507728Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:50.1994350Z [ 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:00:50.3776410Z [ 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:00:50.4051406Z [ 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:00:50.5367053Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:50.6167285Z [ 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:00:50.6660164Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:50.6766103Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:50.7867956Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:50.8595761Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:50.8898316Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:50.8900127Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:51.0335294Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:51.0643785Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:51.0650484Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:51.2513574Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:51.2516218Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:51.2518914Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:51.3970930Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:51.4258589Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:51.5759082Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX512.cpp.o 2022-11-23T01:00:51.6003620Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:51.7315812Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:51.8130156Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX512.cpp.o 2022-11-23T01:00:51.8595992Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:00:51.9642517Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-11-23T01:00:51.9889644Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x32.c.o 2022-11-23T01:00:52.0563190Z [ 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:00:52.0875675Z [ 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:00:52.1778503Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:00:52.1941102Z [ 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:00:52.2631959Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:00:52.3084372Z [ 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:00:52.3377612Z [ 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:00:52.3920020Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:00:52.4094610Z [ 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:00:52.4849399Z [ 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:00:52.5409429Z [ 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:00:52.5410172Z [ 83%] Linking CXX shared library ../lib/libtorch_cpu.so 2022-11-23T01:00:52.5565363Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:00:52.6502971Z [ 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:00:52.6722904Z [ 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:00:52.7278853Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:00:52.7702775Z [ 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:00:52.8100430Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:00:52.8510633Z [ 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:00:52.9269049Z [ 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:00:52.9489508Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:00:53.0010321Z [ 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:00:53.0193893Z [ 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:00:53.1176104Z [ 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:00:53.1484019Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:00:53.1544624Z [ 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:00:53.2229377Z [ 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:00:53.2718097Z [ 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:00:53.3232536Z [ 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:00:53.3564356Z [ 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:00:53.4396244Z [ 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:00:53.4617370Z [ 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:00:53.4907065Z [ 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:00:53.5168790Z [ 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:00:53.5809488Z [ 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:00:53.6559256Z [ 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:00:53.6560739Z [ 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:00:53.6719314Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx512f.c.o 2022-11-23T01:00:53.7486708Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x16.c.o 2022-11-23T01:00:53.8001964Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-11-23T01:00:53.8194340Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x16.c.o 2022-11-23T01:00:53.8636885Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-11-23T01:00:53.8866410Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x16.c.o 2022-11-23T01:00:53.9837769Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-11-23T01:00:54.0134195Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x16.c.o 2022-11-23T01:00:54.0164567Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-11-23T01:00:54.0708123Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x16.c.o 2022-11-23T01:00:54.1264797Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-11-23T01:00:54.2101215Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x16.c.o 2022-11-23T01:00:54.2425305Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-11-23T01:00:54.2745487Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x16.c.o 2022-11-23T01:00:54.3292379Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-11-23T01:00:54.3952063Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x16.c.o 2022-11-23T01:00:54.4586362Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-11-23T01:00:54.4892143Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-11-23T01:00:54.4893056Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x16.c.o 2022-11-23T01:00:54.5429796Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x16.c.o 2022-11-23T01:00:54.6227057Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-11-23T01:00:54.6681013Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x16.c.o 2022-11-23T01:00:54.6875668Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-11-23T01:00:54.7135010Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x16.c.o 2022-11-23T01:00:54.7910025Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-11-23T01:00:54.8531266Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x16.c.o 2022-11-23T01:00:54.8708224Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-11-23T01:00:54.9005237Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x16.c.o 2022-11-23T01:00:54.9786903Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-11-23T01:00:55.0271921Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x16.c.o 2022-11-23T01:00:55.0445164Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-11-23T01:00:55.0901505Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x16.c.o 2022-11-23T01:00:55.1403148Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-11-23T01:00:55.2039784Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-11-23T01:00:55.2353029Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x32.c.o 2022-11-23T01:00:55.2427887Z [ 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:00:55.3090859Z [ 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:00:55.3504179Z [ 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:00:55.4249657Z [ 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:00:55.4562260Z [ 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:00:55.4563392Z [ 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:00:55.5273168Z [ 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:00:55.5701268Z [ 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:00:55.6120074Z [ 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:00:55.6534342Z [ 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:00:55.6971304Z [ 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:00:55.7380046Z [ 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:00:55.7858420Z [ 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:00:55.8315431Z [ 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:00:55.8513755Z [ 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:00:55.9147748Z [ 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:00:55.9594168Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-11-23T01:00:55.9812414Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x32.c.o 2022-11-23T01:00:56.0530088Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-11-23T01:00:56.0985034Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x32.c.o 2022-11-23T01:00:56.1372549Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x16.c.o 2022-11-23T01:00:56.1577104Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x32.c.o 2022-11-23T01:00:56.2199723Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-11-23T01:00:56.2621744Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x32.c.o 2022-11-23T01:00:56.3063439Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-11-23T01:00:56.3479019Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x32.c.o 2022-11-23T01:00:56.3907788Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-11-23T01:00:56.4428410Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x32.c.o 2022-11-23T01:00:56.4653126Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-11-23T01:00:56.5424799Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x32.c.o 2022-11-23T01:00:56.5589777Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x16.c.o 2022-11-23T01:00:56.5894407Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x32.c.o 2022-11-23T01:00:56.6336969Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x48.c.o 2022-11-23T01:00:56.6966780Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x64.c.o 2022-11-23T01:00:56.7553943Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x80.c.o 2022-11-23T01:00:56.7756445Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x96.c.o 2022-11-23T01:00:56.7957015Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x112.c.o 2022-11-23T01:00:56.8523864Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:00:56.9316840Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:00:56.9519054Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:00:57.0084155Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x176.c.o 2022-11-23T01:00:57.0101766Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:00:57.0787823Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x16.c.o 2022-11-23T01:00:57.1472534Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x32.c.o 2022-11-23T01:00:57.1683678Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x48.c.o 2022-11-23T01:00:57.2225151Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x64.c.o 2022-11-23T01:00:57.2462370Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x80.c.o 2022-11-23T01:00:57.3310132Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x96.c.o 2022-11-23T01:00:57.3614507Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x112.c.o 2022-11-23T01:00:57.3925900Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:00:57.4139224Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:00:57.4774237Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:00:57.5506912Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x176.c.o 2022-11-23T01:00:57.5816137Z [ 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:00:57.5821034Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:00:57.6452545Z [ 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:00:57.6932637Z [ 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:00:57.7627522Z [ 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:00:57.7931609Z [ 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:00:57.7932883Z [ 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:00:57.8895062Z [ 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:00:57.9097003Z [ 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:00:57.9640535Z [ 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:00:57.9805312Z [ 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:00:58.0299017Z [ 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:00:58.0997270Z [ 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:00:58.1293470Z [ 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:00:58.1755243Z [ 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:00:58.1960033Z [ 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:00:58.2684663Z [ 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:00:58.3076746Z [ 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:00:58.3264711Z [ 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:00:58.3972597Z [ 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:00:58.4228918Z [ 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:00:58.4840691Z [ 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:00:58.5342793Z [ 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:00:58.5577277Z [ 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:00:58.6282116Z [ 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:00:58.6513875Z [ 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:00:58.7142376Z [ 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:00:58.7328763Z [ 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:00:58.7841065Z [ 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:00:58.8398678Z [ 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:00:58.8694281Z [ 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:00:58.9136379Z [ 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:00:58.9352802Z [ 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:00:58.9887740Z [ 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:00:59.0416857Z [ 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:00:59.0829157Z [ 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:00:59.1272042Z [ 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:00:59.1469494Z [ 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:00:59.2632658Z [ 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:00:59.2634026Z [ 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:00:59.2815493Z [ 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:00:59.3261398Z [ 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:00:59.3878172Z [ 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:00:59.4586655Z [ 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:00:59.4769681Z [ 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:00:59.5202653Z [ 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:00:59.5365758Z [ 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:00:59.6320614Z [ 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:00:59.6535362Z [ 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:00:59.6945837Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x16.c.o 2022-11-23T01:00:59.7174712Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x32.c.o 2022-11-23T01:00:59.7632803Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x48.c.o 2022-11-23T01:00:59.8333318Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x64.c.o 2022-11-23T01:00:59.8540297Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x80.c.o 2022-11-23T01:00:59.9071507Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x96.c.o 2022-11-23T01:00:59.9342831Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x112.c.o 2022-11-23T01:00:59.9745425Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x128.c.o 2022-11-23T01:01:00.0413249Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-11-23T01:01:00.0569318Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x32.c.o 2022-11-23T01:01:00.1230477Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-11-23T01:01:00.1690390Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x32.c.o 2022-11-23T01:01:00.1961126Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-11-23T01:01:00.2541125Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x32.c.o 2022-11-23T01:01:00.2961575Z [ 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:01:00.3386061Z [ 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:01:00.3825589Z [ 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:01:00.4103040Z [ 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:01:00.4670719Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5-scalef.c.o 2022-11-23T01:01:00.5099021Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5.c.o 2022-11-23T01:01:00.5240093Z [ 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:01:00.6011835Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-p6.c.o 2022-11-23T01:01:00.6238274Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx512f-p5.c.o 2022-11-23T01:01:00.6659591Z [ 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:01:00.7067292Z [ 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:01:00.7543336Z [ 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:01:00.8126693Z [ 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:01:00.8347869Z [ 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:01:00.8610052Z [ 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:01:00.9274313Z [ 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:01:00.9704062Z [ 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:01:00.9893845Z [ 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:01:01.0453866Z [ 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:01:01.0664306Z [ 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:01:01.1363758Z [ 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:01:01.1548899Z [ 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:01:01.1832160Z [ 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:01:01.2323185Z [ 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:01:01.2836995Z [ 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:01:01.3341819Z [ 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:01:01.3532663Z [ 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:01:01.3875540Z [ 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:01:01.4552662Z [ 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:01:01.4990474Z [ 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:01:01.5476074Z [ 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:01:01.5681814Z [ 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:01:01.5963098Z [ 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:01:01.6728209Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma.c.o 2022-11-23T01:01:01.6933625Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma1adj.c.o 2022-11-23T01:01:01.7576250Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:01:01.7577126Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr2fma.c.o 2022-11-23T01:01:01.8202806Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:01:01.8685147Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:01:01.8876685Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:01:01.9747125Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:01:02.0133494Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:01:02.0325508Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-11-23T01:01:02.0753303Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T01:01:02.0939712Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:01:02.1804639Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:01:02.1975486Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-11-23T01:01:02.2533783Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T01:01:02.2886640Z [ 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:01:02.3283152Z [ 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:01:02.3950547Z [ 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:01:02.4151878Z [ 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:01:02.4599759Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:02.5016375Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:02.5567374Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:02.6040080Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:02.6510082Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:02.6697858Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:02.7447308Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:02.8051861Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:02.8497857Z [ 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:01:02.8810413Z [ 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:01:02.8854226Z [ 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:01:02.9997241Z [ 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:01:03.0208701Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:01:03.0483428Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:01:03.0988651Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-11-23T01:01:03.1252018Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:01:03.2001627Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:03.2195431Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:03.2471071Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:03.3196746Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:03.3643105Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:03.4119257Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:03.4503159Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:03.4684431Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:03.5453624Z [ 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:01:03.5991851Z [ 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:01:03.6471079Z [ 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:01:03.6721076Z [ 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:01:03.7046052Z [ 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:01:03.7854357Z [ 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:01:03.8069517Z [ 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:01:03.8721764Z [ 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:01:03.8874512Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:01:03.9288530Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:01:04.0183243Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-11-23T01:01:04.0456917Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:01:04.1244035Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:04.1248371Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:04.1904845Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:04.2567329Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:04.2773798Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:04.3387555Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:04.3581853Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:04.4587184Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:01:04.4786004Z [ 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:01:04.5090136Z [ 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:01:04.5674702Z [ 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:01:04.5856329Z [ 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:01:04.6697416Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-11-23T01:01:04.6886896Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x128.c.o 2022-11-23T01:01:04.7280454Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x192.c.o 2022-11-23T01:01:04.7714384Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x256.c.o 2022-11-23T01:01:04.8457832Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-64.c.o 2022-11-23T01:01:04.8773764Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-4.c.o 2022-11-23T01:01:04.8776656Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-2048.c.o 2022-11-23T01:01:04.9641383Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-8.c.o 2022-11-23T01:01:04.9643045Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-64.c.o 2022-11-23T01:01:04.9652275Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-16.c.o 2022-11-23T01:01:04.9883818Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-2048.c.o 2022-11-23T01:01:05.1143625Z [ 87%] Built target all_microkernels 2022-11-23T01:01:09.5550878Z [ 87%] Built target torch_cpu 2022-11-23T01:01:09.5682598Z [ 87%] Building CXX object test_cpp_c10d/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o 2022-11-23T01:01:09.5698393Z [ 87%] Building CXX object test_cpp_c10d/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o 2022-11-23T01:01:09.5701091Z [ 87%] Building CXX object test_cpp_c10d/CMakeFiles/example_allreduce.dir/example/allreduce.cpp.o 2022-11-23T01:01:09.5725256Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/quantization/torch_hip_generated_quantization_gpu.cu.o 2022-11-23T01:01:09.5735177Z [ 87%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooTest.dir/ProcessGroupGlooTest.cpp.o 2022-11-23T01:01:09.5736481Z [ 87%] Building CXX object test_cpp_c10d/CMakeFiles/HashStoreTest.dir/HashStoreTest.cpp.o 2022-11-23T01:01:10.1008018Z [ 87%] Linking CXX executable ../bin/FileStoreTest 2022-11-23T01:01:10.1156919Z [ 87%] Linking CXX executable ../bin/TCPStoreTest 2022-11-23T01:01:10.1515369Z [ 87%] Linking CXX executable ../bin/HashStoreTest 2022-11-23T01:01:10.5812179Z [ 87%] Linking CXX executable ../bin/example_allreduce 2022-11-23T01:01:10.6983682Z [ 87%] Built target TCPStoreTest 2022-11-23T01:01:10.7031425Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/detail/torch_hip_generated_IndexUtils.hip.o 2022-11-23T01:01:10.7642742Z [ 87%] Built target FileStoreTest 2022-11-23T01:01:10.7714757Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_Sleep.hip.o 2022-11-23T01:01:10.8054924Z [ 87%] Built target HashStoreTest 2022-11-23T01:01:10.8127261Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_cub-RadixSortKeys.hip.o 2022-11-23T01:01:10.9993234Z [ 87%] Linking CXX executable ../bin/ProcessGroupGlooTest 2022-11-23T01:01:11.1433005Z [ 87%] Built target example_allreduce 2022-11-23T01:01:11.1577827Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_cub-RadixSortPairs.hip.o 2022-11-23T01:01:11.5370815Z [ 87%] Built target ProcessGroupGlooTest 2022-11-23T01:01:11.5434694Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_cub.hip.o 2022-11-23T01:01:11.6360493Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_jiterator.hip.o 2022-11-23T01:01:11.7056290Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AbsKernel.hip.o 2022-11-23T01:01:12.1840974Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationEluKernel.hip.o 2022-11-23T01:01:12.3642931Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationGeluKernel.hip.o 2022-11-23T01:01:12.7306682Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationGluKernel.hip.o 2022-11-23T01:01:12.7413711Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationHardshrinkKernel.hip.o 2022-11-23T01:01:12.8497811Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AbsKernel.hip:4: 2022-11-23T01:01:12.8504022Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:12.8505215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:12.8505886Z template typename func, int end, int current=0> 2022-11-23T01:01:12.8506286Z ^~~~~~~~ 2022-11-23T01:01:12.8506611Z class 2022-11-23T01:01:12.8507499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:12.8513502Z template typename func, int end> 2022-11-23T01:01:12.8513908Z ^~~~~~~~ 2022-11-23T01:01:12.8533978Z class 2022-11-23T01:01:12.8535591Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:12.8537150Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AbsKernel.hip:4: 2022-11-23T01:01:12.8538840Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:12.8540942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:12.8542971Z template typename func, int end, int current=0> 2022-11-23T01:01:12.8544386Z ^~~~~~~~ 2022-11-23T01:01:12.8544933Z class 2022-11-23T01:01:12.8546256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:12.8546990Z template typename func, int end> 2022-11-23T01:01:12.8547352Z ^~~~~~~~ 2022-11-23T01:01:12.8547647Z class 2022-11-23T01:01:12.8547990Z 2 warnings generated when compiling for host. 2022-11-23T01:01:12.8598652Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator.hip:8: 2022-11-23T01:01:12.8614497Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator_impl.h:11: 2022-11-23T01:01:12.8615539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:12.8615940Z template typename func, int end, int current=0> 2022-11-23T01:01:12.8616173Z ^~~~~~~~ 2022-11-23T01:01:12.8616349Z class 2022-11-23T01:01:12.8616822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:12.8617191Z template typename func, int end> 2022-11-23T01:01:12.8662747Z ^~~~~~~~ 2022-11-23T01:01:12.8667526Z class 2022-11-23T01:01:12.8667934Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:12.8668502Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator.hip:8: 2022-11-23T01:01:12.8669130Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator_impl.h:11: 2022-11-23T01:01:12.8670206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:12.8670927Z template typename func, int end, int current=0> 2022-11-23T01:01:12.8671316Z ^~~~~~~~ 2022-11-23T01:01:12.8671626Z class 2022-11-23T01:01:12.8672449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:12.8673291Z template typename func, int end> 2022-11-23T01:01:12.8673662Z ^~~~~~~~ 2022-11-23T01:01:12.8673951Z class 2022-11-23T01:01:12.8674310Z 2 warnings generated when compiling for host. 2022-11-23T01:01:12.8675234Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationHardsigmoidKernel.hip.o 2022-11-23T01:01:12.8739874Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationHardswishKernel.hip.o 2022-11-23T01:01:13.3423883Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationEluKernel.hip:18: 2022-11-23T01:01:13.3424612Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:13.3425769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:13.3426514Z template typename func, int end, int current=0> 2022-11-23T01:01:13.3426942Z ^~~~~~~~ 2022-11-23T01:01:13.3427268Z class 2022-11-23T01:01:13.3441473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:13.3442215Z template typename func, int end> 2022-11-23T01:01:13.3442671Z ^~~~~~~~ 2022-11-23T01:01:13.3443002Z class 2022-11-23T01:01:13.3443570Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:13.3444179Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationEluKernel.hip:18: 2022-11-23T01:01:13.3444858Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:13.3445904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:13.3446631Z template typename func, int end, int current=0> 2022-11-23T01:01:13.3447056Z ^~~~~~~~ 2022-11-23T01:01:13.3447343Z class 2022-11-23T01:01:13.3448212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:13.3448905Z template typename func, int end> 2022-11-23T01:01:13.3449303Z ^~~~~~~~ 2022-11-23T01:01:13.3449615Z class 2022-11-23T01:01:13.3449976Z 2 warnings generated when compiling for host. 2022-11-23T01:01:13.3557939Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationHardtanhKernel.hip.o 2022-11-23T01:01:13.4877217Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGeluKernel.hip:18: 2022-11-23T01:01:13.4877928Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:13.4885486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:13.4887604Z template typename func, int end, int current=0> 2022-11-23T01:01:13.4888192Z ^~~~~~~~ 2022-11-23T01:01:13.4888520Z class 2022-11-23T01:01:13.4892755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:13.4893466Z template typename func, int end> 2022-11-23T01:01:13.4893842Z ^~~~~~~~ 2022-11-23T01:01:13.4894396Z class 2022-11-23T01:01:13.4894775Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:13.4895333Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGeluKernel.hip:18: 2022-11-23T01:01:13.4895995Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:13.4896995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:13.4898510Z template typename func, int end, int current=0> 2022-11-23T01:01:13.4898927Z ^~~~~~~~ 2022-11-23T01:01:13.4903521Z class 2022-11-23T01:01:13.4904492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:13.4905143Z template typename func, int end> 2022-11-23T01:01:13.4905500Z ^~~~~~~~ 2022-11-23T01:01:13.4905810Z class 2022-11-23T01:01:13.4906199Z 2 warnings generated when compiling for host. 2022-11-23T01:01:13.5000100Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationLeakyReluKernel.hip.o 2022-11-23T01:01:13.8288016Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardshrinkKernel.hip:18: 2022-11-23T01:01:13.8292888Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:13.8305357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:13.8305994Z template typename func, int end, int current=0> 2022-11-23T01:01:13.8306369Z ^~~~~~~~ 2022-11-23T01:01:13.8306654Z class 2022-11-23T01:01:13.8307474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:13.8308084Z template typename func, int end> 2022-11-23T01:01:13.8308385Z ^~~~~~~~ 2022-11-23T01:01:13.8308578Z class 2022-11-23T01:01:13.8308797Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:13.8309202Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardshrinkKernel.hip:18: 2022-11-23T01:01:13.8309810Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:13.8311765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:13.8312496Z template typename func, int end, int current=0> 2022-11-23T01:01:13.8312914Z ^~~~~~~~ 2022-11-23T01:01:13.8313206Z class 2022-11-23T01:01:13.8314063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:13.8314732Z template typename func, int end> 2022-11-23T01:01:13.8315080Z ^~~~~~~~ 2022-11-23T01:01:13.8315274Z class 2022-11-23T01:01:13.8315518Z 2 warnings generated when compiling for host. 2022-11-23T01:01:13.8404629Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationLogSigmoidKernel.hip.o 2022-11-23T01:01:13.9379562Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGluKernel.hip:19: 2022-11-23T01:01:13.9385867Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:13.9387096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:13.9387809Z template typename func, int end, int current=0> 2022-11-23T01:01:13.9388206Z ^~~~~~~~ 2022-11-23T01:01:13.9388498Z class 2022-11-23T01:01:13.9389362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:13.9390005Z template typename func, int end> 2022-11-23T01:01:13.9390373Z ^~~~~~~~ 2022-11-23T01:01:13.9390679Z class 2022-11-23T01:01:13.9391053Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:13.9399420Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGluKernel.hip:19: 2022-11-23T01:01:13.9400048Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:13.9401083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:13.9401774Z template typename func, int end, int current=0> 2022-11-23T01:01:13.9402177Z ^~~~~~~~ 2022-11-23T01:01:13.9402537Z class 2022-11-23T01:01:13.9403536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:13.9404192Z template typename func, int end> 2022-11-23T01:01:13.9404552Z ^~~~~~~~ 2022-11-23T01:01:13.9404856Z class 2022-11-23T01:01:13.9405225Z 2 warnings generated when compiling for host. 2022-11-23T01:01:13.9508793Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationMishKernel.hip.o 2022-11-23T01:01:13.9581806Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardsigmoidKernel.hip:18: 2022-11-23T01:01:13.9582981Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:13.9587964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:13.9588676Z template typename func, int end, int current=0> 2022-11-23T01:01:13.9589056Z ^~~~~~~~ 2022-11-23T01:01:13.9589360Z class 2022-11-23T01:01:13.9590204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:13.9590825Z template typename func, int end> 2022-11-23T01:01:13.9591200Z ^~~~~~~~ 2022-11-23T01:01:13.9591498Z class 2022-11-23T01:01:13.9591854Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:13.9596484Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardsigmoidKernel.hip:18: 2022-11-23T01:01:13.9597122Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:13.9597935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:13.9598317Z template typename func, int end, int current=0> 2022-11-23T01:01:13.9598631Z ^~~~~~~~ 2022-11-23T01:01:13.9599164Z class 2022-11-23T01:01:13.9600036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:13.9600660Z template typename func, int end> 2022-11-23T01:01:13.9601072Z ^~~~~~~~ 2022-11-23T01:01:13.9601368Z class 2022-11-23T01:01:13.9601701Z 2 warnings generated when compiling for host. 2022-11-23T01:01:13.9680582Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationPreluKernel.hip.o 2022-11-23T01:01:14.0514003Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardswishKernel.hip:18: 2022-11-23T01:01:14.0514519Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:14.0515228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:14.0515697Z template typename func, int end, int current=0> 2022-11-23T01:01:14.0515929Z ^~~~~~~~ 2022-11-23T01:01:14.0516112Z class 2022-11-23T01:01:14.0516635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:14.0527349Z template typename func, int end> 2022-11-23T01:01:14.0527984Z ^~~~~~~~ 2022-11-23T01:01:14.0528277Z class 2022-11-23T01:01:14.0528642Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:14.0529310Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardswishKernel.hip:18: 2022-11-23T01:01:14.0529939Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:14.0530997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:14.0531677Z template typename func, int end, int current=0> 2022-11-23T01:01:14.0532058Z ^~~~~~~~ 2022-11-23T01:01:14.0532368Z class 2022-11-23T01:01:14.0533172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:14.0533805Z template typename func, int end> 2022-11-23T01:01:14.0534163Z ^~~~~~~~ 2022-11-23T01:01:14.0534452Z class 2022-11-23T01:01:14.0534813Z 2 warnings generated when compiling for host. 2022-11-23T01:01:14.0642185Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationSiluKernel.hip.o 2022-11-23T01:01:14.4252895Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardtanhKernel.hip:18: 2022-11-23T01:01:14.4253620Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:14.4254766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:14.4255489Z template typename func, int end, int current=0> 2022-11-23T01:01:14.4255922Z ^~~~~~~~ 2022-11-23T01:01:14.4256229Z class 2022-11-23T01:01:14.4262943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:14.4265409Z template typename func, int end> 2022-11-23T01:01:14.4266200Z ^~~~~~~~ 2022-11-23T01:01:14.4266538Z class 2022-11-23T01:01:14.4271947Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:14.4272526Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardtanhKernel.hip:18: 2022-11-23T01:01:14.4273182Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:14.4274261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:14.4274970Z template typename func, int end, int current=0> 2022-11-23T01:01:14.4275365Z ^~~~~~~~ 2022-11-23T01:01:14.4275676Z class 2022-11-23T01:01:14.4276536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:14.4277155Z template typename func, int end> 2022-11-23T01:01:14.4277526Z ^~~~~~~~ 2022-11-23T01:01:14.4277824Z class 2022-11-23T01:01:14.4278185Z 2 warnings generated when compiling for host. 2022-11-23T01:01:14.4357428Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationSoftplusKernel.hip.o 2022-11-23T01:01:14.6043912Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLeakyReluKernel.hip:18: 2022-11-23T01:01:14.6045583Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:14.6047076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:14.6048223Z template typename func, int end, int current=0> 2022-11-23T01:01:14.6048674Z ^~~~~~~~ 2022-11-23T01:01:14.6048963Z class 2022-11-23T01:01:14.6049913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:14.6050599Z template typename func, int end> 2022-11-23T01:01:14.6051006Z ^~~~~~~~ 2022-11-23T01:01:14.6051656Z class 2022-11-23T01:01:14.6063510Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:14.6064088Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLeakyReluKernel.hip:18: 2022-11-23T01:01:14.6064470Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:14.6065134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:14.6065585Z template typename func, int end, int current=0> 2022-11-23T01:01:14.6065814Z ^~~~~~~~ 2022-11-23T01:01:14.6065982Z class 2022-11-23T01:01:14.6066517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:14.6066914Z template typename func, int end> 2022-11-23T01:01:14.6067142Z ^~~~~~~~ 2022-11-23T01:01:14.6067309Z class 2022-11-23T01:01:14.6067520Z 2 warnings generated when compiling for host. 2022-11-23T01:01:14.6146283Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationSoftshrinkKernel.hip.o 2022-11-23T01:01:14.9515421Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLogSigmoidKernel.hip:18: 2022-11-23T01:01:14.9516357Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:14.9517405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:14.9521946Z template typename func, int end, int current=0> 2022-11-23T01:01:14.9522387Z ^~~~~~~~ 2022-11-23T01:01:14.9522774Z class 2022-11-23T01:01:14.9523759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:14.9524432Z template typename func, int end> 2022-11-23T01:01:14.9524803Z ^~~~~~~~ 2022-11-23T01:01:14.9525116Z class 2022-11-23T01:01:14.9525515Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:14.9526110Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLogSigmoidKernel.hip:18: 2022-11-23T01:01:14.9529950Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:14.9531041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:14.9531759Z template typename func, int end, int current=0> 2022-11-23T01:01:14.9532313Z ^~~~~~~~ 2022-11-23T01:01:14.9532644Z class 2022-11-23T01:01:14.9533546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:14.9534240Z template typename func, int end> 2022-11-23T01:01:14.9534629Z ^~~~~~~~ 2022-11-23T01:01:14.9534944Z class 2022-11-23T01:01:14.9535334Z 2 warnings generated when compiling for host. 2022-11-23T01:01:14.9624780Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationThresholdKernel.hip.o 2022-11-23T01:01:15.0643294Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationPreluKernel.hip:19: 2022-11-23T01:01:15.0644037Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:15.0652152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:15.0652869Z template typename func, int end, int current=0> 2022-11-23T01:01:15.0653259Z ^~~~~~~~ 2022-11-23T01:01:15.0653598Z class 2022-11-23T01:01:15.0654461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:15.0655084Z template typename func, int end> 2022-11-23T01:01:15.0667731Z ^~~~~~~~ 2022-11-23T01:01:15.0668124Z class 2022-11-23T01:01:15.0668665Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationPreluKernel.hip:19: 2022-11-23T01:01:15.0670201Z /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:01:15.0671457Z __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:01:15.0672168Z ^ 2022-11-23T01:01:15.0673432Z /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:01:15.0675243Z /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:01:15.0677027Z /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:01:15.0678844Z /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:01:15.0684991Z /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:01:15.0686445Z /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:01:15.0687804Z /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:01:15.0689114Z /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:01:15.0690789Z /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:01:15.0692310Z /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:01:15.0693371Z /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:01:15.0693861Z 14 warnings generated when compiling for gfx906. 2022-11-23T01:01:15.0694181Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationPreluKernel.hip:19: 2022-11-23T01:01:15.0694547Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:15.0695329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:15.0696026Z template typename func, int end, int current=0> 2022-11-23T01:01:15.0696244Z ^~~~~~~~ 2022-11-23T01:01:15.0696424Z class 2022-11-23T01:01:15.0696897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:15.0697250Z template typename func, int end> 2022-11-23T01:01:15.0697462Z ^~~~~~~~ 2022-11-23T01:01:15.0697640Z class 2022-11-23T01:01:15.0697851Z 2 warnings generated when compiling for host. 2022-11-23T01:01:15.0799359Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveAveragePooling.hip.o 2022-11-23T01:01:15.1338379Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationMishKernel.hip:18: 2022-11-23T01:01:15.1339111Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:15.1340221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:15.1340934Z template typename func, int end, int current=0> 2022-11-23T01:01:15.1341332Z ^~~~~~~~ 2022-11-23T01:01:15.1341862Z class 2022-11-23T01:01:15.1345544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:15.1346248Z template typename func, int end> 2022-11-23T01:01:15.1346615Z ^~~~~~~~ 2022-11-23T01:01:15.1346950Z class 2022-11-23T01:01:15.1347359Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:15.1347907Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationMishKernel.hip:18: 2022-11-23T01:01:15.1348543Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:15.1349551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:15.1350230Z template typename func, int end, int current=0> 2022-11-23T01:01:15.1351494Z ^~~~~~~~ 2022-11-23T01:01:15.1351833Z class 2022-11-23T01:01:15.1352705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:15.1353376Z template typename func, int end> 2022-11-23T01:01:15.1353779Z ^~~~~~~~ 2022-11-23T01:01:15.1354091Z class 2022-11-23T01:01:15.1354455Z 2 warnings generated when compiling for host. 2022-11-23T01:01:15.1433405Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveAveragePooling3d.hip.o 2022-11-23T01:01:15.1529107Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSiluKernel.hip:18: 2022-11-23T01:01:15.1529676Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:15.1532072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:15.1535049Z template typename func, int end, int current=0> 2022-11-23T01:01:15.1535450Z ^~~~~~~~ 2022-11-23T01:01:15.1535788Z class 2022-11-23T01:01:15.1536860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:15.1537509Z template typename func, int end> 2022-11-23T01:01:15.1537861Z ^~~~~~~~ 2022-11-23T01:01:15.1538163Z class 2022-11-23T01:01:15.1538526Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:15.1539996Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSiluKernel.hip:18: 2022-11-23T01:01:15.1540681Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:15.1541793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:15.1542800Z template typename func, int end, int current=0> 2022-11-23T01:01:15.1543230Z ^~~~~~~~ 2022-11-23T01:01:15.1543559Z class 2022-11-23T01:01:15.1548606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:15.1549679Z template typename func, int end> 2022-11-23T01:01:15.1550360Z ^~~~~~~~ 2022-11-23T01:01:15.1555456Z class 2022-11-23T01:01:15.1555853Z 2 warnings generated when compiling for host. 2022-11-23T01:01:15.1629144Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveMaxPooling2d.hip.o 2022-11-23T01:01:15.5197473Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftplusKernel.hip:18: 2022-11-23T01:01:15.5214264Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:15.5215447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:15.5216179Z template typename func, int end, int current=0> 2022-11-23T01:01:15.5218762Z ^~~~~~~~ 2022-11-23T01:01:15.5219442Z class 2022-11-23T01:01:15.5220558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:15.5221256Z template typename func, int end> 2022-11-23T01:01:15.5221786Z ^~~~~~~~ 2022-11-23T01:01:15.5222056Z class 2022-11-23T01:01:15.5222366Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:15.5223186Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftplusKernel.hip:18: 2022-11-23T01:01:15.5223875Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:15.5224894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:15.5225802Z template typename func, int end, int current=0> 2022-11-23T01:01:15.5226217Z ^~~~~~~~ 2022-11-23T01:01:15.5226536Z class 2022-11-23T01:01:15.5227394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:15.5228429Z template typename func, int end> 2022-11-23T01:01:15.5228825Z ^~~~~~~~ 2022-11-23T01:01:15.5229135Z class 2022-11-23T01:01:15.5229507Z 2 warnings generated when compiling for host. 2022-11-23T01:01:15.5349774Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveMaxPooling3d.hip.o 2022-11-23T01:01:15.7285082Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftshrinkKernel.hip:18: 2022-11-23T01:01:15.7286428Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:15.7288955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:15.7290499Z template typename func, int end, int current=0> 2022-11-23T01:01:15.7290932Z ^~~~~~~~ 2022-11-23T01:01:15.7291225Z class 2022-11-23T01:01:15.7292153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:15.7293088Z template typename func, int end> 2022-11-23T01:01:15.7293449Z ^~~~~~~~ 2022-11-23T01:01:15.7293744Z class 2022-11-23T01:01:15.7294119Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:15.7302647Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftshrinkKernel.hip:18: 2022-11-23T01:01:15.7303344Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:15.7304603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:15.7305309Z template typename func, int end, int current=0> 2022-11-23T01:01:15.7305707Z ^~~~~~~~ 2022-11-23T01:01:15.7306008Z class 2022-11-23T01:01:15.7306881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:15.7307534Z template typename func, int end> 2022-11-23T01:01:15.7307911Z ^~~~~~~~ 2022-11-23T01:01:15.7308230Z class 2022-11-23T01:01:15.7308599Z 2 warnings generated when compiling for host. 2022-11-23T01:01:15.7437130Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AmpKernels.hip.o 2022-11-23T01:01:16.0855147Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationThresholdKernel.hip:18: 2022-11-23T01:01:16.0855904Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:16.0857074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:16.0857796Z template typename func, int end, int current=0> 2022-11-23T01:01:16.0858220Z ^~~~~~~~ 2022-11-23T01:01:16.0858539Z class 2022-11-23T01:01:16.0859438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:16.0860120Z template typename func, int end> 2022-11-23T01:01:16.0860513Z ^~~~~~~~ 2022-11-23T01:01:16.0860837Z class 2022-11-23T01:01:16.0861223Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:16.0862025Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationThresholdKernel.hip:18: 2022-11-23T01:01:16.0862728Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:16.0864016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:16.0864736Z template typename func, int end, int current=0> 2022-11-23T01:01:16.0865159Z ^~~~~~~~ 2022-11-23T01:01:16.0865471Z class 2022-11-23T01:01:16.0866334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:16.0867021Z template typename func, int end> 2022-11-23T01:01:16.0867420Z ^~~~~~~~ 2022-11-23T01:01:16.0867730Z class 2022-11-23T01:01:16.0868125Z 2 warnings generated when compiling for host. 2022-11-23T01:01:16.0969636Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AveragePool2d.hip.o 2022-11-23T01:01:16.2979915Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling.hip:7: 2022-11-23T01:01:16.2988338Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:16.2989119Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:16.2989650Z ^ 2022-11-23T01:01:16.2990552Z /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:01:16.2991038Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:16.2991305Z ^ 2022-11-23T01:01:16.2991685Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:16.2992149Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:16.2992493Z ^ 2022-11-23T01:01:16.2992822Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:16.3000123Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling.hip:7: 2022-11-23T01:01:16.3001148Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:16.3001880Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:16.3002418Z ^ 2022-11-23T01:01:16.3003204Z /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:01:16.3003739Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:16.3004054Z ^ 2022-11-23T01:01:16.3004580Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:16.3005066Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:16.3005427Z ^ 2022-11-23T01:01:16.3005779Z 1 warning generated when compiling for host. 2022-11-23T01:01:16.3113732Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AveragePool3d.hip.o 2022-11-23T01:01:16.4226886Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling3d.hip:9: 2022-11-23T01:01:16.4228103Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:16.4228851Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:16.4229407Z ^ 2022-11-23T01:01:16.4230381Z /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:01:16.4230917Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:16.4231248Z ^ 2022-11-23T01:01:16.4231805Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:16.4232311Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:16.4232705Z ^ 2022-11-23T01:01:16.4233092Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:16.4233651Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling3d.hip:9: 2022-11-23T01:01:16.4234575Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:16.4235342Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:16.4235890Z ^ 2022-11-23T01:01:16.4236601Z /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:01:16.4237150Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:16.4237486Z ^ 2022-11-23T01:01:16.4238037Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:16.4238560Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:16.4239084Z ^ 2022-11-23T01:01:16.4239466Z 1 warning generated when compiling for host. 2022-11-23T01:01:16.4240001Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling2d.hip:5: 2022-11-23T01:01:16.4240991Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:16.4241791Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:16.4242306Z ^ 2022-11-23T01:01:16.4243123Z /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:01:16.4243676Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:16.4244001Z ^ 2022-11-23T01:01:16.4244554Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:16.4245101Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:16.4245477Z ^ 2022-11-23T01:01:16.4245847Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:16.4246402Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling2d.hip:5: 2022-11-23T01:01:16.4247379Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:16.4248148Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:16.4248653Z ^ 2022-11-23T01:01:16.4249374Z /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:01:16.4249893Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:16.4250159Z ^ 2022-11-23T01:01:16.4250660Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:16.4251140Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:16.4251498Z ^ 2022-11-23T01:01:16.4251947Z 1 warning generated when compiling for host. 2022-11-23T01:01:16.4320065Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryDivFloorKernel.hip.o 2022-11-23T01:01:16.4321172Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryBitwiseOpsKernels.hip.o 2022-11-23T01:01:16.7638133Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling3d.hip:5: 2022-11-23T01:01:16.7639352Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:16.7648075Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:16.7648604Z ^ 2022-11-23T01:01:16.7649522Z /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:01:16.7650119Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:16.7650450Z ^ 2022-11-23T01:01:16.7651021Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:16.7651444Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:16.7651669Z ^ 2022-11-23T01:01:16.7651877Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:16.7652375Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling3d.hip:5: 2022-11-23T01:01:16.7652936Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:16.7653384Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:16.7653731Z ^ 2022-11-23T01:01:16.7654422Z /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:01:16.7654886Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:16.7655162Z ^ 2022-11-23T01:01:16.7655695Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:16.7656079Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:16.7656304Z ^ 2022-11-23T01:01:16.7656514Z 1 warning generated when compiling for host. 2022-11-23T01:01:16.7770399Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryDivTrueKernel.hip.o 2022-11-23T01:01:17.0346576Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AmpKernels.hip:11: 2022-11-23T01:01:17.0362152Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:01:17.0362767Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:01:17.0363371Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:17.0366706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:17.0367372Z template typename func, int end, int current=0> 2022-11-23T01:01:17.0367856Z ^~~~~~~~ 2022-11-23T01:01:17.0368154Z class 2022-11-23T01:01:17.0369006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:17.0369868Z template typename func, int end> 2022-11-23T01:01:17.0370228Z ^~~~~~~~ 2022-11-23T01:01:17.0370527Z class 2022-11-23T01:01:17.0370875Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:17.0371365Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AmpKernels.hip:11: 2022-11-23T01:01:17.0371970Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:01:17.0372617Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:01:17.0373224Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:17.0374181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:17.0374784Z template typename func, int end, int current=0> 2022-11-23T01:01:17.0375153Z ^~~~~~~~ 2022-11-23T01:01:17.0375426Z class 2022-11-23T01:01:17.0376231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:17.0376829Z template typename func, int end> 2022-11-23T01:01:17.0377202Z ^~~~~~~~ 2022-11-23T01:01:17.0377512Z class 2022-11-23T01:01:17.0377873Z 2 warnings generated when compiling for host. 2022-11-23T01:01:17.0538460Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryDivTruncKernel.hip.o 2022-11-23T01:01:17.2826195Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryGeometricKernels.hip.o 2022-11-23T01:01:17.5013531Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AveragePool3d.hip:9: 2022-11-23T01:01:17.5021212Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:17.5022354Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:17.5022937Z ^ 2022-11-23T01:01:17.5023726Z /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:01:17.5024302Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:17.5024618Z ^ 2022-11-23T01:01:17.5025162Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:17.5025690Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:17.5026070Z ^ 2022-11-23T01:01:17.5032150Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:17.5034154Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AveragePool3d.hip:9: 2022-11-23T01:01:17.5035244Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:17.5036013Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:17.5036584Z ^ 2022-11-23T01:01:17.5037345Z /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:01:17.5037898Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:17.5038233Z ^ 2022-11-23T01:01:17.5038781Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:17.5039523Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:17.5039921Z ^ 2022-11-23T01:01:17.5040301Z 1 warning generated when compiling for host. 2022-11-23T01:01:17.5134377Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryLogicalOpsKernels.hip.o 2022-11-23T01:01:17.6547195Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivFloorKernel.hip:8: 2022-11-23T01:01:17.6547969Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2022-11-23T01:01:17.6548629Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:17.6549767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:17.6550452Z template typename func, int end, int current=0> 2022-11-23T01:01:17.6550850Z ^~~~~~~~ 2022-11-23T01:01:17.6551153Z class 2022-11-23T01:01:17.6552036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:17.6552717Z template typename func, int end> 2022-11-23T01:01:17.6553064Z ^~~~~~~~ 2022-11-23T01:01:17.6553389Z class 2022-11-23T01:01:17.6556112Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:17.6562383Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivFloorKernel.hip:8: 2022-11-23T01:01:17.6563211Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2022-11-23T01:01:17.6563857Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:17.6564946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:17.6565645Z template typename func, int end, int current=0> 2022-11-23T01:01:17.6566043Z ^~~~~~~~ 2022-11-23T01:01:17.6566342Z class 2022-11-23T01:01:17.6567219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:17.6567867Z template typename func, int end> 2022-11-23T01:01:17.6568236Z ^~~~~~~~ 2022-11-23T01:01:17.6568539Z class 2022-11-23T01:01:17.6568899Z 2 warnings generated when compiling for host. 2022-11-23T01:01:17.6670041Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryBitwiseOpsKernels.hip:5: 2022-11-23T01:01:17.6670799Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:17.6676319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:17.6680261Z template typename func, int end, int current=0> 2022-11-23T01:01:17.6680726Z ^~~~~~~~ 2022-11-23T01:01:17.6681037Z class 2022-11-23T01:01:17.6681933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:17.6682697Z template typename func, int end> 2022-11-23T01:01:17.6683070Z ^~~~~~~~ 2022-11-23T01:01:17.6684878Z class 2022-11-23T01:01:17.6685278Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:17.6687710Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryBitwiseOpsKernels.hip:5: 2022-11-23T01:01:17.6688619Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:17.6689863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:17.6690594Z template typename func, int end, int current=0> 2022-11-23T01:01:17.6691005Z ^~~~~~~~ 2022-11-23T01:01:17.6691656Z class 2022-11-23T01:01:17.6692476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:17.6694154Z template typename func, int end> 2022-11-23T01:01:17.6694782Z ^~~~~~~~ 2022-11-23T01:01:17.6695229Z class 2022-11-23T01:01:17.6695641Z 2 warnings generated when compiling for host. 2022-11-23T01:01:17.6720048Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryMiscBackwardOpsKernels.hip.o 2022-11-23T01:01:17.6774441Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryMiscOpsKernels.hip.o 2022-11-23T01:01:17.9290965Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTrueKernel.hip:11: 2022-11-23T01:01:17.9291846Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2022-11-23T01:01:17.9292462Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:17.9304480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:17.9305211Z template typename func, int end, int current=0> 2022-11-23T01:01:17.9305629Z ^~~~~~~~ 2022-11-23T01:01:17.9305926Z class 2022-11-23T01:01:17.9306767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:17.9307395Z template typename func, int end> 2022-11-23T01:01:17.9307761Z ^~~~~~~~ 2022-11-23T01:01:17.9308065Z class 2022-11-23T01:01:17.9308414Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:17.9308959Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTrueKernel.hip:11: 2022-11-23T01:01:17.9309613Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2022-11-23T01:01:17.9310253Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:17.9311213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:17.9311909Z template typename func, int end, int current=0> 2022-11-23T01:01:17.9312318Z ^~~~~~~~ 2022-11-23T01:01:17.9312603Z class 2022-11-23T01:01:17.9313486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:17.9314118Z template typename func, int end> 2022-11-23T01:01:17.9314471Z ^~~~~~~~ 2022-11-23T01:01:17.9314763Z class 2022-11-23T01:01:17.9315138Z 2 warnings generated when compiling for host. 2022-11-23T01:01:17.9444489Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryMulKernel.hip.o 2022-11-23T01:01:18.2103361Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTruncKernel.hip:11: 2022-11-23T01:01:18.2117138Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:18.2119850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:18.2120597Z template typename func, int end, int current=0> 2022-11-23T01:01:18.2121020Z ^~~~~~~~ 2022-11-23T01:01:18.2121350Z class 2022-11-23T01:01:18.2122281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:18.2123043Z template typename func, int end> 2022-11-23T01:01:18.2123437Z ^~~~~~~~ 2022-11-23T01:01:18.2123759Z class 2022-11-23T01:01:18.2124141Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:18.2124736Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTruncKernel.hip:11: 2022-11-23T01:01:18.2125420Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:18.2126638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:18.2127363Z template typename func, int end, int current=0> 2022-11-23T01:01:18.2127781Z ^~~~~~~~ 2022-11-23T01:01:18.2128105Z class 2022-11-23T01:01:18.2128991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:18.2129684Z template typename func, int end> 2022-11-23T01:01:18.2130080Z ^~~~~~~~ 2022-11-23T01:01:18.2130384Z class 2022-11-23T01:01:18.2130761Z 2 warnings generated when compiling for host. 2022-11-23T01:01:18.2208504Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryRemainderKernel.hip.o 2022-11-23T01:01:18.4329244Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryGeometricKernels.hip:5: 2022-11-23T01:01:18.4329964Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:18.4331145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:18.4333283Z template typename func, int end, int current=0> 2022-11-23T01:01:18.4333714Z ^~~~~~~~ 2022-11-23T01:01:18.4334000Z class 2022-11-23T01:01:18.4334913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:18.4336739Z template typename func, int end> 2022-11-23T01:01:18.4339405Z ^~~~~~~~ 2022-11-23T01:01:18.4339719Z class 2022-11-23T01:01:18.4340101Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:18.4340641Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryGeometricKernels.hip:5: 2022-11-23T01:01:18.4341162Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:18.4342215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:18.4346541Z template typename func, int end, int current=0> 2022-11-23T01:01:18.4346807Z ^~~~~~~~ 2022-11-23T01:01:18.4346987Z class 2022-11-23T01:01:18.4347549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:18.4347973Z template typename func, int end> 2022-11-23T01:01:18.4348190Z ^~~~~~~~ 2022-11-23T01:01:18.4348363Z class 2022-11-23T01:01:18.4348630Z 2 warnings generated when compiling for host. 2022-11-23T01:01:18.4425098Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryShiftOpsKernels.hip.o 2022-11-23T01:01:18.7478686Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryLogicalOpsKernels.hip:5: 2022-11-23T01:01:18.7479402Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:18.7480493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:18.7484948Z template typename func, int end, int current=0> 2022-11-23T01:01:18.7485275Z ^~~~~~~~ 2022-11-23T01:01:18.7486019Z class 2022-11-23T01:01:18.7487765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:18.7488365Z template typename func, int end> 2022-11-23T01:01:18.7488916Z ^~~~~~~~ 2022-11-23T01:01:18.7489492Z class 2022-11-23T01:01:18.7489846Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:18.7490370Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryLogicalOpsKernels.hip:5: 2022-11-23T01:01:18.7490949Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:18.7494039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:18.7494477Z template typename func, int end, int current=0> 2022-11-23T01:01:18.7494717Z ^~~~~~~~ 2022-11-23T01:01:18.7494884Z class 2022-11-23T01:01:18.7495374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:18.7495741Z template typename func, int end> 2022-11-23T01:01:18.7495959Z ^~~~~~~~ 2022-11-23T01:01:18.7496124Z class 2022-11-23T01:01:18.7496335Z 2 warnings generated when compiling for host. 2022-11-23T01:01:18.7581659Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Bucketization.hip.o 2022-11-23T01:01:18.8003275Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscBackwardOpsKernels.hip:11: 2022-11-23T01:01:18.8017796Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:18.8018908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:18.8019555Z template typename func, int end, int current=0> 2022-11-23T01:01:18.8020724Z ^~~~~~~~ 2022-11-23T01:01:18.8021203Z class 2022-11-23T01:01:18.8022265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:18.8024237Z template typename func, int end> 2022-11-23T01:01:18.8027294Z ^~~~~~~~ 2022-11-23T01:01:18.8030283Z class 2022-11-23T01:01:18.8031820Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:18.8032790Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscBackwardOpsKernels.hip:11: 2022-11-23T01:01:18.8033817Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:18.8035288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:18.8036270Z template typename func, int end, int current=0> 2022-11-23T01:01:18.8037024Z ^~~~~~~~ 2022-11-23T01:01:18.8037552Z class 2022-11-23T01:01:18.8038744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:18.8039675Z template typename func, int end> 2022-11-23T01:01:18.8040364Z ^~~~~~~~ 2022-11-23T01:01:18.8040898Z class 2022-11-23T01:01:18.8041539Z 2 warnings generated when compiling for host. 2022-11-23T01:01:18.8114315Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Col2Im.hip.o 2022-11-23T01:01:18.8566347Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscOpsKernels.hip:5: 2022-11-23T01:01:18.8567401Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:18.8568840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:18.8569493Z template typename func, int end, int current=0> 2022-11-23T01:01:18.8569874Z ^~~~~~~~ 2022-11-23T01:01:18.8570203Z class 2022-11-23T01:01:18.8581212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:18.8582302Z template typename func, int end> 2022-11-23T01:01:18.8582746Z ^~~~~~~~ 2022-11-23T01:01:18.8583042Z class 2022-11-23T01:01:18.8583405Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:18.8583943Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscOpsKernels.hip:5: 2022-11-23T01:01:18.8584599Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:18.8585615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:18.8586329Z template typename func, int end, int current=0> 2022-11-23T01:01:18.8586720Z ^~~~~~~~ 2022-11-23T01:01:18.8587034Z class 2022-11-23T01:01:18.8587930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:18.8588625Z template typename func, int end> 2022-11-23T01:01:18.8588994Z ^~~~~~~~ 2022-11-23T01:01:18.8589309Z class 2022-11-23T01:01:18.8589698Z 2 warnings generated when compiling for host. 2022-11-23T01:01:18.8722756Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CompareEQKernel.hip.o 2022-11-23T01:01:19.0876997Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMulKernel.hip:8: 2022-11-23T01:01:19.0878313Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2022-11-23T01:01:19.0881031Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:19.0882722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:19.0883560Z template typename func, int end, int current=0> 2022-11-23T01:01:19.0884148Z ^~~~~~~~ 2022-11-23T01:01:19.0886448Z class 2022-11-23T01:01:19.0887582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:19.0888198Z template typename func, int end> 2022-11-23T01:01:19.0888688Z ^~~~~~~~ 2022-11-23T01:01:19.0889108Z class 2022-11-23T01:01:19.0889484Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:19.0890009Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMulKernel.hip:8: 2022-11-23T01:01:19.0890617Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2022-11-23T01:01:19.0891483Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:19.0892599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:19.0893454Z template typename func, int end, int current=0> 2022-11-23T01:01:19.0893846Z ^~~~~~~~ 2022-11-23T01:01:19.0894155Z class 2022-11-23T01:01:19.0894974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:19.0895612Z template typename func, int end> 2022-11-23T01:01:19.0895957Z ^~~~~~~~ 2022-11-23T01:01:19.0896255Z class 2022-11-23T01:01:19.0896628Z 2 warnings generated when compiling for host. 2022-11-23T01:01:19.0991457Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CompareKernels.hip.o 2022-11-23T01:01:19.4552318Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryRemainderKernel.hip:5: 2022-11-23T01:01:19.4552996Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:19.4555731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:19.4557922Z template typename func, int end, int current=0> 2022-11-23T01:01:19.4570028Z ^~~~~~~~ 2022-11-23T01:01:19.4570383Z class 2022-11-23T01:01:19.4571284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:19.4574325Z template typename func, int end> 2022-11-23T01:01:19.4574689Z ^~~~~~~~ 2022-11-23T01:01:19.4575000Z class 2022-11-23T01:01:19.4575352Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:19.4575879Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryRemainderKernel.hip:5: 2022-11-23T01:01:19.4576635Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:19.4577573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:19.4578225Z template typename func, int end, int current=0> 2022-11-23T01:01:19.4578596Z ^~~~~~~~ 2022-11-23T01:01:19.4578893Z class 2022-11-23T01:01:19.4579688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:19.4580278Z template typename func, int end> 2022-11-23T01:01:19.4580623Z ^~~~~~~~ 2022-11-23T01:01:19.4580905Z class 2022-11-23T01:01:19.4581243Z 2 warnings generated when compiling for host. 2022-11-23T01:01:19.4681915Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ComplexKernel.hip.o 2022-11-23T01:01:19.5174530Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryShiftOpsKernels.hip:5: 2022-11-23T01:01:19.5176760Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:19.5177868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:19.5184471Z template typename func, int end, int current=0> 2022-11-23T01:01:19.5186788Z ^~~~~~~~ 2022-11-23T01:01:19.5187179Z class 2022-11-23T01:01:19.5188064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:19.5188736Z template typename func, int end> 2022-11-23T01:01:19.5189112Z ^~~~~~~~ 2022-11-23T01:01:19.5189404Z class 2022-11-23T01:01:19.5189782Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:19.5190354Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryShiftOpsKernels.hip:5: 2022-11-23T01:01:19.5191004Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:19.5191845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:19.5192472Z template typename func, int end, int current=0> 2022-11-23T01:01:19.5192848Z ^~~~~~~~ 2022-11-23T01:01:19.5193121Z class 2022-11-23T01:01:19.5193910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:19.5194541Z template typename func, int end> 2022-11-23T01:01:19.5194874Z ^~~~~~~~ 2022-11-23T01:01:19.5195156Z class 2022-11-23T01:01:19.5195499Z 2 warnings generated when compiling for host. 2022-11-23T01:01:19.5290471Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ConvolutionMM2d.hip.o 2022-11-23T01:01:19.9788005Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareEQKernel.hip:7: 2022-11-23T01:01:19.9788790Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:19.9791018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:19.9792042Z template typename func, int end, int current=0> 2022-11-23T01:01:19.9792415Z ^~~~~~~~ 2022-11-23T01:01:19.9792725Z class 2022-11-23T01:01:19.9793495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:19.9794100Z template typename func, int end> 2022-11-23T01:01:19.9794451Z ^~~~~~~~ 2022-11-23T01:01:19.9794774Z class 2022-11-23T01:01:19.9795124Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:19.9795675Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareEQKernel.hip:7: 2022-11-23T01:01:19.9796263Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:19.9797177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:19.9797765Z template typename func, int end, int current=0> 2022-11-23T01:01:19.9798159Z ^~~~~~~~ 2022-11-23T01:01:19.9798421Z class 2022-11-23T01:01:19.9799181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:19.9799774Z template typename func, int end> 2022-11-23T01:01:19.9800321Z ^~~~~~~~ 2022-11-23T01:01:19.9800570Z class 2022-11-23T01:01:19.9800949Z 2 warnings generated when compiling for host. 2022-11-23T01:01:19.9868723Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Copy.hip.o 2022-11-23T01:01:20.0282266Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CopysignKernel.hip.o 2022-11-23T01:01:20.1188423Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CrossKernel.hip.o 2022-11-23T01:01:20.2916543Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareKernels.hip:7: 2022-11-23T01:01:20.2917205Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:20.2918714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:20.2919404Z template typename func, int end, int current=0> 2022-11-23T01:01:20.2919824Z ^~~~~~~~ 2022-11-23T01:01:20.2921100Z class 2022-11-23T01:01:20.2933020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:20.2933730Z template typename func, int end> 2022-11-23T01:01:20.2934139Z ^~~~~~~~ 2022-11-23T01:01:20.2934434Z class 2022-11-23T01:01:20.2934805Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:20.2935352Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareKernels.hip:7: 2022-11-23T01:01:20.2935951Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:20.2937001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:20.2937705Z template typename func, int end, int current=0> 2022-11-23T01:01:20.2938349Z ^~~~~~~~ 2022-11-23T01:01:20.2938648Z class 2022-11-23T01:01:20.2939540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:20.2940224Z template typename func, int end> 2022-11-23T01:01:20.2940593Z ^~~~~~~~ 2022-11-23T01:01:20.2940899Z class 2022-11-23T01:01:20.2941285Z 2 warnings generated when compiling for host. 2022-11-23T01:01:20.3028648Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CumminmaxKernel.hip.o 2022-11-23T01:01:20.6688802Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ComplexKernel.hip:6: 2022-11-23T01:01:20.6689334Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:20.6700347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:20.6700982Z template typename func, int end, int current=0> 2022-11-23T01:01:20.6701346Z ^~~~~~~~ 2022-11-23T01:01:20.6706608Z class 2022-11-23T01:01:20.6707663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:20.6708343Z template typename func, int end> 2022-11-23T01:01:20.6708887Z ^~~~~~~~ 2022-11-23T01:01:20.6709197Z class 2022-11-23T01:01:20.6709597Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:20.6710181Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ComplexKernel.hip:6: 2022-11-23T01:01:20.6710797Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:20.6711856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:20.6712551Z template typename func, int end, int current=0> 2022-11-23T01:01:20.6712973Z ^~~~~~~~ 2022-11-23T01:01:20.6713283Z class 2022-11-23T01:01:20.6714186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:20.6714864Z template typename func, int end> 2022-11-23T01:01:20.6715227Z ^~~~~~~~ 2022-11-23T01:01:20.6715541Z class 2022-11-23T01:01:20.6715906Z 2 warnings generated when compiling for host. 2022-11-23T01:01:20.6860644Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CumprodKernel.hip.o 2022-11-23T01:01:20.8602750Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CumsumKernel.hip.o 2022-11-23T01:01:21.1638955Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CopysignKernel.hip:5: 2022-11-23T01:01:21.1639817Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:21.1643853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:21.1648483Z template typename func, int end, int current=0> 2022-11-23T01:01:21.1648910Z ^~~~~~~~ 2022-11-23T01:01:21.1649224Z class 2022-11-23T01:01:21.1650147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:21.1651157Z template typename func, int end> 2022-11-23T01:01:21.1651541Z ^~~~~~~~ 2022-11-23T01:01:21.1651864Z class 2022-11-23T01:01:21.1652246Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:21.1652814Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CopysignKernel.hip:5: 2022-11-23T01:01:21.1658347Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:21.1659423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:21.1660127Z template typename func, int end, int current=0> 2022-11-23T01:01:21.1660537Z ^~~~~~~~ 2022-11-23T01:01:21.1660852Z class 2022-11-23T01:01:21.1661892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:21.1662563Z template typename func, int end> 2022-11-23T01:01:21.1662969Z ^~~~~~~~ 2022-11-23T01:01:21.1663275Z class 2022-11-23T01:01:21.1663667Z 2 warnings generated when compiling for host. 2022-11-23T01:01:21.1761762Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DepthwiseConv2d.hip.o 2022-11-23T01:01:21.2467576Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Copy.hip:12: 2022-11-23T01:01:21.2480096Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:21.2484888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:21.2485588Z template typename func, int end, int current=0> 2022-11-23T01:01:21.2485973Z ^~~~~~~~ 2022-11-23T01:01:21.2486257Z class 2022-11-23T01:01:21.2487074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:21.2487730Z template typename func, int end> 2022-11-23T01:01:21.2488116Z ^~~~~~~~ 2022-11-23T01:01:21.2488425Z class 2022-11-23T01:01:21.2488784Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:21.2489291Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Copy.hip:12: 2022-11-23T01:01:21.2489813Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:21.2490726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:21.2491373Z template typename func, int end, int current=0> 2022-11-23T01:01:21.2491752Z ^~~~~~~~ 2022-11-23T01:01:21.2492020Z class 2022-11-23T01:01:21.2492868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:21.2493476Z template typename func, int end> 2022-11-23T01:01:21.2493790Z ^~~~~~~~ 2022-11-23T01:01:21.2494052Z class 2022-11-23T01:01:21.2494352Z 2 warnings generated when compiling for host. 2022-11-23T01:01:21.2591626Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DepthwiseConv3d.hip.o 2022-11-23T01:01:21.3465686Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CrossKernel.hip:6: 2022-11-23T01:01:21.3470096Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:21.3471018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:21.3471498Z template typename func, int end, int current=0> 2022-11-23T01:01:21.3471873Z ^~~~~~~~ 2022-11-23T01:01:21.3480938Z class 2022-11-23T01:01:21.3482222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:21.3486218Z template typename func, int end> 2022-11-23T01:01:21.3486583Z ^~~~~~~~ 2022-11-23T01:01:21.3486783Z class 2022-11-23T01:01:21.3486987Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:21.3487352Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CrossKernel.hip:6: 2022-11-23T01:01:21.3487702Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:21.3488325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:21.3489161Z template typename func, int end, int current=0> 2022-11-23T01:01:21.3489425Z ^~~~~~~~ 2022-11-23T01:01:21.3489662Z class 2022-11-23T01:01:21.3490312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:21.3490872Z template typename func, int end> 2022-11-23T01:01:21.3491148Z ^~~~~~~~ 2022-11-23T01:01:21.3491329Z class 2022-11-23T01:01:21.3491531Z 2 warnings generated when compiling for host. 2022-11-23T01:01:21.3565849Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DilatedMaxPool2d.hip.o 2022-11-23T01:01:21.5273254Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DilatedMaxPool3d.hip.o 2022-11-23T01:01:21.9315259Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistanceKernel.hip.o 2022-11-23T01:01:22.0204977Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionBernoulli.hip.o 2022-11-23T01:01:22.5482942Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionCauchyKernel.hip.o 2022-11-23T01:01:22.6213418Z /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:01:22.6213986Z conv_depthwise3d_cuda_backward_weight_kernel( 2022-11-23T01:01:22.6214248Z ^ 2022-11-23T01:01:22.6225781Z /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:01:22.6226886Z /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:01:22.6228151Z /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:01:22.6229175Z /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:01:22.6237418Z /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:01:22.6239169Z /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:01:22.6241324Z /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:01:22.6243308Z /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:01:22.6244232Z 9 warnings generated when compiling for gfx906. 2022-11-23T01:01:22.6393959Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionExponentialKernel.hip.o 2022-11-23T01:01:22.6890502Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionGeometricKernel.hip.o 2022-11-23T01:01:22.8639604Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DilatedMaxPool3d.hip:11: 2022-11-23T01:01:22.8641016Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:22.8641936Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:22.8643452Z ^ 2022-11-23T01:01:22.8644626Z /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:01:22.8647883Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:22.8648239Z ^ 2022-11-23T01:01:22.8648796Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:22.8649305Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:22.8649702Z ^ 2022-11-23T01:01:22.8650006Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:22.8650370Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DilatedMaxPool3d.hip:11: 2022-11-23T01:01:22.8650984Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:22.8651641Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:22.8651947Z ^ 2022-11-23T01:01:22.8652443Z /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:01:22.8652761Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:22.8652951Z ^ 2022-11-23T01:01:22.8653308Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:22.8653612Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:22.8653846Z ^ 2022-11-23T01:01:22.8654095Z 1 warning generated when compiling for host. 2022-11-23T01:01:22.8743834Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionLogNormalKernel.hip.o 2022-11-23T01:01:23.1850292Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionNormal.hip.o 2022-11-23T01:01:23.3122905Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionBernoulli.hip:4: 2022-11-23T01:01:23.3123623Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:23.3124978Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:23.3125740Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:23.3132293Z ^ 2022-11-23T01:01:23.3133231Z /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:01:23.3133847Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:23.3134203Z ^ 2022-11-23T01:01:23.3134800Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:23.3135203Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:23.3135433Z ^ 2022-11-23T01:01:23.3135752Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionBernoulli.hip:8: 2022-11-23T01:01:23.3136159Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:01:23.3136562Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:23.3137123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:23.3137573Z template typename func, int end, int current=0> 2022-11-23T01:01:23.3137785Z ^~~~~~~~ 2022-11-23T01:01:23.3137966Z class 2022-11-23T01:01:23.3138494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:23.3141321Z template typename func, int end> 2022-11-23T01:01:23.3142763Z ^~~~~~~~ 2022-11-23T01:01:23.3143114Z class 2022-11-23T01:01:23.3143517Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:01:23.3144098Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionBernoulli.hip:4: 2022-11-23T01:01:23.3144671Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:23.3145599Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:23.3146551Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:23.3147063Z ^ 2022-11-23T01:01:23.3147797Z /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:01:23.3148313Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:23.3148633Z ^ 2022-11-23T01:01:23.3149212Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:23.3154225Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:23.3157567Z ^ 2022-11-23T01:01:23.3160427Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionBernoulli.hip:8: 2022-11-23T01:01:23.3163658Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:01:23.3166610Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:23.3169968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:23.3172753Z template typename func, int end, int current=0> 2022-11-23T01:01:23.3175640Z ^~~~~~~~ 2022-11-23T01:01:23.3177223Z class 2022-11-23T01:01:23.3178580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:23.3179548Z template typename func, int end> 2022-11-23T01:01:23.3180264Z ^~~~~~~~ 2022-11-23T01:01:23.3180612Z class 2022-11-23T01:01:23.3180951Z 3 warnings generated when compiling for host. 2022-11-23T01:01:23.3281223Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionRandomKernel.hip.o 2022-11-23T01:01:23.7380712Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionCauchyKernel.hip:5: 2022-11-23T01:01:23.7381861Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:01:23.7386219Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:23.7391526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:23.7392504Z template typename func, int end, int current=0> 2022-11-23T01:01:23.7395311Z ^~~~~~~~ 2022-11-23T01:01:23.7396363Z class 2022-11-23T01:01:23.7402143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:23.7402924Z template typename func, int end> 2022-11-23T01:01:23.7403312Z ^~~~~~~~ 2022-11-23T01:01:23.7406835Z class 2022-11-23T01:01:23.7410632Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionCauchyKernel.hip:5: 2022-11-23T01:01:23.7416430Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:01:23.7417151Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:23.7424764Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:23.7425836Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:23.7426395Z ^ 2022-11-23T01:01:23.7432185Z /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:01:23.7433878Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:23.7434233Z ^ 2022-11-23T01:01:23.7434824Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:23.7441432Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:23.7441872Z ^ 2022-11-23T01:01:23.7442290Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:01:23.7445566Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionCauchyKernel.hip:5: 2022-11-23T01:01:23.7448552Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:01:23.7453848Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:23.7454935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:23.7455625Z template typename func, int end, int current=0> 2022-11-23T01:01:23.7459683Z ^~~~~~~~ 2022-11-23T01:01:23.7462408Z class 2022-11-23T01:01:23.7466409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:23.7471823Z template typename func, int end> 2022-11-23T01:01:23.7472227Z ^~~~~~~~ 2022-11-23T01:01:23.7472570Z class 2022-11-23T01:01:23.7478913Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionCauchyKernel.hip:5: 2022-11-23T01:01:23.7479699Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:01:23.7483801Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:23.7487273Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:23.7488299Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:23.7491577Z ^ 2022-11-23T01:01:23.7493340Z /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:01:23.7496394Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:23.7498323Z ^ 2022-11-23T01:01:23.7498920Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:23.7503272Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:23.7503831Z ^ 2022-11-23T01:01:23.7504213Z 3 warnings generated when compiling for host. 2022-11-23T01:01:23.7598924Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionUniform.hip.o 2022-11-23T01:01:23.8193873Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionGeometricKernel.hip:5: 2022-11-23T01:01:23.8194785Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:01:23.8195430Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:23.8196799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:23.8197480Z template typename func, int end, int current=0> 2022-11-23T01:01:23.8197910Z ^~~~~~~~ 2022-11-23T01:01:23.8198207Z class 2022-11-23T01:01:23.8213899Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionExponentialKernel.hip:5: 2022-11-23T01:01:23.8214687Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:01:23.8215351Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:23.8223451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:23.8224211Z template typename func, int end, int current=0> 2022-11-23T01:01:23.8224648Z ^~~~~~~~ 2022-11-23T01:01:23.8224974Z class 2022-11-23T01:01:23.8225824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:23.8226477Z template typename func, int end> 2022-11-23T01:01:23.8226849Z ^~~~~~~~ 2022-11-23T01:01:23.8227148Z class 2022-11-23T01:01:23.8227913Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionExponentialKernel.hip:5: 2022-11-23T01:01:23.8228622Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:01:23.8229288Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:23.8231538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:23.8234407Z template typename func, int end> 2022-11-23T01:01:23.8234789Z ^~~~~~~~ 2022-11-23T01:01:23.8235074Z class 2022-11-23T01:01:23.8235535Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionGeometricKernel.hip:5: 2022-11-23T01:01:23.8237877Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:01:23.8239362Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:23.8240331Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:23.8241961Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:23.8242592Z ^ 2022-11-23T01:01:23.8243323Z /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:01:23.8243847Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:23.8244183Z ^ 2022-11-23T01:01:23.8244719Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:23.8246741Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:23.8247126Z ^ 2022-11-23T01:01:23.8247492Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:01:23.8248086Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionGeometricKernel.hip:5: 2022-11-23T01:01:23.8248840Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:01:23.8249616Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:23.8250548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:23.8251200Z template typename func, int end, int current=0> 2022-11-23T01:01:23.8251566Z ^~~~~~~~ 2022-11-23T01:01:23.8251863Z class 2022-11-23T01:01:23.8252680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:23.8253279Z template typename func, int end> 2022-11-23T01:01:23.8253642Z ^~~~~~~~ 2022-11-23T01:01:23.8253931Z class 2022-11-23T01:01:23.8254447Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionGeometricKernel.hip:5: 2022-11-23T01:01:23.8255151Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:01:23.8255794Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:23.8256755Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:23.8257504Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:23.8258156Z ^ 2022-11-23T01:01:23.8258867Z /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:01:23.8259360Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:23.8259636Z ^ 2022-11-23T01:01:23.8260125Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:23.8260605Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:23.8260992Z ^ 2022-11-23T01:01:23.8261379Z 3 warnings generated when compiling for host. 2022-11-23T01:01:23.8262340Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:23.8263113Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:23.8263622Z ^ 2022-11-23T01:01:23.8264318Z /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:01:23.8264852Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:23.8265145Z ^ 2022-11-23T01:01:23.8265700Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:23.8266233Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:23.8266586Z ^ 2022-11-23T01:01:23.8266968Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:01:23.8267620Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionExponentialKernel.hip:5: 2022-11-23T01:01:23.8268321Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:01:23.8268987Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:23.8270021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:23.8270720Z template typename func, int end, int current=0> 2022-11-23T01:01:23.8271242Z ^~~~~~~~ 2022-11-23T01:01:23.8271526Z class 2022-11-23T01:01:23.8272381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:23.8272996Z template typename func, int end> 2022-11-23T01:01:23.8273341Z ^~~~~~~~ 2022-11-23T01:01:23.8273640Z class 2022-11-23T01:01:23.8274189Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionExponentialKernel.hip:5: 2022-11-23T01:01:23.8274937Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:01:23.8275571Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:23.8276574Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:23.8277285Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:23.8277737Z ^ 2022-11-23T01:01:23.8278377Z /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:01:23.8278871Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:23.8279180Z ^ 2022-11-23T01:01:23.8279839Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:23.8280379Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:23.8280740Z ^ 2022-11-23T01:01:23.8281107Z 3 warnings generated when compiling for host. 2022-11-23T01:01:23.8343929Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Dropout.hip.o 2022-11-23T01:01:23.8368409Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Distributions.hip.o 2022-11-23T01:01:24.0840717Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionLogNormalKernel.hip:5: 2022-11-23T01:01:24.0841468Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:01:24.0842106Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:24.0843273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:24.0843956Z template typename func, int end, int current=0> 2022-11-23T01:01:24.0844339Z ^~~~~~~~ 2022-11-23T01:01:24.0844656Z class 2022-11-23T01:01:24.0845491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:24.0872439Z template typename func, int end> 2022-11-23T01:01:24.0872819Z ^~~~~~~~ 2022-11-23T01:01:24.0873125Z class 2022-11-23T01:01:24.0873667Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionLogNormalKernel.hip:5: 2022-11-23T01:01:24.0874370Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:01:24.0874993Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:24.0875999Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:24.0876999Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:24.0877519Z ^ 2022-11-23T01:01:24.0878238Z /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:01:24.0878796Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:24.0879116Z ^ 2022-11-23T01:01:24.0879661Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:24.0880187Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:24.0880568Z ^ 2022-11-23T01:01:24.0881226Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:01:24.0881840Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionLogNormalKernel.hip:5: 2022-11-23T01:01:24.0882713Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:01:24.0884039Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:24.0884979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:24.0885638Z template typename func, int end, int current=0> 2022-11-23T01:01:24.0886583Z ^~~~~~~~ 2022-11-23T01:01:24.0886895Z class 2022-11-23T01:01:24.0887851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:24.0889890Z template typename func, int end> 2022-11-23T01:01:24.0890537Z ^~~~~~~~ 2022-11-23T01:01:24.0893388Z class 2022-11-23T01:01:24.0896626Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionLogNormalKernel.hip:5: 2022-11-23T01:01:24.0897640Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:01:24.0900764Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:24.0904609Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:24.0908050Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:24.0908841Z ^ 2022-11-23T01:01:24.0909921Z /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:01:24.0910526Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:24.0910851Z ^ 2022-11-23T01:01:24.0911348Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:24.0911805Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:24.0912169Z ^ 2022-11-23T01:01:24.0912513Z 3 warnings generated when compiling for host. 2022-11-23T01:01:24.1004930Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Embedding.hip.o 2022-11-23T01:01:24.3474104Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionNormal.hip:5: 2022-11-23T01:01:24.3474876Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:01:24.3478030Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:24.3479465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:24.3480498Z template typename func, int end, int current=0> 2022-11-23T01:01:24.3481040Z ^~~~~~~~ 2022-11-23T01:01:24.3481321Z class 2022-11-23T01:01:24.3483736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:24.3484488Z template typename func, int end> 2022-11-23T01:01:24.3484966Z ^~~~~~~~ 2022-11-23T01:01:24.3489387Z class 2022-11-23T01:01:24.3507640Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionNormal.hip:5: 2022-11-23T01:01:24.3508331Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:01:24.3508958Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:24.3509634Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:24.3512074Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:24.3512626Z ^ 2022-11-23T01:01:24.3516909Z /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:01:24.3517357Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:24.3517629Z ^ 2022-11-23T01:01:24.3518196Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:24.3518733Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:24.3519107Z ^ 2022-11-23T01:01:24.3519470Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:01:24.3519804Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionNormal.hip:5: 2022-11-23T01:01:24.3520190Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:01:24.3520545Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:24.3521089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:24.3521471Z template typename func, int end, int current=0> 2022-11-23T01:01:24.3521698Z ^~~~~~~~ 2022-11-23T01:01:24.3521863Z class 2022-11-23T01:01:24.3522367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:24.3523068Z template typename func, int end> 2022-11-23T01:01:24.3523287Z ^~~~~~~~ 2022-11-23T01:01:24.3534450Z class 2022-11-23T01:01:24.3535014Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionNormal.hip:5: 2022-11-23T01:01:24.3535716Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:01:24.3539043Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:24.3539750Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:24.3540197Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:24.3540628Z ^ 2022-11-23T01:01:24.3541056Z /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:01:24.3541371Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:24.3541799Z ^ 2022-11-23T01:01:24.3542318Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:24.3542776Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:24.3543145Z ^ 2022-11-23T01:01:24.3543523Z 3 warnings generated when compiling for host. 2022-11-23T01:01:24.3630878Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_EmbeddingBackwardKernel.hip.o 2022-11-23T01:01:24.5310006Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionRandomKernel.hip:5: 2022-11-23T01:01:24.5310967Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:01:24.5311809Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:24.5342100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:24.5342681Z template typename func, int end, int current=0> 2022-11-23T01:01:24.5342916Z ^~~~~~~~ 2022-11-23T01:01:24.5343105Z class 2022-11-23T01:01:24.5346896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:24.5347938Z template typename func, int end> 2022-11-23T01:01:24.5348358Z ^~~~~~~~ 2022-11-23T01:01:24.5348737Z class 2022-11-23T01:01:24.5354135Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionRandomKernel.hip:5: 2022-11-23T01:01:24.5368566Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:01:24.5369149Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:24.5370061Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:24.5370790Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:24.5371289Z ^ 2022-11-23T01:01:24.5371979Z /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:01:24.5372483Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:24.5372776Z ^ 2022-11-23T01:01:24.5373259Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:24.5373752Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:24.5374105Z ^ 2022-11-23T01:01:24.5374426Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:01:24.5374923Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionRandomKernel.hip:5: 2022-11-23T01:01:24.5375553Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:01:24.5376110Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:24.5376827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:24.5377631Z template typename func, int end, int current=0> 2022-11-23T01:01:24.5377865Z ^~~~~~~~ 2022-11-23T01:01:24.5378035Z class 2022-11-23T01:01:24.5378512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:24.5378876Z template typename func, int end> 2022-11-23T01:01:24.5379107Z ^~~~~~~~ 2022-11-23T01:01:24.5379399Z class 2022-11-23T01:01:24.5379836Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionRandomKernel.hip:5: 2022-11-23T01:01:24.5380423Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:01:24.5380854Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:24.5381784Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:24.5382309Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:24.5382789Z ^ 2022-11-23T01:01:24.5383330Z /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:01:24.5383647Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:24.5383835Z ^ 2022-11-23T01:01:24.5384239Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:24.5384547Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:24.5384778Z ^ 2022-11-23T01:01:24.5385150Z 3 warnings generated when compiling for host. 2022-11-23T01:01:24.5433468Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_EmbeddingBag.hip.o 2022-11-23T01:01:24.9568894Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionUniform.hip:5: 2022-11-23T01:01:24.9569689Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:01:24.9605069Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:24.9606446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:24.9607002Z template typename func, int end, int current=0> 2022-11-23T01:01:24.9607623Z ^~~~~~~~ 2022-11-23T01:01:24.9607960Z class 2022-11-23T01:01:24.9608856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:24.9609530Z template typename func, int end> 2022-11-23T01:01:24.9609906Z ^~~~~~~~ 2022-11-23T01:01:24.9610237Z class 2022-11-23T01:01:24.9610770Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionUniform.hip:5: 2022-11-23T01:01:24.9611478Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:01:24.9612162Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:24.9613108Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:24.9613928Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:24.9614648Z ^ 2022-11-23T01:01:24.9615404Z /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:01:24.9615952Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:24.9616277Z ^ 2022-11-23T01:01:24.9616863Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:24.9617411Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:24.9617824Z ^ 2022-11-23T01:01:24.9618222Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:01:24.9618809Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionUniform.hip:5: 2022-11-23T01:01:24.9619489Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:01:24.9620143Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:24.9621147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:24.9622028Z template typename func, int end, int current=0> 2022-11-23T01:01:24.9622451Z ^~~~~~~~ 2022-11-23T01:01:24.9622765Z class 2022-11-23T01:01:24.9623796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:24.9624433Z template typename func, int end> 2022-11-23T01:01:24.9624813Z ^~~~~~~~ 2022-11-23T01:01:24.9625138Z class 2022-11-23T01:01:24.9625680Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionUniform.hip:5: 2022-11-23T01:01:24.9626383Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:01:24.9627060Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:24.9628048Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:24.9628883Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:24.9629421Z ^ 2022-11-23T01:01:24.9630212Z /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:01:24.9630795Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:24.9631141Z ^ 2022-11-23T01:01:24.9631714Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:24.9632278Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:24.9632682Z ^ 2022-11-23T01:01:24.9633060Z 3 warnings generated when compiling for host. 2022-11-23T01:01:24.9714028Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FillKernel.hip.o 2022-11-23T01:01:25.2609800Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:5: 2022-11-23T01:01:25.2612091Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:25.2617097Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:25.2621884Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:25.2622555Z ^ 2022-11-23T01:01:25.2623296Z /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:01:25.2623818Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:25.2624117Z ^ 2022-11-23T01:01:25.2624659Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:25.2625160Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:25.2625518Z ^ 2022-11-23T01:01:25.2625979Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:9: 2022-11-23T01:01:25.2629054Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:01:25.2630558Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:25.2631505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:25.2632154Z template typename func, int end, int current=0> 2022-11-23T01:01:25.2632527Z ^~~~~~~~ 2022-11-23T01:01:25.2632825Z class 2022-11-23T01:01:25.2636875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:25.2637522Z template typename func, int end> 2022-11-23T01:01:25.2637994Z ^~~~~~~~ 2022-11-23T01:01:25.2638271Z class 2022-11-23T01:01:25.2638732Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:9: 2022-11-23T01:01:25.2640118Z /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:01:25.2641688Z __global__ void distribution_binary_elementwise_kernel( 2022-11-23T01:01:25.2642083Z ^ 2022-11-23T01:01:25.2647128Z /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:01:25.2649581Z /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:01:25.2652869Z /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:01:25.2655560Z /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:01:25.2658599Z /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:01:25.2662167Z /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:01:25.2664654Z /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:01:25.2667639Z /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:01:25.2670987Z /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:01:25.2673872Z /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:01:25.2678447Z /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:01:25.2680462Z 15 warnings generated when compiling for gfx906. 2022-11-23T01:01:25.2681010Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:5: 2022-11-23T01:01:25.2682741Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:25.2683774Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:25.2684569Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:25.2685148Z ^ 2022-11-23T01:01:25.2686140Z /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:01:25.2687584Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:25.2687934Z ^ 2022-11-23T01:01:25.2689344Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:25.2689845Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:25.2690252Z ^ 2022-11-23T01:01:25.2691030Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:9: 2022-11-23T01:01:25.2692649Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:01:25.2693778Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:25.2696253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:25.2697516Z template typename func, int end, int current=0> 2022-11-23T01:01:25.2697895Z ^~~~~~~~ 2022-11-23T01:01:25.2698346Z class 2022-11-23T01:01:25.2702544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:25.2705730Z template typename func, int end> 2022-11-23T01:01:25.2708350Z ^~~~~~~~ 2022-11-23T01:01:25.2710895Z class 2022-11-23T01:01:25.2713516Z 3 warnings generated when compiling for host. 2022-11-23T01:01:25.2835105Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachBinaryOpList.hip.o 2022-11-23T01:01:25.2837899Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Dropout.hip:16: 2022-11-23T01:01:25.2838908Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:25.2840560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:25.2844446Z template typename func, int end, int current=0> 2022-11-23T01:01:25.2844862Z ^~~~~~~~ 2022-11-23T01:01:25.2845172Z class 2022-11-23T01:01:25.2846013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:25.2847169Z template typename func, int end> 2022-11-23T01:01:25.2847587Z ^~~~~~~~ 2022-11-23T01:01:25.2848065Z class 2022-11-23T01:01:25.2849761Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:25.2853324Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Dropout.hip:16: 2022-11-23T01:01:25.2856230Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:25.2859593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:25.2862859Z template typename func, int end, int current=0> 2022-11-23T01:01:25.2865573Z ^~~~~~~~ 2022-11-23T01:01:25.2868503Z class 2022-11-23T01:01:25.2869388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:25.2870714Z template typename func, int end> 2022-11-23T01:01:25.2871047Z ^~~~~~~~ 2022-11-23T01:01:25.2873109Z class 2022-11-23T01:01:25.2875782Z 2 warnings generated when compiling for host. 2022-11-23T01:01:25.2947866Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachBinaryOpScalar.hip.o 2022-11-23T01:01:25.4639399Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:15: 2022-11-23T01:01:25.4641428Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.cuh:4: 2022-11-23T01:01:25.4643685Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:25.4654421Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:25.4655262Z ^ 2022-11-23T01:01:25.4656424Z /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:01:25.4656963Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:25.4657457Z ^ 2022-11-23T01:01:25.4657856Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:25.4658165Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:25.4658425Z ^ 2022-11-23T01:01:25.4658791Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:25.4659288Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:15: 2022-11-23T01:01:25.4660030Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.cuh:4: 2022-11-23T01:01:25.4661026Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:25.4661978Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:25.4662541Z ^ 2022-11-23T01:01:25.4663349Z /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:01:25.4663899Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:25.4664216Z ^ 2022-11-23T01:01:25.4664748Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:25.4665256Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:25.4665628Z ^ 2022-11-23T01:01:25.4665958Z 1 warning generated when compiling for host. 2022-11-23T01:01:25.4751685Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachBinaryOpScalarList.hip.o 2022-11-23T01:01:25.7050886Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.hip:4: 2022-11-23T01:01:25.7051876Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.cuh:4: 2022-11-23T01:01:25.7053237Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:25.7060660Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:25.7061258Z ^ 2022-11-23T01:01:25.7062244Z /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:01:25.7062824Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:25.7063151Z ^ 2022-11-23T01:01:25.7063731Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:25.7064281Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:25.7064688Z ^ 2022-11-23T01:01:25.7065077Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:25.7066640Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.hip:4: 2022-11-23T01:01:25.7067413Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.cuh:4: 2022-11-23T01:01:25.7068436Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:25.7069227Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:25.7069770Z ^ 2022-11-23T01:01:25.7070530Z /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:01:25.7071102Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:25.7071701Z ^ 2022-11-23T01:01:25.7072287Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:25.7072813Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:25.7073220Z ^ 2022-11-23T01:01:25.7073608Z 1 warning generated when compiling for host. 2022-11-23T01:01:25.7186507Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachPointwiseOp.hip.o 2022-11-23T01:01:25.8849598Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBag.hip:8: 2022-11-23T01:01:25.8865174Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:25.8866217Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:25.8867137Z ^ 2022-11-23T01:01:25.8867979Z /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:01:25.8868528Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:25.8868859Z ^ 2022-11-23T01:01:25.8869794Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:25.8870337Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:25.8870722Z ^ 2022-11-23T01:01:25.8871295Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:25.8871859Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBag.hip:8: 2022-11-23T01:01:25.8872883Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:25.8873743Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:25.8874310Z ^ 2022-11-23T01:01:25.8875041Z /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:01:25.8875600Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:25.8875921Z ^ 2022-11-23T01:01:25.8876458Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:25.8876996Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:25.8877383Z ^ 2022-11-23T01:01:25.8877751Z 1 warning generated when compiling for host. 2022-11-23T01:01:25.8969329Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachReduceOp.hip.o 2022-11-23T01:01:26.1260429Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FillKernel.hip:4: 2022-11-23T01:01:26.1261247Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:26.1264509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:26.1267911Z template typename func, int end, int current=0> 2022-11-23T01:01:26.1269708Z ^~~~~~~~ 2022-11-23T01:01:26.1270921Z class 2022-11-23T01:01:26.1271823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:26.1272376Z template typename func, int end> 2022-11-23T01:01:26.1275473Z ^~~~~~~~ 2022-11-23T01:01:26.1275749Z class 2022-11-23T01:01:26.1276347Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:26.1276788Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FillKernel.hip:4: 2022-11-23T01:01:26.1277138Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:26.1277838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:26.1278495Z template typename func, int end, int current=0> 2022-11-23T01:01:26.1278944Z ^~~~~~~~ 2022-11-23T01:01:26.1279270Z class 2022-11-23T01:01:26.1280095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:26.1280754Z template typename func, int end> 2022-11-23T01:01:26.1281121Z ^~~~~~~~ 2022-11-23T01:01:26.1281398Z class 2022-11-23T01:01:26.1281768Z 2 warnings generated when compiling for host. 2022-11-23T01:01:26.1403670Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachUnaryOp.hip.o 2022-11-23T01:01:26.5707567Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpScalar.hip:5: 2022-11-23T01:01:26.5708653Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:01:26.5709837Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:01:26.5710710Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:26.5711980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:26.5712904Z template typename func, int end, int current=0> 2022-11-23T01:01:26.5713427Z ^~~~~~~~ 2022-11-23T01:01:26.5713950Z class 2022-11-23T01:01:26.5715029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:26.5717172Z template typename func, int end> 2022-11-23T01:01:26.5717744Z ^~~~~~~~ 2022-11-23T01:01:26.5718187Z class 2022-11-23T01:01:26.5718569Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:26.5719282Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpScalar.hip:5: 2022-11-23T01:01:26.5724721Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:01:26.5725516Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:01:26.5726552Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:26.5727951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:26.5728688Z template typename func, int end, int current=0> 2022-11-23T01:01:26.5729069Z ^~~~~~~~ 2022-11-23T01:01:26.5729381Z class 2022-11-23T01:01:26.5730272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:26.5730898Z template typename func, int end> 2022-11-23T01:01:26.5731274Z ^~~~~~~~ 2022-11-23T01:01:26.5731587Z class 2022-11-23T01:01:26.5732127Z 2 warnings generated when compiling for host. 2022-11-23T01:01:26.5827584Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FractionalMaxPool2d.hip.o 2022-11-23T01:01:26.6013052Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpList.hip:5: 2022-11-23T01:01:26.6013790Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:01:26.6014429Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:01:26.6015112Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:26.6016253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:26.6017147Z template typename func, int end, int current=0> 2022-11-23T01:01:26.6017561Z ^~~~~~~~ 2022-11-23T01:01:26.6019642Z class 2022-11-23T01:01:26.6035492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:26.6036419Z template typename func, int end> 2022-11-23T01:01:26.6036819Z ^~~~~~~~ 2022-11-23T01:01:26.6037107Z class 2022-11-23T01:01:26.6037428Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:26.6038242Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpList.hip:5: 2022-11-23T01:01:26.6038875Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:01:26.6039579Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:01:26.6040256Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:26.6041334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:26.6042034Z template typename func, int end, int current=0> 2022-11-23T01:01:26.6042533Z ^~~~~~~~ 2022-11-23T01:01:26.6042862Z class 2022-11-23T01:01:26.6043751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:26.6044442Z template typename func, int end> 2022-11-23T01:01:26.6044838Z ^~~~~~~~ 2022-11-23T01:01:26.6045109Z class 2022-11-23T01:01:26.6045458Z 2 warnings generated when compiling for host. 2022-11-23T01:01:26.6117901Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FractionalMaxPool3d.hip.o 2022-11-23T01:01:26.7453499Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpScalarList.hip:5: 2022-11-23T01:01:26.7457173Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:01:26.7461840Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:01:26.7462529Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:26.7467809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:26.7468518Z template typename func, int end, int current=0> 2022-11-23T01:01:26.7468937Z ^~~~~~~~ 2022-11-23T01:01:26.7469467Z class 2022-11-23T01:01:26.7470502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:26.7471166Z template typename func, int end> 2022-11-23T01:01:26.7471559Z ^~~~~~~~ 2022-11-23T01:01:26.7471855Z class 2022-11-23T01:01:26.7472216Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:26.7472891Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpScalarList.hip:5: 2022-11-23T01:01:26.7473597Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:01:26.7476903Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:01:26.7477509Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:26.7478550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:26.7479271Z template typename func, int end, int current=0> 2022-11-23T01:01:26.7479658Z ^~~~~~~~ 2022-11-23T01:01:26.7479973Z class 2022-11-23T01:01:26.7480825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:26.7481728Z template typename func, int end> 2022-11-23T01:01:26.7482093Z ^~~~~~~~ 2022-11-23T01:01:26.7482477Z class 2022-11-23T01:01:26.7482853Z 2 warnings generated when compiling for host. 2022-11-23T01:01:26.7636910Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FunctionOfAMatrixUtilsKernel.hip.o 2022-11-23T01:01:27.1487625Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachPointwiseOp.hip:5: 2022-11-23T01:01:27.1488755Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:01:27.1494385Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:01:27.1497527Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:27.1500055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:27.1502876Z template typename func, int end, int current=0> 2022-11-23T01:01:27.1504210Z ^~~~~~~~ 2022-11-23T01:01:27.1505146Z class 2022-11-23T01:01:27.1506746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:27.1508944Z template typename func, int end> 2022-11-23T01:01:27.1510062Z ^~~~~~~~ 2022-11-23T01:01:27.1511063Z class 2022-11-23T01:01:27.1511783Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:27.1512340Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachPointwiseOp.hip:5: 2022-11-23T01:01:27.1512953Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:01:27.1513644Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:01:27.1514283Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:27.1515340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:27.1516268Z template typename func, int end, int current=0> 2022-11-23T01:01:27.1516681Z ^~~~~~~~ 2022-11-23T01:01:27.1516992Z class 2022-11-23T01:01:27.1517887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:27.1518568Z template typename func, int end> 2022-11-23T01:01:27.1518933Z ^~~~~~~~ 2022-11-23T01:01:27.1519251Z class 2022-11-23T01:01:27.1519642Z 2 warnings generated when compiling for host. 2022-11-23T01:01:27.1520213Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachReduceOp.hip:10: 2022-11-23T01:01:27.1520913Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:01:27.1521615Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:01:27.1522279Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:27.1523400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:27.1524122Z template typename func, int end, int current=0> 2022-11-23T01:01:27.1524546Z ^~~~~~~~ 2022-11-23T01:01:27.1524982Z class 2022-11-23T01:01:27.1525858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:27.1526555Z template typename func, int end> 2022-11-23T01:01:27.1526957Z ^~~~~~~~ 2022-11-23T01:01:27.1527266Z class 2022-11-23T01:01:27.1527664Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:27.1528247Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachReduceOp.hip:10: 2022-11-23T01:01:27.1528936Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:01:27.1529636Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:01:27.1530304Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:27.1531334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:27.1532045Z template typename func, int end, int current=0> 2022-11-23T01:01:27.1532463Z ^~~~~~~~ 2022-11-23T01:01:27.1532792Z class 2022-11-23T01:01:27.1533664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:27.1534361Z template typename func, int end> 2022-11-23T01:01:27.1534753Z ^~~~~~~~ 2022-11-23T01:01:27.1535071Z class 2022-11-23T01:01:27.1535451Z 2 warnings generated when compiling for host. 2022-11-23T01:01:27.1588742Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_GcdLcmKernel.hip.o 2022-11-23T01:01:27.1634870Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FusedAdamKernel.hip.o 2022-11-23T01:01:27.7792402Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool2d.hip:7: 2022-11-23T01:01:27.7794143Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:27.7794949Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:27.7798872Z ^ 2022-11-23T01:01:27.7803819Z /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:01:27.7806749Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:27.7809386Z ^ 2022-11-23T01:01:27.7812241Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:27.7815083Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:27.7817787Z ^ 2022-11-23T01:01:27.7820458Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:27.7825477Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool2d.hip:7: 2022-11-23T01:01:27.7828878Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:27.7832000Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:27.7834857Z ^ 2022-11-23T01:01:27.7838077Z /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:01:27.7841008Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:27.7841478Z ^ 2022-11-23T01:01:27.7842505Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:27.7843060Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:27.7843494Z ^ 2022-11-23T01:01:27.7843874Z 1 warning generated when compiling for host. 2022-11-23T01:01:27.7904474Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_GridSampler.hip.o 2022-11-23T01:01:27.8084367Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachUnaryOp.hip:5: 2022-11-23T01:01:27.8085046Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:01:27.8085695Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:01:27.8086327Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:27.8090210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:27.8091194Z template typename func, int end, int current=0> 2022-11-23T01:01:27.8091985Z ^~~~~~~~ 2022-11-23T01:01:27.8092320Z class 2022-11-23T01:01:27.8093549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:27.8094325Z template typename func, int end> 2022-11-23T01:01:27.8094690Z ^~~~~~~~ 2022-11-23T01:01:27.8095108Z class 2022-11-23T01:01:27.8095493Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:27.8103893Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachUnaryOp.hip:5: 2022-11-23T01:01:27.8104483Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:01:27.8105049Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:01:27.8105801Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:27.8106657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:27.8107302Z template typename func, int end, int current=0> 2022-11-23T01:01:27.8107682Z ^~~~~~~~ 2022-11-23T01:01:27.8107945Z class 2022-11-23T01:01:27.8108739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:27.8109375Z template typename func, int end> 2022-11-23T01:01:27.8109725Z ^~~~~~~~ 2022-11-23T01:01:27.8110010Z class 2022-11-23T01:01:27.8110328Z 2 warnings generated when compiling for host. 2022-11-23T01:01:27.8188318Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_HIPScalar.hip.o 2022-11-23T01:01:27.8749715Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FunctionOfAMatrixUtilsKernel.hip:7: 2022-11-23T01:01:27.8750347Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:27.8751074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:27.8751701Z template typename func, int end, int current=0> 2022-11-23T01:01:27.8751926Z ^~~~~~~~ 2022-11-23T01:01:27.8770316Z class 2022-11-23T01:01:27.8771127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:27.8771826Z template typename func, int end> 2022-11-23T01:01:27.8772199Z ^~~~~~~~ 2022-11-23T01:01:27.8772382Z class 2022-11-23T01:01:27.8772736Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FunctionOfAMatrixUtilsKernel.hip:9: 2022-11-23T01:01:27.8773349Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:27.8773845Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:27.8774335Z ^ 2022-11-23T01:01:27.8775017Z /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:01:27.8775587Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:27.8775894Z ^ 2022-11-23T01:01:27.8776468Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:27.8777017Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:27.8777408Z ^ 2022-11-23T01:01:27.8777806Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:01:27.8778348Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FunctionOfAMatrixUtilsKernel.hip:7: 2022-11-23T01:01:27.8778715Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:27.8779264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:27.8779667Z template typename func, int end, int current=0> 2022-11-23T01:01:27.8779894Z ^~~~~~~~ 2022-11-23T01:01:27.8780200Z class 2022-11-23T01:01:27.8780669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:27.8781036Z template typename func, int end> 2022-11-23T01:01:27.8781249Z ^~~~~~~~ 2022-11-23T01:01:27.8781415Z class 2022-11-23T01:01:27.8782066Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FunctionOfAMatrixUtilsKernel.hip:9: 2022-11-23T01:01:27.8782786Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:27.8783216Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:27.8783527Z ^ 2022-11-23T01:01:27.8783947Z /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:01:27.8784267Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:27.8784445Z ^ 2022-11-23T01:01:27.8784761Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:27.8785113Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:27.8785381Z ^ 2022-11-23T01:01:27.8785599Z 3 warnings generated when compiling for host. 2022-11-23T01:01:27.8848885Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_IGammaKernel.hip.o 2022-11-23T01:01:27.9075654Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool3d.hip:7: 2022-11-23T01:01:27.9076861Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:27.9079766Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:27.9080329Z ^ 2022-11-23T01:01:27.9082563Z /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:01:27.9083151Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:27.9085137Z ^ 2022-11-23T01:01:27.9085755Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:27.9088247Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:27.9088691Z ^ 2022-11-23T01:01:27.9089090Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:27.9091476Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool3d.hip:7: 2022-11-23T01:01:27.9101143Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:27.9102083Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:27.9102534Z ^ 2022-11-23T01:01:27.9103156Z /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:01:27.9103641Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:27.9103987Z ^ 2022-11-23T01:01:27.9104581Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:27.9105127Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:27.9105541Z ^ 2022-11-23T01:01:27.9106147Z 1 warning generated when compiling for host. 2022-11-23T01:01:27.9205424Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Im2Col.hip.o 2022-11-23T01:01:28.1811628Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GcdLcmKernel.hip:5: 2022-11-23T01:01:28.1814754Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:28.1815875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:28.1816579Z template typename func, int end, int current=0> 2022-11-23T01:01:28.1816976Z ^~~~~~~~ 2022-11-23T01:01:28.1817284Z class 2022-11-23T01:01:28.1825288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:28.1826296Z template typename func, int end> 2022-11-23T01:01:28.1826978Z ^~~~~~~~ 2022-11-23T01:01:28.1827336Z class 2022-11-23T01:01:28.1827727Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:28.1828314Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GcdLcmKernel.hip:5: 2022-11-23T01:01:28.1828970Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:28.1830292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:28.1831004Z template typename func, int end, int current=0> 2022-11-23T01:01:28.1831430Z ^~~~~~~~ 2022-11-23T01:01:28.1831755Z class 2022-11-23T01:01:28.1832652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:28.1833324Z template typename func, int end> 2022-11-23T01:01:28.1833677Z ^~~~~~~~ 2022-11-23T01:01:28.1833974Z class 2022-11-23T01:01:28.1834312Z 2 warnings generated when compiling for host. 2022-11-23T01:01:28.1961941Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_IndexKernel.hip.o 2022-11-23T01:01:28.3356007Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Indexing.hip.o 2022-11-23T01:01:28.9288543Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:6: 2022-11-23T01:01:28.9289213Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:3: 2022-11-23T01:01:28.9289849Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:01:28.9290919Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:28.9291691Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:28.9292206Z ^ 2022-11-23T01:01:28.9305610Z /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:01:28.9306245Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:28.9306603Z ^ 2022-11-23T01:01:28.9307184Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:28.9307742Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:28.9308420Z ^ 2022-11-23T01:01:28.9308797Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:28.9309368Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:6: 2022-11-23T01:01:28.9310028Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:3: 2022-11-23T01:01:28.9310650Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:01:28.9311659Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:28.9312476Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:28.9313029Z ^ 2022-11-23T01:01:28.9313799Z /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:01:28.9314366Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:28.9314724Z ^ 2022-11-23T01:01:28.9315313Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:28.9315828Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:28.9316243Z ^ 2022-11-23T01:01:28.9316639Z 1 warning generated when compiling for host. 2022-11-23T01:01:28.9403229Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LegacyThrustHelpers.hip.o 2022-11-23T01:01:29.0496648Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IGammaKernel.hip:5: 2022-11-23T01:01:29.0497837Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:29.0498961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:29.0499650Z template typename func, int end, int current=0> 2022-11-23T01:01:29.0500039Z ^~~~~~~~ 2022-11-23T01:01:29.0500342Z class 2022-11-23T01:01:29.0501157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:29.0503509Z template typename func, int end> 2022-11-23T01:01:29.0503902Z ^~~~~~~~ 2022-11-23T01:01:29.0504211Z class 2022-11-23T01:01:29.0504568Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:29.0505068Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IGammaKernel.hip:5: 2022-11-23T01:01:29.0505616Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:29.0506525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:29.0507129Z template typename func, int end, int current=0> 2022-11-23T01:01:29.0507472Z ^~~~~~~~ 2022-11-23T01:01:29.0507733Z class 2022-11-23T01:01:29.0508457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:29.0509042Z template typename func, int end> 2022-11-23T01:01:29.0509389Z ^~~~~~~~ 2022-11-23T01:01:29.0509675Z class 2022-11-23T01:01:29.0509983Z 2 warnings generated when compiling for host. 2022-11-23T01:01:29.0595457Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Lerp.hip.o 2022-11-23T01:01:29.0646454Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LinearAlgebra.hip.o 2022-11-23T01:01:29.2636793Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LogAddExpKernel.hip.o 2022-11-23T01:01:29.4724266Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:15: 2022-11-23T01:01:29.4725047Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:29.4726197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:29.4726902Z template typename func, int end, int current=0> 2022-11-23T01:01:29.4727312Z ^~~~~~~~ 2022-11-23T01:01:29.4727630Z class 2022-11-23T01:01:29.4728500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:29.4729188Z template typename func, int end> 2022-11-23T01:01:29.4729585Z ^~~~~~~~ 2022-11-23T01:01:29.4729886Z class 2022-11-23T01:01:29.4730371Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:16: 2022-11-23T01:01:29.4731290Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:01:29.4732302Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:29.4733136Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:29.4733715Z ^ 2022-11-23T01:01:29.4734488Z /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:01:29.4735056Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:29.4735402Z ^ 2022-11-23T01:01:29.4735989Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:29.4736537Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:29.4736942Z ^ 2022-11-23T01:01:29.4738192Z /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:01:29.4739114Z __global__ void index_elementwise_kernel(int N, func_t f) { 2022-11-23T01:01:29.4739457Z ^ 2022-11-23T01:01:29.4740792Z /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:01:29.4743760Z /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:01:29.4745600Z /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:01:29.4747633Z /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:01:29.4749509Z /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:01:29.4751375Z /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:01:29.4753197Z /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:01:29.4755060Z /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:01:29.4756926Z /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:01:29.4758623Z /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:01:29.4761553Z /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:01:29.4764182Z /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:01:29.4768083Z /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:01:29.4771158Z /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:01:29.4775081Z /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:01:29.4778639Z /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:01:29.4782223Z /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:01:29.4786014Z /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:01:29.4789276Z /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:01:29.4792219Z /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:01:29.4794972Z /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:01:29.4797875Z /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:01:29.4800712Z /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:01:29.4804048Z /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:01:29.4806527Z /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:01:29.4809587Z /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:01:29.4812262Z /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:01:29.4815571Z /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:01:29.4818138Z /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:01:29.4821385Z /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:01:29.4836895Z /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:01:29.4839470Z /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:01:29.4841670Z /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:01:29.4843867Z /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:01:29.4845905Z /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:01:29.4847943Z /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:01:29.4850007Z /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:01:29.4852027Z /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:01:29.4854045Z /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:01:29.4856075Z /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:01:29.4858244Z /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:01:29.4860303Z /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:01:29.4864356Z /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:01:29.4867310Z /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:01:29.4870338Z /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:01:29.4873708Z /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:01:29.4875939Z /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:01:29.4880210Z /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:01:29.4883071Z /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:01:29.4886882Z /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:01:29.4888636Z /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:01:29.4893284Z /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:01:29.4896823Z /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:01:29.4901325Z /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:01:29.4904888Z /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:01:29.4908238Z /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:01:29.4912708Z /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:01:29.4916849Z /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:01:29.4920846Z /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:01:29.4922883Z 63 warnings generated when compiling for gfx906. 2022-11-23T01:01:29.4924704Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:15: 2022-11-23T01:01:29.4925261Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:29.4947916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:29.4950614Z template typename func, int end, int current=0> 2022-11-23T01:01:29.4954221Z ^~~~~~~~ 2022-11-23T01:01:29.4954522Z class 2022-11-23T01:01:29.4955405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:29.4956022Z template typename func, int end> 2022-11-23T01:01:29.4956379Z ^~~~~~~~ 2022-11-23T01:01:29.4956668Z class 2022-11-23T01:01:29.4957065Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:16: 2022-11-23T01:01:29.4957645Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:01:29.4958593Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:29.4959333Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:29.4959869Z ^ 2022-11-23T01:01:29.4960740Z /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:01:29.4961227Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:29.4961499Z ^ 2022-11-23T01:01:29.4961985Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:29.4962551Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:29.4962913Z ^ 2022-11-23T01:01:29.4963232Z 3 warnings generated when compiling for host. 2022-11-23T01:01:29.5037776Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LogcumsumexpKernel.hip.o 2022-11-23T01:01:30.1610590Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Lerp.hip:6: 2022-11-23T01:01:30.1616603Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:30.1617435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:30.1617823Z template typename func, int end, int current=0> 2022-11-23T01:01:30.1618105Z ^~~~~~~~ 2022-11-23T01:01:30.1618293Z class 2022-11-23T01:01:30.1623282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:30.1624190Z template typename func, int end> 2022-11-23T01:01:30.1624598Z ^~~~~~~~ 2022-11-23T01:01:30.1624928Z class 2022-11-23T01:01:30.1625302Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:30.1628986Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Lerp.hip:6: 2022-11-23T01:01:30.1630729Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:30.1632757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:30.1634920Z template typename func, int end, int current=0> 2022-11-23T01:01:30.1640482Z ^~~~~~~~ 2022-11-23T01:01:30.1640762Z class 2022-11-23T01:01:30.1641535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:30.1642122Z template typename func, int end> 2022-11-23T01:01:30.1642530Z ^~~~~~~~ 2022-11-23T01:01:30.1642791Z class 2022-11-23T01:01:30.1643143Z 2 warnings generated when compiling for host. 2022-11-23T01:01:30.1744177Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Loss.hip.o 2022-11-23T01:01:30.1924656Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LinearAlgebra.hip:9: 2022-11-23T01:01:30.1926887Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:30.1928320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:30.1932768Z template typename func, int end, int current=0> 2022-11-23T01:01:30.1933627Z ^~~~~~~~ 2022-11-23T01:01:30.1934129Z class 2022-11-23T01:01:30.1935254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:30.1936260Z template typename func, int end> 2022-11-23T01:01:30.1937036Z ^~~~~~~~ 2022-11-23T01:01:30.1937369Z class 2022-11-23T01:01:30.1938992Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:30.1939796Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LinearAlgebra.hip:9: 2022-11-23T01:01:30.1942987Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:30.1944300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:30.1945263Z template typename func, int end, int current=0> 2022-11-23T01:01:30.1945897Z ^~~~~~~~ 2022-11-23T01:01:30.1946530Z class 2022-11-23T01:01:30.1947826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:30.1948695Z template typename func, int end> 2022-11-23T01:01:30.1949084Z ^~~~~~~~ 2022-11-23T01:01:30.1949501Z class 2022-11-23T01:01:30.1949904Z 2 warnings generated when compiling for host. 2022-11-23T01:01:30.2046274Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LossCTC.hip.o 2022-11-23T01:01:30.2556359Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Indexing.hip:7: 2022-11-23T01:01:30.2557211Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:01:30.2558282Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:30.2559639Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:30.2560284Z ^ 2022-11-23T01:01:30.2561044Z /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:01:30.2561586Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:30.2561896Z ^ 2022-11-23T01:01:30.2562497Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:30.2563014Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:30.2564521Z ^ 2022-11-23T01:01:30.2565000Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Indexing.hip:16: 2022-11-23T01:01:30.2565589Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:30.2566560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:30.2567218Z template typename func, int end, int current=0> 2022-11-23T01:01:30.2567598Z ^~~~~~~~ 2022-11-23T01:01:30.2567905Z class 2022-11-23T01:01:30.2570770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:30.2571577Z template typename func, int end> 2022-11-23T01:01:30.2571947Z ^~~~~~~~ 2022-11-23T01:01:30.2572360Z class 2022-11-23T01:01:30.2572715Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:01:30.2573228Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Indexing.hip:7: 2022-11-23T01:01:30.2573821Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:01:30.2574895Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:30.2584593Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:30.2585177Z ^ 2022-11-23T01:01:30.2586036Z /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:01:30.2586562Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:30.2586869Z ^ 2022-11-23T01:01:30.2587462Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:30.2588040Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:30.2588439Z ^ 2022-11-23T01:01:30.2588877Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Indexing.hip:16: 2022-11-23T01:01:30.2589222Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:30.2589776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:30.2590155Z template typename func, int end, int current=0> 2022-11-23T01:01:30.2590383Z ^~~~~~~~ 2022-11-23T01:01:30.2590565Z class 2022-11-23T01:01:30.2591138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:30.2591504Z template typename func, int end> 2022-11-23T01:01:30.2591717Z ^~~~~~~~ 2022-11-23T01:01:30.2591894Z class 2022-11-23T01:01:30.2592096Z 3 warnings generated when compiling for host. 2022-11-23T01:01:30.2667237Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MaxMinElementwiseKernel.hip.o 2022-11-23T01:01:30.3516383Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogAddExpKernel.hip:5: 2022-11-23T01:01:30.3518772Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:30.3519878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:30.3520550Z template typename func, int end, int current=0> 2022-11-23T01:01:30.3520947Z ^~~~~~~~ 2022-11-23T01:01:30.3521236Z class 2022-11-23T01:01:30.3524842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:30.3527550Z template typename func, int end> 2022-11-23T01:01:30.3528458Z ^~~~~~~~ 2022-11-23T01:01:30.3529706Z class 2022-11-23T01:01:30.3530201Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:30.3530944Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogAddExpKernel.hip:5: 2022-11-23T01:01:30.3532665Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:30.3533810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:30.3534587Z template typename func, int end, int current=0> 2022-11-23T01:01:30.3535111Z ^~~~~~~~ 2022-11-23T01:01:30.3535454Z class 2022-11-23T01:01:30.3538257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:30.3538894Z template typename func, int end> 2022-11-23T01:01:30.3539467Z ^~~~~~~~ 2022-11-23T01:01:30.3539801Z class 2022-11-23T01:01:30.3540216Z 2 warnings generated when compiling for host. 2022-11-23T01:01:30.3651830Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MaxUnpooling.hip.o 2022-11-23T01:01:30.7415956Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MultiLabelMarginCriterion.hip.o 2022-11-23T01:01:30.7553807Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MultiMarginLoss.hip.o 2022-11-23T01:01:31.3391541Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LossCTC.hip:19: 2022-11-23T01:01:31.3392611Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:31.3393399Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:31.3393936Z ^ 2022-11-23T01:01:31.3395982Z /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:01:31.3396861Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:31.3397363Z ^ 2022-11-23T01:01:31.3400641Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:31.3403777Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:31.3404237Z ^ 2022-11-23T01:01:31.3404628Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:31.3405173Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LossCTC.hip:19: 2022-11-23T01:01:31.3406231Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:31.3407079Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:31.3407647Z ^ 2022-11-23T01:01:31.3409679Z /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:01:31.3410290Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:31.3410636Z ^ 2022-11-23T01:01:31.3411226Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:31.3411735Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:31.3412141Z ^ 2022-11-23T01:01:31.3412535Z 1 warning generated when compiling for host. 2022-11-23T01:01:31.3498004Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MultinomialKernel.hip.o 2022-11-23T01:01:31.4803449Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MaxMinElementwiseKernel.hip:8: 2022-11-23T01:01:31.4805327Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:31.4806726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:31.4808216Z template typename func, int end, int current=0> 2022-11-23T01:01:31.4808978Z ^~~~~~~~ 2022-11-23T01:01:31.4809427Z class 2022-11-23T01:01:31.4813687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:31.4814387Z template typename func, int end> 2022-11-23T01:01:31.4814782Z ^~~~~~~~ 2022-11-23T01:01:31.4815092Z class 2022-11-23T01:01:31.4815462Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:31.4816047Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MaxMinElementwiseKernel.hip:8: 2022-11-23T01:01:31.4816708Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:31.4817728Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:31.4818449Z template typename func, int end, int current=0> 2022-11-23T01:01:31.4818843Z ^~~~~~~~ 2022-11-23T01:01:31.4819162Z class 2022-11-23T01:01:31.4820027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:31.4820700Z template typename func, int end> 2022-11-23T01:01:31.4821063Z ^~~~~~~~ 2022-11-23T01:01:31.4821376Z class 2022-11-23T01:01:31.4822154Z 2 warnings generated when compiling for host. 2022-11-23T01:01:31.4896560Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_NLLLoss2d.hip.o 2022-11-23T01:01:31.5210061Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loss.hip:12: 2022-11-23T01:01:31.5210726Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:31.5215068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:31.5216102Z template typename func, int end, int current=0> 2022-11-23T01:01:31.5216782Z ^~~~~~~~ 2022-11-23T01:01:31.5217438Z class 2022-11-23T01:01:31.5218449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:31.5219136Z template typename func, int end> 2022-11-23T01:01:31.5219520Z ^~~~~~~~ 2022-11-23T01:01:31.5219794Z class 2022-11-23T01:01:31.5220148Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:31.5222667Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loss.hip:12: 2022-11-23T01:01:31.5223309Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:31.5224322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:31.5228803Z template typename func, int end, int current=0> 2022-11-23T01:01:31.5230562Z ^~~~~~~~ 2022-11-23T01:01:31.5232199Z class 2022-11-23T01:01:31.5233368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:31.5235131Z template typename func, int end> 2022-11-23T01:01:31.5235732Z ^~~~~~~~ 2022-11-23T01:01:31.5236324Z class 2022-11-23T01:01:31.5237299Z 2 warnings generated when compiling for host. 2022-11-23T01:01:31.5323503Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_NaiveConvolutionTranspose2d.hip.o 2022-11-23T01:01:31.7157928Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_NaiveConvolutionTranspose3d.hip.o 2022-11-23T01:01:32.0158314Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_NaiveDilatedConvolution.hip.o 2022-11-23T01:01:32.0246431Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Nonzero.hip.o 2022-11-23T01:01:32.6571199Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/NLLLoss2d.hip:8: 2022-11-23T01:01:32.6576720Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:32.6578522Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:32.6580099Z ^ 2022-11-23T01:01:32.6582881Z /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:01:32.6583419Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:32.6583759Z ^ 2022-11-23T01:01:32.6588013Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:32.6589295Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:32.6590001Z ^ 2022-11-23T01:01:32.6590965Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:32.6591569Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/NLLLoss2d.hip:8: 2022-11-23T01:01:32.6592578Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:32.6593379Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:32.6593911Z ^ 2022-11-23T01:01:32.6596011Z /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:01:32.6598434Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:32.6600770Z ^ 2022-11-23T01:01:32.6603509Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:32.6606158Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:32.6608716Z ^ 2022-11-23T01:01:32.6611254Z 1 warning generated when compiling for host. 2022-11-23T01:01:32.6688112Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Normalization.hip.o 2022-11-23T01:01:32.7327939Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_PointwiseOpsKernel.hip.o 2022-11-23T01:01:32.8641658Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_PowKernel.hip.o 2022-11-23T01:01:33.0336728Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RNN.hip.o 2022-11-23T01:01:33.2590119Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Randperm.hip.o 2022-11-23T01:01:33.3914787Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RangeFactories.hip.o 2022-11-23T01:01:33.8754755Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PointwiseOpsKernel.hip:6: 2022-11-23T01:01:33.8757915Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:33.8770708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:33.8771612Z template typename func, int end, int current=0> 2022-11-23T01:01:33.8772200Z ^~~~~~~~ 2022-11-23T01:01:33.8772501Z class 2022-11-23T01:01:33.8773672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:33.8774475Z template typename func, int end> 2022-11-23T01:01:33.8774994Z ^~~~~~~~ 2022-11-23T01:01:33.8775361Z class 2022-11-23T01:01:33.8775868Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:33.8777391Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PointwiseOpsKernel.hip:6: 2022-11-23T01:01:33.8779960Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:33.8781996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:33.8782794Z template typename func, int end, int current=0> 2022-11-23T01:01:33.8783549Z ^~~~~~~~ 2022-11-23T01:01:33.8783878Z class 2022-11-23T01:01:33.8785057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:33.8785897Z template typename func, int end> 2022-11-23T01:01:33.8786410Z ^~~~~~~~ 2022-11-23T01:01:33.8786736Z class 2022-11-23T01:01:33.8787258Z 2 warnings generated when compiling for host. 2022-11-23T01:01:33.8883881Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RecordStream.hip.o 2022-11-23T01:01:34.1040033Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:7: 2022-11-23T01:01:34.1049799Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:34.1054436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:34.1055515Z template typename func, int end, int current=0> 2022-11-23T01:01:34.1056151Z ^~~~~~~~ 2022-11-23T01:01:34.1056561Z class 2022-11-23T01:01:34.1057492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:34.1058179Z template typename func, int end> 2022-11-23T01:01:34.1059652Z ^~~~~~~~ 2022-11-23T01:01:34.1060258Z class 2022-11-23T01:01:34.1060781Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:9: 2022-11-23T01:01:34.1062446Z /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:01:34.1063421Z __global__ void batch_norm_backward_reduce_channels_last_kernel( 2022-11-23T01:01:34.1063994Z ^ 2022-11-23T01:01:34.1065280Z /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:01:34.1067146Z /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:01:34.1068988Z /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:01:34.1070839Z /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:01:34.1072744Z /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:01:34.1074778Z /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:01:34.1078767Z /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:01:34.1084566Z /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:01:34.1087992Z /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:01:34.1092162Z /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:01:34.1095564Z /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:01:34.1100954Z /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:01:34.1102021Z batch_norm_collect_statistics_channels_last_kernel( 2022-11-23T01:01:34.1102449Z ^ 2022-11-23T01:01:34.1107393Z /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:01:34.1110789Z /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:01:34.1115456Z /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:01:34.1118692Z /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:01:34.1123378Z /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:01:34.1127251Z /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:01:34.1129619Z /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:01:34.1130789Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:7: 2022-11-23T01:01:34.1135186Z /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:01:34.1136287Z __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:01:34.1136769Z ^ 2022-11-23T01:01:34.1140110Z /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:01:34.1142758Z /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:01:34.1145402Z /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:01:34.1147553Z /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:01:34.1149871Z /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:01:34.1152104Z /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:01:34.1154417Z /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:01:34.1156663Z /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:01:34.1159129Z /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:01:34.1161257Z /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:01:34.1163705Z /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:01:34.1165897Z /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:01:34.1168260Z /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:01:34.1170491Z /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:01:34.1172752Z /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:01:34.1175112Z /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:01:34.1177323Z /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:01:34.1179640Z /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:01:34.1182041Z /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:01:34.1185128Z /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:01:34.1188574Z /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:01:34.1190680Z /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:01:34.1194441Z /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:01:34.1224777Z /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:01:34.1226600Z /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:01:34.1228379Z /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:01:34.1230147Z /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:01:34.1231149Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:9: 2022-11-23T01:01:34.1232579Z /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:01:34.1233666Z batch_norm_collect_statistics_channels_last_kernel( 2022-11-23T01:01:34.1234043Z ^ 2022-11-23T01:01:34.1235350Z /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:01:34.1237191Z /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:01:34.1239081Z /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:01:34.1241036Z /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:01:34.1243150Z /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:01:34.1245058Z /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:01:34.1246903Z /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:01:34.1247853Z 58 warnings generated when compiling for gfx906. 2022-11-23T01:01:34.1248411Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:7: 2022-11-23T01:01:34.1249051Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:34.1250083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:34.1250791Z template typename func, int end, int current=0> 2022-11-23T01:01:34.1251194Z ^~~~~~~~ 2022-11-23T01:01:34.1251517Z class 2022-11-23T01:01:34.1252409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:34.1253082Z template typename func, int end> 2022-11-23T01:01:34.1253482Z ^~~~~~~~ 2022-11-23T01:01:34.1253806Z class 2022-11-23T01:01:34.1254180Z 2 warnings generated when compiling for host. 2022-11-23T01:01:34.1354354Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Reduce.hip.o 2022-11-23T01:01:34.2239001Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PowKernel.hip:5: 2022-11-23T01:01:34.2243285Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:34.2244716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:34.2246008Z template typename func, int end, int current=0> 2022-11-23T01:01:34.2246420Z ^~~~~~~~ 2022-11-23T01:01:34.2248838Z class 2022-11-23T01:01:34.2250019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:34.2257081Z template typename func, int end> 2022-11-23T01:01:34.2258397Z ^~~~~~~~ 2022-11-23T01:01:34.2259588Z class 2022-11-23T01:01:34.2259983Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:34.2260566Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PowKernel.hip:5: 2022-11-23T01:01:34.2262189Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:34.2264927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:34.2265578Z template typename func, int end, int current=0> 2022-11-23T01:01:34.2265988Z ^~~~~~~~ 2022-11-23T01:01:34.2266262Z class 2022-11-23T01:01:34.2267193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:34.2267629Z template typename func, int end> 2022-11-23T01:01:34.2267831Z ^~~~~~~~ 2022-11-23T01:01:34.2268042Z class 2022-11-23T01:01:34.2268403Z 2 warnings generated when compiling for host. 2022-11-23T01:01:34.2347698Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceAMinMaxKernel.hip.o 2022-11-23T01:01:34.3038016Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RNN.hip:9: 2022-11-23T01:01:34.3049531Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:34.3050819Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:34.3051697Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:34.3052259Z ^ 2022-11-23T01:01:34.3052958Z /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:01:34.3053488Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:34.3053776Z ^ 2022-11-23T01:01:34.3054311Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:34.3054855Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:34.3055283Z ^ 2022-11-23T01:01:34.3055649Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:34.3056138Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RNN.hip:9: 2022-11-23T01:01:34.3056783Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:34.3057801Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:34.3058635Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:34.3059265Z ^ 2022-11-23T01:01:34.3059749Z /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:01:34.3060057Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:34.3060249Z ^ 2022-11-23T01:01:34.3060636Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:34.3060926Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:34.3061203Z ^ 2022-11-23T01:01:34.3061429Z 1 warning generated when compiling for host. 2022-11-23T01:01:34.3198550Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceArgMaxKernel.hip.o 2022-11-23T01:01:34.5749563Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceArgMinKernel.hip.o 2022-11-23T01:01:34.6801650Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceLogicKernel.hip.o 2022-11-23T01:01:35.0929162Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceMaxValuesKernel.hip.o 2022-11-23T01:01:35.2662082Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.hip:3: 2022-11-23T01:01:35.2662660Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:35.2663870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:35.2664488Z template typename func, int end, int current=0> 2022-11-23T01:01:35.2664840Z ^~~~~~~~ 2022-11-23T01:01:35.2665092Z class 2022-11-23T01:01:35.2665844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:35.2666424Z template typename func, int end> 2022-11-23T01:01:35.2666738Z ^~~~~~~~ 2022-11-23T01:01:35.2666995Z class 2022-11-23T01:01:35.2667349Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:35.2667773Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.hip:3: 2022-11-23T01:01:35.2668281Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:35.2669161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:35.2669797Z template typename func, int end, int current=0> 2022-11-23T01:01:35.2670145Z ^~~~~~~~ 2022-11-23T01:01:35.2670423Z class 2022-11-23T01:01:35.2671254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:35.2671811Z template typename func, int end> 2022-11-23T01:01:35.2672119Z ^~~~~~~~ 2022-11-23T01:01:35.2672382Z class 2022-11-23T01:01:35.2672701Z 2 warnings generated when compiling for host. 2022-11-23T01:01:35.2780324Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceMinValuesKernel.hip.o 2022-11-23T01:01:35.4714400Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceAMinMaxKernel.hip:13: 2022-11-23T01:01:35.4723541Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:35.4725010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:35.4725580Z template typename func, int end, int current=0> 2022-11-23T01:01:35.4725952Z ^~~~~~~~ 2022-11-23T01:01:35.4726210Z class 2022-11-23T01:01:35.4726869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:35.4727276Z template typename func, int end> 2022-11-23T01:01:35.4727495Z ^~~~~~~~ 2022-11-23T01:01:35.4727760Z class 2022-11-23T01:01:35.4728154Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceAMinMaxKernel.hip:13: 2022-11-23T01:01:35.4732522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4733127Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:01:35.4733330Z ^ 2022-11-23T01:01:35.4734162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4738787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4742324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4745250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4748091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4751923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4755134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4758473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4762749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4766315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4769191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4771877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4774722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4777638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4780523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4783264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4787822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4790105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4793172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4796249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4798405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4801246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4804154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4806927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4811178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4813718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4816089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4818919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4821829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4824750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4827458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4830203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4833124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4836021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4838902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4841753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4844640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4847640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4850405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4853270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4856153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4859178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4862030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4864800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4867430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4870234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4873250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4876175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4885235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4889905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4891736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4893421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4895069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4896765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4898404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4943179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4945071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4946809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4948519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4950378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4951822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4953314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4954967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4956774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4958357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4959910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4961116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4962183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4963846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4965091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4966298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4967314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4968243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4969171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4970192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4971678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4973016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4974207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4975233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4976391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4977615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4979042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4980235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4981453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4982611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4983552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4985090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4986307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4987696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4989178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4990124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4991053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4992029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.4998978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5003100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5007446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5011945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5017074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5022493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5026066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5027937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5034255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5036136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5037968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5039776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5041597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5043525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5044474Z 110 warnings generated when compiling for gfx906. 2022-11-23T01:01:35.5045076Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceAMinMaxKernel.hip:13: 2022-11-23T01:01:35.5045730Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:35.5046769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:35.5047608Z template typename func, int end, int current=0> 2022-11-23T01:01:35.5048028Z ^~~~~~~~ 2022-11-23T01:01:35.5048338Z class 2022-11-23T01:01:35.5049217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:35.5049900Z template typename func, int end> 2022-11-23T01:01:35.5050286Z ^~~~~~~~ 2022-11-23T01:01:35.5050601Z class 2022-11-23T01:01:35.5050990Z 2 warnings generated when compiling for host. 2022-11-23T01:01:35.5119550Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceMomentKernel.hip.o 2022-11-23T01:01:35.5868503Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMaxKernel.hip:13: 2022-11-23T01:01:35.5869205Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:35.5872499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:35.5873225Z template typename func, int end, int current=0> 2022-11-23T01:01:35.5873614Z ^~~~~~~~ 2022-11-23T01:01:35.5873928Z class 2022-11-23T01:01:35.5875155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:35.5875796Z template typename func, int end> 2022-11-23T01:01:35.5876186Z ^~~~~~~~ 2022-11-23T01:01:35.5876492Z class 2022-11-23T01:01:35.5877016Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMaxKernel.hip:13: 2022-11-23T01:01:35.5879071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5880017Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:01:35.5880357Z ^ 2022-11-23T01:01:35.5881652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5885041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5887368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5890839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5893080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5895403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5898446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5900383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5902735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5905002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5907662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5909872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5912274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5915642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5918428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5920578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5922881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5925228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5927428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5929734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5931936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5934268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5936648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5938821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5941311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5943731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5946400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5949624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5952787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5956765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5960537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5962512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5964931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5972095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5974367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5978540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5980591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5982773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5984765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5988637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5990446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5992253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5994269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5996002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5997834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.5999706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6001499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6003722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6005738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6007607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6009600Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6011759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6014052Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6016372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6018641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6020822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6023102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6025367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6027703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6034381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6036083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6037139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6038749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6040461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6041920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6043404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6046216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6048181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6050697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6052620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6055189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6057551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6060048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6062370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6065352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6067373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6069770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6071720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6074157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6077210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6079203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6081760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6086238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6089329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6092638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6095897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6097703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6099998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6103218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6105482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6107711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6109943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6112401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6114830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6117026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6119401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6121711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6123969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6125904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6128180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6130550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6133005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6135672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6138111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6140282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6142792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6144759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6146998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6149505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6152003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6154407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6156629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6158838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6161074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6163250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6165490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6168083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6170651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6172809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6175226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6177798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6179992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6182815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6184767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6188956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6190833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6192683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6194972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6197228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6199226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6201359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6203504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6205782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6207961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6210209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6212732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6214916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6217414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6219595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6221829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6268229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6270372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6272575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6274597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6276609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6278966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6280931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6282805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6284625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6286425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6288237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6289974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6291750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6293549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6295300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6297115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6298893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6300705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6302843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6304705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6309571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.6310512Z 164 warnings generated when compiling for gfx906. 2022-11-23T01:01:35.6311032Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMaxKernel.hip:13: 2022-11-23T01:01:35.6311669Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:35.6312665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:35.6313359Z template typename func, int end, int current=0> 2022-11-23T01:01:35.6313742Z ^~~~~~~~ 2022-11-23T01:01:35.6314038Z class 2022-11-23T01:01:35.6314882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:35.6315560Z template typename func, int end> 2022-11-23T01:01:35.6315948Z ^~~~~~~~ 2022-11-23T01:01:35.6316248Z class 2022-11-23T01:01:35.6316639Z 2 warnings generated when compiling for host. 2022-11-23T01:01:35.6429668Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceNormKernel.hip.o 2022-11-23T01:01:35.8332870Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMinKernel.hip:13: 2022-11-23T01:01:35.8333697Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:35.8334847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:35.8338752Z template typename func, int end, int current=0> 2022-11-23T01:01:35.8340093Z ^~~~~~~~ 2022-11-23T01:01:35.8341860Z class 2022-11-23T01:01:35.8344060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:35.8344736Z template typename func, int end> 2022-11-23T01:01:35.8345112Z ^~~~~~~~ 2022-11-23T01:01:35.8345436Z class 2022-11-23T01:01:35.8345951Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMinKernel.hip:13: 2022-11-23T01:01:35.8347455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8348388Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:01:35.8348709Z ^ 2022-11-23T01:01:35.8349901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8352094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8353851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8355636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8357408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8359435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8361625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8364914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8367200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8370154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8372969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8375788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8378416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8381733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8384766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8387376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8390224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8393072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8395991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8398689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8401542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8404404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8407316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8410031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8412998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8415785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8418815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8421376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8424353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8427076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8429878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8432893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8435779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8438594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8441455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8444234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8447330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8450040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8452827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8455800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8458388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8460995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8464045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8466917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8470161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8472769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8475480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8478364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8481239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8484126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8486993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8489910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8492674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8495466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8498319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8501063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8503952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8506524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8509417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8511948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8514818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8517442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8521173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8523122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8526689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8529392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8536503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8538224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8540848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8544112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8545821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8547519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8550556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8552603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8554354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8557528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8560038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8562682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8565544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8568412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8571580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8574431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8577590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8580728Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8583688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8586970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8589409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8592221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8595011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8597840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8600408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8603506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8606186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8609198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8612097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8615063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8617819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8620640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8623601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8627110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8630000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8632841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8635868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8638397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8641278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8644084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8647062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8649646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8652664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8655044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8657681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8660597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8664188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8666708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8671653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8673502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8675544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8678113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8700249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8702279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8703840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8705322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8707155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8708876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8710599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8712303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8714090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8715780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8717419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8719114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8720741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8722779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8724557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8726237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8728164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8729896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8732323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8743378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8744399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8745588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8746653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8747596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8749019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8783198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8784924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8786616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8788267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8790094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8791758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8793475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8795198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8796946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8798662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8800364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8802205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8804035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8805798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8807585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8809261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8810994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8812727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.8813626Z 164 warnings generated when compiling for gfx906. 2022-11-23T01:01:35.8814221Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMinKernel.hip:13: 2022-11-23T01:01:35.8814831Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:35.8815833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:35.8816518Z template typename func, int end, int current=0> 2022-11-23T01:01:35.8816890Z ^~~~~~~~ 2022-11-23T01:01:35.8817192Z class 2022-11-23T01:01:35.8818009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:35.8818746Z template typename func, int end> 2022-11-23T01:01:35.8819128Z ^~~~~~~~ 2022-11-23T01:01:35.8819426Z class 2022-11-23T01:01:35.8819822Z 2 warnings generated when compiling for host. 2022-11-23T01:01:35.8885534Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceSumProdKernel.hip.o 2022-11-23T01:01:35.9278866Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceLogicKernel.hip:4: 2022-11-23T01:01:35.9279590Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:35.9284410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:35.9285143Z template typename func, int end, int current=0> 2022-11-23T01:01:35.9285558Z ^~~~~~~~ 2022-11-23T01:01:35.9290528Z class 2022-11-23T01:01:35.9291483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:35.9342293Z template typename func, int end> 2022-11-23T01:01:35.9342733Z ^~~~~~~~ 2022-11-23T01:01:35.9343057Z class 2022-11-23T01:01:35.9343573Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceLogicKernel.hip:4: 2022-11-23T01:01:35.9345022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9345908Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:01:35.9346279Z ^ 2022-11-23T01:01:35.9347512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9349546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9351316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9353117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9354904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9356680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9358626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9360431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9362230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9364106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9365927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9367742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9369543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9371329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9373234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9375070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9376831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9378586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9380501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9382454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9384281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9386069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9387882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9389666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9399869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9402527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9403839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9408285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9411664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9412882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9414334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9416900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9419675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9422600Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9425918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9428653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9431545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9434405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9437148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9440370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9443175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9445726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9448609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9451673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9454511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9457325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9460624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9463786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9466481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9468919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9471656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9474217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9477102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9479952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9483577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9487023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9489707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9492260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9502953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9504780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9505732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9513773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9515546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9518375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9520612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9522283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9524786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9526826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9529456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9531237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9533540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9536115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9538331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9540681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9542789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9545155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9547381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9551477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9553195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9556840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9558849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9562821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9584150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9585951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9587700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9589418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9591163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9592867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9594578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9596433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9627244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9629669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9632766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9635585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9638304Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9640700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9642932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9645049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9647376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9649423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9652130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9654364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9656744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9659155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9661691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9664617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9666908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9669106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9671467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9674149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9676455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9678914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9681095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9683491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9685503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9687651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9689710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9691805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9694276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9696927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9702619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9704295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9754869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9757210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9759220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9761015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9763277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9765080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9766870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9768638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9770457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9772392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9774167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9775938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9777753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9779570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9781334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9783400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9785187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9787069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9788867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9790669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9792467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9794357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9796145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9797939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9799741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9801539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9803456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9805250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9807049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9810237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9813782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9815517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9817257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9819045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9820929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9823175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9824907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9826686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9828496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9830291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9832055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9834100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9836030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9838346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9863831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9864830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9866036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9867190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9868199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9869293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9870243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9871243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9872361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9873292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9874407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9875644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9881348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9885784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9889167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9892965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9896243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9900075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9903972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9907295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9910842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9913877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9916546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9919060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9921406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9943592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9946814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9949045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9950906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9952745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9954578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9956367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9958195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9960013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9961827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9963927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9967124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9968961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9971899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9973713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9975575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9977380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9980804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9983309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9985083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9986885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9988647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9990414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9992340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9994138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9995869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9997648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:35.9999552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.0001364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.0003115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.0006104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.0010334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.0012345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.0014965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.0017694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.0020487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.0024253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.0030550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.0032895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.0034908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.0036819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.0039297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.0042939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.0046336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.0049222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.0052212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.0054945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.0058270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.0059619Z 242 warnings generated when compiling for gfx906. 2022-11-23T01:01:36.0060361Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceLogicKernel.hip:4: 2022-11-23T01:01:36.0067127Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:36.0068438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:36.0069430Z template typename func, int end, int current=0> 2022-11-23T01:01:36.0070172Z ^~~~~~~~ 2022-11-23T01:01:36.0070531Z class 2022-11-23T01:01:36.0071462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:36.0072153Z template typename func, int end> 2022-11-23T01:01:36.0072479Z ^~~~~~~~ 2022-11-23T01:01:36.0072786Z class 2022-11-23T01:01:36.0073172Z 2 warnings generated when compiling for host. 2022-11-23T01:01:36.0184652Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReflectionPad.hip.o 2022-11-23T01:01:36.4337746Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMaxValuesKernel.hip:13: 2022-11-23T01:01:36.4338498Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:36.4339669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:36.4340408Z template typename func, int end, int current=0> 2022-11-23T01:01:36.4348401Z ^~~~~~~~ 2022-11-23T01:01:36.4348798Z class 2022-11-23T01:01:36.4349809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:36.4350512Z template typename func, int end> 2022-11-23T01:01:36.4350891Z ^~~~~~~~ 2022-11-23T01:01:36.4351216Z class 2022-11-23T01:01:36.4351775Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMaxValuesKernel.hip:13: 2022-11-23T01:01:36.4353268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4354226Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:01:36.4354586Z ^ 2022-11-23T01:01:36.4355834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4357668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4359494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4361504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4365272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4368878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4371534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4373528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4375403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4377252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4379060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4380899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4382923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4384781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4386596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4388567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4390399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4392217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4394083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4395909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4397834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4399638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4401467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4403394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4405252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4407090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4408929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4410750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4412686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4414523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4416364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4418212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4420099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4422063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4423906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4426632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4429621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4432861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4435821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4438841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4442127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4444972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4447944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4451016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4454056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4460120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4462248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4464057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4466635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4470205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4472014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4474347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4476690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4478991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4481489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4483907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4486337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4488811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4491073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4493448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4495839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4498289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4500485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4503203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4505478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4507949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4510426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4512581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4515566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4517920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4543397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4545260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4547042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4548904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4550725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4552562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4554293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4556040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4557933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4559720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4561494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4563375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4565282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4567116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4569445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4571265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4573126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4574918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4576865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4578823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4580748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4583130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4586044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4588016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4590065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4623326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4625082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4626772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4628461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4630143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4631796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4633449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4635112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4636834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4638495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4640143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4641801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4643580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4645242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4646897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4648549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4650188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4651841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4653491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4655298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4657005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4658654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4660303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4662081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4663739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4665413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4667228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4669877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4703129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4704827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4706571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4708367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4710003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4711718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4713325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4714922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4716510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4718147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4719743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4721336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4723496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4725297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4726935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4728555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4730160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4731783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4733385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4735140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4736761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4738378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4740013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4741894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4743513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4745131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4746743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4767100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4768785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4770409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4772096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4773728Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4775356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4777165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4778889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4780514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4782228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4783827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4785424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4823548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4825282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4827328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4829223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4830838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4832847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4834604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4836341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4838182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4839936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4841667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4843241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4844871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4846434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4847962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4849759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4851687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4853472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4855276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4857026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4858833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4860590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4862393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4864017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4865609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4867217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4868793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4870493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4904032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4907663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4909605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4911456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4913317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4915255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4917098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4918928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4920766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4922614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4924417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4926189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4928004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4929925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4931746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4933536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4936969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4983606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4985440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.4987435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5023005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5024644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5026649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5029045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5031212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5033108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5035672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5037831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5040113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5042007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5044253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5046623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5048481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5050653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5052987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5055143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5057002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5059362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5062438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5064291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5066886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5069767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5072213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5074194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5076978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5079812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5082529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5085132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5086968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5089810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5092580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5095230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5097795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5099692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5101657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5103478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5106166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5108813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5111711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5114330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5116130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5117925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5120620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5123647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5126340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5129627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5132231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5135773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5140188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5142010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5143439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5145147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5146925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5148692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5150419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5152274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5153921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5155691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5157522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5158446Z 272 warnings generated when compiling for gfx906. 2022-11-23T01:01:36.5159042Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMaxValuesKernel.hip:13: 2022-11-23T01:01:36.5159785Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:36.5160837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:36.5161539Z template typename func, int end, int current=0> 2022-11-23T01:01:36.5161954Z ^~~~~~~~ 2022-11-23T01:01:36.5162275Z class 2022-11-23T01:01:36.5163250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:36.5163927Z template typename func, int end> 2022-11-23T01:01:36.5164282Z ^~~~~~~~ 2022-11-23T01:01:36.5164590Z class 2022-11-23T01:01:36.5164955Z 2 warnings generated when compiling for host. 2022-11-23T01:01:36.5226774Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RenormKernel.hip.o 2022-11-23T01:01:36.5898552Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMinValuesKernel.hip:4: 2022-11-23T01:01:36.5899385Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:36.5900888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:36.5901983Z template typename func, int end, int current=0> 2022-11-23T01:01:36.5902560Z ^~~~~~~~ 2022-11-23T01:01:36.5902887Z class 2022-11-23T01:01:36.5903865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:36.5904506Z template typename func, int end> 2022-11-23T01:01:36.5904876Z ^~~~~~~~ 2022-11-23T01:01:36.5905151Z class 2022-11-23T01:01:36.5905825Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMinValuesKernel.hip:4: 2022-11-23T01:01:36.5907238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5908663Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:01:36.5909097Z ^ 2022-11-23T01:01:36.5911381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5914324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5917072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5938082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5940160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5942066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5943817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5945526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5947132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5970043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5971923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5973220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5974386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5975549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5976572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5977535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5978996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5980330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5983660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5993063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5994913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5996750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.5998597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6000419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6002377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6006274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6008261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6013367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6015256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6017921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6020465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6023464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6027262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6030487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6034898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6037985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6040459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6043773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6047497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6066144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6068579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6071587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6074943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6077251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6080288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6083004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6085755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6092443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6095429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6097641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6099702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6101689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6104161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6105845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6109216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6111938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6115434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6118490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6121555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6124534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6126545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6130736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6133719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6136070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6139209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6142306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6145377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6148852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6151614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6154499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6157794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6160729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6163538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6167114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6169659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6172365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6175225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6178036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6181262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6225066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6226328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6227829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6229207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6230664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6233267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6234788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6236543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6238266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6239701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6240829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6241946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6243593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6244629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6246068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6247015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6248289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6249523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6250529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6251875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6252897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6254139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6255484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6256742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6258372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6259711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6260820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6303320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6304596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6305895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6306851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6307886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6309191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6310282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6311559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6312571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6313614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6315120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6316319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6317415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6318384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6319452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6320847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6321951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6323085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6324076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6325123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6326412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6327465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6328560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6330134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6337202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6339025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6340983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6343179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6345705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6347724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6351412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6353641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6356372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6359267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6361771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6364912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6367656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6370439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6373289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6376450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6379641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6382506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6384990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6388250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6390615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6393802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6396428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6399367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6402368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6404632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6407483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6410383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6413224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6416166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6420493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6422575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6425108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6427573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6430344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6433321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6436113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6438815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6441740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6444636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6447433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6450830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6453530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6456998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6459771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6461852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6465059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6467836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6470954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6476906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6478746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6483930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6486355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6488559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6490740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6492584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6497884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6520432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6522907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6526049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6528223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6530379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6532708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6535489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6538240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6541148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6544260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6547236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6549086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6552730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6555421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6557988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6559967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6563583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6565633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6569182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6571146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6573731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6576208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6578798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6581284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6584555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6586498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6588278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6590074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6591873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6593746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6595553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6597358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6599148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6600900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6602775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6604553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6606352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6608208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6609985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6612008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6613923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6623008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6624212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6625246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6626188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6629124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6631333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6634105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6636910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6639686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6642615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6645670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6648558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6651553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6654730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6657708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6660577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6663724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6666427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6669692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6672631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6676987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6679287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6682871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6685743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6688804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6692034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6704338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6706805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6708611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6710427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6712198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6722687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6724596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6726604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6728977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6731052Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6732702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6734376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6736111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6737862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6739310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.6740082Z 272 warnings generated when compiling for gfx906. 2022-11-23T01:01:36.6740577Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMinValuesKernel.hip:4: 2022-11-23T01:01:36.6741142Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:36.6742350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:36.6742733Z template typename func, int end, int current=0> 2022-11-23T01:01:36.6742967Z ^~~~~~~~ 2022-11-23T01:01:36.6743148Z class 2022-11-23T01:01:36.6743622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:36.6743971Z template typename func, int end> 2022-11-23T01:01:36.6744189Z ^~~~~~~~ 2022-11-23T01:01:36.6744367Z class 2022-11-23T01:01:36.6744574Z 2 warnings generated when compiling for host. 2022-11-23T01:01:36.6829766Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Repeat.hip.o 2022-11-23T01:01:36.8021997Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMomentKernel.hip:5: 2022-11-23T01:01:36.8023106Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:36.8024137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:36.8024863Z template typename func, int end, int current=0> 2022-11-23T01:01:36.8025202Z ^~~~~~~~ 2022-11-23T01:01:36.8025456Z class 2022-11-23T01:01:36.8026305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:36.8026767Z template typename func, int end> 2022-11-23T01:01:36.8028338Z ^~~~~~~~ 2022-11-23T01:01:36.8029654Z class 2022-11-23T01:01:36.8030136Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMomentKernel.hip:5: 2022-11-23T01:01:36.8033075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8033684Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:01:36.8034029Z ^ 2022-11-23T01:01:36.8036557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8039302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8041987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8045243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8058579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8060669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8062797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8064629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8066902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8068815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8070670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8072671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8074663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8076753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8078597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8080564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8082606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8084571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8087197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8090290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8092905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8095753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8098542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8101328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8105594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8107805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8110245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8112930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8115766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8118394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8121182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8124131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8127677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8130571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8133498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8136019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8138589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8141356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8144517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8147446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8150827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8153678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8156601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8159202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8161896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8164797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8168185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8171339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8174618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8178282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8225586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8227743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8229580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8231318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8233178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8235013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8236860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8238651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8240594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8242463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8244262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8245971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8247785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8249703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8251552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8253362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8255216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8256927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8258686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8260520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8262492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8264415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8266222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8268019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8269850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8271722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8273476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8275300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8277063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8278808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8280622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8282523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8284252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8286219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8288071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8289912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8291846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8295518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8299121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8301516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8344202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8345622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8346677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8347625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8348903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8349929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8350982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8351934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8352921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8353851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8354956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8355884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8356796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8357768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8358716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8359658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8360623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8361564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8362597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8363590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8364653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8366195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8368304Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8383405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8385218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8386924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8388693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8390427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8392388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8394228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8396048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8398090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8399902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8401842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8404002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8406732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8409970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8412901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8415871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8419133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8422230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8425733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8428549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8431634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8434671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8437559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8440524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8443438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8447178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8448921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8451148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8453901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8456727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8459468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8463393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8465161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:36.8466154Z 149 warnings generated when compiling for gfx906. 2022-11-23T01:01:36.8466716Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMomentKernel.hip:5: 2022-11-23T01:01:36.8467338Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:36.8468941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:36.8469773Z template typename func, int end, int current=0> 2022-11-23T01:01:36.8470159Z ^~~~~~~~ 2022-11-23T01:01:36.8470459Z class 2022-11-23T01:01:36.8472169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:36.8473311Z template typename func, int end> 2022-11-23T01:01:36.8473657Z ^~~~~~~~ 2022-11-23T01:01:36.8473881Z class 2022-11-23T01:01:36.8474118Z 2 warnings generated when compiling for host. 2022-11-23T01:01:36.8585808Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReplicationPadding.hip.o 2022-11-23T01:01:37.1582971Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceSumProdKernel.hip:4: 2022-11-23T01:01:37.1583642Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:37.1584586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:37.1585067Z template typename func, int end, int current=0> 2022-11-23T01:01:37.1585401Z ^~~~~~~~ 2022-11-23T01:01:37.1585628Z class 2022-11-23T01:01:37.1587589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:37.1588440Z template typename func, int end> 2022-11-23T01:01:37.1588815Z ^~~~~~~~ 2022-11-23T01:01:37.1589134Z class 2022-11-23T01:01:37.1592917Z /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:01:37.1593602Z typename OpFunctor, 2022-11-23T01:01:37.1594532Z ^~~~~~~~ 2022-11-23T01:01:37.1594844Z class 2022-11-23T01:01:37.1595360Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceSumProdKernel.hip:4: 2022-11-23T01:01:37.1597616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1598516Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:01:37.1598861Z ^ 2022-11-23T01:01:37.1600116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1602566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1605611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1608470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1611915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1614694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1618009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1620403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1623900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1626499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1629495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1632602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1635350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1639294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1641778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1645132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1647926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1651081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1654235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1657101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1659860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1663090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1665949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1669083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1672683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1675279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1678388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1681381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1684672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1687491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1690470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1693586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1696508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1699592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1702821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1706167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1708637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1711864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1714675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1717879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1720863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1723727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1726731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1729689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1732686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1735682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1738747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1742185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1745535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1748239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1751153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1754214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1757093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1760533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1763323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1766540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1769514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1772551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1775357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1778726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1781512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1784900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1787606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1790898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1793679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1797118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1799570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1802787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1805866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1809087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1812173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1815108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1818190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1821098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1824205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1827357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1830111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1832829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1836083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1839592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1842202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1845284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1848158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1851171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1854127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1857276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1860200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1863183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1866774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1869420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1872356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1875349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1878333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1881316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1884568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1887503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1890452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1893559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1896585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1899787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1902707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1905802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1909008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1911712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1914703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1917805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1920946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1924032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1927021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1929930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1932952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1936047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1939024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1942192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1945080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1948144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1951148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1954182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1957178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1960215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1963358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1966266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1969276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1972203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1975616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1978432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1981451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1984603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1987655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1990559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1993688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1996720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.1999672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2002722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2005798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2008936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2011786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2014680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2017891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2065379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2067180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2069109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2071163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2073051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2074898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2076676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2078388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2080100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2081757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2083576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2085355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2087112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2089067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2090855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2092649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2094477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2096365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2098155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2099914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2101826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2103563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2105367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2107063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2108823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2110693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2112501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2114228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2115996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2117755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2119629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2121382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2123249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2125131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2126965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2128868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2147846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2149850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2151736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2153524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2155385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2157075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2158893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2160605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2162501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2164257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2192749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2194830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2196594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2198344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2200310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2202086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2203934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2205693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2207548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2209362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2211133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2212841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2214590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2216381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2218161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2219075Z 204 warnings generated when compiling for gfx906. 2022-11-23T01:01:37.2219667Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceSumProdKernel.hip:4: 2022-11-23T01:01:37.2220336Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:37.2221337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:37.2222342Z template typename func, int end, int current=0> 2022-11-23T01:01:37.2222754Z ^~~~~~~~ 2022-11-23T01:01:37.2223038Z class 2022-11-23T01:01:37.2223865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:37.2224553Z template typename func, int end> 2022-11-23T01:01:37.2227725Z ^~~~~~~~ 2022-11-23T01:01:37.2228196Z class 2022-11-23T01:01:37.2229273Z /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:01:37.2233747Z typename OpFunctor, 2022-11-23T01:01:37.2236363Z ^~~~~~~~ 2022-11-23T01:01:37.2238435Z class 2022-11-23T01:01:37.2239327Z 3 warnings generated when compiling for host. 2022-11-23T01:01:37.2291140Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RreluWithNoise.hip.o 2022-11-23T01:01:37.2384041Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceNormKernel.hip:5: 2022-11-23T01:01:37.2384748Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:37.2418813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:37.2419569Z template typename func, int end, int current=0> 2022-11-23T01:01:37.2419984Z ^~~~~~~~ 2022-11-23T01:01:37.2420305Z class 2022-11-23T01:01:37.2422992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:37.2423789Z template typename func, int end> 2022-11-23T01:01:37.2424885Z ^~~~~~~~ 2022-11-23T01:01:37.2425404Z class 2022-11-23T01:01:37.2426288Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceNormKernel.hip:5: 2022-11-23T01:01:37.2428615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2429726Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:01:37.2430110Z ^ 2022-11-23T01:01:37.2432289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2433696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2463319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2465537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2467719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2520573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2522739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2524751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2526938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2532125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2534103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2536920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2568862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2570612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2572281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2573907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2575896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2577713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2579516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2581348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2583301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2585227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2587077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2588899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2590740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2592542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2594374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2596173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2597990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2599881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2601702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2603594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2605401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2607263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2609092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2610929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2612604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2614267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2616029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2617867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2619648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2624939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2627387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2629706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2631586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2633600Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2635635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2637464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2639296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2641156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2643062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2644867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2646710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2648538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2650465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2652286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2654103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2655929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2657819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2659619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2661411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2664064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2666100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2670345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2673834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2677122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2680872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2684556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2686488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2688420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2691063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2693792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2696445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2743827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2745770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2747614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2749443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2751753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2753628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2755617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2757478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2759520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2761485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2763470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2765313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2767163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2769036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2770864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2772715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2774558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2776461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2778358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2780205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2782688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2784718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2786568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2788511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2790414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2792246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2794091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2795920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2798142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2806079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2807852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2809644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2811317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2812967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2814627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2816310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2817950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2819623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2821301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2823146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2828510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2830196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2831846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2833624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2835281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2836951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2838613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2840268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2841994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2843729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2845380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2847035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2863382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2865297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2867011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2868740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2870594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2872323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2874038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2875744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2877501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2919883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2921702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2923546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2925259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2926986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2928717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2930376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2932324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2934035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2935756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2937439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2939145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2941008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2942783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2944307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2946078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2947835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2949592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2951404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2953127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2955037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2956756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2958450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2960084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2961827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2963622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2965317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2967001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2968656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2970357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2971999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2973675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2975437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2977156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2978880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2980540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.2999461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3001320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3003137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3004874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3006545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3008236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3009945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3011620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3013320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3015170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3016857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3018563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3020240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3023130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3024800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3026437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3028100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3029761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3031433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3033082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3034765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3036546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3038223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3039847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3041574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3043565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3045255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3047020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3048651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3050310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3052031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3053847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3055485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3057159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3059069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3060609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3062372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3063904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3065512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3067247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3068973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3070703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3072435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3074159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3075882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3077605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3079448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3081163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3082978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3084718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3086433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3088080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3089783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3091471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3093140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3094824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3096552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3098236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3099922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3101878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3103667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3105363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3107077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3108886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3110549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3112214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3113951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3115695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3117347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3119063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3120827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3122598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3124216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3125727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3127236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3128989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3130724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3132525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3134145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3135473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3136804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3138316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3139683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3140687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3142457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3143701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3144940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3145979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3147337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3148350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3149941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3151113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3152488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3153448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3154835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3156298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3158003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3159768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3161463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3163208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3165025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3166723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3168433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3170100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3171803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3173460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3175298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3177045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3178802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3188321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3190221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3191837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3193422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3195234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3196974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3198676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3200353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3202087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3203938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3205698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3207434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3209274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3210997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3212682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3214332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3216310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3218163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3220020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3222978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3225841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3245561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3246771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3247799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3248807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3249998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3250946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3252025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3253045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3254042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3255578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3257154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3258514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3303383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3305290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3307097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3308890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3310843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3312632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3314417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3316265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3318153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3319961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3321779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3323672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3325465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3327273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3329044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3330835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3345516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3346829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3347799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3349233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3350215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3351213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3352331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3353257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3354256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3355271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3356203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3357280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3358217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3359179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3360295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3361262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3363887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3364922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3365869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3366804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3367732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3368658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3427211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3428892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3429916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3430930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3432232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3433181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3434289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3435372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3436370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3437586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3438516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3439447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3440647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3441624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3442621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3443803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3444910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3445871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3447366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3449137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3450579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3452352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3453748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3455501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3457155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3458773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3460397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3462502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3464401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3465892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3467701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3469086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3470857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3472448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3474047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3475540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3477184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3478673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3480452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3482171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3485108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3488132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3490957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3499079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3500369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3501886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3503738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3511344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3512309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3513240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3515254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3518015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3521075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3523664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3526836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3529932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3533092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3536500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3539793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3543358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3545899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3549089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3552303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3556247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3559286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3562481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3565484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3568222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3570979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3574105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3577004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3579826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3582384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3585526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3588552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3591370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3594180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3596873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3599560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3602485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3605394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3608400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3611250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3614280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3616928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3619720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3622979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3625915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3628623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3631364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3634469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3637002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3640179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3642700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3645513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3648333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3651155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3654036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3657248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:37.3657920Z 452 warnings generated when compiling for gfx906. 2022-11-23T01:01:37.3658351Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceNormKernel.hip:5: 2022-11-23T01:01:37.3659268Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:37.3673736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:37.3674498Z template typename func, int end, int current=0> 2022-11-23T01:01:37.3674980Z ^~~~~~~~ 2022-11-23T01:01:37.3675263Z class 2022-11-23T01:01:37.3676022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:37.3676583Z template typename func, int end> 2022-11-23T01:01:37.3676896Z ^~~~~~~~ 2022-11-23T01:01:37.3677150Z class 2022-11-23T01:01:37.3677460Z 2 warnings generated when compiling for host. 2022-11-23T01:01:37.3751547Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ScatterGatherKernel.hip.o 2022-11-23T01:01:37.4061364Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReflectionPad.hip:7: 2022-11-23T01:01:37.4064632Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:37.4077014Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:37.4080345Z ^ 2022-11-23T01:01:37.4081245Z /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:01:37.4081789Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:37.4082123Z ^ 2022-11-23T01:01:37.4082799Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:37.4083338Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:37.4083745Z ^ 2022-11-23T01:01:37.4084128Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:37.4084664Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReflectionPad.hip:7: 2022-11-23T01:01:37.4085690Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:37.4086516Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:37.4087274Z ^ 2022-11-23T01:01:37.4088028Z /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:01:37.4088584Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:37.4088924Z ^ 2022-11-23T01:01:37.4089460Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:37.4089999Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:37.4090400Z ^ 2022-11-23T01:01:37.4090791Z 1 warning generated when compiling for host. 2022-11-23T01:01:37.4208853Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SegmentReduce.hip.o 2022-11-23T01:01:37.6972138Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RenormKernel.hip:5: 2022-11-23T01:01:37.6972982Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:37.6983972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:37.6984600Z template typename func, int end, int current=0> 2022-11-23T01:01:37.6985005Z ^~~~~~~~ 2022-11-23T01:01:37.6985322Z class 2022-11-23T01:01:37.6986237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:37.6986851Z template typename func, int end> 2022-11-23T01:01:37.6987215Z ^~~~~~~~ 2022-11-23T01:01:37.6987535Z class 2022-11-23T01:01:37.6987904Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:37.6988448Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RenormKernel.hip:5: 2022-11-23T01:01:37.6989051Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:37.6989978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:37.6990827Z template typename func, int end, int current=0> 2022-11-23T01:01:37.6991211Z ^~~~~~~~ 2022-11-23T01:01:37.6991518Z class 2022-11-23T01:01:37.6992322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:37.6992930Z template typename func, int end> 2022-11-23T01:01:37.6993278Z ^~~~~~~~ 2022-11-23T01:01:37.6993520Z class 2022-11-23T01:01:37.6993875Z 2 warnings generated when compiling for host. 2022-11-23T01:01:37.7085824Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Shape.hip.o 2022-11-23T01:01:37.9671383Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SoftMax.hip.o 2022-11-23T01:01:38.3088435Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReplicationPadding.hip:7: 2022-11-23T01:01:38.3090048Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:38.3091200Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:38.3092536Z ^ 2022-11-23T01:01:38.3099089Z /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:01:38.3100027Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:38.3100519Z ^ 2022-11-23T01:01:38.3101142Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:38.3101904Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:38.3104900Z ^ 2022-11-23T01:01:38.3106587Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:38.3107352Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReplicationPadding.hip:7: 2022-11-23T01:01:38.3108742Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:38.3109753Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:38.3110462Z ^ 2022-11-23T01:01:38.3111547Z /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:01:38.3112251Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:38.3112640Z ^ 2022-11-23T01:01:38.3113474Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:38.3114031Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:38.3114653Z ^ 2022-11-23T01:01:38.3115051Z 1 warning generated when compiling for host. 2022-11-23T01:01:38.3239236Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Sort.hip.o 2022-11-23T01:01:38.6036379Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RreluWithNoise.hip:6: 2022-11-23T01:01:38.6037432Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:01:38.6037835Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:38.6045250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:38.6046158Z template typename func, int end, int current=0> 2022-11-23T01:01:38.6046812Z ^~~~~~~~ 2022-11-23T01:01:38.6047139Z class 2022-11-23T01:01:38.6048833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:38.6049764Z template typename func, int end> 2022-11-23T01:01:38.6050130Z ^~~~~~~~ 2022-11-23T01:01:38.6050457Z class 2022-11-23T01:01:38.6050966Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RreluWithNoise.hip:6: 2022-11-23T01:01:38.6087088Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:01:38.6087827Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:38.6088804Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:38.6089562Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:38.6090064Z ^ 2022-11-23T01:01:38.6090767Z /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:01:38.6091435Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:38.6091752Z ^ 2022-11-23T01:01:38.6093729Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:38.6095302Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:38.6096913Z ^ 2022-11-23T01:01:38.6098294Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:01:38.6099627Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RreluWithNoise.hip:6: 2022-11-23T01:01:38.6101114Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:01:38.6102789Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:38.6104531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:38.6106129Z template typename func, int end, int current=0> 2022-11-23T01:01:38.6107464Z ^~~~~~~~ 2022-11-23T01:01:38.6108698Z class 2022-11-23T01:01:38.6110699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:38.6112213Z template typename func, int end> 2022-11-23T01:01:38.6113458Z ^~~~~~~~ 2022-11-23T01:01:38.6114624Z class 2022-11-23T01:01:38.6116109Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RreluWithNoise.hip:6: 2022-11-23T01:01:38.6116791Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:01:38.6117481Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:38.6118519Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:38.6119349Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:38.6119876Z ^ 2022-11-23T01:01:38.6120629Z /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:01:38.6120947Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:38.6121124Z ^ 2022-11-23T01:01:38.6121448Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:38.6121801Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:38.6122024Z ^ 2022-11-23T01:01:38.6122228Z 3 warnings generated when compiling for host. 2022-11-23T01:01:38.6189826Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SortImpl.hip.o 2022-11-23T01:01:38.6463845Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScatterGatherKernel.hip:14: 2022-11-23T01:01:38.6465746Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:38.6467290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:38.6472159Z template typename func, int end, int current=0> 2022-11-23T01:01:38.6472586Z ^~~~~~~~ 2022-11-23T01:01:38.6472923Z class 2022-11-23T01:01:38.6473879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:38.6474741Z template typename func, int end> 2022-11-23T01:01:38.6475119Z ^~~~~~~~ 2022-11-23T01:01:38.6475427Z class 2022-11-23T01:01:38.6475920Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScatterGatherKernel.hip:15: 2022-11-23T01:01:38.6476565Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:01:38.6503117Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:38.6503964Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:38.6504489Z ^ 2022-11-23T01:01:38.6505241Z /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:01:38.6505790Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:38.6506115Z ^ 2022-11-23T01:01:38.6506672Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:38.6507210Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:38.6507604Z ^ 2022-11-23T01:01:38.6507989Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:01:38.6508546Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScatterGatherKernel.hip:14: 2022-11-23T01:01:38.6509186Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:38.6510180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:38.6510828Z template typename func, int end, int current=0> 2022-11-23T01:01:38.6511246Z ^~~~~~~~ 2022-11-23T01:01:38.6511566Z class 2022-11-23T01:01:38.6512415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:38.6513056Z template typename func, int end> 2022-11-23T01:01:38.6513594Z ^~~~~~~~ 2022-11-23T01:01:38.6513912Z class 2022-11-23T01:01:38.6514371Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScatterGatherKernel.hip:15: 2022-11-23T01:01:38.6514960Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:01:38.6515883Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:38.6516638Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:38.6517155Z ^ 2022-11-23T01:01:38.6517856Z /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:01:38.6518436Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:38.6518760Z ^ 2022-11-23T01:01:38.6519287Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:38.6519821Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:38.6520216Z ^ 2022-11-23T01:01:38.6520596Z 3 warnings generated when compiling for host. 2022-11-23T01:01:38.6604886Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SortStable.hip.o 2022-11-23T01:01:38.8712809Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Sorting.hip.o 2022-11-23T01:01:39.0146284Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SparseBinaryOpIntersectionKernel.hip.o 2022-11-23T01:01:39.4037865Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:16: 2022-11-23T01:01:39.4038613Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:39.4040483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:39.4044821Z template typename func, int end, int current=0> 2022-11-23T01:01:39.4045296Z ^~~~~~~~ 2022-11-23T01:01:39.4045605Z class 2022-11-23T01:01:39.4047689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:39.4048373Z template typename func, int end> 2022-11-23T01:01:39.4048753Z ^~~~~~~~ 2022-11-23T01:01:39.4051252Z class 2022-11-23T01:01:39.4051812Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:18: 2022-11-23T01:01:39.4053247Z /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:01:39.4061130Z __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:01:39.4061945Z ^ 2022-11-23T01:01:39.4063212Z /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:01:39.4064571Z __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:01:39.4065137Z ^ 2022-11-23T01:01:39.4066382Z /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:01:39.4068186Z /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:01:39.4070339Z /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:01:39.4073205Z /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:01:39.4076099Z /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:01:39.4078931Z /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:01:39.4081723Z /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:01:39.4084978Z /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:01:39.4086763Z /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:01:39.4088950Z /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:01:39.4091047Z /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:01:39.4092825Z /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:01:39.4095346Z /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:01:39.4097151Z /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:01:39.4099959Z /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:01:39.4102943Z /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:01:39.4107110Z /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:01:39.4109450Z /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:01:39.4112581Z /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:01:39.4116057Z /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:01:39.4118315Z /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:01:39.4121366Z /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:01:39.4124266Z /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:01:39.4127406Z /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:01:39.4130211Z /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:01:39.4133412Z /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:01:39.4136223Z /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:01:39.4138599Z /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:01:39.4142435Z /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:01:39.4145095Z /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:01:39.4148241Z /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:01:39.4151047Z /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:01:39.4153836Z /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:01:39.4156628Z /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:01:39.4159617Z /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:01:39.4162728Z /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:01:39.4165675Z /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:01:39.4168425Z /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:01:39.4171415Z /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:01:39.4174435Z /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:01:39.4178069Z /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:01:39.4180899Z /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:01:39.4183830Z /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:01:39.4186830Z /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:01:39.4189487Z /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:01:39.4192225Z /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:01:39.4195543Z /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:01:39.4199433Z /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:01:39.4201617Z __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:01:39.4202219Z ^ 2022-11-23T01:01:39.4204822Z /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:01:39.4207927Z /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:01:39.4210830Z /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:01:39.4214100Z /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:01:39.4217148Z /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:01:39.4223207Z /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:01:39.4225347Z /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:01:39.4227400Z /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:01:39.4230312Z /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:01:39.4244022Z /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:01:39.4252641Z /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:01:39.4254132Z /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:01:39.4255219Z /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:01:39.4256202Z /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:01:39.4257604Z /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:01:39.4258655Z /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:01:39.4259750Z /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:01:39.4261094Z /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:01:39.4263733Z /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:01:39.4265647Z /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:01:39.4303159Z /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:01:39.4304292Z /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:01:39.4305639Z /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:01:39.4306746Z /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:01:39.4307882Z /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:01:39.4308949Z /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:01:39.4309923Z /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:01:39.4311052Z /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:01:39.4312245Z /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:01:39.4313233Z /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:01:39.4314521Z /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:01:39.4315513Z /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:01:39.4316486Z /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:01:39.4317677Z /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:01:39.4318647Z /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:01:39.4319702Z /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:01:39.4321179Z /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:01:39.4325403Z /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:01:39.4327823Z /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:01:39.4330509Z /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:01:39.4333267Z /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:01:39.4336531Z /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:01:39.4339693Z /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:01:39.4342655Z /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:01:39.4345080Z /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:01:39.4354981Z /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:01:39.4356921Z /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:01:39.4358772Z /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:01:39.4360074Z __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:01:39.4360661Z ^ 2022-11-23T01:01:39.4362172Z /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:01:39.4364232Z /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:01:39.4366244Z /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:01:39.4383389Z /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:01:39.4385174Z /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:01:39.4386947Z /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:01:39.4388701Z /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:01:39.4390419Z /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:01:39.4392153Z /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:01:39.4393883Z /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:01:39.4395615Z /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:01:39.4397399Z /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:01:39.4399143Z /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:01:39.4400812Z /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:01:39.4402501Z /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:01:39.4425068Z /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:01:39.4427210Z /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:01:39.4429128Z /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:01:39.4431053Z /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:01:39.4432956Z /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:01:39.4434888Z /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:01:39.4436797Z /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:01:39.4438690Z /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:01:39.4440708Z /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:01:39.4444390Z /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:01:39.4446128Z /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:01:39.4447857Z /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:01:39.4449637Z /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:01:39.4451361Z /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:01:39.4453071Z /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:01:39.4456496Z /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:01:39.4458222Z /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:01:39.4459952Z /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:01:39.4461995Z /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:01:39.4463723Z /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:01:39.4465537Z /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:01:39.4467255Z /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:01:39.4468982Z /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:01:39.4470684Z /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:01:39.4472445Z /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:01:39.4503643Z /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:01:39.4505312Z /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:01:39.4507219Z /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:01:39.4508959Z /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:01:39.4510658Z /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:01:39.4512382Z /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:01:39.4514082Z /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:01:39.4515937Z /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:01:39.4517404Z __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:01:39.4518013Z ^ 2022-11-23T01:01:39.4539784Z /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:01:39.4541178Z /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:01:39.4542986Z /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:01:39.4544700Z /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:01:39.4546332Z /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:01:39.4547965Z /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:01:39.4549543Z /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:01:39.4551388Z /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:01:39.4553175Z /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:01:39.4555099Z /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:01:39.4557162Z /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:01:39.4559001Z /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:01:39.4560851Z /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:01:39.4562780Z /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:01:39.4564273Z /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:01:39.4565833Z /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:01:39.4567563Z /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:01:39.4569131Z /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:01:39.4570906Z /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:01:39.4572673Z /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:01:39.4574429Z /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:01:39.4576210Z /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:01:39.4577961Z /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:01:39.4579795Z /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:01:39.4581662Z /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:01:39.4583433Z /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:01:39.4585184Z /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:01:39.4587006Z /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:01:39.4588786Z /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:01:39.4590591Z /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:01:39.4592395Z /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:01:39.4594206Z /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:01:39.4595335Z __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:01:39.4595898Z ^ 2022-11-23T01:01:39.4597163Z /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:01:39.4598974Z /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:01:39.4601134Z /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:01:39.4603009Z /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:01:39.4604795Z /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:01:39.4606558Z /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:01:39.4608403Z /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:01:39.4610185Z /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:01:39.4611979Z /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:01:39.4613935Z /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:01:39.4615542Z /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:01:39.4617149Z /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:01:39.4618766Z /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:01:39.4621064Z /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:01:39.4663715Z /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:01:39.4666026Z /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:01:39.4667899Z /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:01:39.4669795Z /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:01:39.4671840Z /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:01:39.4673656Z /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:01:39.4675529Z /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:01:39.4677373Z /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:01:39.4679274Z /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:01:39.4681147Z /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:01:39.4683137Z /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:01:39.4685006Z /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:01:39.4687020Z /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:01:39.4688864Z /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:01:39.4690766Z /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:01:39.4692652Z /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:01:39.4694514Z /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:01:39.4695410Z 211 warnings generated when compiling for gfx906. 2022-11-23T01:01:39.4695945Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:16: 2022-11-23T01:01:39.4696549Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:39.4697519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:39.4698197Z template typename func, int end, int current=0> 2022-11-23T01:01:39.4698603Z ^~~~~~~~ 2022-11-23T01:01:39.4698923Z class 2022-11-23T01:01:39.4699779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:39.4700437Z template typename func, int end> 2022-11-23T01:01:39.4700814Z ^~~~~~~~ 2022-11-23T01:01:39.4701118Z class 2022-11-23T01:01:39.4701494Z 2 warnings generated when compiling for host. 2022-11-23T01:01:39.4796126Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SparseMM.hip.o 2022-11-23T01:01:39.7833442Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SpectralOps.hip.o 2022-11-23T01:01:40.0539101Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_StepKernel.hip.o 2022-11-23T01:01:40.0594072Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SummaryOps.hip.o 2022-11-23T01:01:40.0859092Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sorting.hip:13: 2022-11-23T01:01:40.0860065Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingRadixSelect.cuh:4: 2022-11-23T01:01:40.0862239Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:40.0863686Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:40.0864477Z ^ 2022-11-23T01:01:40.0865781Z /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:01:40.0866528Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:40.0867413Z ^ 2022-11-23T01:01:40.0869073Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:40.0869659Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:40.0870080Z ^ 2022-11-23T01:01:40.0870474Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:40.0871000Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sorting.hip:13: 2022-11-23T01:01:40.0874166Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingRadixSelect.cuh:4: 2022-11-23T01:01:40.0875459Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:40.0881507Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:40.0883356Z ^ 2022-11-23T01:01:40.0892308Z /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:01:40.0892921Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:40.0893285Z ^ 2022-11-23T01:01:40.0893861Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:40.0894376Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:40.0894759Z ^ 2022-11-23T01:01:40.0895123Z 1 warning generated when compiling for host. 2022-11-23T01:01:40.0993739Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorCompare.hip.o 2022-11-23T01:01:40.4240373Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseBinaryOpIntersectionKernel.hip:6: 2022-11-23T01:01:40.4248892Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:40.4250017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:40.4250670Z template typename func, int end, int current=0> 2022-11-23T01:01:40.4251090Z ^~~~~~~~ 2022-11-23T01:01:40.4251396Z class 2022-11-23T01:01:40.4252265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:40.4252893Z template typename func, int end> 2022-11-23T01:01:40.4253246Z ^~~~~~~~ 2022-11-23T01:01:40.4253543Z class 2022-11-23T01:01:40.4254101Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseBinaryOpIntersectionKernel.hip:7: 2022-11-23T01:01:40.4254797Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:01:40.4259141Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:40.4260138Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:40.4261170Z ^ 2022-11-23T01:01:40.4262336Z /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:01:40.4263077Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:40.4263572Z ^ 2022-11-23T01:01:40.4264257Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:40.4264961Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:40.4265295Z ^ 2022-11-23T01:01:40.4265817Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:01:40.4266521Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseBinaryOpIntersectionKernel.hip:6: 2022-11-23T01:01:40.4267373Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:40.4273401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:40.4274284Z template typename func, int end, int current=0> 2022-11-23T01:01:40.4274663Z ^~~~~~~~ 2022-11-23T01:01:40.4275107Z class 2022-11-23T01:01:40.4275993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:40.4276819Z template typename func, int end> 2022-11-23T01:01:40.4277189Z ^~~~~~~~ 2022-11-23T01:01:40.4277504Z class 2022-11-23T01:01:40.4278213Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseBinaryOpIntersectionKernel.hip:7: 2022-11-23T01:01:40.4279064Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:01:40.4280057Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:40.4280872Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:40.4281430Z ^ 2022-11-23T01:01:40.4282177Z /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:01:40.4282952Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:40.4283306Z ^ 2022-11-23T01:01:40.4283880Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:40.4284428Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:40.4284834Z ^ 2022-11-23T01:01:40.4285216Z 3 warnings generated when compiling for host. 2022-11-23T01:01:40.4374764Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorFactories.hip.o 2022-11-23T01:01:40.5735280Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorModeKernel.hip.o 2022-11-23T01:01:40.8613801Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorTopK.hip.o 2022-11-23T01:01:41.1938803Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/StepKernel.hip:5: 2022-11-23T01:01:41.1955693Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:41.1956931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:41.1957598Z template typename func, int end, int current=0> 2022-11-23T01:01:41.1958201Z ^~~~~~~~ 2022-11-23T01:01:41.1958518Z class 2022-11-23T01:01:41.1959347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:41.1959956Z template typename func, int end> 2022-11-23T01:01:41.1960319Z ^~~~~~~~ 2022-11-23T01:01:41.1960621Z class 2022-11-23T01:01:41.1960980Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:41.1961510Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/StepKernel.hip:5: 2022-11-23T01:01:41.1962098Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:41.1963150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:41.1963812Z template typename func, int end, int current=0> 2022-11-23T01:01:41.1964219Z ^~~~~~~~ 2022-11-23T01:01:41.1964531Z class 2022-11-23T01:01:41.1965341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:41.1965972Z template typename func, int end> 2022-11-23T01:01:41.1966344Z ^~~~~~~~ 2022-11-23T01:01:41.1966640Z class 2022-11-23T01:01:41.1967000Z 2 warnings generated when compiling for host. 2022-11-23T01:01:41.2049340Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorTransformations.hip.o 2022-11-23T01:01:41.3664898Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorCompare.hip:8: 2022-11-23T01:01:41.3665625Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:41.3666735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:41.3667349Z template typename func, int end, int current=0> 2022-11-23T01:01:41.3667688Z ^~~~~~~~ 2022-11-23T01:01:41.3667950Z class 2022-11-23T01:01:41.3668861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:41.3669452Z template typename func, int end> 2022-11-23T01:01:41.3669795Z ^~~~~~~~ 2022-11-23T01:01:41.3670052Z class 2022-11-23T01:01:41.3670402Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:41.3670847Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorCompare.hip:8: 2022-11-23T01:01:41.3671479Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:41.3672436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:41.3673043Z template typename func, int end, int current=0> 2022-11-23T01:01:41.3673407Z ^~~~~~~~ 2022-11-23T01:01:41.3673681Z class 2022-11-23T01:01:41.3674571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:41.3675216Z template typename func, int end> 2022-11-23T01:01:41.3675634Z ^~~~~~~~ 2022-11-23T01:01:41.3677753Z class 2022-11-23T01:01:41.3678834Z 2 warnings generated when compiling for host. 2022-11-23T01:01:41.3714594Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SummaryOps.hip:10: 2022-11-23T01:01:41.3715627Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:41.3728401Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:41.3729139Z ^ 2022-11-23T01:01:41.3731472Z /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:01:41.3732161Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:41.3732563Z ^ 2022-11-23T01:01:41.3733148Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:41.3733889Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:41.3734276Z ^ 2022-11-23T01:01:41.3734686Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:41.3735284Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SummaryOps.hip:10: 2022-11-23T01:01:41.3736333Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:41.3737244Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:41.3738009Z ^ 2022-11-23T01:01:41.3738775Z /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:01:41.3739278Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:41.3739628Z ^ 2022-11-23T01:01:41.3740256Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:41.3740778Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:41.3741259Z ^ 2022-11-23T01:01:41.3741881Z 1 warning generated when compiling for host. 2022-11-23T01:01:41.3784933Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TriangularOps.hip.o 2022-11-23T01:01:41.3836439Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryComplexKernels.hip.o 2022-11-23T01:01:41.7209848Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorFactories.hip:6: 2022-11-23T01:01:41.7210844Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:41.7213619Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:41.7214945Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:41.7215876Z ^ 2022-11-23T01:01:41.7232018Z /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:01:41.7232561Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:41.7232871Z ^ 2022-11-23T01:01:41.7233412Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:41.7233955Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:41.7234360Z ^ 2022-11-23T01:01:41.7234751Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:41.7235305Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorFactories.hip:6: 2022-11-23T01:01:41.7236137Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:41.7237152Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:41.7237964Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:41.7238470Z ^ 2022-11-23T01:01:41.7239233Z /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:01:41.7239810Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:41.7240156Z ^ 2022-11-23T01:01:41.7240719Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:41.7241243Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:41.7241659Z ^ 2022-11-23T01:01:41.7241915Z 1 warning generated when compiling for host. 2022-11-23T01:01:41.7329016Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryFractionKernels.hip.o 2022-11-23T01:01:42.1270695Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.hip:3: 2022-11-23T01:01:42.1272013Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.cuh:6: 2022-11-23T01:01:42.1273250Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:42.1276402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:42.1278761Z template typename func, int end, int current=0> 2022-11-23T01:01:42.1280502Z ^~~~~~~~ 2022-11-23T01:01:42.1282106Z class 2022-11-23T01:01:42.1284604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:42.1285733Z template typename func, int end> 2022-11-23T01:01:42.1286443Z ^~~~~~~~ 2022-11-23T01:01:42.1287028Z class 2022-11-23T01:01:42.1289430Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:42.1290083Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.hip:3: 2022-11-23T01:01:42.1290773Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.cuh:6: 2022-11-23T01:01:42.1291391Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:42.1292502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:42.1293230Z template typename func, int end, int current=0> 2022-11-23T01:01:42.1293622Z ^~~~~~~~ 2022-11-23T01:01:42.1293926Z class 2022-11-23T01:01:42.1294826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:42.1295517Z template typename func, int end> 2022-11-23T01:01:42.1295890Z ^~~~~~~~ 2022-11-23T01:01:42.1296211Z class 2022-11-23T01:01:42.1296604Z 2 warnings generated when compiling for host. 2022-11-23T01:01:42.1385492Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGammaKernels.hip.o 2022-11-23T01:01:42.1804451Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTopK.hip:15: 2022-11-23T01:01:42.1807906Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingRadixSelect.cuh:4: 2022-11-23T01:01:42.1811946Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:42.1812970Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:42.1815957Z ^ 2022-11-23T01:01:42.1831243Z /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:01:42.1831898Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:42.1832246Z ^ 2022-11-23T01:01:42.1832874Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:42.1833469Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:42.1833884Z ^ 2022-11-23T01:01:42.1834273Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:42.1834835Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTopK.hip:15: 2022-11-23T01:01:42.1835527Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingRadixSelect.cuh:4: 2022-11-23T01:01:42.1836745Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:42.1837533Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:42.1838084Z ^ 2022-11-23T01:01:42.1838758Z /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:01:42.1839269Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:42.1839589Z ^ 2022-11-23T01:01:42.1840131Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:42.1840685Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:42.1841087Z ^ 2022-11-23T01:01:42.1841478Z 1 warning generated when compiling for host. 2022-11-23T01:01:42.1956096Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAcosKernel.hip.o 2022-11-23T01:01:42.3858345Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTransformations.hip:8: 2022-11-23T01:01:42.3859422Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:42.3860982Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:42.3862013Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:42.3862589Z ^ 2022-11-23T01:01:42.3863399Z /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:01:42.3866397Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:42.3866988Z ^ 2022-11-23T01:01:42.3867729Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:42.3868293Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:42.3869786Z ^ 2022-11-23T01:01:42.3870361Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:42.3871165Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTransformations.hip:8: 2022-11-23T01:01:42.3871843Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:42.3875618Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:42.3876616Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:42.3877378Z ^ 2022-11-23T01:01:42.3878257Z /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:01:42.3878849Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:42.3879195Z ^ 2022-11-23T01:01:42.3879831Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:42.3880382Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:42.3880783Z ^ 2022-11-23T01:01:42.3881164Z 1 warning generated when compiling for host. 2022-11-23T01:01:42.3984616Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAcoshKernel.hip.o 2022-11-23T01:01:42.4426891Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryComplexKernels.hip:6: 2022-11-23T01:01:42.4428239Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:42.4430072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:42.4430760Z template typename func, int end, int current=0> 2022-11-23T01:01:42.4431156Z ^~~~~~~~ 2022-11-23T01:01:42.4432040Z class 2022-11-23T01:01:42.4432862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:42.4440358Z template typename func, int end> 2022-11-23T01:01:42.4441066Z ^~~~~~~~ 2022-11-23T01:01:42.4441413Z class 2022-11-23T01:01:42.4441936Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:42.4443676Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryComplexKernels.hip:6: 2022-11-23T01:01:42.4444744Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:42.4445856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:42.4446583Z template typename func, int end, int current=0> 2022-11-23T01:01:42.4446984Z ^~~~~~~~ 2022-11-23T01:01:42.4447303Z class 2022-11-23T01:01:42.4448136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:42.4448753Z template typename func, int end> 2022-11-23T01:01:42.4449095Z ^~~~~~~~ 2022-11-23T01:01:42.4449381Z class 2022-11-23T01:01:42.4449746Z 2 warnings generated when compiling for host. 2022-11-23T01:01:42.4522850Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAsinKernel.hip.o 2022-11-23T01:01:42.6734900Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TriangularOps.hip:22: 2022-11-23T01:01:42.6735629Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:42.6736911Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:42.6737732Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:42.6738281Z ^ 2022-11-23T01:01:42.6746108Z /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:01:42.6746880Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:42.6747245Z ^ 2022-11-23T01:01:42.6747999Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:42.6748822Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:42.6749369Z ^ 2022-11-23T01:01:42.6749949Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:42.6750652Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TriangularOps.hip:22: 2022-11-23T01:01:42.6751428Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:42.6752436Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:42.6753242Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:42.6754906Z ^ 2022-11-23T01:01:42.6755708Z /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:01:42.6756282Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:42.6756627Z ^ 2022-11-23T01:01:42.6757196Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:42.6757750Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:42.6758159Z ^ 2022-11-23T01:01:42.6758552Z 1 warning generated when compiling for host. 2022-11-23T01:01:42.6851574Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAsinhKernel.hip.o 2022-11-23T01:01:42.8896735Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryFractionKernels.hip:5: 2022-11-23T01:01:42.8897839Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:42.8899342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:42.8900231Z template typename func, int end, int current=0> 2022-11-23T01:01:42.8907159Z ^~~~~~~~ 2022-11-23T01:01:42.8907750Z class 2022-11-23T01:01:42.8908924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:42.8909904Z template typename func, int end> 2022-11-23T01:01:42.8910662Z ^~~~~~~~ 2022-11-23T01:01:42.8911179Z class 2022-11-23T01:01:42.8911720Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:42.8912530Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryFractionKernels.hip:5: 2022-11-23T01:01:42.8913356Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:42.8914747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:42.8915809Z template typename func, int end, int current=0> 2022-11-23T01:01:42.8916367Z ^~~~~~~~ 2022-11-23T01:01:42.8916680Z class 2022-11-23T01:01:42.8917863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:42.8918698Z template typename func, int end> 2022-11-23T01:01:42.8919083Z ^~~~~~~~ 2022-11-23T01:01:42.8919546Z class 2022-11-23T01:01:42.8920074Z 2 warnings generated when compiling for host. 2022-11-23T01:01:42.9002624Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAtanKernel.hip.o 2022-11-23T01:01:43.1992883Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGammaKernels.hip:5: 2022-11-23T01:01:43.1995350Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:43.1998246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:43.1999120Z template typename func, int end, int current=0> 2022-11-23T01:01:43.1999555Z ^~~~~~~~ 2022-11-23T01:01:43.1999975Z class 2022-11-23T01:01:43.2001089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:43.2008175Z template typename func, int end> 2022-11-23T01:01:43.2008603Z ^~~~~~~~ 2022-11-23T01:01:43.2008935Z class 2022-11-23T01:01:43.2010731Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:43.2011329Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGammaKernels.hip:5: 2022-11-23T01:01:43.2011988Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:43.2013087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:43.2013772Z template typename func, int end, int current=0> 2022-11-23T01:01:43.2014177Z ^~~~~~~~ 2022-11-23T01:01:43.2014501Z class 2022-11-23T01:01:43.2015353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:43.2016009Z template typename func, int end> 2022-11-23T01:01:43.2016392Z ^~~~~~~~ 2022-11-23T01:01:43.2016708Z class 2022-11-23T01:01:43.2017072Z 2 warnings generated when compiling for host. 2022-11-23T01:01:43.2105918Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAtanhKernel.hip.o 2022-11-23T01:01:43.2909797Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcosKernel.hip:9: 2022-11-23T01:01:43.2920814Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:43.2928272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:43.2929026Z template typename func, int end, int current=0> 2022-11-23T01:01:43.2929446Z ^~~~~~~~ 2022-11-23T01:01:43.2929752Z class 2022-11-23T01:01:43.2930816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:43.2931500Z template typename func, int end> 2022-11-23T01:01:43.2931878Z ^~~~~~~~ 2022-11-23T01:01:43.2932202Z class 2022-11-23T01:01:43.2932596Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:43.2933250Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcosKernel.hip:9: 2022-11-23T01:01:43.2933935Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:43.2934884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:43.2935566Z template typename func, int end, int current=0> 2022-11-23T01:01:43.2935974Z ^~~~~~~~ 2022-11-23T01:01:43.2936298Z class 2022-11-23T01:01:43.2937182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:43.2937871Z template typename func, int end> 2022-11-23T01:01:43.2938246Z ^~~~~~~~ 2022-11-23T01:01:43.2938569Z class 2022-11-23T01:01:43.2938951Z 2 warnings generated when compiling for host. 2022-11-23T01:01:43.3020210Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricCosKernel.hip.o 2022-11-23T01:01:43.5436359Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcoshKernel.hip:9: 2022-11-23T01:01:43.5437604Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:43.5439718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:43.5440622Z template typename func, int end, int current=0> 2022-11-23T01:01:43.5441231Z ^~~~~~~~ 2022-11-23T01:01:43.5442577Z class 2022-11-23T01:01:43.5444531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:43.5447324Z template typename func, int end> 2022-11-23T01:01:43.5448685Z ^~~~~~~~ 2022-11-23T01:01:43.5451155Z class 2022-11-23T01:01:43.5453767Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:43.5454631Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcoshKernel.hip:9: 2022-11-23T01:01:43.5455386Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:43.5456460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:43.5457163Z template typename func, int end, int current=0> 2022-11-23T01:01:43.5457555Z ^~~~~~~~ 2022-11-23T01:01:43.5459174Z class 2022-11-23T01:01:43.5460221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:43.5460921Z template typename func, int end> 2022-11-23T01:01:43.5462900Z ^~~~~~~~ 2022-11-23T01:01:43.5463394Z class 2022-11-23T01:01:43.5463803Z 2 warnings generated when compiling for host. 2022-11-23T01:01:43.5538009Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricCoshKernel.hip.o 2022-11-23T01:01:43.5831193Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinKernel.hip:9: 2022-11-23T01:01:43.5833861Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:43.5836274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:43.5837023Z template typename func, int end, int current=0> 2022-11-23T01:01:43.5838392Z ^~~~~~~~ 2022-11-23T01:01:43.5838711Z class 2022-11-23T01:01:43.5839724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:43.5844249Z template typename func, int end> 2022-11-23T01:01:43.5844568Z ^~~~~~~~ 2022-11-23T01:01:43.5844761Z class 2022-11-23T01:01:43.5845687Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:43.5846156Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinKernel.hip:9: 2022-11-23T01:01:43.5846537Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:43.5850744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:43.5851451Z template typename func, int end, int current=0> 2022-11-23T01:01:43.5851857Z ^~~~~~~~ 2022-11-23T01:01:43.5852154Z class 2022-11-23T01:01:43.5857483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:43.5858368Z template typename func, int end> 2022-11-23T01:01:43.5858870Z ^~~~~~~~ 2022-11-23T01:01:43.5859134Z class 2022-11-23T01:01:43.5859569Z 2 warnings generated when compiling for host. 2022-11-23T01:01:43.5959594Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricSinKernel.hip.o 2022-11-23T01:01:43.8469564Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinhKernel.hip:9: 2022-11-23T01:01:43.8470615Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:43.8472908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:43.8473668Z template typename func, int end, int current=0> 2022-11-23T01:01:43.8475474Z ^~~~~~~~ 2022-11-23T01:01:43.8487590Z class 2022-11-23T01:01:43.8488283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:43.8488686Z template typename func, int end> 2022-11-23T01:01:43.8488889Z ^~~~~~~~ 2022-11-23T01:01:43.8489073Z class 2022-11-23T01:01:43.8489296Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:43.8489632Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinhKernel.hip:9: 2022-11-23T01:01:43.8489990Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:43.8490678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:43.8491073Z template typename func, int end, int current=0> 2022-11-23T01:01:43.8491286Z ^~~~~~~~ 2022-11-23T01:01:43.8491468Z class 2022-11-23T01:01:43.8491939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:43.8492306Z template typename func, int end> 2022-11-23T01:01:43.8492512Z ^~~~~~~~ 2022-11-23T01:01:43.8492690Z class 2022-11-23T01:01:43.8492903Z 2 warnings generated when compiling for host. 2022-11-23T01:01:43.8623787Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricSinhKernel.hip.o 2022-11-23T01:01:44.0152565Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanKernel.hip:9: 2022-11-23T01:01:44.0153625Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:44.0154733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:44.0166088Z template typename func, int end, int current=0> 2022-11-23T01:01:44.0166700Z ^~~~~~~~ 2022-11-23T01:01:44.0167108Z class 2022-11-23T01:01:44.0167710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:44.0168095Z template typename func, int end> 2022-11-23T01:01:44.0168560Z ^~~~~~~~ 2022-11-23T01:01:44.0168852Z class 2022-11-23T01:01:44.0169247Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:44.0169896Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanKernel.hip:9: 2022-11-23T01:01:44.0170554Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:44.0171296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:44.0171743Z template typename func, int end, int current=0> 2022-11-23T01:01:44.0171977Z ^~~~~~~~ 2022-11-23T01:01:44.0172188Z class 2022-11-23T01:01:44.0172664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:44.0173079Z template typename func, int end> 2022-11-23T01:01:44.0173292Z ^~~~~~~~ 2022-11-23T01:01:44.0173454Z class 2022-11-23T01:01:44.0173707Z 2 warnings generated when compiling for host. 2022-11-23T01:01:44.0264294Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricTanKernel.hip.o 2022-11-23T01:01:44.3422080Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanhKernel.hip:9: 2022-11-23T01:01:44.3423085Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:44.3426682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:44.3427644Z template typename func, int end, int current=0> 2022-11-23T01:01:44.3430708Z ^~~~~~~~ 2022-11-23T01:01:44.3431383Z class 2022-11-23T01:01:44.3432747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:44.3433384Z template typename func, int end> 2022-11-23T01:01:44.3433685Z ^~~~~~~~ 2022-11-23T01:01:44.3433966Z class 2022-11-23T01:01:44.3434475Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:44.3435055Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanhKernel.hip:9: 2022-11-23T01:01:44.3435693Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:44.3436715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:44.3437261Z template typename func, int end, int current=0> 2022-11-23T01:01:44.3437551Z ^~~~~~~~ 2022-11-23T01:01:44.3437833Z class 2022-11-23T01:01:44.3438948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:44.3439555Z template typename func, int end> 2022-11-23T01:01:44.3439888Z ^~~~~~~~ 2022-11-23T01:01:44.3440201Z class 2022-11-23T01:01:44.3440766Z 2 warnings generated when compiling for host. 2022-11-23T01:01:44.3590063Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricTanhKernel.hip.o 2022-11-23T01:01:44.4472801Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCosKernel.hip:9: 2022-11-23T01:01:44.4488342Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:44.4489562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:44.4490283Z template typename func, int end, int current=0> 2022-11-23T01:01:44.4490681Z ^~~~~~~~ 2022-11-23T01:01:44.4490993Z class 2022-11-23T01:01:44.4491864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:44.4492518Z template typename func, int end> 2022-11-23T01:01:44.4492903Z ^~~~~~~~ 2022-11-23T01:01:44.4493221Z class 2022-11-23T01:01:44.4493626Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:44.4494229Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCosKernel.hip:9: 2022-11-23T01:01:44.4494904Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:44.4495942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:44.4496657Z template typename func, int end, int current=0> 2022-11-23T01:01:44.4497053Z ^~~~~~~~ 2022-11-23T01:01:44.4497368Z class 2022-11-23T01:01:44.4498241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:44.4498914Z template typename func, int end> 2022-11-23T01:01:44.4499300Z ^~~~~~~~ 2022-11-23T01:01:44.4499611Z class 2022-11-23T01:01:44.4500190Z 2 warnings generated when compiling for host. 2022-11-23T01:01:44.4635315Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryLogKernels.hip.o 2022-11-23T01:01:44.6960465Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCoshKernel.hip:9: 2022-11-23T01:01:44.6961905Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:44.6963340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:44.6967673Z template typename func, int end, int current=0> 2022-11-23T01:01:44.6968053Z ^~~~~~~~ 2022-11-23T01:01:44.6968357Z class 2022-11-23T01:01:44.6969235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:44.6969861Z template typename func, int end> 2022-11-23T01:01:44.6970246Z ^~~~~~~~ 2022-11-23T01:01:44.6970550Z class 2022-11-23T01:01:44.6972529Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:44.6974112Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCoshKernel.hip:9: 2022-11-23T01:01:44.6974756Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:44.6976062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:44.6976734Z template typename func, int end, int current=0> 2022-11-23T01:01:44.6978046Z ^~~~~~~~ 2022-11-23T01:01:44.6978374Z class 2022-11-23T01:01:44.6980100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:44.6980720Z template typename func, int end> 2022-11-23T01:01:44.6981111Z ^~~~~~~~ 2022-11-23T01:01:44.6981409Z class 2022-11-23T01:01:44.6981980Z 2 warnings generated when compiling for host. 2022-11-23T01:01:44.7072315Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryOpsKernel.hip.o 2022-11-23T01:01:44.7334144Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinKernel.hip:9: 2022-11-23T01:01:44.7334823Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:44.7335977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:44.7336737Z template typename func, int end, int current=0> 2022-11-23T01:01:44.7337101Z ^~~~~~~~ 2022-11-23T01:01:44.7337311Z class 2022-11-23T01:01:44.7342539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:44.7343379Z template typename func, int end> 2022-11-23T01:01:44.7343747Z ^~~~~~~~ 2022-11-23T01:01:44.7344059Z class 2022-11-23T01:01:44.7344454Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:44.7345011Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinKernel.hip:9: 2022-11-23T01:01:44.7345673Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:44.7347084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:44.7348226Z template typename func, int end, int current=0> 2022-11-23T01:01:44.7349901Z ^~~~~~~~ 2022-11-23T01:01:44.7350300Z class 2022-11-23T01:01:44.7351262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:44.7351977Z template typename func, int end> 2022-11-23T01:01:44.7352371Z ^~~~~~~~ 2022-11-23T01:01:44.7352683Z class 2022-11-23T01:01:44.7353065Z 2 warnings generated when compiling for host. 2022-11-23T01:01:44.7423583Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnarySignKernels.hip.o 2022-11-23T01:01:45.0558000Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinhKernel.hip:9: 2022-11-23T01:01:45.0569890Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:45.0571060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.0571725Z template typename func, int end, int current=0> 2022-11-23T01:01:45.0572312Z ^~~~~~~~ 2022-11-23T01:01:45.0572508Z class 2022-11-23T01:01:45.0573061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.0573440Z template typename func, int end> 2022-11-23T01:01:45.0573790Z ^~~~~~~~ 2022-11-23T01:01:45.0574028Z class 2022-11-23T01:01:45.0574379Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:45.0578329Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinhKernel.hip:9: 2022-11-23T01:01:45.0579215Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:45.0580571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.0581458Z template typename func, int end, int current=0> 2022-11-23T01:01:45.0582699Z ^~~~~~~~ 2022-11-23T01:01:45.0583169Z class 2022-11-23T01:01:45.0584213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.0585011Z template typename func, int end> 2022-11-23T01:01:45.0585390Z ^~~~~~~~ 2022-11-23T01:01:45.0585710Z class 2022-11-23T01:01:45.0586093Z 2 warnings generated when compiling for host. 2022-11-23T01:01:45.0689225Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnarySpecialOpsKernel.hip.o 2022-11-23T01:01:45.1678813Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanKernel.hip:9: 2022-11-23T01:01:45.1682119Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:45.1685276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.1686161Z template typename func, int end, int current=0> 2022-11-23T01:01:45.1686909Z ^~~~~~~~ 2022-11-23T01:01:45.1687609Z class 2022-11-23T01:01:45.1690431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.1691137Z template typename func, int end> 2022-11-23T01:01:45.1691522Z ^~~~~~~~ 2022-11-23T01:01:45.1691846Z class 2022-11-23T01:01:45.1692242Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:45.1692802Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanKernel.hip:9: 2022-11-23T01:01:45.1693451Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:45.1694491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.1695584Z template typename func, int end, int current=0> 2022-11-23T01:01:45.1695970Z ^~~~~~~~ 2022-11-23T01:01:45.1696290Z class 2022-11-23T01:01:45.1700231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.1700962Z template typename func, int end> 2022-11-23T01:01:45.1701691Z ^~~~~~~~ 2022-11-23T01:01:45.1702034Z class 2022-11-23T01:01:45.1702621Z 2 warnings generated when compiling for host. 2022-11-23T01:01:45.1788637Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnfoldBackwardKernel.hip.o 2022-11-23T01:01:45.4370189Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanhKernel.hip:9: 2022-11-23T01:01:45.4372546Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:45.4375352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.4376465Z template typename func, int end, int current=0> 2022-11-23T01:01:45.4378311Z ^~~~~~~~ 2022-11-23T01:01:45.4378655Z class 2022-11-23T01:01:45.4379575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.4381849Z template typename func, int end> 2022-11-23T01:01:45.4382518Z ^~~~~~~~ 2022-11-23T01:01:45.4385458Z class 2022-11-23T01:01:45.4386184Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:45.4386824Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanhKernel.hip:9: 2022-11-23T01:01:45.4387479Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:45.4392640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.4393352Z template typename func, int end, int current=0> 2022-11-23T01:01:45.4394417Z ^~~~~~~~ 2022-11-23T01:01:45.4394997Z class 2022-11-23T01:01:45.4396036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.4396746Z template typename func, int end> 2022-11-23T01:01:45.4397147Z ^~~~~~~~ 2022-11-23T01:01:45.4397784Z class 2022-11-23T01:01:45.4398168Z 2 warnings generated when compiling for host. 2022-11-23T01:01:45.4497344Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Unique.hip.o 2022-11-23T01:01:45.6121081Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryLogKernels.hip:5: 2022-11-23T01:01:45.6123153Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:45.6125333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.6127111Z template typename func, int end, int current=0> 2022-11-23T01:01:45.6128578Z ^~~~~~~~ 2022-11-23T01:01:45.6129861Z class 2022-11-23T01:01:45.6131844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.6133582Z template typename func, int end> 2022-11-23T01:01:45.6134943Z ^~~~~~~~ 2022-11-23T01:01:45.6136215Z class 2022-11-23T01:01:45.6137574Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:45.6139127Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryLogKernels.hip:5: 2022-11-23T01:01:45.6140740Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:45.6143320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.6145070Z template typename func, int end, int current=0> 2022-11-23T01:01:45.6146464Z ^~~~~~~~ 2022-11-23T01:01:45.6147743Z class 2022-11-23T01:01:45.6149666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.6151336Z template typename func, int end> 2022-11-23T01:01:45.6152683Z ^~~~~~~~ 2022-11-23T01:01:45.6153940Z class 2022-11-23T01:01:45.6155316Z 2 warnings generated when compiling for host. 2022-11-23T01:01:45.6217361Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UniqueCub.hip.o 2022-11-23T01:01:45.8715698Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySignKernels.hip:4: 2022-11-23T01:01:45.8716644Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:45.8728334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.8729106Z template typename func, int end, int current=0> 2022-11-23T01:01:45.8730665Z ^~~~~~~~ 2022-11-23T01:01:45.8731469Z class 2022-11-23T01:01:45.8732935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.8733550Z template typename func, int end> 2022-11-23T01:01:45.8733904Z ^~~~~~~~ 2022-11-23T01:01:45.8734239Z class 2022-11-23T01:01:45.8734631Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:45.8735161Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySignKernels.hip:4: 2022-11-23T01:01:45.8735826Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:45.8737001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.8737415Z template typename func, int end, int current=0> 2022-11-23T01:01:45.8737685Z ^~~~~~~~ 2022-11-23T01:01:45.8737864Z class 2022-11-23T01:01:45.8738445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.8739057Z template typename func, int end> 2022-11-23T01:01:45.8739378Z ^~~~~~~~ 2022-11-23T01:01:45.8739546Z class 2022-11-23T01:01:45.8739764Z 2 warnings generated when compiling for host. 2022-11-23T01:01:45.8817325Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleBicubic2d.hip.o 2022-11-23T01:01:45.9500614Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryOpsKernel.hip:13: 2022-11-23T01:01:45.9501286Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:45.9502826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.9506140Z template typename func, int end, int current=0> 2022-11-23T01:01:45.9509365Z ^~~~~~~~ 2022-11-23T01:01:45.9509690Z class 2022-11-23T01:01:45.9510563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.9511178Z template typename func, int end> 2022-11-23T01:01:45.9511552Z ^~~~~~~~ 2022-11-23T01:01:45.9511853Z class 2022-11-23T01:01:45.9512313Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryOpsKernel.hip:13: 2022-11-23T01:01:45.9512921Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2022-11-23T01:01:45.9513521Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2022-11-23T01:01:45.9518295Z /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:01:45.9519471Z __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:01:45.9519990Z ^ 2022-11-23T01:01:45.9521294Z /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:01:45.9522620Z /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:01:45.9540376Z /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:01:45.9542399Z /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:01:45.9544549Z /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:01:45.9546668Z /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:01:45.9548628Z /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:01:45.9550440Z /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:01:45.9552803Z /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:01:45.9553769Z 12 warnings generated when compiling for gfx906. 2022-11-23T01:01:45.9554314Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryOpsKernel.hip:13: 2022-11-23T01:01:45.9554979Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:45.9556003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.9556734Z template typename func, int end, int current=0> 2022-11-23T01:01:45.9557154Z ^~~~~~~~ 2022-11-23T01:01:45.9557463Z class 2022-11-23T01:01:45.9558333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:45.9558929Z template typename func, int end> 2022-11-23T01:01:45.9559304Z ^~~~~~~~ 2022-11-23T01:01:45.9559606Z class 2022-11-23T01:01:45.9559994Z 2 warnings generated when compiling for host. 2022-11-23T01:01:45.9676349Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleBilinear2d.hip.o 2022-11-23T01:01:46.2081976Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySpecialOpsKernel.hip:12: 2022-11-23T01:01:46.2083256Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:46.2084401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:46.2085099Z template typename func, int end, int current=0> 2022-11-23T01:01:46.2085489Z ^~~~~~~~ 2022-11-23T01:01:46.2085797Z class 2022-11-23T01:01:46.2091881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:46.2092904Z template typename func, int end> 2022-11-23T01:01:46.2093439Z ^~~~~~~~ 2022-11-23T01:01:46.2094007Z class 2022-11-23T01:01:46.2094463Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:46.2095046Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySpecialOpsKernel.hip:12: 2022-11-23T01:01:46.2095694Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:46.2096751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:46.2097440Z template typename func, int end, int current=0> 2022-11-23T01:01:46.2097862Z ^~~~~~~~ 2022-11-23T01:01:46.2098170Z class 2022-11-23T01:01:46.2099092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:46.2099789Z template typename func, int end> 2022-11-23T01:01:46.2100179Z ^~~~~~~~ 2022-11-23T01:01:46.2100465Z class 2022-11-23T01:01:46.2100835Z 2 warnings generated when compiling for host. 2022-11-23T01:01:46.2180069Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleLinear1d.hip.o 2022-11-23T01:01:46.4913237Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnfoldBackwardKernel.hip:7: 2022-11-23T01:01:46.4913830Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:46.4914778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:46.4915343Z template typename func, int end, int current=0> 2022-11-23T01:01:46.4915674Z ^~~~~~~~ 2022-11-23T01:01:46.4921321Z class 2022-11-23T01:01:46.4922671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:46.4924571Z template typename func, int end> 2022-11-23T01:01:46.4924975Z ^~~~~~~~ 2022-11-23T01:01:46.4925494Z class 2022-11-23T01:01:46.4925846Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:46.4926565Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnfoldBackwardKernel.hip:7: 2022-11-23T01:01:46.4932239Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:46.4933281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:46.4933932Z template typename func, int end, int current=0> 2022-11-23T01:01:46.4934305Z ^~~~~~~~ 2022-11-23T01:01:46.4934596Z class 2022-11-23T01:01:46.4935402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:46.4936039Z template typename func, int end> 2022-11-23T01:01:46.4936389Z ^~~~~~~~ 2022-11-23T01:01:46.4936662Z class 2022-11-23T01:01:46.4936986Z 2 warnings generated when compiling for host. 2022-11-23T01:01:46.5028035Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleNearest1d.hip.o 2022-11-23T01:01:47.0308448Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:8: 2022-11-23T01:01:47.0310396Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:47.0312965Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:47.0314931Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:47.0316803Z ^ 2022-11-23T01:01:47.0318744Z /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:01:47.0320587Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:47.0321058Z ^ 2022-11-23T01:01:47.0322078Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:47.0322512Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:47.0322794Z ^ 2022-11-23T01:01:47.0323028Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:47.0323332Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:8: 2022-11-23T01:01:47.0323733Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:47.0324519Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:47.0325152Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:47.0325735Z ^ 2022-11-23T01:01:47.0326508Z /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:01:47.0326830Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:47.0327006Z ^ 2022-11-23T01:01:47.0327387Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:47.0327693Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:47.0327956Z ^ 2022-11-23T01:01:47.0328180Z 1 warning generated when compiling for host. 2022-11-23T01:01:47.0347615Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBicubic2d.hip:11: 2022-11-23T01:01:47.0348897Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:01:47.0350225Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:47.0351310Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:47.0352357Z ^ 2022-11-23T01:01:47.0354977Z /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:01:47.0355875Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:47.0357169Z ^ 2022-11-23T01:01:47.0357660Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:47.0357973Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:47.0358204Z ^ 2022-11-23T01:01:47.0358531Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:47.0364609Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBicubic2d.hip:11: 2022-11-23T01:01:47.0365301Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:01:47.0366502Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:47.0367336Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:47.0368032Z ^ 2022-11-23T01:01:47.0368842Z /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:01:47.0370107Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:47.0370457Z ^ 2022-11-23T01:01:47.0371054Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:47.0371628Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:47.0372041Z ^ 2022-11-23T01:01:47.0372422Z 1 warning generated when compiling for host. 2022-11-23T01:01:47.0419078Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleNearest2d.hip.o 2022-11-23T01:01:47.0472091Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleNearest3d.hip.o 2022-11-23T01:01:47.2364956Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBilinear2d.hip:13: 2022-11-23T01:01:47.2371096Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:01:47.2372534Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:47.2373644Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:47.2376533Z ^ 2022-11-23T01:01:47.2377499Z /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:01:47.2378456Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:47.2378946Z ^ 2022-11-23T01:01:47.2379687Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:47.2383676Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:47.2384211Z ^ 2022-11-23T01:01:47.2384590Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:47.2385242Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBilinear2d.hip:13: 2022-11-23T01:01:47.2385968Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:01:47.2387147Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:47.2388047Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:47.2388668Z ^ 2022-11-23T01:01:47.2389509Z /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:01:47.2390155Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:47.2390481Z ^ 2022-11-23T01:01:47.2391138Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:47.2391775Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:47.2392196Z ^ 2022-11-23T01:01:47.2392705Z 1 warning generated when compiling for host. 2022-11-23T01:01:47.2486859Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleTrilinear3d.hip.o 2022-11-23T01:01:47.2650189Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ValidateCompressedIndicesKernel.hip.o 2022-11-23T01:01:47.4594684Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleLinear1d.hip:12: 2022-11-23T01:01:47.4595925Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:47.4599710Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:47.4600627Z ^ 2022-11-23T01:01:47.4601625Z /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:01:47.4602262Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:47.4602951Z ^ 2022-11-23T01:01:47.4603562Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:47.4603988Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:47.4604223Z ^ 2022-11-23T01:01:47.4604758Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:47.4605700Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleLinear1d.hip:12: 2022-11-23T01:01:47.4607008Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:47.4607744Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:47.4608427Z ^ 2022-11-23T01:01:47.4609093Z /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:01:47.4609597Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:47.4609919Z ^ 2022-11-23T01:01:47.4610437Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:47.4610934Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:47.4611294Z ^ 2022-11-23T01:01:47.4611610Z 1 warning generated when compiling for host. 2022-11-23T01:01:47.4742550Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_WeightNorm.hip.o 2022-11-23T01:01:47.6665672Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest1d.hip:11: 2022-11-23T01:01:47.6666837Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:01:47.6668170Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:47.6669292Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:47.6669973Z ^ 2022-11-23T01:01:47.6672819Z /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:01:47.6673620Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:47.6674104Z ^ 2022-11-23T01:01:47.6674837Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:47.6675389Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:47.6675953Z ^ 2022-11-23T01:01:47.6676476Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:47.6677402Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest1d.hip:11: 2022-11-23T01:01:47.6678189Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:01:47.6679915Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:47.6681014Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:47.6681725Z ^ 2022-11-23T01:01:47.6682748Z /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:01:47.6683446Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:47.6683810Z ^ 2022-11-23T01:01:47.6684539Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:47.6685235Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:47.6685780Z ^ 2022-11-23T01:01:47.6686172Z 1 warning generated when compiling for host. 2022-11-23T01:01:47.6799099Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ZetaKernel.hip.o 2022-11-23T01:01:48.3066960Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest2d.hip:12: 2022-11-23T01:01:48.3069025Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:01:48.3072797Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:48.3074622Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:48.3078052Z ^ 2022-11-23T01:01:48.3079986Z /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:01:48.3081553Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:48.3083028Z ^ 2022-11-23T01:01:48.3085198Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:48.3087309Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:48.3089131Z ^ 2022-11-23T01:01:48.3091035Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:48.3093124Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest2d.hip:12: 2022-11-23T01:01:48.3097813Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:01:48.3098815Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:48.3099632Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:48.3100179Z ^ 2022-11-23T01:01:48.3100635Z /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:01:48.3101008Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:48.3101343Z ^ 2022-11-23T01:01:48.3102055Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:48.3102584Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:48.3102991Z ^ 2022-11-23T01:01:48.3103372Z 1 warning generated when compiling for host. 2022-11-23T01:01:48.3206689Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_airy_ai.hip.o 2022-11-23T01:01:48.4335269Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest3d.hip:4: 2022-11-23T01:01:48.4336177Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:01:48.4340703Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:48.4341882Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:48.4344694Z ^ 2022-11-23T01:01:48.4357163Z /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:01:48.4357946Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:48.4358663Z ^ 2022-11-23T01:01:48.4359499Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:48.4360063Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:48.4360507Z ^ 2022-11-23T01:01:48.4360913Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:48.4361489Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest3d.hip:4: 2022-11-23T01:01:48.4362143Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:01:48.4363438Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:48.4364244Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:48.4364777Z ^ 2022-11-23T01:01:48.4365542Z /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:01:48.4366105Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:48.4366430Z ^ 2022-11-23T01:01:48.4367016Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:48.4367551Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:48.4367972Z ^ 2022-11-23T01:01:48.4368351Z 1 warning generated when compiling for host. 2022-11-23T01:01:48.4464335Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_bessel_j0.hip.o 2022-11-23T01:01:48.5273429Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleTrilinear3d.hip:12: 2022-11-23T01:01:48.5277285Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:48.5280179Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:48.5281903Z ^ 2022-11-23T01:01:48.5283332Z /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:01:48.5283962Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:48.5284318Z ^ 2022-11-23T01:01:48.5284916Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:48.5285480Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:48.5285914Z ^ 2022-11-23T01:01:48.5286307Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:48.5287119Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleTrilinear3d.hip:12: 2022-11-23T01:01:48.5288177Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:48.5289001Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:48.5291072Z ^ 2022-11-23T01:01:48.5292041Z /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:01:48.5292620Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:48.5292938Z ^ 2022-11-23T01:01:48.5293493Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:48.5294020Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:48.5294424Z ^ 2022-11-23T01:01:48.5294855Z 1 warning generated when compiling for host. 2022-11-23T01:01:48.5365938Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_bessel_j1.hip.o 2022-11-23T01:01:48.5692763Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ValidateCompressedIndicesKernel.hip:4: 2022-11-23T01:01:48.5693499Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:48.5694820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:48.5695512Z template typename func, int end, int current=0> 2022-11-23T01:01:48.5695911Z ^~~~~~~~ 2022-11-23T01:01:48.5696213Z class 2022-11-23T01:01:48.5704026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:48.5704741Z template typename func, int end> 2022-11-23T01:01:48.5705120Z ^~~~~~~~ 2022-11-23T01:01:48.5705419Z class 2022-11-23T01:01:48.5705804Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:48.5706429Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ValidateCompressedIndicesKernel.hip:4: 2022-11-23T01:01:48.5707119Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:48.5708045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:48.5708638Z template typename func, int end, int current=0> 2022-11-23T01:01:48.5708981Z ^~~~~~~~ 2022-11-23T01:01:48.5709235Z class 2022-11-23T01:01:48.5709999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:48.5710572Z template typename func, int end> 2022-11-23T01:01:48.5710879Z ^~~~~~~~ 2022-11-23T01:01:48.5711201Z class 2022-11-23T01:01:48.5711573Z 2 warnings generated when compiling for host. 2022-11-23T01:01:48.5873614Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_bessel_y0.hip.o 2022-11-23T01:01:48.7402615Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_bessel_y1.hip.o 2022-11-23T01:01:48.8239365Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ZetaKernel.hip:4: 2022-11-23T01:01:48.8240608Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:48.8241953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:48.8246731Z template typename func, int end, int current=0> 2022-11-23T01:01:48.8247186Z ^~~~~~~~ 2022-11-23T01:01:48.8247511Z class 2022-11-23T01:01:48.8248455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:48.8249117Z template typename func, int end> 2022-11-23T01:01:48.8249479Z ^~~~~~~~ 2022-11-23T01:01:48.8249800Z class 2022-11-23T01:01:48.8250185Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:48.8250734Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ZetaKernel.hip:4: 2022-11-23T01:01:48.8251340Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:48.8259700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:48.8260549Z template typename func, int end, int current=0> 2022-11-23T01:01:48.8261121Z ^~~~~~~~ 2022-11-23T01:01:48.8262026Z class 2022-11-23T01:01:48.8263441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:48.8264265Z template typename func, int end> 2022-11-23T01:01:48.8264780Z ^~~~~~~~ 2022-11-23T01:01:48.8265097Z class 2022-11-23T01:01:48.8265637Z 2 warnings generated when compiling for host. 2022-11-23T01:01:48.8344818Z [ 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:01:49.4587341Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/airy_ai.hip:13: 2022-11-23T01:01:49.4593459Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:49.4596718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.4597559Z template typename func, int end, int current=0> 2022-11-23T01:01:49.4598090Z ^~~~~~~~ 2022-11-23T01:01:49.4598540Z class 2022-11-23T01:01:49.4599481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.4600215Z template typename func, int end> 2022-11-23T01:01:49.4600525Z ^~~~~~~~ 2022-11-23T01:01:49.4600927Z class 2022-11-23T01:01:49.4601263Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:49.4604017Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/airy_ai.hip:13: 2022-11-23T01:01:49.4604771Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:49.4605999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.4606763Z template typename func, int end, int current=0> 2022-11-23T01:01:49.4607464Z ^~~~~~~~ 2022-11-23T01:01:49.4607789Z class 2022-11-23T01:01:49.4609061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.4609793Z template typename func, int end> 2022-11-23T01:01:49.4610005Z ^~~~~~~~ 2022-11-23T01:01:49.4610193Z class 2022-11-23T01:01:49.4610421Z 2 warnings generated when compiling for host. 2022-11-23T01:01:49.4704158Z [ 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:01:49.5826142Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_j0.hip:13: 2022-11-23T01:01:49.5827312Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:49.5828783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.5829538Z template typename func, int end, int current=0> 2022-11-23T01:01:49.5829969Z ^~~~~~~~ 2022-11-23T01:01:49.5830274Z class 2022-11-23T01:01:49.5835502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.5836479Z template typename func, int end> 2022-11-23T01:01:49.5838470Z ^~~~~~~~ 2022-11-23T01:01:49.5839204Z class 2022-11-23T01:01:49.5839761Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:49.5840240Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_j0.hip:13: 2022-11-23T01:01:49.5845252Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:49.5846679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.5847494Z template typename func, int end, int current=0> 2022-11-23T01:01:49.5847857Z ^~~~~~~~ 2022-11-23T01:01:49.5848159Z class 2022-11-23T01:01:49.5849836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.5861969Z template typename func, int end> 2022-11-23T01:01:49.5862578Z ^~~~~~~~ 2022-11-23T01:01:49.5862913Z class 2022-11-23T01:01:49.5863471Z 2 warnings generated when compiling for host. 2022-11-23T01:01:49.5965922Z [ 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:01:49.6953715Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_j1.hip:13: 2022-11-23T01:01:49.6954746Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:49.6956210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.6974204Z template typename func, int end, int current=0> 2022-11-23T01:01:49.6974653Z ^~~~~~~~ 2022-11-23T01:01:49.6975128Z class 2022-11-23T01:01:49.6976210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.6977058Z template typename func, int end> 2022-11-23T01:01:49.6977548Z ^~~~~~~~ 2022-11-23T01:01:49.6978061Z class 2022-11-23T01:01:49.6978430Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:49.6978977Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_j1.hip:13: 2022-11-23T01:01:49.6979623Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:49.6980654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.6981386Z template typename func, int end, int current=0> 2022-11-23T01:01:49.6981940Z ^~~~~~~~ 2022-11-23T01:01:49.6982260Z class 2022-11-23T01:01:49.6983131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.6983824Z template typename func, int end> 2022-11-23T01:01:49.6984211Z ^~~~~~~~ 2022-11-23T01:01:49.6984516Z class 2022-11-23T01:01:49.6984906Z 2 warnings generated when compiling for host. 2022-11-23T01:01:49.7054282Z [ 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:01:49.7404494Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_y0.hip:13: 2022-11-23T01:01:49.7405377Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:49.7406530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.7407264Z template typename func, int end, int current=0> 2022-11-23T01:01:49.7407682Z ^~~~~~~~ 2022-11-23T01:01:49.7407981Z class 2022-11-23T01:01:49.7408862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.7409506Z template typename func, int end> 2022-11-23T01:01:49.7409874Z ^~~~~~~~ 2022-11-23T01:01:49.7410183Z class 2022-11-23T01:01:49.7416372Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:49.7416976Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_y0.hip:13: 2022-11-23T01:01:49.7417618Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:49.7418734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.7419467Z template typename func, int end, int current=0> 2022-11-23T01:01:49.7419868Z ^~~~~~~~ 2022-11-23T01:01:49.7420192Z class 2022-11-23T01:01:49.7421081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.7422081Z template typename func, int end> 2022-11-23T01:01:49.7422448Z ^~~~~~~~ 2022-11-23T01:01:49.7422773Z class 2022-11-23T01:01:49.7423155Z 2 warnings generated when compiling for host. 2022-11-23T01:01:49.7536187Z [ 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:01:49.8468243Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_y1.hip:13: 2022-11-23T01:01:49.8469040Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:49.8470362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.8471040Z template typename func, int end, int current=0> 2022-11-23T01:01:49.8471410Z ^~~~~~~~ 2022-11-23T01:01:49.8472266Z class 2022-11-23T01:01:49.8473268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.8473946Z template typename func, int end> 2022-11-23T01:01:49.8474322Z ^~~~~~~~ 2022-11-23T01:01:49.8474614Z class 2022-11-23T01:01:49.8474958Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:49.8486378Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_y1.hip:13: 2022-11-23T01:01:49.8487022Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:49.8488096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.8488786Z template typename func, int end, int current=0> 2022-11-23T01:01:49.8489187Z ^~~~~~~~ 2022-11-23T01:01:49.8489501Z class 2022-11-23T01:01:49.8490540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.8491224Z template typename func, int end> 2022-11-23T01:01:49.8491609Z ^~~~~~~~ 2022-11-23T01:01:49.8491931Z class 2022-11-23T01:01:49.8492310Z 2 warnings generated when compiling for host. 2022-11-23T01:01:49.8578863Z [ 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:01:49.9927440Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_t.hip:5: 2022-11-23T01:01:49.9928750Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:49.9929914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.9930593Z template typename func, int end, int current=0> 2022-11-23T01:01:49.9930970Z ^~~~~~~~ 2022-11-23T01:01:49.9931271Z class 2022-11-23T01:01:49.9932096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.9932719Z template typename func, int end> 2022-11-23T01:01:49.9933091Z ^~~~~~~~ 2022-11-23T01:01:49.9933385Z class 2022-11-23T01:01:49.9933751Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:49.9938583Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_t.hip:5: 2022-11-23T01:01:49.9939209Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:49.9940152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.9940775Z template typename func, int end, int current=0> 2022-11-23T01:01:49.9941149Z ^~~~~~~~ 2022-11-23T01:01:49.9941423Z class 2022-11-23T01:01:49.9942570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:49.9943204Z template typename func, int end> 2022-11-23T01:01:49.9943566Z ^~~~~~~~ 2022-11-23T01:01:49.9945916Z class 2022-11-23T01:01:49.9946350Z 2 warnings generated when compiling for host. 2022-11-23T01:01:50.0020467Z [ 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:01:50.6351586Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_u.hip:5: 2022-11-23T01:01:50.6354288Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:50.6355957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:50.6357776Z template typename func, int end, int current=0> 2022-11-23T01:01:50.6358729Z ^~~~~~~~ 2022-11-23T01:01:50.6359670Z class 2022-11-23T01:01:50.6364872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:50.6375687Z template typename func, int end> 2022-11-23T01:01:50.6376481Z ^~~~~~~~ 2022-11-23T01:01:50.6377589Z class 2022-11-23T01:01:50.6378335Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:50.6379324Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_u.hip:5: 2022-11-23T01:01:50.6380122Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:50.6381311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:50.6382200Z template typename func, int end, int current=0> 2022-11-23T01:01:50.6382634Z ^~~~~~~~ 2022-11-23T01:01:50.6382945Z class 2022-11-23T01:01:50.6384209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:50.6384898Z template typename func, int end> 2022-11-23T01:01:50.6385283Z ^~~~~~~~ 2022-11-23T01:01:50.6385611Z class 2022-11-23T01:01:50.6386005Z 2 warnings generated when compiling for host. 2022-11-23T01:01:50.6529234Z [ 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:01:50.7146525Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_v.hip:5: 2022-11-23T01:01:50.7147542Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:50.7150078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:50.7150720Z template typename func, int end, int current=0> 2022-11-23T01:01:50.7151060Z ^~~~~~~~ 2022-11-23T01:01:50.7151360Z class 2022-11-23T01:01:50.7168102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:50.7169023Z template typename func, int end> 2022-11-23T01:01:50.7169767Z ^~~~~~~~ 2022-11-23T01:01:50.7170099Z class 2022-11-23T01:01:50.7170641Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:50.7171362Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_v.hip:5: 2022-11-23T01:01:50.7172132Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:50.7173186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:50.7173890Z template typename func, int end, int current=0> 2022-11-23T01:01:50.7174290Z ^~~~~~~~ 2022-11-23T01:01:50.7174610Z class 2022-11-23T01:01:50.7175500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:50.7176182Z template typename func, int end> 2022-11-23T01:01:50.7176572Z ^~~~~~~~ 2022-11-23T01:01:50.7176888Z class 2022-11-23T01:01:50.7177253Z 2 warnings generated when compiling for host. 2022-11-23T01:01:50.7257827Z [ 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:01:50.8101328Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_w.hip:5: 2022-11-23T01:01:50.8108331Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:50.8109883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:50.8110730Z template typename func, int end, int current=0> 2022-11-23T01:01:50.8111302Z ^~~~~~~~ 2022-11-23T01:01:50.8111615Z class 2022-11-23T01:01:50.8112749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:50.8113572Z template typename func, int end> 2022-11-23T01:01:50.8113958Z ^~~~~~~~ 2022-11-23T01:01:50.8114422Z class 2022-11-23T01:01:50.8114967Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:50.8121055Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_w.hip:5: 2022-11-23T01:01:50.8123237Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:50.8124317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:50.8125027Z template typename func, int end, int current=0> 2022-11-23T01:01:50.8125437Z ^~~~~~~~ 2022-11-23T01:01:50.8125757Z class 2022-11-23T01:01:50.8126595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:50.8127231Z template typename func, int end> 2022-11-23T01:01:50.8127589Z ^~~~~~~~ 2022-11-23T01:01:50.8127870Z class 2022-11-23T01:01:50.8128239Z 2 warnings generated when compiling for host. 2022-11-23T01:01:50.8234159Z [ 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:01:50.9552668Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_amsgrad_impl.hip:6: 2022-11-23T01:01:50.9553842Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_utils.cuh:4: 2022-11-23T01:01:50.9554504Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:01:50.9555146Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:50.9556630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:50.9557350Z template typename func, int end, int current=0> 2022-11-23T01:01:50.9557747Z ^~~~~~~~ 2022-11-23T01:01:50.9558061Z class 2022-11-23T01:01:50.9558927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:50.9559537Z template typename func, int end> 2022-11-23T01:01:50.9559894Z ^~~~~~~~ 2022-11-23T01:01:50.9560168Z class 2022-11-23T01:01:50.9560519Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:50.9561055Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_amsgrad_impl.hip:6: 2022-11-23T01:01:50.9562459Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_utils.cuh:4: 2022-11-23T01:01:50.9563057Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:01:50.9563805Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:50.9565667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:50.9566743Z template typename func, int end, int current=0> 2022-11-23T01:01:50.9567140Z ^~~~~~~~ 2022-11-23T01:01:50.9567447Z class 2022-11-23T01:01:50.9569605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:50.9570243Z template typename func, int end> 2022-11-23T01:01:50.9570596Z ^~~~~~~~ 2022-11-23T01:01:50.9570904Z class 2022-11-23T01:01:50.9571272Z 2 warnings generated when compiling for host. 2022-11-23T01:01:50.9677469Z [ 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:01:51.0702445Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_impl.hip:6: 2022-11-23T01:01:51.0703566Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_utils.cuh:4: 2022-11-23T01:01:51.0724318Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:01:51.0725035Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:51.0726164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:51.0726847Z template typename func, int end, int current=0> 2022-11-23T01:01:51.0727253Z ^~~~~~~~ 2022-11-23T01:01:51.0727580Z class 2022-11-23T01:01:51.0728434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:51.0729076Z template typename func, int end> 2022-11-23T01:01:51.0729453Z ^~~~~~~~ 2022-11-23T01:01:51.0730002Z class 2022-11-23T01:01:51.0730374Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:51.0730929Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_impl.hip:6: 2022-11-23T01:01:51.0731552Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_utils.cuh:4: 2022-11-23T01:01:51.0732171Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:01:51.0732883Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:51.0733922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:51.0734577Z template typename func, int end, int current=0> 2022-11-23T01:01:51.0734972Z ^~~~~~~~ 2022-11-23T01:01:51.0735281Z class 2022-11-23T01:01:51.0736075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:51.0736664Z template typename func, int end> 2022-11-23T01:01:51.0737014Z ^~~~~~~~ 2022-11-23T01:01:51.0737316Z class 2022-11-23T01:01:51.0737652Z 2 warnings generated when compiling for host. 2022-11-23T01:01:51.0818570Z [ 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:01:51.3731979Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/group_norm_kernel.hip:17: 2022-11-23T01:01:51.3732944Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:51.3736678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:51.3737601Z template typename func, int end, int current=0> 2022-11-23T01:01:51.3738164Z ^~~~~~~~ 2022-11-23T01:01:51.3738482Z class 2022-11-23T01:01:51.3739601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:51.3740435Z template typename func, int end> 2022-11-23T01:01:51.3740833Z ^~~~~~~~ 2022-11-23T01:01:51.3742682Z class 2022-11-23T01:01:51.3743057Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:51.3747445Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/group_norm_kernel.hip:17: 2022-11-23T01:01:51.3748205Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:51.3749486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:51.3750271Z template typename func, int end, int current=0> 2022-11-23T01:01:51.3750678Z ^~~~~~~~ 2022-11-23T01:01:51.3750987Z class 2022-11-23T01:01:51.3751828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:51.3752500Z template typename func, int end> 2022-11-23T01:01:51.3752881Z ^~~~~~~~ 2022-11-23T01:01:51.3753178Z class 2022-11-23T01:01:51.3753561Z 2 warnings generated when compiling for host. 2022-11-23T01:01:51.3862266Z [ 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:01:51.8306076Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/hermite_polynomial_he.hip:5: 2022-11-23T01:01:51.8306767Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:51.8308626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:51.8309315Z template typename func, int end, int current=0> 2022-11-23T01:01:51.8309747Z ^~~~~~~~ 2022-11-23T01:01:51.8310209Z class 2022-11-23T01:01:51.8311092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:51.8317455Z template typename func, int end> 2022-11-23T01:01:51.8317874Z ^~~~~~~~ 2022-11-23T01:01:51.8318162Z class 2022-11-23T01:01:51.8318487Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:51.8318980Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/hermite_polynomial_he.hip:5: 2022-11-23T01:01:51.8319543Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:51.8320488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:51.8321334Z template typename func, int end, int current=0> 2022-11-23T01:01:51.8321705Z ^~~~~~~~ 2022-11-23T01:01:51.8321975Z class 2022-11-23T01:01:51.8322800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:51.8323375Z template typename func, int end> 2022-11-23T01:01:51.8323691Z ^~~~~~~~ 2022-11-23T01:01:51.8323950Z class 2022-11-23T01:01:51.8324251Z 2 warnings generated when compiling for host. 2022-11-23T01:01:51.8403887Z [ 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:01:51.9226059Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/laguerre_polynomial_l.hip:5: 2022-11-23T01:01:51.9226812Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:51.9227953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:51.9228600Z template typename func, int end, int current=0> 2022-11-23T01:01:51.9228995Z ^~~~~~~~ 2022-11-23T01:01:51.9229270Z class 2022-11-23T01:01:51.9230070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:51.9230713Z template typename func, int end> 2022-11-23T01:01:51.9231086Z ^~~~~~~~ 2022-11-23T01:01:51.9231388Z class 2022-11-23T01:01:51.9231758Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:51.9234861Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/laguerre_polynomial_l.hip:5: 2022-11-23T01:01:51.9239913Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:51.9240931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:51.9242006Z template typename func, int end, int current=0> 2022-11-23T01:01:51.9242906Z ^~~~~~~~ 2022-11-23T01:01:51.9243254Z class 2022-11-23T01:01:51.9244468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:51.9245161Z template typename func, int end> 2022-11-23T01:01:51.9245527Z ^~~~~~~~ 2022-11-23T01:01:51.9245811Z class 2022-11-23T01:01:51.9246190Z 2 warnings generated when compiling for host. 2022-11-23T01:01:51.9345626Z [ 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:01:52.1141299Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/hermite_polynomial_h.hip:5: 2022-11-23T01:01:52.1142786Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:52.1147175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:52.1158226Z template typename func, int end, int current=0> 2022-11-23T01:01:52.1158895Z ^~~~~~~~ 2022-11-23T01:01:52.1159211Z class 2022-11-23T01:01:52.1160689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:52.1161481Z template typename func, int end> 2022-11-23T01:01:52.1162015Z ^~~~~~~~ 2022-11-23T01:01:52.1162323Z class 2022-11-23T01:01:52.1162894Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:52.1163607Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/hermite_polynomial_h.hip:5: 2022-11-23T01:01:52.1164389Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:52.1165718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:52.1166526Z template typename func, int end, int current=0> 2022-11-23T01:01:52.1166935Z ^~~~~~~~ 2022-11-23T01:01:52.1167399Z class 2022-11-23T01:01:52.1173064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:52.1174054Z template typename func, int end> 2022-11-23T01:01:52.1174456Z ^~~~~~~~ 2022-11-23T01:01:52.1174920Z class 2022-11-23T01:01:52.1175297Z 2 warnings generated when compiling for host. 2022-11-23T01:01:52.1256858Z [ 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:01:52.1746829Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/legendre_polynomial_p.hip:5: 2022-11-23T01:01:52.1747783Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:52.1758499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:52.1759258Z template typename func, int end, int current=0> 2022-11-23T01:01:52.1759672Z ^~~~~~~~ 2022-11-23T01:01:52.1759993Z class 2022-11-23T01:01:52.1761077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:52.1761762Z template typename func, int end> 2022-11-23T01:01:52.1762157Z ^~~~~~~~ 2022-11-23T01:01:52.1762500Z class 2022-11-23T01:01:52.1762888Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:52.1763460Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/legendre_polynomial_p.hip:5: 2022-11-23T01:01:52.1764109Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:52.1766370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:52.1767237Z template typename func, int end, int current=0> 2022-11-23T01:01:52.1767672Z ^~~~~~~~ 2022-11-23T01:01:52.1770582Z class 2022-11-23T01:01:52.1773537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:52.1776398Z template typename func, int end> 2022-11-23T01:01:52.1778619Z ^~~~~~~~ 2022-11-23T01:01:52.1779052Z class 2022-11-23T01:01:52.1789859Z 2 warnings generated when compiling for host. 2022-11-23T01:01:52.1885523Z [ 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:01:52.2484537Z /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:01:52.2485778Z __global__ __inline__ void vectorized_layer_norm_kernel( 2022-11-23T01:01:52.2486307Z ^ 2022-11-23T01:01:52.2487176Z /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:01:52.2487879Z #define __global__ __attribute__((global)) 2022-11-23T01:01:52.2488222Z ^ 2022-11-23T01:01:52.2488748Z 1 warning generated when compiling for host. 2022-11-23T01:01:52.2577643Z [ 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:01:52.4124830Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_i0.hip:13: 2022-11-23T01:01:52.4125697Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:52.4127145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:52.4141780Z template typename func, int end, int current=0> 2022-11-23T01:01:52.4142505Z ^~~~~~~~ 2022-11-23T01:01:52.4143199Z class 2022-11-23T01:01:52.4146953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:52.4147349Z template typename func, int end> 2022-11-23T01:01:52.4147619Z ^~~~~~~~ 2022-11-23T01:01:52.4147822Z class 2022-11-23T01:01:52.4148030Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:52.4148390Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_i0.hip:13: 2022-11-23T01:01:52.4148750Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:52.4149349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:52.4149937Z template typename func, int end, int current=0> 2022-11-23T01:01:52.4150165Z ^~~~~~~~ 2022-11-23T01:01:52.4150341Z class 2022-11-23T01:01:52.4150861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:52.4151228Z template typename func, int end> 2022-11-23T01:01:52.4151490Z ^~~~~~~~ 2022-11-23T01:01:52.4151654Z class 2022-11-23T01:01:52.4151961Z 2 warnings generated when compiling for host. 2022-11-23T01:01:52.4230884Z [ 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:01:52.9454841Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_i1.hip:13: 2022-11-23T01:01:52.9455834Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:52.9460653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:52.9461784Z template typename func, int end, int current=0> 2022-11-23T01:01:52.9462519Z ^~~~~~~~ 2022-11-23T01:01:52.9463336Z class 2022-11-23T01:01:52.9464603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:52.9465266Z template typename func, int end> 2022-11-23T01:01:52.9467352Z ^~~~~~~~ 2022-11-23T01:01:52.9467704Z class 2022-11-23T01:01:52.9468279Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:52.9469008Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_i1.hip:13: 2022-11-23T01:01:52.9469808Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:52.9470897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:52.9471962Z template typename func, int end, int current=0> 2022-11-23T01:01:52.9472347Z ^~~~~~~~ 2022-11-23T01:01:52.9472742Z class 2022-11-23T01:01:52.9473963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:52.9475023Z template typename func, int end> 2022-11-23T01:01:52.9475440Z ^~~~~~~~ 2022-11-23T01:01:52.9475750Z class 2022-11-23T01:01:52.9476127Z 2 warnings generated when compiling for host. 2022-11-23T01:01:52.9559303Z [ 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:01:53.0468749Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_k0.hip:13: 2022-11-23T01:01:53.0469846Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:53.0471034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:53.0476387Z template typename func, int end, int current=0> 2022-11-23T01:01:53.0476850Z ^~~~~~~~ 2022-11-23T01:01:53.0477387Z class 2022-11-23T01:01:53.0481807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:53.0482583Z template typename func, int end> 2022-11-23T01:01:53.0482978Z ^~~~~~~~ 2022-11-23T01:01:53.0483288Z class 2022-11-23T01:01:53.0483674Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:53.0484227Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_k0.hip:13: 2022-11-23T01:01:53.0484848Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:53.0495997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:53.0496791Z template typename func, int end, int current=0> 2022-11-23T01:01:53.0497216Z ^~~~~~~~ 2022-11-23T01:01:53.0497539Z class 2022-11-23T01:01:53.0498414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:53.0499094Z template typename func, int end> 2022-11-23T01:01:53.0499493Z ^~~~~~~~ 2022-11-23T01:01:53.0499794Z class 2022-11-23T01:01:53.0500182Z 2 warnings generated when compiling for host. 2022-11-23T01:01:53.0594262Z [ 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:01:53.2255365Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_k1.hip:13: 2022-11-23T01:01:53.2256678Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:53.2257826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:53.2258499Z template typename func, int end, int current=0> 2022-11-23T01:01:53.2258923Z ^~~~~~~~ 2022-11-23T01:01:53.2259250Z class 2022-11-23T01:01:53.2261202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:53.2262053Z template typename func, int end> 2022-11-23T01:01:53.2262452Z ^~~~~~~~ 2022-11-23T01:01:53.2263192Z class 2022-11-23T01:01:53.2263571Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:53.2264148Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_k1.hip:13: 2022-11-23T01:01:53.2264810Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:53.2266344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:53.2267075Z template typename func, int end, int current=0> 2022-11-23T01:01:53.2267497Z ^~~~~~~~ 2022-11-23T01:01:53.2267817Z class 2022-11-23T01:01:53.2268695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:53.2269388Z template typename func, int end> 2022-11-23T01:01:53.2269778Z ^~~~~~~~ 2022-11-23T01:01:53.2270082Z class 2022-11-23T01:01:53.2270689Z 2 warnings generated when compiling for host. 2022-11-23T01:01:53.2364988Z [ 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:01:53.3363262Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/scaled_modified_bessel_k0.hip:13: 2022-11-23T01:01:53.3364082Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:53.3379943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:53.3380578Z template typename func, int end, int current=0> 2022-11-23T01:01:53.3380828Z ^~~~~~~~ 2022-11-23T01:01:53.3381109Z class 2022-11-23T01:01:53.3382054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:53.3382664Z template typename func, int end> 2022-11-23T01:01:53.3382898Z ^~~~~~~~ 2022-11-23T01:01:53.3383063Z class 2022-11-23T01:01:53.3383285Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:53.3383608Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/scaled_modified_bessel_k0.hip:13: 2022-11-23T01:01:53.3383968Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:53.3384763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:53.3385438Z template typename func, int end, int current=0> 2022-11-23T01:01:53.3385904Z ^~~~~~~~ 2022-11-23T01:01:53.3386213Z class 2022-11-23T01:01:53.3387027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:53.3387704Z template typename func, int end> 2022-11-23T01:01:53.3388080Z ^~~~~~~~ 2022-11-23T01:01:53.3388360Z class 2022-11-23T01:01:53.3388728Z 2 warnings generated when compiling for host. 2022-11-23T01:01:53.3444572Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/scaled_modified_bessel_k1.hip:13: 2022-11-23T01:01:53.3445263Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:53.3461114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:53.3462279Z template typename func, int end, int current=0> 2022-11-23T01:01:53.3463087Z ^~~~~~~~ 2022-11-23T01:01:53.3463444Z class 2022-11-23T01:01:53.3464346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:53.3464977Z template typename func, int end> 2022-11-23T01:01:53.3465332Z ^~~~~~~~ 2022-11-23T01:01:53.3465628Z class 2022-11-23T01:01:53.3465980Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:53.3466491Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/scaled_modified_bessel_k1.hip:13: 2022-11-23T01:01:53.3467101Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:53.3468105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:53.3469008Z template typename func, int end, int current=0> 2022-11-23T01:01:53.3469377Z ^~~~~~~~ 2022-11-23T01:01:53.3469678Z class 2022-11-23T01:01:53.3470497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:53.3471095Z template typename func, int end> 2022-11-23T01:01:53.3471415Z ^~~~~~~~ 2022-11-23T01:01:53.3471715Z class 2022-11-23T01:01:53.3472069Z 2 warnings generated when compiling for host. 2022-11-23T01:01:53.3473186Z [ 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:01:53.3543685Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/torch_hip_generated_NestedTensorBinaryOps.hip.o 2022-11-23T01:01:53.4635325Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_t.hip:5: 2022-11-23T01:01:53.4636271Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:53.4637559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:53.4638650Z template typename func, int end, int current=0> 2022-11-23T01:01:53.4639412Z ^~~~~~~~ 2022-11-23T01:01:53.4639667Z class 2022-11-23T01:01:53.4641872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:53.4642937Z template typename func, int end> 2022-11-23T01:01:53.4643333Z ^~~~~~~~ 2022-11-23T01:01:53.4643823Z class 2022-11-23T01:01:53.4651863Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:53.4652418Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_t.hip:5: 2022-11-23T01:01:53.4653114Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:53.4654203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:53.4654879Z template typename func, int end, int current=0> 2022-11-23T01:01:53.4655098Z ^~~~~~~~ 2022-11-23T01:01:53.4655337Z class 2022-11-23T01:01:53.4655870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:53.4656474Z template typename func, int end> 2022-11-23T01:01:53.4656809Z ^~~~~~~~ 2022-11-23T01:01:53.4657090Z class 2022-11-23T01:01:53.4657426Z 2 warnings generated when compiling for host. 2022-11-23T01:01:53.4744247Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/torch_hip_generated_NestedTensorMatmul.hip.o 2022-11-23T01:01:54.0541090Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_u.hip:5: 2022-11-23T01:01:54.0547406Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:54.0549940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:54.0551105Z template typename func, int end, int current=0> 2022-11-23T01:01:54.0552732Z ^~~~~~~~ 2022-11-23T01:01:54.0553174Z class 2022-11-23T01:01:54.0555587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:54.0557460Z template typename func, int end> 2022-11-23T01:01:54.0557999Z ^~~~~~~~ 2022-11-23T01:01:54.0558424Z class 2022-11-23T01:01:54.0559028Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:54.0560603Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_u.hip:5: 2022-11-23T01:01:54.0561495Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:54.0562974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:54.0563845Z template typename func, int end, int current=0> 2022-11-23T01:01:54.0564260Z ^~~~~~~~ 2022-11-23T01:01:54.0564584Z class 2022-11-23T01:01:54.0565429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:54.0566086Z template typename func, int end> 2022-11-23T01:01:54.0566669Z ^~~~~~~~ 2022-11-23T01:01:54.0566997Z class 2022-11-23T01:01:54.0567382Z 2 warnings generated when compiling for host. 2022-11-23T01:01:54.0661857Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/torch_hip_generated_NestedTensorTransformerFunctions.hip.o 2022-11-23T01:01:54.1400839Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_v.hip:5: 2022-11-23T01:01:54.1401677Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:54.1407696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:54.1408293Z template typename func, int end, int current=0> 2022-11-23T01:01:54.1408636Z ^~~~~~~~ 2022-11-23T01:01:54.1408920Z class 2022-11-23T01:01:54.1410208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:54.1411067Z template typename func, int end> 2022-11-23T01:01:54.1411402Z ^~~~~~~~ 2022-11-23T01:01:54.1414220Z class 2022-11-23T01:01:54.1415086Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:54.1416037Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_v.hip:5: 2022-11-23T01:01:54.1416883Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:54.1418164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:54.1418852Z template typename func, int end, int current=0> 2022-11-23T01:01:54.1419338Z ^~~~~~~~ 2022-11-23T01:01:54.1419645Z class 2022-11-23T01:01:54.1420450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:54.1421317Z template typename func, int end> 2022-11-23T01:01:54.1421838Z ^~~~~~~~ 2022-11-23T01:01:54.1422137Z class 2022-11-23T01:01:54.1422501Z 2 warnings generated when compiling for host. 2022-11-23T01:01:54.1490430Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_Activation.hip.o 2022-11-23T01:01:54.3545038Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_w.hip:5: 2022-11-23T01:01:54.3548422Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:54.3549785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:54.3551417Z template typename func, int end, int current=0> 2022-11-23T01:01:54.3553388Z ^~~~~~~~ 2022-11-23T01:01:54.3553857Z class 2022-11-23T01:01:54.3554998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:54.3555982Z template typename func, int end> 2022-11-23T01:01:54.3556744Z ^~~~~~~~ 2022-11-23T01:01:54.3557197Z class 2022-11-23T01:01:54.3557765Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:54.3558752Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_w.hip:5: 2022-11-23T01:01:54.3561615Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:54.3566759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:54.3567723Z template typename func, int end, int current=0> 2022-11-23T01:01:54.3571781Z ^~~~~~~~ 2022-11-23T01:01:54.3573983Z class 2022-11-23T01:01:54.3574929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:54.3575535Z template typename func, int end> 2022-11-23T01:01:54.3575879Z ^~~~~~~~ 2022-11-23T01:01:54.3576158Z class 2022-11-23T01:01:54.3576489Z 2 warnings generated when compiling for host. 2022-11-23T01:01:54.3689196Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_AffineQuantizer.hip.o 2022-11-23T01:01:54.4891695Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/spherical_bessel_j0.hip:13: 2022-11-23T01:01:54.4892958Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:54.4894479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:54.4897608Z template typename func, int end, int current=0> 2022-11-23T01:01:54.4898020Z ^~~~~~~~ 2022-11-23T01:01:54.4898324Z class 2022-11-23T01:01:54.4899587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:54.4900255Z template typename func, int end> 2022-11-23T01:01:54.4900577Z ^~~~~~~~ 2022-11-23T01:01:54.4900877Z class 2022-11-23T01:01:54.4901265Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:54.4902187Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/spherical_bessel_j0.hip:13: 2022-11-23T01:01:54.4907768Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:01:54.4910343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:54.4911353Z template typename func, int end, int current=0> 2022-11-23T01:01:54.4911792Z ^~~~~~~~ 2022-11-23T01:01:54.4912264Z class 2022-11-23T01:01:54.4913286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:54.4913816Z template typename func, int end> 2022-11-23T01:01:54.4914035Z ^~~~~~~~ 2022-11-23T01:01:54.4914222Z class 2022-11-23T01:01:54.4914468Z 2 warnings generated when compiling for host. 2022-11-23T01:01:54.5017539Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_EmbeddingBag.hip.o 2022-11-23T01:01:55.5906213Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/AffineQuantizer.hip:7: 2022-11-23T01:01:55.5909470Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:55.5911147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:55.5912244Z template typename func, int end, int current=0> 2022-11-23T01:01:55.5919691Z ^~~~~~~~ 2022-11-23T01:01:55.5920251Z class 2022-11-23T01:01:55.5921321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:55.5923597Z template typename func, int end> 2022-11-23T01:01:55.5924084Z ^~~~~~~~ 2022-11-23T01:01:55.5924556Z class 2022-11-23T01:01:55.5925166Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:55.5928145Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/AffineQuantizer.hip:7: 2022-11-23T01:01:55.5928922Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:55.5930192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:55.5933297Z template typename func, int end, int current=0> 2022-11-23T01:01:55.5933807Z ^~~~~~~~ 2022-11-23T01:01:55.5934329Z class 2022-11-23T01:01:55.5943689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:55.5944375Z template typename func, int end> 2022-11-23T01:01:55.5944777Z ^~~~~~~~ 2022-11-23T01:01:55.5945091Z class 2022-11-23T01:01:55.5945453Z 2 warnings generated when compiling for host. 2022-11-23T01:01:55.6020184Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_FakeQuantizeCore.hip.o 2022-11-23T01:01:55.6897371Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_FusedObsFakeQuant.hip.o 2022-11-23T01:01:56.0097741Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorBinaryOps.hip:13: 2022-11-23T01:01:56.0098692Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:56.0100147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:56.0100878Z template typename func, int end, int current=0> 2022-11-23T01:01:56.0101297Z ^~~~~~~~ 2022-11-23T01:01:56.0101742Z class 2022-11-23T01:01:56.0104065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:56.0104728Z template typename func, int end> 2022-11-23T01:01:56.0105118Z ^~~~~~~~ 2022-11-23T01:01:56.0105413Z class 2022-11-23T01:01:56.0105787Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:56.0106388Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorBinaryOps.hip:13: 2022-11-23T01:01:56.0107024Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:56.0108016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:56.0108702Z template typename func, int end, int current=0> 2022-11-23T01:01:56.0109096Z ^~~~~~~~ 2022-11-23T01:01:56.0109558Z class 2022-11-23T01:01:56.0110409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:56.0111060Z template typename func, int end> 2022-11-23T01:01:56.0111438Z ^~~~~~~~ 2022-11-23T01:01:56.0111732Z class 2022-11-23T01:01:56.0112106Z 2 warnings generated when compiling for host. 2022-11-23T01:01:56.0259260Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_IntReprQuant.hip.o 2022-11-23T01:01:56.0329953Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorMatmul.hip:10: 2022-11-23T01:01:56.0330603Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:56.0341711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:56.0342429Z template typename func, int end, int current=0> 2022-11-23T01:01:56.0342849Z ^~~~~~~~ 2022-11-23T01:01:56.0343159Z class 2022-11-23T01:01:56.0344044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:56.0344422Z template typename func, int end> 2022-11-23T01:01:56.0344623Z ^~~~~~~~ 2022-11-23T01:01:56.0344878Z class 2022-11-23T01:01:56.0345223Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:56.0345757Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorMatmul.hip:10: 2022-11-23T01:01:56.0346497Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:56.0347465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:56.0348146Z template typename func, int end, int current=0> 2022-11-23T01:01:56.0348662Z ^~~~~~~~ 2022-11-23T01:01:56.0348963Z class 2022-11-23T01:01:56.0349753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:56.0350388Z template typename func, int end> 2022-11-23T01:01:56.0350726Z ^~~~~~~~ 2022-11-23T01:01:56.0351012Z class 2022-11-23T01:01:56.0351385Z 2 warnings generated when compiling for host. 2022-11-23T01:01:56.0449678Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_MakePerTensorQuantizedTensor.hip.o 2022-11-23T01:01:56.8606458Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FusedObsFakeQuant.hip:6: 2022-11-23T01:01:56.8612372Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:56.8613862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:56.8614812Z template typename func, int end, int current=0> 2022-11-23T01:01:56.8615433Z ^~~~~~~~ 2022-11-23T01:01:56.8615849Z class 2022-11-23T01:01:56.8616844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:56.8617820Z template typename func, int end> 2022-11-23T01:01:56.8618320Z ^~~~~~~~ 2022-11-23T01:01:56.8618730Z class 2022-11-23T01:01:56.8619202Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:56.8626266Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FusedObsFakeQuant.hip:6: 2022-11-23T01:01:56.8627296Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:56.8629114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:56.8629924Z template typename func, int end, int current=0> 2022-11-23T01:01:56.8630165Z ^~~~~~~~ 2022-11-23T01:01:56.8630460Z class 2022-11-23T01:01:56.8630987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:56.8631597Z template typename func, int end> 2022-11-23T01:01:56.8631945Z ^~~~~~~~ 2022-11-23T01:01:56.8632252Z class 2022-11-23T01:01:56.8632560Z 2 warnings generated when compiling for host. 2022-11-23T01:01:56.8714030Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SoftMax.hip.o 2022-11-23T01:01:56.9165130Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FakeQuantizeCore.hip:6: 2022-11-23T01:01:56.9166134Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:56.9167685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:56.9168658Z template typename func, int end, int current=0> 2022-11-23T01:01:56.9169257Z ^~~~~~~~ 2022-11-23T01:01:56.9170035Z class 2022-11-23T01:01:56.9171081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:56.9172111Z template typename func, int end> 2022-11-23T01:01:56.9172351Z ^~~~~~~~ 2022-11-23T01:01:56.9172540Z class 2022-11-23T01:01:56.9172826Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FakeQuantizeCore.hip:6: 2022-11-23T01:01:56.9175821Z /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:01:56.9177652Z __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:01:56.9178160Z ^ 2022-11-23T01:01:56.9179921Z /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:01:56.9182855Z /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:01:56.9186815Z /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:01:56.9189005Z /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:01:56.9191954Z /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:01:56.9194985Z /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:01:56.9198143Z /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:01:56.9201635Z /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:01:56.9204246Z /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:01:56.9207035Z /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:01:56.9209931Z /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:01:56.9212628Z /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:01:56.9216080Z /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:01:56.9218928Z /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:01:56.9221881Z /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:01:56.9224914Z /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:01:56.9227803Z /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:01:56.9230674Z /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:01:56.9233807Z /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:01:56.9237243Z /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:01:56.9239759Z /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:01:56.9242769Z /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:01:56.9245742Z /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:01:56.9248647Z /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:01:56.9251718Z /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:01:56.9254721Z /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:01:56.9257723Z /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:01:56.9260725Z /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:01:56.9264209Z /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:01:56.9264898Z 32 warnings generated when compiling for gfx906. 2022-11-23T01:01:56.9265409Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FakeQuantizeCore.hip:6: 2022-11-23T01:01:56.9266032Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:56.9268991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:56.9269825Z template typename func, int end, int current=0> 2022-11-23T01:01:56.9270273Z ^~~~~~~~ 2022-11-23T01:01:56.9270618Z class 2022-11-23T01:01:56.9271938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:56.9272654Z template typename func, int end> 2022-11-23T01:01:56.9273048Z ^~~~~~~~ 2022-11-23T01:01:56.9273383Z class 2022-11-23T01:01:56.9273788Z 2 warnings generated when compiling for host. 2022-11-23T01:01:56.9391194Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/Activation.hip:4: 2022-11-23T01:01:56.9391852Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:56.9398093Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseCsrTensorMath.hip.o 2022-11-23T01:01:56.9404771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:56.9405419Z template typename func, int end, int current=0> 2022-11-23T01:01:56.9405925Z ^~~~~~~~ 2022-11-23T01:01:56.9406110Z class 2022-11-23T01:01:56.9406610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:56.9407052Z template typename func, int end> 2022-11-23T01:01:56.9407253Z ^~~~~~~~ 2022-11-23T01:01:56.9407430Z class 2022-11-23T01:01:56.9407649Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:56.9407957Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/Activation.hip:4: 2022-11-23T01:01:56.9408312Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:56.9408853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:56.9409250Z template typename func, int end, int current=0> 2022-11-23T01:01:56.9409468Z ^~~~~~~~ 2022-11-23T01:01:56.9409645Z class 2022-11-23T01:01:56.9410113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:56.9410461Z template typename func, int end> 2022-11-23T01:01:56.9410674Z ^~~~~~~~ 2022-11-23T01:01:56.9410851Z class 2022-11-23T01:01:56.9411127Z 2 warnings generated when compiling for host. 2022-11-23T01:01:56.9493691Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseHIPTensor.hip.o 2022-11-23T01:01:57.2093359Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/IntReprQuant.hip:6: 2022-11-23T01:01:57.2105327Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:57.2106597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:57.2107324Z template typename func, int end, int current=0> 2022-11-23T01:01:57.2107741Z ^~~~~~~~ 2022-11-23T01:01:57.2108048Z class 2022-11-23T01:01:57.2108955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:57.2109649Z template typename func, int end> 2022-11-23T01:01:57.2110020Z ^~~~~~~~ 2022-11-23T01:01:57.2110338Z class 2022-11-23T01:01:57.2110735Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:57.2115698Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/IntReprQuant.hip:6: 2022-11-23T01:01:57.2116405Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:57.2117451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:57.2118180Z template typename func, int end, int current=0> 2022-11-23T01:01:57.2118579Z ^~~~~~~~ 2022-11-23T01:01:57.2118917Z class 2022-11-23T01:01:57.2119805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:57.2120493Z template typename func, int end> 2022-11-23T01:01:57.2120871Z ^~~~~~~~ 2022-11-23T01:01:57.2121387Z class 2022-11-23T01:01:57.2121784Z 2 warnings generated when compiling for host. 2022-11-23T01:01:57.2202795Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseHIPTensorMath.hip.o 2022-11-23T01:01:57.2900528Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorTransformerFunctions.hip:11: 2022-11-23T01:01:57.2901819Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:57.2905982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:57.2906699Z template typename func, int end, int current=0> 2022-11-23T01:01:57.2907093Z ^~~~~~~~ 2022-11-23T01:01:57.2907389Z class 2022-11-23T01:01:57.2912391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:57.2915340Z template typename func, int end> 2022-11-23T01:01:57.2915744Z ^~~~~~~~ 2022-11-23T01:01:57.2916057Z class 2022-11-23T01:01:57.2916455Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:57.2917108Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorTransformerFunctions.hip:11: 2022-11-23T01:01:57.2917852Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:57.2918679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:57.2919309Z template typename func, int end, int current=0> 2022-11-23T01:01:57.2919563Z ^~~~~~~~ 2022-11-23T01:01:57.2919837Z class 2022-11-23T01:01:57.2920699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:57.2921311Z template typename func, int end> 2022-11-23T01:01:57.2921525Z ^~~~~~~~ 2022-11-23T01:01:57.2921688Z class 2022-11-23T01:01:57.2921924Z 2 warnings generated when compiling for host. 2022-11-23T01:01:57.3001195Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseMatMul.hip.o 2022-11-23T01:01:57.3914942Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/MakePerTensorQuantizedTensor.hip:6: 2022-11-23T01:01:57.3915714Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:57.3916857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:57.3918957Z template typename func, int end, int current=0> 2022-11-23T01:01:57.3921426Z ^~~~~~~~ 2022-11-23T01:01:57.3921767Z class 2022-11-23T01:01:57.3922788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:57.3923471Z template typename func, int end> 2022-11-23T01:01:57.3924104Z ^~~~~~~~ 2022-11-23T01:01:57.3924423Z class 2022-11-23T01:01:57.3924810Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:57.3925412Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/MakePerTensorQuantizedTensor.hip:6: 2022-11-23T01:01:57.3926250Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:57.3933689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:57.3934432Z template typename func, int end, int current=0> 2022-11-23T01:01:57.3934844Z ^~~~~~~~ 2022-11-23T01:01:57.3935152Z class 2022-11-23T01:01:57.3936063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:57.3936707Z template typename func, int end> 2022-11-23T01:01:57.3937034Z ^~~~~~~~ 2022-11-23T01:01:57.3937326Z class 2022-11-23T01:01:57.3937676Z 2 warnings generated when compiling for host. 2022-11-23T01:01:57.4012346Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/transformers/hip/torch_hip_generated_attention.hip.o 2022-11-23T01:01:58.4110276Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SoftMax.hip:14: 2022-11-23T01:01:58.4111536Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2022-11-23T01:01:58.4112227Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:58.4117934Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:58.4118836Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:58.4119990Z ^ 2022-11-23T01:01:58.4124435Z /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:01:58.4125425Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:58.4125785Z ^ 2022-11-23T01:01:58.4127122Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:58.4131818Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:58.4132260Z ^ 2022-11-23T01:01:58.4132781Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SoftMax.hip:46: 2022-11-23T01:01:58.4135140Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:58.4140089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:58.4141036Z template typename func, int end, int current=0> 2022-11-23T01:01:58.4141932Z ^~~~~~~~ 2022-11-23T01:01:58.4142283Z class 2022-11-23T01:01:58.4143234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:58.4144486Z template typename func, int end> 2022-11-23T01:01:58.4144896Z ^~~~~~~~ 2022-11-23T01:01:58.4145904Z class 2022-11-23T01:01:58.4148567Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:01:58.4151335Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SoftMax.hip:14: 2022-11-23T01:01:58.4152294Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2022-11-23T01:01:58.4161453Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:58.4167631Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:58.4168704Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:58.4172499Z ^ 2022-11-23T01:01:58.4175237Z /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:01:58.4175986Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:58.4176340Z ^ 2022-11-23T01:01:58.4177055Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:58.4177631Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:58.4178037Z ^ 2022-11-23T01:01:58.4178558Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SoftMax.hip:46: 2022-11-23T01:01:58.4179215Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:58.4180261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:58.4181002Z template typename func, int end, int current=0> 2022-11-23T01:01:58.4181429Z ^~~~~~~~ 2022-11-23T01:01:58.4181916Z class 2022-11-23T01:01:58.4182839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:58.4183525Z template typename func, int end> 2022-11-23T01:01:58.4183921Z ^~~~~~~~ 2022-11-23T01:01:58.4184247Z class 2022-11-23T01:01:58.4184630Z 3 warnings generated when compiling for host. 2022-11-23T01:01:58.4276810Z [ 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:01:58.5559628Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensor.hip:10: 2022-11-23T01:01:58.5560703Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2022-11-23T01:01:58.5561410Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:58.5562622Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:58.5563423Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:58.5573583Z ^ 2022-11-23T01:01:58.5574453Z /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:01:58.5575044Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:58.5576081Z ^ 2022-11-23T01:01:58.5576659Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:58.5577228Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:58.5578663Z ^ 2022-11-23T01:01:58.5579174Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:58.5579711Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensor.hip:10: 2022-11-23T01:01:58.5580383Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2022-11-23T01:01:58.5580972Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:58.5582395Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:58.5583050Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:58.5583588Z ^ 2022-11-23T01:01:58.5584308Z /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:01:58.5584844Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:58.5585042Z ^ 2022-11-23T01:01:58.5585478Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:58.5585926Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:58.5586159Z ^ 2022-11-23T01:01:58.5586422Z 1 warning generated when compiling for host. 2022-11-23T01:01:58.5652120Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/build/aten/src/ATen/torch_hip_generated_UfuncCUDA_add.cu.o 2022-11-23T01:01:58.6620398Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:11: 2022-11-23T01:01:58.6621846Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2022-11-23T01:01:58.6622961Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:58.6632902Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:58.6633748Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:58.6634293Z ^ 2022-11-23T01:01:58.6635089Z /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:01:58.6635645Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:58.6635963Z ^ 2022-11-23T01:01:58.6636526Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:58.6637063Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:58.6637459Z ^ 2022-11-23T01:01:58.6637825Z 1 warning generated when compiling for gfx906. 2022-11-23T01:01:58.6638419Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:11: 2022-11-23T01:01:58.6639145Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2022-11-23T01:01:58.6639786Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:01:58.6643728Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:01:58.6644728Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:01:58.6648479Z ^ 2022-11-23T01:01:58.6649348Z /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:01:58.6649919Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:01:58.6650261Z ^ 2022-11-23T01:01:58.6650814Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:01:58.6651347Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:01:58.6651726Z ^ 2022-11-23T01:01:58.6652091Z 1 warning generated when compiling for host. 2022-11-23T01:01:58.7649697Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseCsrTensorMath.hip:37: 2022-11-23T01:01:58.7650930Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:58.7652825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:58.7653750Z template typename func, int end, int current=0> 2022-11-23T01:01:58.7655230Z ^~~~~~~~ 2022-11-23T01:01:58.7656548Z class 2022-11-23T01:01:58.7657372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:58.7658010Z template typename func, int end> 2022-11-23T01:01:58.7658378Z ^~~~~~~~ 2022-11-23T01:01:58.7658670Z class 2022-11-23T01:01:58.7659174Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseCsrTensorMath.hip:37: 2022-11-23T01:01:58.7660785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7661867Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:01:58.7662188Z ^ 2022-11-23T01:01:58.7663628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7665476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7667405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7670497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7673383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7675825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7678657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7681887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7684975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7687278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7690336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7693030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7695986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7698867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7701733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7704553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7707325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7710177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7713085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7715974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7718892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7721602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7724805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7783322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7785067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7786942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7788602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7790271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7791949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7793593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7795253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7796903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7798549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7800285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7801930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7803641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7805302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7807039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7808717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7810379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7812034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7813693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7815335Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7816992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7818641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7820352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7822105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7823704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7825369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7827025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7828748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7830426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7832078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7833737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7835394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7837049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7838688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7840350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7842302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7844043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7845696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7847337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7849050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7850889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7852560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7854235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7855900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7857689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7859807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7903530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7905893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7907747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7909474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7911315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7913036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7914957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7916821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7918525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7920294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7922126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7923900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7925719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7927330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7929138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7930815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7932511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7934251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7936158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7938011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7939666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7941430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7943548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7945249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7947144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7948821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7950738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7952567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7954257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7956101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7957865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7959657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7961364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7963149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7965044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7966767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7968586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7970245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7972071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7973947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7975679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7977533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7979209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7981166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7982927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7984640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7986459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7988271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7989994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7991848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7993509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7995516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7997201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.7998947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8000630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8002665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8004487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8006194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8063347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8065165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8066943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8068668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8070407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8072135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8074204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8075854Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8077651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8079330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8081389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8083178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8085038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8086703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8088539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8090203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8092006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8093715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8095664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8097319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8099149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8100815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8102974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8104712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8106476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8108180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8109992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8111734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8113520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8115304Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8117008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8118827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8120677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8122558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8124376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8126253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8128064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8129812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8131479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8133181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8134843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8136599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8138228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8140062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8141860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8143501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8145289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8147279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8149089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8150841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8152582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8154315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8155915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8157498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8159162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8160832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8162738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8164478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8166185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8167893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8169692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8171360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8173042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8174731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8176421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8178137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8179842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8181801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8183654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8185348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8187073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8188803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8190633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8192365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8194098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8195824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8197536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8199316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8201017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8202848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8204429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8206187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8207869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8209528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8211221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8212993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8214681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8216348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8217999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8219722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8221467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8223317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8265503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8269044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:01:58.8269849Z 224 warnings generated when compiling for gfx906. 2022-11-23T01:01:58.8270569Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseCsrTensorMath.hip:37: 2022-11-23T01:01:58.8271314Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:01:58.8272220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:58.8273121Z template typename func, int end, int current=0> 2022-11-23T01:01:58.8273657Z ^~~~~~~~ 2022-11-23T01:01:58.8274168Z class 2022-11-23T01:01:58.8276892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:58.8277695Z template typename func, int end> 2022-11-23T01:01:58.8278059Z ^~~~~~~~ 2022-11-23T01:01:58.8278394Z class 2022-11-23T01:01:58.8278772Z 2 warnings generated when compiling for host. 2022-11-23T01:01:59.5290246Z In file included from /var/lib/jenkins/workspace/build/aten/src/ATen/UfuncCUDA_add.cu:7: 2022-11-23T01:01:59.5290897Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:59.5292020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:59.5292705Z template typename func, int end, int current=0> 2022-11-23T01:01:59.5293086Z ^~~~~~~~ 2022-11-23T01:01:59.5293403Z class 2022-11-23T01:01:59.5294247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:59.5294864Z template typename func, int end> 2022-11-23T01:01:59.5295263Z ^~~~~~~~ 2022-11-23T01:01:59.5295588Z class 2022-11-23T01:01:59.5295965Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:59.5296505Z In file included from /var/lib/jenkins/workspace/build/aten/src/ATen/UfuncCUDA_add.cu:7: 2022-11-23T01:01:59.5297115Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:59.5298433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:59.5299126Z template typename func, int end, int current=0> 2022-11-23T01:01:59.5300574Z ^~~~~~~~ 2022-11-23T01:01:59.5300872Z class 2022-11-23T01:01:59.5301906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:59.5302576Z template typename func, int end> 2022-11-23T01:01:59.5302959Z ^~~~~~~~ 2022-11-23T01:01:59.5303278Z class 2022-11-23T01:01:59.7125051Z 2 warnings generated when compiling for host. 2022-11-23T01:01:59.7125676Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/attention.hip:15: 2022-11-23T01:01:59.7126486Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:59.7127549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:59.7131063Z template typename func, int end, int current=0> 2022-11-23T01:01:59.7131493Z ^~~~~~~~ 2022-11-23T01:01:59.7131680Z class 2022-11-23T01:01:59.7132240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:59.7132638Z template typename func, int end> 2022-11-23T01:01:59.7132838Z ^~~~~~~~ 2022-11-23T01:01:59.7133018Z class 2022-11-23T01:01:59.7133234Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:01:59.7133542Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/attention.hip:15: 2022-11-23T01:01:59.7138509Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:01:59.7139130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:59.7139517Z template typename func, int end, int current=0> 2022-11-23T01:01:59.7139733Z ^~~~~~~~ 2022-11-23T01:01:59.7139910Z class 2022-11-23T01:01:59.7140520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:01:59.7140885Z template typename func, int end> 2022-11-23T01:01:59.7141083Z ^~~~~~~~ 2022-11-23T01:01:59.7141258Z class 2022-11-23T01:01:59.7141473Z 2 warnings generated when compiling for host. 2022-11-23T01:02:00.4296632Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/miopen/RNN_miopen.cpp.o 2022-11-23T01:02:00.4298861Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/BatchNorm.cpp.o 2022-11-23T01:02:00.4304163Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/miopen/BatchNorm_miopen.cpp.o 2022-11-23T01:02:00.4307524Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/miopen/Conv_miopen.cpp.o 2022-11-23T01:02:00.4309409Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/AffineGridGenerator.cpp.o 2022-11-23T01:02:00.4316375Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/ConvPlaceholders.cpp.o 2022-11-23T01:02:00.8402754Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:00.8405937Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:00.8407121Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:00.8409127Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:00.8411080Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:00.8412999Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:00.8473935Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/ConvShared.cpp.o 2022-11-23T01:02:00.9516950Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:00.9518045Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:00.9518943Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:00.9519734Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:00.9520313Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:00.9520873Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:00.9586891Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/Conv_v7.cpp.o 2022-11-23T01:02:00.9966585Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:00.9967672Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:00.9968515Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:00.9969206Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:00.9969712Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:00.9970207Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:01.0027851Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/Conv_v8.cpp.o 2022-11-23T01:02:01.0417643Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:01.0418259Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:01.0418820Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:01.0419295Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:01.0419794Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:01.0420301Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:01.0468660Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/GridSampler.cpp.o 2022-11-23T01:02:01.0825913Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:01.0826975Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:01.0827896Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:01.0828753Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:01.0829602Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:01.0830667Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:01.0831593Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:01.0832553Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:01.0833551Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:01.0834385Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:01.0835289Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:01.0836204Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:01.0879422Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/LossCTC.cpp.o 2022-11-23T01:02:01.0898509Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/RNN.cpp.o 2022-11-23T01:02:01.0924922Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:01.0926154Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:01.0927155Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:01.0928029Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:01.0928987Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:01.0929915Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:01.1037878Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/miopen/Descriptors.cpp.o 2022-11-23T01:02:01.1344985Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:01.1345888Z In file included from /var/lib/jenkins/workspace/c10/core/DeviceType.h:8, 2022-11-23T01:02:01.1346562Z from /var/lib/jenkins/workspace/c10/core/Device.h:3, 2022-11-23T01:02:01.1347264Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:11, 2022-11-23T01:02:01.1347954Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:02:01.1348630Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:02:01.1349349Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:02:01.1350538Z /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:02:01.1352772Z /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:02:01.1354594Z 271 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:02:01.1355178Z | ^ 2022-11-23T01:02:01.1355917Z /var/lib/jenkins/workspace/c10/macros/Macros.h:200:64: note: in definition of macro ‘C10_UNLIKELY’ 2022-11-23T01:02:01.1356706Z 200 | #define C10_UNLIKELY(expr) (__builtin_expect(static_cast(expr), 0)) 2022-11-23T01:02:01.1357327Z | ^~~~ 2022-11-23T01:02:01.1358447Z /var/lib/jenkins/workspace/c10/util/Exception.h:506:7: note: in expansion of macro ‘C10_UNLIKELY_OR_CONST’ 2022-11-23T01:02:01.1359172Z 506 | if (C10_UNLIKELY_OR_CONST(!(cond))) { \ 2022-11-23T01:02:01.1359732Z | ^~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:02:01.1360524Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:271:13: note: in expansion of macro ‘TORCH_CHECK’ 2022-11-23T01:02:01.1361377Z 271 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:02:01.1361915Z | ^~~~~~~~~~~ 2022-11-23T01:02:01.1362705Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:02:01.1363410Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:02:01.1364120Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:02:01.1364811Z /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:216:30: note: declared here 2022-11-23T01:02:01.1365410Z 216 | DeprecatedTypeProperties & type() const { 2022-11-23T01:02:01.1365924Z | ^~~~ 2022-11-23T01:02:01.1366492Z In file included from /var/lib/jenkins/workspace/c10/core/DeviceType.h:8, 2022-11-23T01:02:01.1367113Z from /var/lib/jenkins/workspace/c10/core/Device.h:3, 2022-11-23T01:02:01.1367809Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:11, 2022-11-23T01:02:01.1368488Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:02:01.1369304Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:02:01.1370027Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:02:01.1372342Z /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:02:01.1373972Z 271 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:02:01.1374591Z | ^ 2022-11-23T01:02:01.1375342Z /var/lib/jenkins/workspace/c10/macros/Macros.h:200:64: note: in definition of macro ‘C10_UNLIKELY’ 2022-11-23T01:02:01.1376158Z 200 | #define C10_UNLIKELY(expr) (__builtin_expect(static_cast(expr), 0)) 2022-11-23T01:02:01.1376767Z | ^~~~ 2022-11-23T01:02:01.1377482Z /var/lib/jenkins/workspace/c10/util/Exception.h:506:7: note: in expansion of macro ‘C10_UNLIKELY_OR_CONST’ 2022-11-23T01:02:01.1378138Z 506 | if (C10_UNLIKELY_OR_CONST(!(cond))) { \ 2022-11-23T01:02:01.1378634Z | ^~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:02:01.1379406Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:271:13: note: in expansion of macro ‘TORCH_CHECK’ 2022-11-23T01:02:01.1380128Z 271 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:02:01.1380659Z | ^~~~~~~~~~~ 2022-11-23T01:02:01.1381244Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:02:01.1382068Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:02:01.1382677Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:02:01.1383373Z /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:216:30: note: declared here 2022-11-23T01:02:01.1384106Z 216 | DeprecatedTypeProperties & type() const { 2022-11-23T01:02:01.1384557Z | ^~~~ 2022-11-23T01:02:01.1385079Z In file included from /var/lib/jenkins/workspace/c10/core/DeviceType.h:8, 2022-11-23T01:02:01.1385650Z from /var/lib/jenkins/workspace/c10/core/Device.h:3, 2022-11-23T01:02:01.1386285Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:11, 2022-11-23T01:02:01.1386850Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:02:01.1387417Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:02:01.1388033Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:02:01.1389115Z /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:02:01.1391258Z /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:02:01.1392617Z 290 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:02:01.1393103Z | ^ 2022-11-23T01:02:01.1393769Z /var/lib/jenkins/workspace/c10/macros/Macros.h:200:64: note: in definition of macro ‘C10_UNLIKELY’ 2022-11-23T01:02:01.1394458Z 200 | #define C10_UNLIKELY(expr) (__builtin_expect(static_cast(expr), 0)) 2022-11-23T01:02:01.1394981Z | ^~~~ 2022-11-23T01:02:01.1395747Z /var/lib/jenkins/workspace/c10/util/Exception.h:506:7: note: in expansion of macro ‘C10_UNLIKELY_OR_CONST’ 2022-11-23T01:02:01.1396352Z 506 | if (C10_UNLIKELY_OR_CONST(!(cond))) { \ 2022-11-23T01:02:01.1396754Z | ^~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:02:01.1397428Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:290:13: note: in expansion of macro ‘TORCH_CHECK’ 2022-11-23T01:02:01.1398148Z 290 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:02:01.1398623Z | ^~~~~~~~~~~ 2022-11-23T01:02:01.1399127Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:02:01.1399730Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:02:01.1400604Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:02:01.1401444Z /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:216:30: note: declared here 2022-11-23T01:02:01.1402034Z 216 | DeprecatedTypeProperties & type() const { 2022-11-23T01:02:01.1402541Z | ^~~~ 2022-11-23T01:02:01.1403087Z In file included from /var/lib/jenkins/workspace/c10/core/DeviceType.h:8, 2022-11-23T01:02:01.1403826Z from /var/lib/jenkins/workspace/c10/core/Device.h:3, 2022-11-23T01:02:01.1404509Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:11, 2022-11-23T01:02:01.1405170Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:02:01.1405567Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:02:01.1405958Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:02:01.1407246Z /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:02:01.1408140Z 290 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:02:01.1408504Z | ^ 2022-11-23T01:02:01.1408927Z /var/lib/jenkins/workspace/c10/macros/Macros.h:200:64: note: in definition of macro ‘C10_UNLIKELY’ 2022-11-23T01:02:01.1409355Z 200 | #define C10_UNLIKELY(expr) (__builtin_expect(static_cast(expr), 0)) 2022-11-23T01:02:01.1409708Z | ^~~~ 2022-11-23T01:02:01.1410147Z /var/lib/jenkins/workspace/c10/util/Exception.h:506:7: note: in expansion of macro ‘C10_UNLIKELY_OR_CONST’ 2022-11-23T01:02:01.1410542Z 506 | if (C10_UNLIKELY_OR_CONST(!(cond))) { \ 2022-11-23T01:02:01.1410813Z | ^~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:02:01.1411249Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:290:13: note: in expansion of macro ‘TORCH_CHECK’ 2022-11-23T01:02:01.1411814Z 290 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:02:01.1412115Z | ^~~~~~~~~~~ 2022-11-23T01:02:01.1412454Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:02:01.1412840Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:02:01.1413240Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:02:01.1413678Z /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:216:30: note: declared here 2022-11-23T01:02:01.1414069Z 216 | DeprecatedTypeProperties & type() const { 2022-11-23T01:02:01.1414372Z | ^~~~ 2022-11-23T01:02:01.1414565Z At global scope: 2022-11-23T01:02:01.1414963Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:01.1415496Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:01.1415981Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:01.1416467Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:01.1416996Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:01.1417460Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/miopen/Handle.cpp.o 2022-11-23T01:02:01.3231674Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:01.3232971Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:01.3234723Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:01.3235586Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:01.3236537Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:01.3237378Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:01.3302094Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/miopen/Types.cpp.o 2022-11-23T01:02:01.4424964Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:01.4426061Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:01.4426956Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:01.4427742Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:01.4428592Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:01.4429474Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:01.4505300Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/NestedTensorTransformerFunctions.cpp.o 2022-11-23T01:02:01.6125223Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:01.6126298Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:01.6127261Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:01.6128190Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:01.6129104Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:01.6130054Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:01.6193193Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseBlas.cpp.o 2022-11-23T01:02:01.6412047Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:01.6413353Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:01.6414515Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:01.6416657Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:01.6418590Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:01.6420438Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:01.6480253Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseBlasImpl.cpp.o 2022-11-23T01:02:01.7235647Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:01.7236949Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:01.7238098Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:01.7239131Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:01.7240212Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:01.7242146Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:01.7293209Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseBlasLegacy.cpp.o 2022-11-23T01:02:02.0351861Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:02.0352754Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:02.0353499Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:02.0354189Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:02.0355117Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:02.0355822Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:02.0416958Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp.o 2022-11-23T01:02:02.1747349Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:02.1748396Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:02.1749363Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:02.1750248Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:02.1751142Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:02.1752729Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:02.1803157Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseHIPTensor.cpp.o 2022-11-23T01:02:02.2255279Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:02.2256342Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:02.2257155Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:02.2257976Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:02.2258745Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:02.2259505Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:02.2324107Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/Activation.cpp.o 2022-11-23T01:02:02.2466410Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:02.2467286Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:02.2468605Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:02.2470802Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:02.2471658Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:02.2472561Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:02.2535286Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/BinaryOps.cpp.o 2022-11-23T01:02:02.3268278Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:02.3271117Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:02.3272268Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:02.3273371Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:02.3274132Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:02.3274894Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:02.3338512Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/Conv.cpp.o 2022-11-23T01:02:02.3372226Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:02.3375282Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:02.3376470Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:02.3377577Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:02.3378672Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:02.3379835Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:02.3426722Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/ConvPrepack.cpp.o 2022-11-23T01:02:02.3956647Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:02.3957765Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:02.3959198Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:02.3961146Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:02.3964925Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:02.3966463Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:02.4010712Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/ConvUnpackImpl.cpp.o 2022-11-23T01:02:02.4057990Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:02.4059075Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:02.4060854Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:02.4062115Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:02.4063325Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:02.4064209Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:02.4152541Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/Linear.cpp.o 2022-11-23T01:02:02.4602323Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:02.4603380Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:02.4604321Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:02.4605159Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:02.4606050Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:02.4606889Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:02.4653955Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/LinearPrepack.cpp.o 2022-11-23T01:02:02.4806169Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:02.4807582Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:02.4808778Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:02.4810086Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:02.4811233Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:02.4812359Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:02.4858923Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/LinearUnpackImpl.cpp.o 2022-11-23T01:02:02.5523092Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:02.5524143Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:02.5525172Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:02.5525805Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:02.5537465Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:02.5538436Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:02.5539418Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:02.5540401Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:02.5541361Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:02.5542365Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:02.5543216Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:02.5544149Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:02.5598646Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/Pooling.cpp.o 2022-11-23T01:02:02.5599171Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/CachingHostAllocator.cpp.o 2022-11-23T01:02:02.5660583Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:02.5661832Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:02.5662837Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:02.5663726Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:02.5664638Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:02.5665537Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:02.5753017Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/CuSparseHandlePool.cpp.o 2022-11-23T01:02:02.6366241Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:02.6367516Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:02.6368514Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:02.6369431Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:02.6370359Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:02.6371262Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:02.6425434Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/CublasHandlePool.cpp.o 2022-11-23T01:02:02.8018186Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:02.8019644Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:02.8020856Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:02.8022417Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:02.8023563Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:02.8024686Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:02.8092879Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/EmptyTensor.cpp.o 2022-11-23T01:02:03.0399688Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:03.0401715Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:03.0402763Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:03.0403628Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:03.0404349Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:03.0405094Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:03.0478352Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:03.0479449Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:03.0480438Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:03.0481380Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:03.0482330Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:03.0483340Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:03.0511186Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/Exceptions.cpp.o 2022-11-23T01:02:03.0537315Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPBlas.cpp.o 2022-11-23T01:02:03.1303648Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:03.1304715Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:03.1305670Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:03.1306351Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:03.1307104Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:03.1307792Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:03.1360639Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPContext.cpp.o 2022-11-23T01:02:03.1643200Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:03.1644296Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:03.1645522Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:03.1646437Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:03.1647362Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:03.1648295Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:03.1710024Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPGeneratorImpl.cpp.o 2022-11-23T01:02:03.2843945Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:03.2845067Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:03.2846063Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:03.2846967Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:03.2847898Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:03.2849035Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:03.2912579Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPGraph.cpp.o 2022-11-23T01:02:03.4693484Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:03.4694688Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:03.4695706Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:03.4696427Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:03.4697250Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:03.4698009Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:03.4763719Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPSparseBlas.cpp.o 2022-11-23T01:02:03.5317627Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:03.5318616Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:03.5319538Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:03.5320379Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:03.5321278Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:03.5322156Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:03.5506720Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPSparseDescriptors.cpp.o 2022-11-23T01:02:03.6135242Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:03.6136369Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:03.6137313Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:03.6138119Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:03.6138905Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:03.6139697Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:03.6227086Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/PeerToPeerAccess.cpp.o 2022-11-23T01:02:03.6888051Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:03.6889103Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:03.6890040Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:03.6891139Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:03.6892051Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:03.6892900Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:03.6964168Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/PinnedMemoryAllocator.cpp.o 2022-11-23T01:02:03.8964108Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:03.8965072Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:03.8965778Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:03.8966286Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:03.8966783Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:03.8967555Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:03.9037108Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/detail/HIPHooks.cpp.o 2022-11-23T01:02:03.9269746Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:03.9270757Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:03.9271587Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:03.9272342Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:03.9273018Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:03.9274152Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:03.9336828Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.cpp.o 2022-11-23T01:02:04.0807596Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:04.0808608Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:04.0809507Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:04.0810316Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:04.0811187Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:04.0812088Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:04.0878951Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.cpp.o 2022-11-23T01:02:04.2000152Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:04.2001354Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:04.2002299Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:04.2003204Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:04.2004107Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:04.2004945Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:04.2068947Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/llvm_basic.cpp.o 2022-11-23T01:02:04.2871757Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:04.2873010Z /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:02:04.2873752Z 326 |  0, 0, NULL, NULL)); 2022-11-23T01:02:04.2874422Z | ^ ~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:02:04.2875214Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:04.2876237Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:04.2877163Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:04.2878072Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:04.2878958Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:04.2949427Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/llvm_complex.cpp.o 2022-11-23T01:02:04.3284999Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:04.3285948Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:04.3287006Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:04.3287846Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:04.3289429Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:04.3290292Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:04.3364440Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Activation.cpp.o 2022-11-23T01:02:04.3783551Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:04.3784212Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:04.3784965Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:04.3785751Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:04.3786553Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:04.3787379Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:04.3867086Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Blas.cpp.o 2022-11-23T01:02:04.4627581Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:04.4628644Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:04.4629652Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:04.4630572Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:04.4631466Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:04.4632401Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:04.4644956Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:04.4645919Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:04.4646859Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:04.4647741Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:04.4648381Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:04.4649378Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:04.4691370Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Distributions.cpp.o 2022-11-23T01:02:04.4715616Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Equal.cpp.o 2022-11-23T01:02:04.6098532Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:04.6106094Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:14: 2022-11-23T01:02:04.6108595Z /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:02:04.6109879Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:02:04.6110373Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:04.6111138Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:02:04.6111913Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:02:04.6112612Z | ^~~~ 2022-11-23T01:02:04.6113367Z /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:02:04.6114015Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:02:04.6114431Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:02:04.6114952Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:02:04.6115627Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGeneratorImpl.h:2, 2022-11-23T01:02:04.6116326Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:4: 2022-11-23T01:02:04.6117003Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:02:04.6117726Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:02:04.6118225Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:04.6118846Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:14: 2022-11-23T01:02:04.6188308Z /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:02:04.6189724Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:02:04.6190257Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:04.6191145Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:02:04.6191971Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:02:04.6192560Z | ^~~~ 2022-11-23T01:02:04.6193384Z /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:02:04.6194267Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:02:04.6194731Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:02:04.6195312Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:02:04.6196083Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGeneratorImpl.h:2, 2022-11-23T01:02:04.6196797Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:4: 2022-11-23T01:02:04.6197510Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:02:04.6198122Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:02:04.6198616Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:04.6199157Z In file included from /opt/rocm/magma/include/magma_types.h:148, 2022-11-23T01:02:04.6199759Z from /opt/rocm/magma/include/magma_copy.h:12, 2022-11-23T01:02:04.6200357Z from /opt/rocm/magma/include/magmablas.h:12, 2022-11-23T01:02:04.6200979Z from /opt/rocm/magma/include/magma_v2.h:22, 2022-11-23T01:02:04.6201728Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:26: 2022-11-23T01:02:04.6203147Z /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:02:04.6204430Z 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:02:04.6205391Z | ^ 2022-11-23T01:02:04.6206030Z In file included from /opt/rocm/magma/include/magma_types.h:149, 2022-11-23T01:02:04.6206692Z from /opt/rocm/magma/include/magma_copy.h:12, 2022-11-23T01:02:04.6207297Z from /opt/rocm/magma/include/magmablas.h:12, 2022-11-23T01:02:04.6207907Z from /opt/rocm/magma/include/magma_v2.h:22, 2022-11-23T01:02:04.6208646Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:26: 2022-11-23T01:02:04.6209970Z /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:02:04.6211338Z 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:02:04.6212317Z | ^ 2022-11-23T01:02:04.6213171Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:04.6214190Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:04.6215096Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:04.6216054Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:04.6217154Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:04.6323168Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/GridSampler.cpp.o 2022-11-23T01:02:04.8543430Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:04.8546125Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:04.8547076Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:04.8547835Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:04.8548642Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:04.8549503Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:04.8598781Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/IndexKernel.cpp.o 2022-11-23T01:02:04.8965221Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:04.8966554Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:04.8967615Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:04.8968564Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:04.8969548Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:04.8970458Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:04.9037296Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/LinearAlgebraStubs.cpp.o 2022-11-23T01:02:04.9270576Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:04.9271705Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:04.9272651Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:04.9273581Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:04.9274482Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:04.9275315Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:04.9324136Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/ReduceOps.cpp.o 2022-11-23T01:02:04.9711478Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:04.9712558Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:04.9713499Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:04.9714516Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:04.9715326Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:04.9716134Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:04.9840811Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Resize.cpp.o 2022-11-23T01:02:05.0283473Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:05.0286925Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:05.0288031Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:05.0291105Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:05.0294187Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:05.0295226Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:05.0351825Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/ScanKernels.cpp.o 2022-11-23T01:02:05.1607762Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:05.1610028Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:05.1611101Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:05.1612782Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:05.1614684Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:05.1616563Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:05.1663817Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Sort.cpp.o 2022-11-23T01:02:05.3262910Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:05.3264040Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:05.3264991Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:05.3265796Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:05.3266578Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:05.3267412Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:05.3333216Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Sorting.cpp.o 2022-11-23T01:02:05.3752587Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:05.3755603Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:05.3756628Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:05.3757539Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:05.3758493Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:05.3759407Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:05.3839238Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/SpectralOps.cpp.o 2022-11-23T01:02:05.5253912Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:05.5255036Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:05.5255955Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:05.5256699Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:05.5257420Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:05.5258387Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:05.5324769Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/TensorCompare.cpp.o 2022-11-23T01:02:05.5390601Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:05.5391735Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:05.5392850Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:05.5393841Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:05.5394877Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:05.5395948Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:05.5454439Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/TensorModeKernel.cpp.o 2022-11-23T01:02:05.5923538Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:05.5925150Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:05.5927157Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:05.5928185Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:05.5929356Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:05.5932011Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:05.5991358Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/TensorShapeHIP.cpp.o 2022-11-23T01:02:05.7151549Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:05.7152602Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:05.7153505Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:05.7154404Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:05.7155307Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:05.7156212Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:05.7216262Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/TensorTopK.cpp.o 2022-11-23T01:02:05.9439156Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:05.9440436Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:05.9441929Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:05.9445208Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:05.9448442Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:05.9451186Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:05.9510339Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:05.9511333Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:05.9512265Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:05.9513119Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:05.9513968Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:05.9514896Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:05.9517392Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/jit_utils.cpp.o 2022-11-23T01:02:05.9570330Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp.o 2022-11-23T01:02:06.0003568Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:06.0005173Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:06.0006282Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:06.0007355Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:06.0008989Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:06.0010240Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:06.0070899Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/BatchLinearAlgebraLib.cpp.o 2022-11-23T01:02:06.0980669Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:06.0981791Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:06.0982615Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:06.0983402Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:06.0984188Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:06.0984964Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:06.1052179Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/CusolverDnHandlePool.cpp.o 2022-11-23T01:02:06.1932811Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:06.1933567Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:06.1934405Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:06.1935059Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:06.1935572Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:06.1936337Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:06.1986586Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/HIPSolver.cpp.o 2022-11-23T01:02:06.2650729Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:06.2651813Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:06.2652803Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:06.2653715Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:06.2654579Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:06.2655493Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:06.2724080Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterCUDA.cpp.o 2022-11-23T01:02:06.4171565Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:06.4172480Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.cpp:11: 2022-11-23T01:02:06.4174301Z /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:02:06.4175778Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:02:06.4176284Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:06.4177088Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:02:06.4177888Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:02:06.4178453Z | ^~~~ 2022-11-23T01:02:06.4179216Z /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:02:06.4179928Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:02:06.4180403Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:02:06.4180998Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:02:06.4181912Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.cpp:2: 2022-11-23T01:02:06.4182823Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:02:06.4183478Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:02:06.4183972Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:06.4184638Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.cpp:11: 2022-11-23T01:02:06.4186480Z /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:02:06.4187788Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:02:06.4188283Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:06.4189116Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:02:06.4189883Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:02:06.4190446Z | ^~~~ 2022-11-23T01:02:06.4191291Z /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:02:06.4191990Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:02:06.4192455Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:02:06.4193054Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:02:06.4193794Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.cpp:2: 2022-11-23T01:02:06.4194529Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:02:06.4195154Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:02:06.4195671Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:06.4196423Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:06.4197497Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:06.4198403Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:06.4199308Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:06.4201123Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:06.4240817Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterNestedTensorCUDA.cpp.o 2022-11-23T01:02:06.5370705Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:06.5371754Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:06.5372680Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:06.5373456Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:06.5374297Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:06.5375374Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:06.5440901Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterQuantizedCUDA.cpp.o 2022-11-23T01:02:06.5881164Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:06.5882115Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:06.5882986Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:06.5883905Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:06.5884834Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:06.5885526Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:06.5934204Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterSparseCUDA.cpp.o 2022-11-23T01:02:06.6716738Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:06.6717851Z In file included from /opt/rocm/magma/include/magma_types.h:148, 2022-11-23T01:02:06.6718642Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/MagmaUtils.h:6, 2022-11-23T01:02:06.6719530Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp:20: 2022-11-23T01:02:06.6720790Z /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:02:06.6722015Z 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:02:06.6723040Z | ^ 2022-11-23T01:02:06.6723679Z In file included from /opt/rocm/magma/include/magma_types.h:149, 2022-11-23T01:02:06.6724419Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/MagmaUtils.h:6, 2022-11-23T01:02:06.6725215Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp:20: 2022-11-23T01:02:06.6726638Z /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:02:06.6728005Z 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:02:06.6729048Z | ^ 2022-11-23T01:02:06.6730320Z /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:02:06.6731585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp:1607:8: warning: unused variable ‘m’ [-Wunused-variable] 2022-11-23T01:02:06.6732337Z 1607 | auto m = input.size(-2); 2022-11-23T01:02:06.6732772Z | ^ 2022-11-23T01:02:06.6734614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp:1608:8: warning: unused variable ‘n’ [-Wunused-variable] 2022-11-23T01:02:06.6735349Z 1608 | auto n = input.size(-1); 2022-11-23T01:02:06.6735765Z | ^ 2022-11-23T01:02:06.6736898Z /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:02:06.6738113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp:2453:8: warning: unused variable ‘b’ [-Wunused-variable] 2022-11-23T01:02:06.6738835Z 2453 | auto b = batchCount(B); 2022-11-23T01:02:06.6739268Z | ^ 2022-11-23T01:02:06.6739586Z At global scope: 2022-11-23T01:02:06.6740302Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:06.6741384Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:06.6742311Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:06.6743040Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:06.6743779Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:06.6805717Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterSparseCsrCUDA.cpp.o 2022-11-23T01:02:06.8450945Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:06.8451663Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:06.8452577Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:06.8453229Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:06.8453861Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:06.8454891Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:06.8517811Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/CudaIPCTypes.cpp.o 2022-11-23T01:02:07.0881337Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:07.0882870Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:07.0883751Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:07.0884533Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:07.0885448Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:07.0886374Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:07.0947947Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/cuda/comm.cpp.o 2022-11-23T01:02:07.1165002Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:07.1166113Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:07.1166956Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:07.1167448Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:07.1168154Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:07.1168936Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:07.1233980Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/cuda/memory_snapshot.cpp.o 2022-11-23T01:02:07.1622849Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:07.1623882Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:07.1624816Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:07.1625710Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:07.1626696Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:07.1627653Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:07.1676167Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp.o 2022-11-23T01:02:07.2653501Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:07.2654529Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:07.2655546Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:07.2656696Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:07.2657579Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:07.2658426Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:07.2709859Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/profiler/stubs/cuda.cpp.o 2022-11-23T01:02:07.3857858Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:07.3858921Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:07.3859936Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:07.3860820Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:07.3861450Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:07.3862430Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:07.3933002Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/autograd/functions/comm.cpp.o 2022-11-23T01:02:07.6105787Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:07.6106769Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:07.6107787Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:07.6108616Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:07.6109519Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:07.6110670Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:07.6176662Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/arith.cpp.o 2022-11-23T01:02:07.9136933Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:07.9137957Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:07.9138778Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:07.9139556Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:07.9140297Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:07.9141077Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:07.9205214Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/compute_at.cpp.o 2022-11-23T01:02:07.9266859Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:07.9268096Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:07.9269074Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:07.9269957Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:07.9270812Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:07.9271721Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:07.9341092Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/inlining.cpp.o 2022-11-23T01:02:08.1865041Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:08.1866016Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:08.1866925Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:08.1867692Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:08.1868486Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:08.1869241Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:08.1919508Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/compute_at_map.cpp.o 2022-11-23T01:02:08.4318869Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:08.4319841Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp:9: 2022-11-23T01:02:08.4324363Z /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:02:08.4325870Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:02:08.4326286Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:08.4326938Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:02:08.4327555Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:02:08.4327999Z | ^~~~ 2022-11-23T01:02:08.4328765Z /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:02:08.4329453Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:02:08.4329883Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:02:08.4330376Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:02:08.4331073Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h:7, 2022-11-23T01:02:08.4331905Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp:1: 2022-11-23T01:02:08.4332822Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:02:08.4333489Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:02:08.4334002Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:08.4334728Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp:9: 2022-11-23T01:02:08.4336553Z /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:02:08.4337812Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:02:08.4338312Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:08.4339094Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:02:08.4339809Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:02:08.4340383Z | ^~~~ 2022-11-23T01:02:08.4341186Z /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:02:08.4342099Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:02:08.4342542Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:02:08.4343106Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:02:08.4343848Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h:7, 2022-11-23T01:02:08.4344628Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp:1: 2022-11-23T01:02:08.4345380Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:02:08.4346191Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:02:08.4346679Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:08.4347452Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:08.4348425Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:08.4349305Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:08.4350224Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:08.4351107Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:08.4382868Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/codegen.cpp.o 2022-11-23T01:02:08.5118120Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:08.5118893Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:08.5119697Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:08.5120625Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:08.5121165Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:08.5121670Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:08.5198507Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/contiguity.cpp.o 2022-11-23T01:02:08.7051705Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:08.7052691Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:08.7053541Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:08.7054284Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:08.7055097Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:08.7055838Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:08.7126084Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/dispatch.cpp.o 2022-11-23T01:02:09.0114981Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:09.0116116Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:09.0117138Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:09.0118024Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:09.0118983Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:09.0120158Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:09.0141026Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:09.0147187Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:09.0148192Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:09.0149125Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:09.0150087Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:09.0151050Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:09.0170251Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/expr_evaluator.cpp.o 2022-11-23T01:02:09.0209481Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/executor.cpp.o 2022-11-23T01:02:09.3335601Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:09.3336888Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:09.3337852Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:09.3338709Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:09.3339566Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:09.3340313Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:09.3403116Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/executor_kernel_arg.cpp.o 2022-11-23T01:02:09.4937890Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:09.4938564Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:09.4939166Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:09.4939693Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:09.4940218Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:09.4940769Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:09.4993032Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/executor_launch_params.cpp.o 2022-11-23T01:02:09.6492730Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:09.6493706Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:09.6494637Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:09.6495681Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:09.6496473Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:09.6497311Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:09.6569439Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/evaluator_common.cpp.o 2022-11-23T01:02:09.7613242Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:09.7614250Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:09.7615260Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:09.7616097Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:09.7616887Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:09.7617696Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:09.7675437Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/executor_utils.cpp.o 2022-11-23T01:02:09.8880111Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:09.8881244Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:09.8882249Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:09.8883216Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:09.8884154Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:09.8885030Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:09.8959695Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/fusion.cpp.o 2022-11-23T01:02:10.1539574Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:10.1540517Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.cpp:18: 2022-11-23T01:02:10.1542641Z /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:02:10.1543877Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:02:10.1544398Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:10.1545231Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:02:10.1545973Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:02:10.1546664Z | ^~~~ 2022-11-23T01:02:10.1547457Z /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:02:10.1548168Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:02:10.1548635Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:02:10.1549187Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:02:10.1549954Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.h:8, 2022-11-23T01:02:10.1550734Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.h:3, 2022-11-23T01:02:10.1551446Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.cpp:2: 2022-11-23T01:02:10.1552211Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:02:10.1552883Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:02:10.1553411Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:10.1554067Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.cpp:18: 2022-11-23T01:02:10.1556016Z /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:02:10.1557320Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:02:10.1557773Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:10.1558537Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:02:10.1559274Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:02:10.1559834Z | ^~~~ 2022-11-23T01:02:10.1560641Z /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:02:10.1561317Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:02:10.1561783Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:02:10.1562344Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:02:10.1563176Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.h:8, 2022-11-23T01:02:10.1563957Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.h:3, 2022-11-23T01:02:10.1564725Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.cpp:2: 2022-11-23T01:02:10.1565484Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:02:10.1566133Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:02:10.1566641Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:10.1567416Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:10.1568429Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:10.1569301Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:10.1570322Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:10.1571220Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:10.1572174Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:10.1573181Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:10.1574167Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:10.1575066Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:10.1575979Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:10.1576884Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:10.1639924Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/graph_fuser.cpp.o 2022-11-23T01:02:10.1640873Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/grouped_reduction.cpp.o 2022-11-23T01:02:10.6284840Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:10.6286621Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:10.6287743Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:10.6290979Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:10.6292353Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:10.6293364Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:10.6365537Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/index_compute.cpp.o 2022-11-23T01:02:10.7631553Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:10.7632397Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:10.7633166Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:10.7633861Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:10.7634576Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:10.7635274Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:10.7698081Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_index_compute.cpp.o 2022-11-23T01:02:10.9553177Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:10.9554250Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:10.9555413Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:10.9556275Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:10.9557142Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:10.9558026Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:10.9623889Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/instrumentation.cpp.o 2022-11-23T01:02:11.1404999Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:11.1406022Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:11.1407040Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:11.1407864Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:11.1408750Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:11.1409821Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:11.1461289Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:11.1462349Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp:3: 2022-11-23T01:02:11.1464154Z /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:02:11.1465364Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:02:11.1465839Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:11.1466590Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:02:11.1467242Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:02:11.1467543Z | ^~~~ 2022-11-23T01:02:11.1468002Z /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:02:11.1468392Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:02:11.1468646Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:02:11.1469161Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:6, 2022-11-23T01:02:11.1469883Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp:1: 2022-11-23T01:02:11.1470629Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:02:11.1471274Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:02:11.1471802Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:11.1472479Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp:3: 2022-11-23T01:02:11.1474537Z /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:02:11.1475793Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:02:11.1476299Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:11.1477136Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:02:11.1477903Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:02:11.1478462Z | ^~~~ 2022-11-23T01:02:11.1479293Z /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:02:11.1480021Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:02:11.1480483Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:02:11.1481100Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:6, 2022-11-23T01:02:11.1483910Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp:1: 2022-11-23T01:02:11.1484710Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:02:11.1485326Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:02:11.1485831Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:11.1486591Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:11.1487528Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:11.1488384Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:11.1489259Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:11.1490171Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:11.1491039Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_base_nodes.cpp.o 2022-11-23T01:02:11.1521522Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_builder.cpp.o 2022-11-23T01:02:11.4219898Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:11.4221005Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:11.4222200Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:11.4223132Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:11.4224050Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:11.4224972Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:11.4288596Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_cloner.cpp.o 2022-11-23T01:02:11.8249957Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:11.8250937Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:11.8251810Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:11.8252548Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:11.8253290Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:11.8254021Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:11.8317147Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_container.cpp.o 2022-11-23T01:02:11.9036601Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:11.9037646Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:11.9038871Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:11.9039764Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:11.9040678Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:11.9041609Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:11.9114697Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_graphviz.cpp.o 2022-11-23T01:02:12.0027936Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:12.0029026Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:12.0030059Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:12.0030953Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:12.0031887Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:12.0032803Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:12.0083150Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_nodes.cpp.o 2022-11-23T01:02:12.0562034Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:12.0563164Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:12.0564062Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:12.0564893Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:12.0565993Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:12.0566852Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:12.0614419Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_iostream.cpp.o 2022-11-23T01:02:12.2201753Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:12.2202953Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:12.2203948Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:12.2204836Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:12.2205758Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:12.2206684Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:12.2272857Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_utils.cpp.o 2022-11-23T01:02:12.5611782Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:12.5612844Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:12.5613695Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:12.5614493Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:12.5615319Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:12.5616182Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:12.5677080Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/iter_visitor.cpp.o 2022-11-23T01:02:12.9968422Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:12.9969308Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:12.9970178Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:12.9970944Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:12.9971684Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:12.9972470Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:13.0014803Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:13.0015791Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:13.0016591Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:13.0017588Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:13.0018363Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:13.0019136Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:13.0060478Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/kernel.cpp.o 2022-11-23T01:02:13.0078536Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/kernel_cache.cpp.o 2022-11-23T01:02:13.0404242Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:13.0405218Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:13.0406260Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:13.0407156Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:13.0408210Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:13.0409426Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:13.0477548Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.cpp.o 2022-11-23T01:02:13.2502715Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:13.2503789Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:13.2504685Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:13.2505481Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:13.2506295Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:13.2507118Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:13.2577203Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/kernel_ir.cpp.o 2022-11-23T01:02:13.3238929Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:13.3240207Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:13.3241207Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:13.3242125Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:13.3243147Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:13.3244076Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:13.3304631Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.cpp.o 2022-11-23T01:02:13.4388484Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:13.4389625Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:13.4390823Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:13.4391812Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:13.4393029Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:13.4394217Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:13.4445332Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_alias_memory.cpp.o 2022-11-23T01:02:14.0750475Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:14.0751507Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:14.0752315Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:14.0753109Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:14.0753845Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:14.0754589Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:14.0812591Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_allocation.cpp.o 2022-11-23T01:02:14.2668987Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:14.2669921Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:14.2670803Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:14.2671637Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:14.2672450Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:14.2673260Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:14.2741773Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_double_buffer.cpp.o 2022-11-23T01:02:14.3375671Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:14.3376755Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:14.3377781Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:14.3378276Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:14.3378760Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:14.3379381Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:14.3446445Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_divisible_split.cpp.o 2022-11-23T01:02:14.4056259Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:14.4057281Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:14.4058428Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:14.4059356Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:14.4060229Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:14.4061080Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:14.4120188Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_expr_sort.cpp.o 2022-11-23T01:02:14.4171597Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:14.4172645Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:14.4173645Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:14.4174508Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:14.4175426Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:14.4176334Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:14.4244781Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_fused_reduction.cpp.o 2022-11-23T01:02:14.4669029Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:14.4670044Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:14.4670963Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:14.4671981Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:14.4672853Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:14.4673724Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:14.4739468Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.cpp.o 2022-11-23T01:02:15.2892350Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:15.2893348Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:15.2894215Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:15.2895044Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:15.2895835Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:15.2896657Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:15.2964464Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_index.cpp.o 2022-11-23T01:02:15.3974718Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:15.3975816Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:15.3976735Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:15.3977484Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:15.3978327Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:15.3979198Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:15.4092966Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_index_hoist.cpp.o 2022-11-23T01:02:15.4401137Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:15.4402048Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:15.4402749Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:15.4403254Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:15.4403754Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:15.4404243Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:15.4463607Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_insert_syncs.cpp.o 2022-11-23T01:02:15.4945384Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:15.4946660Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:15.4947579Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:15.4948416Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:15.4949251Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:15.4950092Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:15.5016700Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_instrument.cpp.o 2022-11-23T01:02:15.5092575Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:15.5093613Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:15.5094521Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:15.5095346Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:15.5096396Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:15.5097200Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:15.5156441Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_loops.cpp.o 2022-11-23T01:02:15.5868553Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:15.5869852Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:15.5870883Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:15.5871891Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:15.5872862Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:15.5873814Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:15.5924473Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_magic_zero.cpp.o 2022-11-23T01:02:16.3782420Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:16.3783529Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:16.3784473Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:16.3785259Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:16.3786000Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:16.3786796Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:16.3835554Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.cpp.o 2022-11-23T01:02:16.4104136Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:16.4105217Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:16.4106143Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:16.4107064Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:16.4107993Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:16.4108831Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:16.4167595Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_predicate.cpp.o 2022-11-23T01:02:16.5991041Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:16.5992115Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:16.5993452Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:16.5994145Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:16.5994959Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:16.5995883Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:16.6060552Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.cpp.o 2022-11-23T01:02:16.6961426Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:16.6962567Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:16.6963588Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:16.6964504Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:16.6965307Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:16.6966244Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:16.7032326Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_replace_size.cpp.o 2022-11-23T01:02:16.7397452Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:16.7398555Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:16.7399580Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:16.7400275Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:16.7401077Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:16.7401819Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:16.7468074Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_shift.cpp.o 2022-11-23T01:02:17.0401125Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:17.0402099Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:17.0403067Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:17.0403909Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:17.0404752Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:17.0405561Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:17.0452606Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_sync_information.cpp.o 2022-11-23T01:02:17.4699086Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:17.4700070Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:17.4700918Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:17.4701868Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:17.4703398Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:17.4704212Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:17.4775497Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_thread_predicate.cpp.o 2022-11-23T01:02:17.6148822Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:17.6149946Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:17.6150985Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:17.6151887Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:17.6152824Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:17.6153660Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:17.6223435Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.cpp.o 2022-11-23T01:02:17.6726820Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:17.6727783Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:17.6728937Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:17.6729752Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:17.6730552Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:17.6731413Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:17.6801437Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.cpp.o 2022-11-23T01:02:17.8038659Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:17.8039527Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:17.8040430Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:17.8041250Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:17.8043797Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:17.8044737Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:17.8094047Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_unroll.cpp.o 2022-11-23T01:02:17.8368457Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:17.8369203Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:17.8369749Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:17.8370248Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:17.8370823Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:17.8371469Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:17.8441527Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_utils.cpp.o 2022-11-23T01:02:17.9929187Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:17.9930795Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:17.9932010Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:17.9933073Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:17.9934209Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:17.9935294Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:18.0005002Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_validation.cpp.o 2022-11-23T01:02:18.5580153Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:18.5581072Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:18.5582099Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:18.5582847Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:18.5583678Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:18.5584475Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:18.5651336Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_warp_reduce.cpp.o 2022-11-23T01:02:18.7643732Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:18.7644754Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:18.7645754Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:18.7646837Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:18.7647788Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:18.7648675Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:18.7698152Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower2device.cpp.o 2022-11-23T01:02:18.8005723Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:18.8007186Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:18.8008230Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:18.8009124Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:18.8010058Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:18.8010990Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:18.8081666Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_bank_conflict.cpp.o 2022-11-23T01:02:18.9458454Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:18.9459917Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:18.9465030Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:18.9466123Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:18.9467280Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:18.9468625Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:18.9532752Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/manager.cpp.o 2022-11-23T01:02:19.0727297Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:19.0728091Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:19.0728938Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:19.0729693Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:19.0730509Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:19.0731354Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:19.0803436Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:19.0804385Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:19.0805536Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:19.0806366Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:19.0807204Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:19.0808027Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:19.0841974Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/maxinfo_propagator.cpp.o 2022-11-23T01:02:19.0878976Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/mutator.cpp.o 2022-11-23T01:02:19.7077285Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:19.7078342Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:19.7079296Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:19.7080089Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:19.7080613Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:19.7081176Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:19.7140283Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/non_divisible_split.cpp.o 2022-11-23T01:02:19.8846922Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:19.8847863Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:19.8848952Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:19.8849721Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:19.8850474Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:19.8851247Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:19.8922081Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ops/alias.cpp.o 2022-11-23T01:02:20.0522525Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:20.0523473Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:20.0524467Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:20.0525260Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:20.0526019Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:20.0526806Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:20.0576161Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ops/composite.cpp.o 2022-11-23T01:02:20.1274117Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:20.1275187Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:20.1276225Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:20.1277155Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:20.1278077Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:20.1279024Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:20.1344828Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ops/normalization.cpp.o 2022-11-23T01:02:20.1771397Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:20.1772250Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:20.1772973Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:20.1773610Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:20.1774465Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:20.1774996Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:20.1818622Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:20.1819871Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:20.1820858Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:20.1821843Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:20.1822567Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:20.1823295Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:20.1832760Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/parallel_dimension_map.cpp.o 2022-11-23T01:02:20.1886456Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.cpp.o 2022-11-23T01:02:20.5718436Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:20.5719481Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:20.5720508Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:20.5721668Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:20.5722698Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:20.5723635Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:20.5784868Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/parser.cpp.o 2022-11-23T01:02:20.8644035Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:20.8645042Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:20.8646540Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:20.8647334Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:20.8648761Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:20.8649557Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:20.8720098Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/partial_split_map.cpp.o 2022-11-23T01:02:21.0565392Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:21.0566295Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:21.0567106Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:21.0567980Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:21.0568690Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:21.0569661Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:21.0624571Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/partition.cpp.o 2022-11-23T01:02:21.1098206Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:21.1099189Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:21.1100336Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:21.1101186Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:21.1102203Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:21.1103068Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:21.1164369Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/predicate_compute.cpp.o 2022-11-23T01:02:21.2111260Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:21.2112253Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:21.2112912Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:21.2113458Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:21.2113984Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:21.2114513Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:21.2182484Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_cache.cpp.o 2022-11-23T01:02:21.2430732Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:21.2431724Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:21.2432579Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:21.2433087Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:21.2433771Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:21.2434561Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:21.2496647Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_definition.cpp.o 2022-11-23T01:02:21.7951525Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:21.7952693Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:21.7953612Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:21.7954489Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:21.7955411Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:21.7956284Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:21.8019438Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_interface.cpp.o 2022-11-23T01:02:21.9984925Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:21.9986535Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:21.9987802Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:21.9989579Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:21.9990953Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:21.9991880Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:22.0043222Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/register_interface.cpp.o 2022-11-23T01:02:22.1721388Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:22.1722880Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:22.1723913Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:22.1724805Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:22.1725706Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:22.1727279Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:22.1786754Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/root_domain_map.cpp.o 2022-11-23T01:02:22.1997725Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:22.1998985Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:22.1999893Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:22.2000720Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:22.2001477Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:22.2002245Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:22.2057323Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/pointwise.cpp.o 2022-11-23T01:02:22.2934378Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:22.2935361Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:22.2936228Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:22.2937035Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:22.2938106Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:22.2938957Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:22.3004828Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.cpp.o 2022-11-23T01:02:22.4283549Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:22.4284660Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:22.4285693Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:22.4286616Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:22.4287584Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:22.4288491Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:22.4360691Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/transpose.cpp.o 2022-11-23T01:02:22.9168676Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:22.9169750Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:22.9170695Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:22.9171583Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:22.9172441Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:22.9173239Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:22.9236705Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/normalization.cpp.o 2022-11-23T01:02:23.0746583Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:23.0747551Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:23.0748419Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:23.0749182Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:23.0749990Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:23.0750725Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:23.0820787Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/reduction.cpp.o 2022-11-23T01:02:23.3219590Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:23.3221050Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:23.3223065Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:23.3224087Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:23.3225101Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:23.3226675Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:23.3227881Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:23.3229187Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:23.3230231Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:23.3231218Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:23.3232379Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:23.3233389Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:23.3283199Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/matmul.cpp.o 2022-11-23T01:02:23.3297339Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.cpp.o 2022-11-23T01:02:23.5054218Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:23.5055847Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:23.5057089Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:23.5058191Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:23.5059526Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:23.5060519Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:23.5128164Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/registry.cpp.o 2022-11-23T01:02:23.5952188Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:23.5953667Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:23.5957240Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:23.5958385Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:23.5959502Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:23.5960630Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:23.6030482Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/utils.cpp.o 2022-11-23T01:02:24.0872754Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:24.0873857Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:24.0874768Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:24.0875581Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:24.0876357Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:24.0877096Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:24.0945391Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.cpp.o 2022-11-23T01:02:24.2303310Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:24.2304400Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:24.2305361Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:24.2306260Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:24.2307195Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:24.2308124Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:24.2380597Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/type_inference.cpp.o 2022-11-23T01:02:24.3526406Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:24.3527502Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:24.3528779Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:24.3529712Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:24.3530684Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:24.3531655Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:24.3579948Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/type_promotion.cpp.o 2022-11-23T01:02:24.4987747Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:24.4988745Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:24.4989622Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:24.4990419Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:24.4991289Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:24.4992332Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:24.5038957Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/fusion_segmenter.cpp.o 2022-11-23T01:02:24.8400194Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:24.8401296Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:24.8402266Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:24.8403247Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:24.8404151Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:24.8405057Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:24.8463300Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/tensor_view.cpp.o 2022-11-23T01:02:24.8580585Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:24.8581764Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:24.8582673Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:24.8583433Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:24.8584307Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:24.8585179Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:24.8638928Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/transform_iter.cpp.o 2022-11-23T01:02:25.0674081Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:25.0675629Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:25.0676943Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:25.0678114Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:25.0679277Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:25.0680361Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:25.0745724Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/transform_replay.cpp.o 2022-11-23T01:02:25.3874274Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:25.3875356Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:25.3876201Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:25.3877121Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:25.3877868Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:25.3878639Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:25.3938367Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/transform_rfactor.cpp.o 2022-11-23T01:02:25.4168333Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:25.4169394Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:25.4170414Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:25.4171214Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:25.4171878Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:25.4172685Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:25.4239301Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/transform_view.cpp.o 2022-11-23T01:02:25.5913434Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:25.5923956Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:25.5924960Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:25.5925821Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:25.5926728Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:25.5927827Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:25.5989400Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/type.cpp.o 2022-11-23T01:02:25.9760775Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:25.9761849Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:25.9762921Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:25.9763790Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:25.9764716Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:25.9765515Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:25.9831829Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/utils.cpp.o 2022-11-23T01:02:25.9913671Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:25.9914895Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:25.9915797Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:25.9916601Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:25.9917540Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:25.9918322Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:25.9975156Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/mma_type.cpp.o 2022-11-23T01:02:26.0489011Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:26.0490000Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:26.0490906Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:26.0491726Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:26.0492557Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:26.0493320Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:26.0546366Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.cpp.o 2022-11-23T01:02:26.1025152Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:26.1026143Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:26.1027071Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:26.1028142Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:26.1029191Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:26.1030060Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:26.1122580Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion_cuda.cpp.o 2022-11-23T01:02:26.5046926Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:26.5048020Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:26.5048954Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:26.5049869Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:26.5050799Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:26.5051440Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:26.5121666Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/tensorexpr/cuda_codegen.cpp.o 2022-11-23T01:02:26.5349136Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:26.5350225Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:26.5351268Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:26.5352145Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:26.5353077Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:26.5354024Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:26.5415982Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/runtime/register_cuda_ops.cpp.o 2022-11-23T01:02:26.6661837Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:26.6662999Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:26.6664030Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:26.6664918Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:26.6665790Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:26.6666736Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:26.6726461Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/cuda/nccl.cpp.o 2022-11-23T01:02:26.9577040Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:26.9578101Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:26.9578872Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:26.9579561Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:26.9580275Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:26.9580948Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:26.9645170Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/reducer_cuda.cpp.o 2022-11-23T01:02:27.0557216Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:27.0558209Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:27.0559092Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:27.0559969Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:27.0560986Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:27.0561793Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:27.0624955Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/NCCLUtils.cpp.o 2022-11-23T01:02:27.0949183Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:27.0950716Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:27.0952231Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:27.0953208Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:27.0954143Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:27.0955065Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:27.1033954Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp.o 2022-11-23T01:02:27.3599566Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:27.3600657Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:27.3601657Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:27.3602633Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:27.3603550Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:27.3604470Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:27.3668183Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/ProcessGroupUCC.cpp.o 2022-11-23T01:02:27.4300206Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:27.4301175Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:27.4302289Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:27.4303065Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:27.4303788Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:27.4304570Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:27.4369358Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/UCCTracing.cpp.o 2022-11-23T01:02:27.5101976Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:27.5102849Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:27.5103899Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:27.5104620Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:27.5105341Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:27.5106061Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:27.5171789Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/UCCUtils.cpp.o 2022-11-23T01:02:27.6063561Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:27.6064660Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:27.6065636Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:27.6066490Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:27.6067007Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:27.6067503Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:27.6147656Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/rpc/tensorpipe_cuda.cpp.o 2022-11-23T01:02:27.6292685Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:27.6295223Z /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:02:27.6296349Z /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.cpp:652:7: warning: unused variable ‘numranks’ [-Wunused-variable] 2022-11-23T01:02:27.6296967Z 652 | int numranks; 2022-11-23T01:02:27.6297227Z | ^~~~~~~~ 2022-11-23T01:02:27.6297714Z /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.cpp:655:10: warning: unused variable ‘rankdiff’ [-Wunused-variable] 2022-11-23T01:02:27.6298187Z 655 | size_t rankdiff = input.nbytes() / size; 2022-11-23T01:02:27.6298462Z | ^~~~~~~~ 2022-11-23T01:02:27.6298639Z At global scope: 2022-11-23T01:02:27.6299114Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:27.6299744Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:27.6300222Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:27.6300733Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:27.6301229Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:27.6875233Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:27.6876373Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:27.6876978Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:27.6877586Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:27.6878513Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:27.6879107Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:27.8753826Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:27.8754794Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:8, 2022-11-23T01:02:27.8755644Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp:1: 2022-11-23T01:02:27.8756763Z /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:02:27.8757542Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:02:27.8757822Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:27.8758320Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:02:27.8758736Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:02:27.8759100Z | ^~~~ 2022-11-23T01:02:27.8759567Z /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:02:27.8760147Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:02:27.8760453Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:02:27.8760802Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:6, 2022-11-23T01:02:27.8761275Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:7, 2022-11-23T01:02:27.8761688Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp:1: 2022-11-23T01:02:27.8762160Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:02:27.8762602Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:02:27.8762920Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:27.8763289Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:8, 2022-11-23T01:02:27.8763781Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp:1: 2022-11-23T01:02:27.8764806Z /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:02:27.8765556Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:02:27.8765947Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:27.8766418Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:02:27.8766867Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:02:27.8767199Z | ^~~~ 2022-11-23T01:02:27.8767664Z /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:02:27.8768101Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:02:27.8768359Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:02:27.8768742Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:6, 2022-11-23T01:02:27.8769179Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:7, 2022-11-23T01:02:27.8769654Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp:1: 2022-11-23T01:02:27.8770076Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:02:27.8770537Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:02:27.8770830Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:02:27.8771312Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:27.8771888Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:27.8772380Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:27.8772944Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:27.8773498Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:28.0375440Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:28.0376391Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:28.0377225Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:28.0378136Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:28.0379082Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:28.0379906Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:28.2222536Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:28.2223193Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:28.2223786Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:28.2224519Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:28.2225245Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:28.2225763Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:28.5641816Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:28.5642555Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:28.5643194Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:28.5643728Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:28.5644233Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:28.5644796Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:28.5696259Z [ 93%] Linking CXX shared library ../lib/libtorch_hip.so 2022-11-23T01:02:31.1034340Z [ 93%] Built target torch_hip 2022-11-23T01:02:31.1145545Z [ 93%] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2022-11-23T01:02:31.1647807Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:31.1648419Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:31.1648966Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:31.1649461Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:31.1649974Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:31.1650464Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:31.1695659Z [ 93%] Linking CXX shared library ../lib/libtorch.so 2022-11-23T01:02:31.4934904Z [ 93%] Built target torch 2022-11-23T01:02:31.5072228Z [ 93%] Building CXX object caffe2/CMakeFiles/Dict_test.dir/__/aten/src/ATen/test/Dict_test.cpp.o 2022-11-23T01:02:31.5079455Z [ 93%] Building CXX object caffe2/CMakeFiles/MaybeOwned_test.dir/__/aten/src/ATen/test/MaybeOwned_test.cpp.o 2022-11-23T01:02:31.5080403Z [ 93%] Building CXX object caffe2/CMakeFiles/static_runtime_bench.dir/__/benchmarks/static_runtime/deep_wide_pt.cc.o 2022-11-23T01:02:31.5090682Z [ 93%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/deep_wide_pt.cc.o 2022-11-23T01:02:31.5091393Z [ 93%] Building CXX object caffe2/CMakeFiles/Dimname_test.dir/__/aten/src/ATen/test/Dimname_test.cpp.o 2022-11-23T01:02:31.5109471Z [ 93%] Building CXX object caffe2/CMakeFiles/NamedTensor_test.dir/__/aten/src/ATen/test/NamedTensor_test.cpp.o 2022-11-23T01:02:31.9249774Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:31.9250894Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:31.9251857Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:31.9252762Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:31.9253692Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:31.9254625Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:31.9318760Z [ 93%] Linking CXX executable ../bin/Dimname_test 2022-11-23T01:02:32.7276626Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:32.7277670Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:32.7278579Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:32.7279400Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:32.7280246Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:32.7281082Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:32.7348533Z [ 93%] Linking CXX executable ../bin/MaybeOwned_test 2022-11-23T01:02:32.7373320Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:32.7374433Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:32.7375264Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:32.7375988Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:32.7376768Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:32.7377504Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:32.7430934Z [ 93%] Linking CXX executable ../bin/NamedTensor_test 2022-11-23T01:02:32.7596074Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:32.7596938Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:32.7597509Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:32.7598015Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:32.7598775Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:32.7599332Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:32.7661884Z [ 93%] Linking CXX executable ../bin/Dict_test 2022-11-23T01:02:32.8163479Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:32.8164367Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:32.8165185Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:32.8165956Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:32.8166678Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:32.8167209Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:32.8224735Z [ 93%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_utils.cc.o 2022-11-23T01:02:32.8781331Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:32.8782533Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:32.8783505Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:32.8784228Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:32.8784790Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:32.8785291Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:32.8840014Z [ 93%] Building CXX object caffe2/CMakeFiles/static_runtime_bench.dir/__/benchmarks/static_runtime/deep_wide_pt_bench.cc.o 2022-11-23T01:02:33.2384054Z [ 93%] Built target Dimname_test 2022-11-23T01:02:33.2436605Z [ 93%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_static_runtime.cc.o 2022-11-23T01:02:33.7634337Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:33.7635127Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:33.7635987Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:33.7636763Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:33.7637292Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:33.7637793Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:33.7763923Z [ 93%] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o 2022-11-23T01:02:34.0891234Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:34.0892522Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:34.0893552Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:34.0894155Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:34.0894642Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:34.0895141Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:34.0960459Z [ 93%] Linking CXX executable ../bin/static_runtime_bench 2022-11-23T01:02:34.1081034Z [ 93%] Built target NamedTensor_test 2022-11-23T01:02:34.1234818Z [ 93%] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o 2022-11-23T01:02:34.1685418Z [ 93%] Built target MaybeOwned_test 2022-11-23T01:02:34.1918782Z [ 93%] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o 2022-11-23T01:02:34.2103869Z [ 93%] Built target Dict_test 2022-11-23T01:02:34.2164541Z [ 93%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_static_module.cc.o 2022-11-23T01:02:34.7400458Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:34.7401374Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:34.7402238Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:34.7403215Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:34.7404031Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:34.7404836Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:34.7469111Z [ 93%] Linking CXX executable ../bin/apply_utils_test 2022-11-23T01:02:34.9617059Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:34.9618157Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:34.9619116Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:34.9619890Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:34.9620612Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:34.9621357Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:34.9785746Z [ 93%] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o 2022-11-23T01:02:35.1771314Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:35.1773358Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:35.1774629Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:35.1775528Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:35.1776441Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:35.1777379Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:35.1842609Z [ 93%] Linking CXX executable ../bin/atest 2022-11-23T01:02:35.2152328Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:35.2153221Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:35.2154085Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:35.2154850Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:35.2155621Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:35.2156387Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:35.2246131Z [ 93%] Linking CXX executable ../bin/basic 2022-11-23T01:02:35.4153130Z [ 93%] Built target static_runtime_bench 2022-11-23T01:02:35.4224090Z [ 93%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_generated_ops.cc.o 2022-11-23T01:02:35.7798932Z [ 93%] Built target apply_utils_test 2022-11-23T01:02:35.7918137Z [ 93%] Building CXX object caffe2/CMakeFiles/cpu_generator_test.dir/__/aten/src/ATen/test/cpu_generator_test.cpp.o 2022-11-23T01:02:35.8869992Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:35.8871137Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:35.8872441Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:35.8873314Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:35.8874282Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:35.8875243Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:35.9020569Z [ 93%] Building CXX object caffe2/CMakeFiles/cpu_profiling_allocator_test.dir/__/aten/src/ATen/test/cpu_profiling_allocator_test.cpp.o 2022-11-23T01:02:35.9229867Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:35.9232600Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:35.9233661Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:35.9234559Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:35.9235489Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:35.9236664Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:35.9299345Z [ 93%] Linking CXX executable ../bin/broadcast_test 2022-11-23T01:02:36.6320120Z [ 93%] Built target basic 2022-11-23T01:02:36.6340460Z [ 93%] Built target atest 2022-11-23T01:02:36.6455248Z [ 93%] Building CXX object caffe2/CMakeFiles/cpu_rng_test.dir/__/aten/src/ATen/test/cpu_rng_test.cpp.o 2022-11-23T01:02:36.6526011Z [ 93%] Building CXX object caffe2/CMakeFiles/dispatch_key_set_test.dir/__/aten/src/ATen/test/dispatch_key_set_test.cpp.o 2022-11-23T01:02:36.6654228Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:36.6655247Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:36.6655815Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:36.6656306Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:36.6656790Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:36.6657299Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:36.6712868Z [ 93%] Linking CXX executable ../bin/cpu_generator_test 2022-11-23T01:02:36.9194113Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:36.9195209Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:36.9196215Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:36.9197109Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:36.9197968Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:36.9199161Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:36.9266255Z [ 93%] Linking CXX executable ../bin/static_runtime_test 2022-11-23T01:02:36.9911126Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:36.9912218Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:36.9913189Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:36.9914022Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:36.9914879Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:36.9915766Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:36.9982647Z [ 93%] Linking CXX executable ../bin/cpu_profiling_allocator_test 2022-11-23T01:02:37.1186718Z [ 93%] Built target broadcast_test 2022-11-23T01:02:37.1347069Z [ 93%] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o 2022-11-23T01:02:37.7322472Z [ 93%] Built target cpu_generator_test 2022-11-23T01:02:37.7456363Z [ 93%] Building CXX object caffe2/CMakeFiles/extension_backend_test.dir/__/aten/src/ATen/test/extension_backend_test.cpp.o 2022-11-23T01:02:37.7803953Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:37.7804822Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:37.7805596Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:37.7806292Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:37.7807016Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:37.7807574Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:37.7879726Z [ 93%] Linking CXX executable ../bin/dispatch_key_set_test 2022-11-23T01:02:37.9243352Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:37.9244347Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:37.9245282Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:37.9246120Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:37.9246958Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:37.9247823Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:37.9312938Z [ 93%] Linking CXX executable ../bin/dlconvertor_test 2022-11-23T01:02:38.3944062Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:38.3945368Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:38.3946292Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:38.3947030Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:38.3947763Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:38.3948538Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:38.3971511Z [ 93%] Built target cpu_profiling_allocator_test 2022-11-23T01:02:38.4008771Z [ 93%] Linking CXX executable ../bin/cpu_rng_test 2022-11-23T01:02:38.4197349Z [ 93%] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o 2022-11-23T01:02:38.6605384Z [ 93%] Built target static_runtime_test 2022-11-23T01:02:38.6764542Z [ 93%] Building CXX object caffe2/CMakeFiles/ivalue_test.dir/__/aten/src/ATen/test/ivalue_test.cpp.o 2022-11-23T01:02:38.8914989Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:38.8916016Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:38.8917072Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:38.8917726Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:38.8918500Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:38.8919216Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:38.8988843Z [ 93%] Linking CXX executable ../bin/extension_backend_test 2022-11-23T01:02:38.9028754Z [ 93%] Built target dispatch_key_set_test 2022-11-23T01:02:38.9214797Z [ 93%] Building CXX object caffe2/CMakeFiles/lazy_tensor_test.dir/__/aten/src/ATen/test/lazy_tensor_test.cpp.o 2022-11-23T01:02:39.0881573Z [ 93%] Built target dlconvertor_test 2022-11-23T01:02:39.1122053Z [ 93%] Building CXX object caffe2/CMakeFiles/math_kernel_test.dir/__/aten/src/ATen/test/math_kernel_test.cpp.o 2022-11-23T01:02:39.5161767Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:39.5162876Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:39.5163804Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:39.5164592Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:39.5165375Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:39.5166220Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:39.5231095Z [ 93%] Linking CXX executable ../bin/half_test 2022-11-23T01:02:39.6440695Z [ 93%] Built target cpu_rng_test 2022-11-23T01:02:39.6639205Z [ 93%] Building CXX object caffe2/CMakeFiles/memory_format_test.dir/__/aten/src/ATen/test/memory_format_test.cpp.o 2022-11-23T01:02:39.8430143Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:39.8431442Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:39.8432282Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:39.8433033Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:39.8433820Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:39.8434584Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:39.8498112Z [ 93%] Linking CXX executable ../bin/lazy_tensor_test 2022-11-23T01:02:39.9829551Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:39.9830612Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:39.9831541Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:39.9832808Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:39.9834083Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:39.9834946Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:39.9900201Z [ 93%] Linking CXX executable ../bin/ivalue_test 2022-11-23T01:02:40.1759990Z [ 93%] Built target extension_backend_test 2022-11-23T01:02:40.1928749Z [ 93%] Building CXX object caffe2/CMakeFiles/memory_overlapping_test.dir/__/aten/src/ATen/test/memory_overlapping_test.cpp.o 2022-11-23T01:02:40.3350250Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:40.3351085Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:40.3351885Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:40.3352585Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:40.3353305Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:40.3354019Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:40.3416104Z [ 93%] Linking CXX executable ../bin/math_kernel_test 2022-11-23T01:02:40.6525232Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:40.6526195Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:40.6527106Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:40.6527971Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:40.6528845Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:40.6529912Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:40.6596167Z [ 93%] Linking CXX executable ../bin/memory_format_test 2022-11-23T01:02:40.7217584Z [ 93%] Built target half_test 2022-11-23T01:02:40.7422620Z [ 93%] Building CXX object caffe2/CMakeFiles/mobile_memory_cleanup.dir/__/aten/src/ATen/test/mobile_memory_cleanup.cpp.o 2022-11-23T01:02:40.9985006Z [ 93%] Built target lazy_tensor_test 2022-11-23T01:02:41.0127542Z [ 93%] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o 2022-11-23T01:02:41.0734149Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:41.0735257Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:41.0736304Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:41.0737248Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:41.0738228Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:41.0739147Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:41.0789588Z [ 93%] Linking CXX executable ../bin/memory_overlapping_test 2022-11-23T01:02:41.2877336Z [ 93%] Built target ivalue_test 2022-11-23T01:02:41.3036133Z [ 93%] Building CXX object caffe2/CMakeFiles/operator_name_test.dir/__/aten/src/ATen/test/operator_name_test.cpp.o 2022-11-23T01:02:41.6132194Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:41.6133082Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:41.6133814Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:41.6134503Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:41.6135219Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:41.6135921Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:41.6212841Z [ 93%] Linking CXX executable ../bin/operator_name_test 2022-11-23T01:02:41.7298593Z [ 93%] Built target math_kernel_test 2022-11-23T01:02:41.7453521Z [ 93%] Building CXX object caffe2/CMakeFiles/operators_test.dir/__/aten/src/ATen/test/operators_test.cpp.o 2022-11-23T01:02:41.8419817Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:41.8420778Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:41.8421869Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:41.8422735Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:41.8423577Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:41.8424436Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:41.8472085Z [ 93%] Linking CXX executable ../bin/native_test 2022-11-23T01:02:41.9364511Z [ 93%] Built target memory_format_test 2022-11-23T01:02:41.9567124Z [ 93%] Building CXX object caffe2/CMakeFiles/packedtensoraccessor_test.dir/__/aten/src/ATen/test/packedtensoraccessor_test.cpp.o 2022-11-23T01:02:42.1320761Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:42.1321654Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:42.1322539Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:42.1323268Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:42.1324027Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:42.1324780Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:42.1397196Z [ 93%] Linking CXX executable ../bin/mobile_memory_cleanup 2022-11-23T01:02:42.3221098Z [ 93%] Built target memory_overlapping_test 2022-11-23T01:02:42.3415641Z [ 93%] Building CXX object caffe2/CMakeFiles/pow_test.dir/__/aten/src/ATen/test/pow_test.cpp.o 2022-11-23T01:02:42.7478792Z [ 93%] Built target operator_name_test 2022-11-23T01:02:42.7627863Z [ 93%] Building CXX object caffe2/CMakeFiles/quantized_test.dir/__/aten/src/ATen/test/quantized_test.cpp.o 2022-11-23T01:02:42.8276267Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:42.8277162Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:42.8277881Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:42.8278556Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:42.8279066Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:42.8279633Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:42.8336033Z [ 93%] Linking CXX executable ../bin/operators_test 2022-11-23T01:02:43.0009605Z [ 93%] Built target native_test 2022-11-23T01:02:43.0169060Z [ 93%] Building CXX object caffe2/CMakeFiles/reduce_ops_test.dir/__/aten/src/ATen/test/reduce_ops_test.cpp.o 2022-11-23T01:02:43.0619956Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:43.0620873Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:43.0621958Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:43.0622754Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:43.0623520Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:43.0624258Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:43.0691809Z [ 93%] Linking CXX executable ../bin/packedtensoraccessor_test 2022-11-23T01:02:43.3802947Z [ 93%] Built target mobile_memory_cleanup 2022-11-23T01:02:43.3998972Z [ 93%] Building CXX object caffe2/CMakeFiles/reportMemoryUsage_test.dir/__/aten/src/ATen/test/reportMemoryUsage_test.cpp.o 2022-11-23T01:02:43.7349799Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:43.7350939Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:43.7351788Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:43.7352554Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:43.7353316Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:43.7354097Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:43.7421037Z [ 93%] Linking CXX executable ../bin/pow_test 2022-11-23T01:02:43.8208949Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:43.8210134Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:43.8211056Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:43.8211788Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:43.8212594Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:43.8213349Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:43.8359785Z [ 93%] Linking CXX executable ../bin/quantized_test 2022-11-23T01:02:44.0189317Z [ 93%] Built target operators_test 2022-11-23T01:02:44.0346072Z [ 93%] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o 2022-11-23T01:02:44.0995787Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:44.0996780Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:44.0997803Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:44.0998716Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:44.0999664Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:44.1000562Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:44.1059535Z [ 93%] Linking CXX executable ../bin/reduce_ops_test 2022-11-23T01:02:44.1721593Z [ 93%] Built target packedtensoraccessor_test 2022-11-23T01:02:44.1899515Z [ 93%] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o 2022-11-23T01:02:44.4885178Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:44.4886385Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:44.4887171Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:44.4887898Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:44.4888629Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:44.4889394Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:44.4959724Z [ 94%] Linking CXX executable ../bin/reportMemoryUsage_test 2022-11-23T01:02:45.0098434Z [ 94%] Built target quantized_test 2022-11-23T01:02:45.0322512Z [ 94%] Building CXX object caffe2/CMakeFiles/stride_properties_test.dir/__/aten/src/ATen/test/stride_properties_test.cpp.o 2022-11-23T01:02:45.1125515Z [ 94%] Built target pow_test 2022-11-23T01:02:45.1258718Z [ 94%] Building CXX object caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o 2022-11-23T01:02:45.1506727Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:45.1507713Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:45.1508761Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:45.1509535Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:45.1510359Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:45.1511253Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:45.1589627Z [ 94%] Linking CXX executable ../bin/scalar_tensor_test 2022-11-23T01:02:45.2497954Z [ 94%] Built target reduce_ops_test 2022-11-23T01:02:45.2694049Z [ 94%] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o 2022-11-23T01:02:45.3167553Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:45.3168808Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:45.3169797Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:45.3170629Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:45.3171428Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:45.3172237Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:45.3240711Z [ 94%] Linking CXX executable ../bin/scalar_test 2022-11-23T01:02:45.7275103Z [ 94%] Built target reportMemoryUsage_test 2022-11-23T01:02:45.7442918Z [ 94%] Building CXX object caffe2/CMakeFiles/thread_init_test.dir/__/aten/src/ATen/test/thread_init_test.cpp.o 2022-11-23T01:02:46.1301326Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:46.1302391Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:46.1303537Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:46.1304390Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:46.1305216Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:46.1306183Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:46.1352630Z [ 94%] Linking CXX executable ../bin/stride_properties_test 2022-11-23T01:02:46.4639966Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:46.4640958Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:46.4641845Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:46.4642713Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:46.4643544Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:46.4644382Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:46.4671573Z [ 94%] Built target scalar_tensor_test 2022-11-23T01:02:46.4708358Z [ 94%] Linking CXX executable ../bin/tensor_iterator_test 2022-11-23T01:02:46.4811543Z [ 94%] Building CXX object caffe2/CMakeFiles/type_ptr_test.dir/__/aten/src/ATen/test/type_ptr_test.cpp.o 2022-11-23T01:02:46.5255143Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:46.5256066Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:46.5256926Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:46.5257691Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:46.5258515Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:46.5259312Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:46.5329307Z [ 94%] Linking CXX executable ../bin/thread_init_test 2022-11-23T01:02:46.6258897Z [ 94%] Built target scalar_test 2022-11-23T01:02:46.6442740Z [ 94%] Building CXX object caffe2/CMakeFiles/type_test.dir/__/aten/src/ATen/test/type_test.cpp.o 2022-11-23T01:02:46.6498434Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:46.6499324Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:46.6500136Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:46.6500848Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:46.6501768Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:46.6502528Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:46.6600833Z [ 94%] Linking CXX executable ../bin/test_parallel 2022-11-23T01:02:47.0019508Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:47.0020420Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:47.0021507Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:47.0022483Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:47.0023265Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:47.0024051Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:47.0090070Z [ 94%] Linking CXX executable ../bin/type_ptr_test 2022-11-23T01:02:47.2017603Z [ 94%] Built target stride_properties_test 2022-11-23T01:02:47.2157947Z [ 94%] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o 2022-11-23T01:02:47.6130362Z [ 94%] Built target thread_init_test 2022-11-23T01:02:47.6293923Z [ 94%] Building CXX object caffe2/CMakeFiles/variant_test.dir/__/aten/src/ATen/test/variant_test.cpp.o 2022-11-23T01:02:47.7993986Z [ 94%] Built target tensor_iterator_test 2022-11-23T01:02:47.8194899Z [ 94%] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o 2022-11-23T01:02:47.9126831Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:47.9127697Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:47.9128455Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:47.9129141Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:47.9129837Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:47.9130525Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:47.9205141Z [ 94%] Linking CXX executable ../bin/variant_test 2022-11-23T01:02:47.9510098Z [ 94%] Built target test_parallel 2022-11-23T01:02:47.9674799Z [ 94%] Building CXX object caffe2/CMakeFiles/vmap_test.dir/__/aten/src/ATen/test/vmap_test.cpp.o 2022-11-23T01:02:48.0572736Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:48.0574001Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:48.0574945Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:48.0575782Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:48.0576633Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:48.0577476Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:48.0633393Z [ 94%] Linking CXX executable ../bin/type_test 2022-11-23T01:02:48.1117937Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:48.1119555Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:48.1121278Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:48.1122111Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:48.1123011Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:48.1123896Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:48.1190676Z [ 94%] Linking CXX executable ../bin/undefined_tensor_test 2022-11-23T01:02:48.3202574Z [ 94%] Built target type_ptr_test 2022-11-23T01:02:48.3385963Z [ 94%] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o 2022-11-23T01:02:48.7679939Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:48.7681424Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:48.7682504Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:48.7683448Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:48.7684478Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:48.7685519Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:48.7752967Z [ 94%] Linking CXX executable ../bin/verify_api_visibility 2022-11-23T01:02:49.0715182Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:49.0716878Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:49.0717862Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:49.0718594Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:49.0719595Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:49.0720292Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:49.0791052Z [ 94%] Linking CXX executable ../bin/vmap_test 2022-11-23T01:02:49.1326776Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:49.1327719Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:49.1328466Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:49.1329154Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:49.1329849Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:49.1330535Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:49.1393922Z [ 94%] Linking CXX executable ../bin/weakref_test 2022-11-23T01:02:49.1654838Z [ 94%] Built target variant_test 2022-11-23T01:02:49.1829620Z [ 94%] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o 2022-11-23T01:02:49.2057490Z [ 94%] Built target type_test 2022-11-23T01:02:49.2260862Z [ 94%] Building CXX object caffe2/CMakeFiles/xla_tensor_test.dir/__/aten/src/ATen/test/xla_tensor_test.cpp.o 2022-11-23T01:02:49.4635734Z [ 94%] Built target undefined_tensor_test 2022-11-23T01:02:49.4803721Z [ 94%] Building CXX object caffe2/CMakeFiles/IListRef_test.dir/__/aten/src/ATen/core/IListRef_test.cpp.o 2022-11-23T01:02:50.0202540Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:50.0203763Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:50.0204557Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:50.0205307Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:50.0206034Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:50.0206765Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:50.0272368Z [ 94%] Linking CXX executable ../bin/wrapdim_test 2022-11-23T01:02:50.1234964Z [ 94%] Built target verify_api_visibility 2022-11-23T01:02:50.1394298Z [ 94%] Building CXX object caffe2/CMakeFiles/List_test.dir/__/aten/src/ATen/core/List_test.cpp.o 2022-11-23T01:02:50.1601804Z [ 94%] Built target vmap_test 2022-11-23T01:02:50.1786673Z [ 94%] Building CXX object caffe2/CMakeFiles/KernelFunction_test.dir/__/aten/src/ATen/core/boxing/KernelFunction_test.cpp.o 2022-11-23T01:02:50.2757643Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:50.2758574Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:50.2759426Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:50.2760519Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:50.2761276Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:50.2762018Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:50.2836490Z [ 94%] Linking CXX executable ../bin/IListRef_test 2022-11-23T01:02:50.3200232Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:50.3201166Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:50.3202034Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:50.3203115Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:50.3203910Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:50.3204685Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:50.3271492Z [ 95%] Linking CXX executable ../bin/xla_tensor_test 2022-11-23T01:02:50.5063033Z [ 95%] Built target weakref_test 2022-11-23T01:02:50.5232680Z [ 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:02:50.7345291Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:50.7346223Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:50.7347016Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:50.7347718Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:50.7348427Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:50.7349153Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:50.7411479Z [ 95%] Linking CXX executable ../bin/List_test 2022-11-23T01:02:51.1070847Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:51.1071759Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:51.1072532Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:51.1073252Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:51.1073976Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:51.1074714Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:51.1136963Z [ 95%] Linking CXX executable ../bin/kernel_function_legacy_test 2022-11-23T01:02:51.2322983Z [ 95%] Built target wrapdim_test 2022-11-23T01:02:51.2482935Z [ 95%] Building CXX object caffe2/CMakeFiles/kernel_function_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp.o 2022-11-23T01:02:51.2965134Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:51.2965795Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:51.2966331Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:51.2967082Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:51.2967885Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:51.2968710Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:51.3027626Z [ 95%] Linking CXX executable ../bin/KernelFunction_test 2022-11-23T01:02:51.5085210Z [ 95%] Built target IListRef_test 2022-11-23T01:02:51.5276179Z [ 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:02:51.5369278Z [ 95%] Built target xla_tensor_test 2022-11-23T01:02:51.5574631Z [ 95%] Building CXX object caffe2/CMakeFiles/kernel_lambda_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp.o 2022-11-23T01:02:51.8194373Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:51.8195354Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:51.8196220Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:51.8197053Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:51.8197873Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:51.8198691Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:51.8267918Z [ 95%] Linking CXX executable ../bin/kernel_function_test 2022-11-23T01:02:51.9748476Z [ 95%] Built target List_test 2022-11-23T01:02:51.9918361Z [ 95%] Building CXX object caffe2/CMakeFiles/kernel_stackbased_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp.o 2022-11-23T01:02:52.1350170Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:52.1351019Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:52.1351766Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:52.1352564Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:52.1353249Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:52.1353963Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:52.1421324Z [ 95%] Linking CXX executable ../bin/kernel_lambda_test 2022-11-23T01:02:52.1694868Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:52.1696022Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:52.1696847Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:52.1697573Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:52.1698332Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:52.1699053Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:52.1777890Z [ 95%] Linking CXX executable ../bin/kernel_lambda_legacy_test 2022-11-23T01:02:52.2907492Z [ 95%] Built target kernel_function_legacy_test 2022-11-23T01:02:52.3164047Z [ 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:02:52.5224938Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:52.5225929Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:52.5227054Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:52.5281363Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:52.5282282Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:52.5283150Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:52.5283799Z [ 95%] Linking CXX executable ../bin/kernel_stackbased_test 2022-11-23T01:02:52.5685831Z [ 95%] Built target KernelFunction_test 2022-11-23T01:02:52.5857405Z [ 95%] Building CXX object caffe2/CMakeFiles/CppSignature_test.dir/__/aten/src/ATen/core/dispatch/CppSignature_test.cpp.o 2022-11-23T01:02:52.8722425Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:52.8723317Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:52.8724055Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:52.8724737Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:52.8725447Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:52.8726139Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:52.8798582Z [ 95%] Linking CXX executable ../bin/make_boxed_from_unboxed_functor_test 2022-11-23T01:02:52.9132200Z [ 95%] Built target kernel_function_test 2022-11-23T01:02:52.9370903Z [ 95%] Building CXX object caffe2/CMakeFiles/backend_fallback_test.dir/__/aten/src/ATen/core/dispatch/backend_fallback_test.cpp.o 2022-11-23T01:02:52.9434010Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:52.9435054Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:52.9436233Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:52.9437094Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:52.9437986Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:52.9438873Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:52.9550540Z [ 95%] Linking CXX executable ../bin/CppSignature_test 2022-11-23T01:02:53.3559080Z [ 95%] Built target kernel_lambda_legacy_test 2022-11-23T01:02:53.3707324Z [ 95%] Building CXX object caffe2/CMakeFiles/op_allowlist_test.dir/__/aten/src/ATen/core/op_registration/op_allowlist_test.cpp.o 2022-11-23T01:02:53.5290288Z [ 95%] Built target kernel_lambda_test 2022-11-23T01:02:53.5411727Z [ 95%] Building CXX object caffe2/CMakeFiles/op_registration_test.dir/__/aten/src/ATen/core/op_registration/op_registration_test.cpp.o 2022-11-23T01:02:53.6796977Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:53.6797937Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:53.6799039Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:53.6799855Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:53.6800666Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:53.6801491Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:53.6871266Z [ 95%] Linking CXX executable ../bin/op_allowlist_test 2022-11-23T01:02:53.7679631Z [ 95%] Built target kernel_stackbased_test 2022-11-23T01:02:53.7880701Z [ 95%] Building CXX object caffe2/CMakeFiles/inline_container_test.dir/serialize/inline_container_test.cc.o 2022-11-23T01:02:53.9536971Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:53.9538030Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:53.9539010Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:53.9539908Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:53.9540820Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:53.9542042Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:53.9598917Z [ 95%] Linking CXX executable ../bin/backend_fallback_test 2022-11-23T01:02:54.1669886Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:54.1670769Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:54.1671558Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:54.1672505Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:54.1673219Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:54.1673977Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:54.1686274Z [ 95%] Built target CppSignature_test 2022-11-23T01:02:54.1736245Z [ 95%] Linking CXX executable ../bin/inline_container_test 2022-11-23T01:02:54.1860423Z [ 95%] Building CXX object caffe2/CMakeFiles/hip_apply_test.dir/__/aten/src/ATen/test/hip/hip_apply_test.cpp.o 2022-11-23T01:02:54.1982506Z [ 95%] Built target make_boxed_from_unboxed_functor_test 2022-11-23T01:02:54.2129016Z [ 95%] Linking CXX executable ../bin/hip_complex_math_test 2022-11-23T01:02:54.2188297Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:54.2189259Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:54.2190144Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:54.2190930Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:54.2191917Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:54.2192724Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:54.2258355Z [ 95%] Linking CXX executable ../bin/op_registration_test 2022-11-23T01:02:54.5537097Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:54.5538285Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:54.5539307Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:54.5541355Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:54.5542414Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:54.5543475Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:54.5595716Z [ 95%] Linking CXX executable ../bin/hip_apply_test 2022-11-23T01:02:54.8958552Z [ 95%] Built target op_allowlist_test 2022-11-23T01:02:54.9119892Z [ 95%] Linking CXX executable ../bin/hip_complex_test 2022-11-23T01:02:55.1214471Z [ 95%] Built target backend_fallback_test 2022-11-23T01:02:55.1371208Z [ 95%] Linking CXX executable ../bin/hip_distributions_test 2022-11-23T01:02:55.3608267Z [ 95%] Built target op_registration_test 2022-11-23T01:02:55.3743130Z [ 95%] Building CXX object caffe2/CMakeFiles/hip_dlconvertor_test.dir/__/aten/src/ATen/test/hip/hip_dlconvertor_test.cpp.o 2022-11-23T01:02:55.6073380Z [ 95%] Built target inline_container_test 2022-11-23T01:02:55.6218970Z [ 95%] Built target hip_complex_math_test 2022-11-23T01:02:55.6222696Z [ 95%] Linking CXX executable ../bin/hip_generator_test 2022-11-23T01:02:55.6365197Z [ 95%] Linking CXX executable ../bin/hip_half_test 2022-11-23T01:02:55.6370828Z [ 95%] Built target hip_apply_test 2022-11-23T01:02:55.6555592Z [ 95%] Linking CXX executable ../bin/hip_integer_divider_test 2022-11-23T01:02:56.2476330Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:56.2477764Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:56.2478788Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:56.2479708Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:56.2480632Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:56.2481554Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:56.2547880Z [ 95%] Linking CXX executable ../bin/hip_dlconvertor_test 2022-11-23T01:02:56.2591512Z [ 95%] Built target hip_complex_test 2022-11-23T01:02:56.2759906Z [ 95%] Linking CXX executable ../bin/hip_optional_test 2022-11-23T01:02:56.4125600Z [ 95%] Built target hip_distributions_test 2022-11-23T01:02:56.4260635Z [ 95%] Linking CXX executable ../bin/hip_packedtensoraccessor_test 2022-11-23T01:02:56.6387317Z [ 95%] Built target hip_integer_divider_test 2022-11-23T01:02:56.6527598Z [ 95%] Linking CXX executable ../bin/hip_vectorized_test 2022-11-23T01:02:57.0471631Z [ 95%] Built target hip_generator_test 2022-11-23T01:02:57.0545943Z [ 95%] Built target hip_half_test 2022-11-23T01:02:57.0632655Z [ 95%] Building CXX object test_jit/CMakeFiles/torchbind_test.dir/test_custom_class_registrations.cpp.o 2022-11-23T01:02:57.0660403Z [ 95%] Building CXX object test_jit/CMakeFiles/jitbackend_test.dir/test_backend_lib.cpp.o 2022-11-23T01:02:57.5321511Z [ 95%] Built target hip_packedtensoraccessor_test 2022-11-23T01:02:57.5461496Z [ 95%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_lib.cpp.o 2022-11-23T01:02:57.5981418Z [ 95%] Built target hip_vectorized_test 2022-11-23T01:02:57.6050543Z [ 95%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_preprocess.cpp.o 2022-11-23T01:02:57.6077074Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:57.6078019Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:57.6078874Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:57.6079647Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:57.6080507Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:57.6081347Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:57.6175282Z [ 95%] Linking CXX shared library ../lib/libjitbackend_test.so 2022-11-23T01:02:57.6901338Z [ 95%] Built target hip_optional_test 2022-11-23T01:02:57.6924085Z [ 95%] Built target hip_dlconvertor_test 2022-11-23T01:02:57.6963406Z [ 95%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/__/__/__/torch/csrc/jit/mobile/profiler_edge.cpp.o 2022-11-23T01:02:57.7114688Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/__/common/main.cpp.o 2022-11-23T01:02:57.9477344Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:57.9478616Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:57.9479592Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:57.9480436Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:57.9481350Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:57.9482306Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:57.9547092Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/padded_buffer.cpp.o 2022-11-23T01:02:58.1453685Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:58.1454788Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:58.1455785Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:58.1456721Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:58.1457905Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:58.1458848Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:58.1524326Z [ 95%] Linking CXX shared library ../lib/libtorchbind_test.so 2022-11-23T01:02:58.1619715Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:58.1620489Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:58.1621311Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:58.1621974Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:58.1622475Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:58.1622972Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:58.1683463Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_approx.cpp.o 2022-11-23T01:02:58.1706022Z [ 95%] Built target jitbackend_test 2022-11-23T01:02:58.1761555Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_aten.cpp.o 2022-11-23T01:02:58.2480117Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:58.2481187Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:58.2482282Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:58.2483161Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:58.2484071Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:58.2485092Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:58.2541790Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_boundsinference.cpp.o 2022-11-23T01:02:58.3136904Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:58.3137964Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:58.3138996Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:58.3139892Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:58.3140794Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:58.3141902Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:58.3197193Z [ 95%] Linking CXX shared library ../lib/libbackend_with_compiler.so 2022-11-23T01:02:58.7489548Z [ 95%] Built target torchbind_test 2022-11-23T01:02:58.7549802Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_conv.cpp.o 2022-11-23T01:02:58.9738661Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:58.9739740Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:58.9740365Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:58.9741245Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:58.9742370Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:58.9743238Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:58.9844789Z [ 95%] Built target backend_with_compiler 2022-11-23T01:02:58.9896144Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cpp_codegen.cpp.o 2022-11-23T01:02:58.9901904Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/tutorial_tensorexpr.dir/tutorial.cpp.o 2022-11-23T01:02:59.4093701Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:59.4094794Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:59.4095760Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:59.4096678Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:59.4097431Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:59.4097935Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:59.4260610Z [ 95%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/__/common/main.cpp.o 2022-11-23T01:02:59.4506255Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:59.4507549Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:59.4508561Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:59.4509473Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:59.4510392Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:59.4511345Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:59.4673003Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/__/common/main.cpp.o 2022-11-23T01:02:59.5017286Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:59.5018355Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:59.5019336Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:59.5020228Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:59.5021116Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:59.5022435Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:59.5082557Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/e2e_test_base.cpp.o 2022-11-23T01:02:59.7377577Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:59.7378697Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:59.7379704Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:59.7380622Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:59.7381838Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:59.7382815Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:59.7446353Z [ 95%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/test_dist_autograd.cpp.o 2022-11-23T01:02:59.7791288Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:02:59.7796538Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:02:59.7797464Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:02:59.7798245Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:02:59.7799012Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:02:59.7799823Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:02:59.7880538Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_wire_serialization.cpp.o 2022-11-23T01:03:00.0960633Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:00.0961532Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:00.0962458Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:00.0963236Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:00.0964011Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:00.0964820Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:00.1025890Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_dynamic_shapes.cpp.o 2022-11-23T01:03:00.2600990Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:00.2602067Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:00.2603106Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:00.2604845Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:00.2605787Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:00.2606738Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:00.2675830Z [ 95%] Linking CXX executable ../bin/tutorial_tensorexpr 2022-11-23T01:03:00.2713990Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:00.2715056Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:00.2716065Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:00.2716985Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:00.2717915Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:00.2718841Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:00.2772314Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_expr.cpp.o 2022-11-23T01:03:00.8287638Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:00.8288637Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:00.8289560Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:00.8290356Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:00.8291181Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:00.8291993Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:00.8351424Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_external_calls.cpp.o 2022-11-23T01:03:01.1792134Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:01.1793052Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:01.1794117Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:01.1794826Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:01.1795555Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:01.1796341Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:01.1868529Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_e2e_tensorpipe.cpp.o 2022-11-23T01:03:01.2497167Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:01.2498276Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:01.2499266Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:01.2500164Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:01.2501107Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:01.2502282Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:01.2577506Z [ 95%] Linking CXX executable ../bin/test_dist_autograd 2022-11-23T01:03:01.3067892Z [ 95%] Built target tutorial_tensorexpr 2022-11-23T01:03:01.3186701Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_tensorpipe_serialization.cpp.o 2022-11-23T01:03:01.4257314Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:01.4258263Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:01.4259159Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:01.4260187Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:01.4261011Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:01.4261996Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:01.4547520Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/__/common/main.cpp.o 2022-11-23T01:03:01.6198563Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:01.6199467Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:01.6200034Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:01.6200525Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:01.6201026Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:01.6201815Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:01.6258875Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_graph_opt.cpp.o 2022-11-23T01:03:01.7715385Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:01.7716306Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:01.7717190Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:01.7718009Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:01.7718844Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:01.7719637Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:01.7790175Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/autograd.cpp.o 2022-11-23T01:03:02.1043461Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:02.1044457Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:02.1045380Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:02.1046213Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:02.1047139Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:02.1048097Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:02.1108919Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_printer.cpp.o 2022-11-23T01:03:02.5329026Z [ 95%] Built target test_dist_autograd 2022-11-23T01:03:02.5386476Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_verifier.cpp.o 2022-11-23T01:03:02.5748760Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:02.5749721Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:02.5750653Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:02.5751456Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:02.5752232Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:02.5752968Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:02.5816096Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_kernel.cpp.o 2022-11-23T01:03:02.6433212Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:02.6434101Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:02.6434954Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:02.6435901Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:02.6436672Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:02.6437449Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:02.6511490Z [ 95%] Linking CXX executable ../bin/test_cpp_rpc 2022-11-23T01:03:02.8882590Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:02.8883618Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:02.8884535Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:02.8885396Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:02.8886238Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:02.8887070Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:02.8967449Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_loopnest.cpp.o 2022-11-23T01:03:03.0647446Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:03.0648536Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:03.0649351Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:03.0650110Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:03.0650843Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:03.0651589Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:03.0730195Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memdependency.cpp.o 2022-11-23T01:03:03.0740057Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:03.0741056Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:03.0742111Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:03.0742988Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:03.0743821Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:03.0744705Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:03.0842144Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ops.cpp.o 2022-11-23T01:03:03.4117925Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:03.4119005Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:03.4120177Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:03.4121026Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:03.4121869Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:03.4122882Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:03.4184286Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/any.cpp.o 2022-11-23T01:03:03.8853954Z [ 95%] Built target test_cpp_rpc 2022-11-23T01:03:03.8918579Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o 2022-11-23T01:03:03.9460171Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:03.9461061Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:03.9462017Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:03.9462748Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:03.9463523Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:03.9464266Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:03.9527307Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_quantization.cpp.o 2022-11-23T01:03:04.1395473Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:04.1396097Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:04.1396845Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:04.1397803Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:04.1398647Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:04.1399436Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:04.1454984Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memplanning.cpp.o 2022-11-23T01:03:04.2889752Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:04.2890730Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:04.2891620Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:04.2892441Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:04.2893279Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:04.2894097Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:04.2962513Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_reductions.cpp.o 2022-11-23T01:03:04.5255917Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:04.5257035Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:04.5257927Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:04.5258687Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:04.5259515Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:04.5260316Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:04.5330172Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_registerizer.cpp.o 2022-11-23T01:03:04.8613531Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:04.8614907Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:04.8616142Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:04.8619130Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:04.8620164Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:04.8621118Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:04.8684198Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/enum.cpp.o 2022-11-23T01:03:05.2434122Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:05.2435439Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:05.2436433Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:05.2437063Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:05.2437567Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:05.2438076Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:05.2505679Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/expanding-array.cpp.o 2022-11-23T01:03:05.4132325Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:05.4134056Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:05.4135078Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:05.4135895Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:05.4136719Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:05.4137832Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:05.4317775Z [ 95%] Building CXX object test_api/CMakeFiles/parallel_benchmark.dir/parallel_benchmark.cpp.o 2022-11-23T01:03:05.5202800Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:05.5204103Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:05.5205140Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:05.5206231Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:05.5207185Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:05.5208422Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:05.5274934Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o 2022-11-23T01:03:05.5708280Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:05.5709299Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:05.5710211Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:05.5711041Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:05.5711903Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:05.5712750Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:05.5831704Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/__/__/cpp/lite_interpreter_runtime/main.cpp.o 2022-11-23T01:03:05.7092695Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:05.7093709Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:05.7094674Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:05.7095556Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:05.7096425Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:05.7097232Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:05.7166507Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_context.cpp.o 2022-11-23T01:03:06.2172234Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:06.2173175Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:06.2174042Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:06.2175086Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:06.2175944Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:06.2176783Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:06.2223465Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/fft.cpp.o 2022-11-23T01:03:06.3282520Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:06.3283638Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:06.3284688Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:06.3285641Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:06.3286557Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:06.3287518Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:06.3350043Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_nnc_backend.cpp.o 2022-11-23T01:03:06.4994210Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:06.4995304Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:06.4996331Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:06.4997135Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:06.4998004Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:06.4999164Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:06.5066398Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_registry.cpp.o 2022-11-23T01:03:06.7297537Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:06.7298631Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:06.7299645Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:06.7300551Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:06.7301385Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:06.7302426Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:06.7366045Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/functional.cpp.o 2022-11-23T01:03:06.8873740Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:06.8875107Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:06.8876117Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:06.8876973Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:06.8877862Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:06.8878824Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:06.8906668Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:06.8907717Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:06.8908658Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:06.8909485Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:06.8910328Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:06.8911212Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:06.8933797Z [ 95%] Linking CXX executable ../bin/parallel_benchmark 2022-11-23T01:03:06.8979651Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 2022-11-23T01:03:07.1457837Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:07.1458444Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:07.1459173Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:07.1459967Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:07.1460964Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:07.1461947Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:07.1511077Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_te_fuser_pass.cpp.o 2022-11-23T01:03:07.5602561Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:07.5603734Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:07.5604743Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:07.5605285Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:07.5605780Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:07.5606269Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:07.5669508Z [ 95%] Linking CXX executable ../bin/test_mobile_nnc 2022-11-23T01:03:07.5833175Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:07.5834260Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:07.5835305Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:07.5836223Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:07.5837096Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:07.5838021Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:07.5900649Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/init.cpp.o 2022-11-23T01:03:08.0520190Z [ 95%] Built target parallel_benchmark 2022-11-23T01:03:08.0567620Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/jit.cpp.o 2022-11-23T01:03:08.2335158Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:08.2336032Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:08.2336933Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:08.2337541Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:08.2338045Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:08.2338535Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:08.2392499Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type.cpp.o 2022-11-23T01:03:08.3432383Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:08.3433378Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:08.3434496Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:08.3435414Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:08.3436355Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:08.3437314Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:08.3498999Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/memory.cpp.o 2022-11-23T01:03:08.3767035Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:08.3767906Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:08.3768674Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:08.3769354Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:08.3770071Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:08.3770969Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:08.3984734Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/aot_model_compiler_test.dir/__/__/__/binaries/aot_model_compiler.cc.o 2022-11-23T01:03:08.6853688Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:08.6854815Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:08.6855822Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:08.6857503Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:08.6858480Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:08.6859382Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:08.6917937Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/meta_tensor.cpp.o 2022-11-23T01:03:08.8089131Z [ 95%] Built target test_mobile_nnc 2022-11-23T01:03:08.8154853Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/misc.cpp.o 2022-11-23T01:03:09.1634171Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:09.1635054Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:09.1635594Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:09.1636103Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:09.1636704Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:09.1637395Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:09.1697083Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/module.cpp.o 2022-11-23T01:03:09.3112456Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:09.3113572Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:09.3114620Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:09.3115526Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:09.3116455Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:09.3117373Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:09.3278565Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/__/common/main.cpp.o 2022-11-23T01:03:09.3284815Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:09.3285880Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:09.3287100Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:09.3287848Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:09.3288633Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:09.3289470Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:09.3352174Z [ 96%] Linking CXX executable ../bin/aot_model_compiler_test 2022-11-23T01:03:09.3998910Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:09.3999883Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:09.4000742Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:09.4001499Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:09.4002374Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:09.4003220Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:09.4069441Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type_specializations.cpp.o 2022-11-23T01:03:09.6375445Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:09.6376360Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:09.6377189Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:09.6377925Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:09.6378720Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:09.6379448Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:09.6430940Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_backend_device.cpp.o 2022-11-23T01:03:10.1363416Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:10.1364629Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:10.1365574Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:10.1366485Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:10.1367328Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:10.1368147Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:10.1441134Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_cache.cpp.o 2022-11-23T01:03:10.2128103Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:10.2129217Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:10.2130185Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:10.2131012Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:10.2131636Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:10.2132209Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:10.2183979Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_llvm.cpp.o 2022-11-23T01:03:10.2582405Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:10.2583503Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:10.2584467Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:10.2585625Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:10.2586567Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:10.2587366Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:10.2654034Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir.cpp.o 2022-11-23T01:03:10.5507840Z [ 96%] Built target aot_model_compiler_test 2022-11-23T01:03:10.5565390Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir_util.cpp.o 2022-11-23T01:03:10.7262907Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:10.7264162Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:10.7265350Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:10.7266532Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:10.7267744Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:10.7268867Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:10.7306709Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:10.7307857Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:10.7310896Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:10.7312945Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:10.7314032Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:10.7315210Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:10.7337953Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/moduledict.cpp.o 2022-11-23T01:03:10.7371032Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_misc.cpp.o 2022-11-23T01:03:10.9492413Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:10.9493823Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:10.9495275Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:10.9496170Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:10.9496958Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:10.9497809Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:10.9564422Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:10.9565342Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:10.9566494Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:10.9567329Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:10.9568092Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:10.9568927Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:10.9601774Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/modulelist.cpp.o 2022-11-23T01:03:10.9634859Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_permutation_util.cpp.o 2022-11-23T01:03:11.0922143Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:11.0923352Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:11.0924348Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:11.0925194Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:11.0926299Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:11.0927245Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:11.0991255Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_shape.cpp.o 2022-11-23T01:03:11.2515147Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:11.2516228Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:11.2517222Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:11.2518098Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:11.2519033Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:11.2519934Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:11.2594328Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/modules.cpp.o 2022-11-23T01:03:11.3534372Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:11.3535346Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:11.3535930Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:11.3536447Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:11.3537010Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:11.3537521Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:11.3604581Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/nested.cpp.o 2022-11-23T01:03:11.5387563Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:11.5388647Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:11.5389573Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:11.5390337Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:11.5391070Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:11.5391807Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:11.5445953Z [ 96%] Linking CXX executable ../bin/test_tensorexpr 2022-11-23T01:03:11.6878581Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:11.6879664Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:11.6880675Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:11.6881694Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:11.6882603Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:11.6883394Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:11.6951174Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_trie_cache.cpp.o 2022-11-23T01:03:12.1983625Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:12.1984598Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:12.1985444Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:12.1986283Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:12.1987116Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:12.1987895Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:12.2054112Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterdict.cpp.o 2022-11-23T01:03:12.3023650Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:12.3024568Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:12.3025433Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:12.3026168Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:12.3026997Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:12.3027980Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:12.3056976Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:12.3057883Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:12.3058777Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:12.3059580Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:12.3060396Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:12.3061210Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:12.3107300Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterlist.cpp.o 2022-11-23T01:03:12.3110646Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_util.cpp.o 2022-11-23T01:03:12.6045844Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:12.6046823Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:12.6048125Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:12.6049019Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:12.6049845Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:12.6050730Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:12.6118038Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops.cpp.o 2022-11-23T01:03:12.7385363Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:12.7386463Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:12.7387436Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:12.7388309Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:12.7389174Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:12.7390099Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:12.7457097Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/namespace.cpp.o 2022-11-23T01:03:13.0912930Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:13.0913844Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:13.0914644Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:13.0915367Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:13.0916329Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:13.0917068Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:13.0987638Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops_util.cpp.o 2022-11-23T01:03:13.3692793Z [ 96%] Built target test_tensorexpr 2022-11-23T01:03:13.3743765Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/nn_utils.cpp.o 2022-11-23T01:03:13.7231263Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:13.7232367Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:13.7233340Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:13.7234253Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:13.7235186Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:13.7235953Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:13.7380693Z [ 96%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2022-11-23T01:03:13.8182941Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:13.8183923Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:13.8184849Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:13.8185703Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:13.8186510Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:13.8187342Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:13.8234321Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/optim.cpp.o 2022-11-23T01:03:14.0464277Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:14.0464888Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:14.0465440Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:14.0465934Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:14.0466433Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:14.0466930Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:14.0516235Z [ 96%] Linking CXX shared library ../../../../lib/libshm.so 2022-11-23T01:03:14.1810818Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:14.1811801Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:14.1812946Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:14.1813726Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:14.1814550Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:14.1815340Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:14.1887050Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/ordered_dict.cpp.o 2022-11-23T01:03:14.4735385Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:14.4736363Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:14.4737264Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:14.4738030Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:14.4738834Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:14.4739834Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:14.4812389Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/rnn.cpp.o 2022-11-23T01:03:14.5257937Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:14.5259101Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp: In lambda function: 2022-11-23T01:03:14.5263207Z /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:03:14.5266278Z 959 | isIntegralType(type) ? torch::Scalar(1) : torch::Scalar(1.0); 2022-11-23T01:03:14.5268806Z | ^ 2022-11-23T01:03:14.5271270Z In file included from /var/lib/jenkins/workspace/c10/core/Scalar.h:11, 2022-11-23T01:03:14.5273545Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:16, 2022-11-23T01:03:14.5274225Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:03:14.5274963Z from /var/lib/jenkins/workspace/aten/src/ATen/Tensor.h:3, 2022-11-23T01:03:14.5275824Z from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.h:7, 2022-11-23T01:03:14.5276437Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops_util.h:4, 2022-11-23T01:03:14.5277282Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:4: 2022-11-23T01:03:14.5278069Z /var/lib/jenkins/workspace/c10/core/ScalarType.h:242:20: note: declared here 2022-11-23T01:03:14.5278828Z 242 | static inline bool isIntegralType(ScalarType t) { 2022-11-23T01:03:14.5279410Z | ^~~~~~~~~~~~~~ 2022-11-23T01:03:14.5280786Z /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:03:14.5282419Z 959 | isIntegralType(type) ? torch::Scalar(1) : torch::Scalar(1.0); 2022-11-23T01:03:14.5283141Z | ^ 2022-11-23T01:03:14.5283921Z In file included from /var/lib/jenkins/workspace/c10/core/Scalar.h:11, 2022-11-23T01:03:14.5284516Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:16, 2022-11-23T01:03:14.5285235Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:03:14.5285896Z from /var/lib/jenkins/workspace/aten/src/ATen/Tensor.h:3, 2022-11-23T01:03:14.5286671Z from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.h:7, 2022-11-23T01:03:14.5287400Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops_util.h:4, 2022-11-23T01:03:14.5288131Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:4: 2022-11-23T01:03:14.5288769Z /var/lib/jenkins/workspace/c10/core/ScalarType.h:242:20: note: declared here 2022-11-23T01:03:14.5289403Z 242 | static inline bool isIntegralType(ScalarType t) { 2022-11-23T01:03:14.5289919Z | ^~~~~~~~~~~~~~ 2022-11-23T01:03:14.5290208Z At global scope: 2022-11-23T01:03:14.5290972Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:14.5291595Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:14.5292475Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:14.5293361Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:14.5294239Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:14.5328336Z [ 96%] Linking CXX executable ../bin/test_lazy 2022-11-23T01:03:14.6378099Z [ 96%] Built target shm 2022-11-23T01:03:14.6459646Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/sequential.cpp.o 2022-11-23T01:03:14.7304945Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:14.7305875Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:14.7306742Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:14.7307545Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:14.7308345Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:14.7309122Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:14.7559404Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/common/main.cpp.o 2022-11-23T01:03:15.0412344Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:15.0413383Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:15.0414567Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:15.0415444Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:15.0416329Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:15.0417204Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:15.0486082Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_add_if_then_else.cpp.o 2022-11-23T01:03:15.5230541Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:15.5231481Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:15.5232386Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:15.5233156Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:15.5233873Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:15.5235157Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:15.5307279Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_alias_analysis.cpp.o 2022-11-23T01:03:15.6323266Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:15.6324527Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:15.6325690Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:15.6326642Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:15.6329841Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:15.6330949Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:15.6387753Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/transformer.cpp.o 2022-11-23T01:03:16.0096904Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:16.0098310Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:16.0099397Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:16.0100321Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:16.0101486Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:16.0102654Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:16.0199998Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_argument_spec.cpp.o 2022-11-23T01:03:16.0431903Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:16.0433581Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:16.0436964Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:16.0438095Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:16.0442498Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:16.0443717Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:16.0499370Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/serialize.cpp.o 2022-11-23T01:03:16.1016134Z [ 96%] Built target test_lazy 2022-11-23T01:03:16.1081712Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/special.cpp.o 2022-11-23T01:03:16.1305700Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:16.1306771Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:16.1307809Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:16.1308842Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:16.1309592Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:16.1310337Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:16.1377493Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/static.cpp.o 2022-11-23T01:03:16.5315731Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:16.5317306Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:16.5318092Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:16.5319251Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:16.5320181Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:16.5321074Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:16.5371033Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_autodiff.cpp.o 2022-11-23T01:03:17.1364753Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:17.1366021Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:17.1367170Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:17.1368234Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:17.1369297Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:17.1370534Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:17.1446864Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_load_upgraders.cpp.o 2022-11-23T01:03:17.1474071Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:17.1475277Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:17.1476332Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:17.1477321Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:17.1478351Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:17.1479699Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:17.1557026Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_op_replacement.cpp.o 2022-11-23T01:03:17.5445824Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:17.5447164Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:17.5448826Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:17.5449691Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:17.5450527Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:17.5451398Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:17.5472544Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:17.5474072Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:17.5475506Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:17.5476443Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:17.5477383Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:17.5478338Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:17.5510722Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_upgrader_utils.cpp.o 2022-11-23T01:03:17.5541137Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/support.cpp.o 2022-11-23T01:03:17.7147719Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:17.7148909Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:17.7150213Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:17.7151007Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:17.7152015Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:17.7152827Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:17.7202605Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_cuda.cpp.o 2022-11-23T01:03:17.7404216Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:17.7405605Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:17.7407049Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:17.7407991Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:17.7408958Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:17.7409900Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:17.7470983Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_backend.cpp.o 2022-11-23T01:03:18.2272378Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:18.2274130Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:18.2275410Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:18.2276467Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:18.2277555Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:18.2278938Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:18.2355160Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_import.cpp.o 2022-11-23T01:03:18.4493935Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:18.4498877Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:18.4499888Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:18.4500830Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:18.4502153Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:18.4503100Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:18.4566196Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_parser.cpp.o 2022-11-23T01:03:18.8007897Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:18.8008942Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:18.8009809Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:18.8010886Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:18.8011709Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:18.8012542Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:18.8077963Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_indexing.cpp.o 2022-11-23T01:03:18.8113904Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:18.8114882Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:18.8115950Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:18.8116682Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:18.8117387Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:18.8118184Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:18.8180626Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options_cuda.cpp.o 2022-11-23T01:03:18.8403349Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:18.8404209Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:18.8404990Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:18.8405670Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:18.8406384Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:18.8407148Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:18.8670072Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2022-11-23T01:03:19.0179306Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:19.0180319Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:19.0181453Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:19.0182478Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:19.0183310Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:19.0184156Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:19.0244800Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2022-11-23T01:03:19.2358805Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:19.2359887Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:19.2360732Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:19.2361303Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:19.2362290Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:19.2363171Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:19.2429507Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_type.cpp.o 2022-11-23T01:03:19.6367538Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:19.6368694Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:19.6369574Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:19.6370354Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:19.6371151Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:19.6371950Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:19.6440009Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2022-11-23T01:03:20.1517189Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:20.1518274Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:20.1519252Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:20.1520141Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:20.1521110Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:20.1521919Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:20.1584136Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2022-11-23T01:03:20.2705791Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:20.2706826Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:20.2707775Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:20.2708636Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:20.2709524Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:20.2710366Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:20.2781968Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_code_template.cpp.o 2022-11-23T01:03:20.3520659Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:20.3521664Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:20.3522672Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:20.3523762Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:20.3524634Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:20.3525530Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:20.3592240Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_concat_opt.cpp.o 2022-11-23T01:03:20.3890271Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:20.3891330Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:20.3892365Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:20.3893823Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:20.3894742Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:20.3895657Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:20.3954251Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options.cpp.o 2022-11-23T01:03:20.7860971Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:20.7864439Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:20.7865498Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:20.7866413Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:20.7867447Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:20.7868562Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:20.7920477Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_constant_pooling.cpp.o 2022-11-23T01:03:20.8148719Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:20.8150134Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:20.8151341Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:20.8152432Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:20.8153506Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:20.8154515Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:20.8222316Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cleanup_passes.cpp.o 2022-11-23T01:03:21.3537916Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:21.3539576Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:21.3540723Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:21.3543962Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:21.3546574Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:21.3547595Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:21.3612066Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2022-11-23T01:03:21.4516224Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:21.4517261Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:21.4518214Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:21.4518698Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:21.4519210Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:21.4519705Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:21.4587839Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2022-11-23T01:03:21.5066036Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:21.5067041Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:21.5067996Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:21.5069109Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:21.5069976Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:21.5070891Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:21.5135807Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2022-11-23T01:03:21.5807726Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:21.5808768Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:21.5809737Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:21.5810603Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:21.5811497Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:21.5812325Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:21.5873228Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_create_autodiff_subgraphs.cpp.o 2022-11-23T01:03:21.6033343Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:21.6034309Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:21.6035240Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:21.6036048Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:21.6036884Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:21.6037711Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:21.6100554Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class.cpp.o 2022-11-23T01:03:21.6207654Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:21.6208752Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:21.6209771Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:21.6210683Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:21.6211604Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:21.6212505Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:21.6285694Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor.cpp.o 2022-11-23T01:03:22.2426225Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:22.2427262Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:22.2428423Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:22.2429248Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:22.2430068Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:22.2430847Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:22.2492817Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/torch_include.cpp.o 2022-11-23T01:03:22.4221831Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:22.4222882Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:22.4223783Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:22.4224609Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:22.4225444Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:22.4226388Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:22.4297672Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/inference_mode.cpp.o 2022-11-23T01:03:22.7158543Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:22.7159660Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:22.7160678Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:22.7161598Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:22.7162593Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:22.7163495Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:22.7232475Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2022-11-23T01:03:22.8092422Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:22.8093381Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:22.8094296Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:22.8095180Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:22.8096031Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:22.8102371Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:22.8103387Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:22.8104495Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:22.8105372Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:22.8106182Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:22.8107017Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:22.8107856Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:22.8160424Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class_registrations.cpp.o 2022-11-23T01:03:22.8165573Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_operators.cpp.o 2022-11-23T01:03:23.2185371Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:23.2186294Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:23.2187133Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:23.2188104Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:23.2188925Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:23.2191110Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:23.2255646Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_dce.cpp.o 2022-11-23T01:03:23.5725648Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:23.5726639Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:23.5727599Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:23.5728506Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:23.5729472Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:23.5730357Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:23.5788729Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/grad_mode.cpp.o 2022-11-23T01:03:23.6018647Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:23.6019739Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:23.6020757Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:23.6021776Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:23.6022591Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:23.6023755Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:23.6066471Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2022-11-23T01:03:23.7139532Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:23.7140625Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:23.7142025Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:23.7142754Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:23.7143512Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:23.7144305Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:23.7210099Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2022-11-23T01:03:23.7573357Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:23.7574528Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:23.7575491Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:23.7576376Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:23.7577250Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:23.7578100Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:23.7641259Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_fuser.cpp.o 2022-11-23T01:03:24.0339490Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:24.0340568Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:24.0341502Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:24.0342510Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:24.0343456Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:24.0344382Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:24.0410051Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_executor.cpp.o 2022-11-23T01:03:24.1141779Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:24.1142898Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:24.1143861Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:24.1144749Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:24.1145836Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:24.1146717Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:24.1217002Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2022-11-23T01:03:24.4430825Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:24.4431902Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:24.4432872Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:24.4433625Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:24.4434442Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:24.4435361Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:24.4495565Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_iterator.cpp.o 2022-11-23T01:03:24.4788778Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:24.4789779Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:24.4790682Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:24.4791568Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:24.4792452Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:24.4793305Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:24.4854874Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2022-11-23T01:03:24.7907197Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:24.7908168Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:24.7909067Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:24.7909907Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:24.7910646Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:24.7911451Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:24.7977073Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cs_debug_info_serialization.cpp.o 2022-11-23T01:03:25.0049761Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:25.0050799Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:25.0052018Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:25.0052901Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:25.0053838Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:25.0054564Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:25.0105410Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/operations.cpp.o 2022-11-23T01:03:25.1205678Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:25.1206752Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:25.1207723Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:25.1208457Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:25.1209101Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:25.1210108Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:25.1262792Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2022-11-23T01:03:25.1556858Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:25.1557879Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:25.1558753Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:25.1559554Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:25.1560352Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:25.1561169Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:25.1614877Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2022-11-23T01:03:25.3134594Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:25.3135487Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:25.3136369Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:25.3137210Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:25.3138089Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:25.3138916Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:25.3217574Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2022-11-23T01:03:25.7660440Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:25.7661455Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:25.7662523Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:25.7663303Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:25.7664068Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:25.7664810Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:25.7715416Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 2022-11-23T01:03:25.8394304Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:25.8395209Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:25.8396064Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:25.8397059Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:25.8397879Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:25.8398659Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:25.8462285Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2022-11-23T01:03:25.9297350Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:25.9298401Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:25.9299409Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:25.9300286Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:25.9301207Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:25.9302287Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:25.9366760Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interface.cpp.o 2022-11-23T01:03:26.0526582Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:26.0527540Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:26.0528508Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:26.0529339Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:26.0530166Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:26.0531221Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:26.0598322Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2022-11-23T01:03:26.1985844Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:26.1987987Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:26.1988855Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:26.1989608Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:26.1990482Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:26.1991365Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:26.2058681Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interpreter.cpp.o 2022-11-23T01:03:26.3183508Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:26.3184778Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:26.3185781Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:26.3186695Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:26.3187617Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:26.3188465Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:26.3253815Z [ 97%] Linking CXX executable ../bin/test_api 2022-11-23T01:03:26.3668943Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:26.3669565Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:26.3670113Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:26.3670603Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:26.3671114Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:26.3671595Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:26.3767675Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2022-11-23T01:03:26.5077545Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:26.5078580Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:26.5079537Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:26.5080382Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:26.5081495Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:26.5082448Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:26.5134667Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2022-11-23T01:03:27.1184160Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:27.1185145Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:27.1185963Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:27.1186750Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:27.1187501Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:27.1188288Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:27.1236015Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:27.1236980Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:27.1237831Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:27.1238613Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:27.1239435Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:27.1240198Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:27.1254207Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2022-11-23T01:03:27.1306939Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_ir.cpp.o 2022-11-23T01:03:27.3942113Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:27.3942987Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:27.3943754Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:27.3944815Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:27.3945713Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:27.3946644Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:27.4009375Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 2022-11-23T01:03:27.5640681Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:27.5642416Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:27.5643890Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:27.5644925Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:27.5646354Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:27.5647337Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:27.5720549Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 2022-11-23T01:03:27.9605266Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:27.9606214Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:27.9607054Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:27.9607859Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:27.9608674Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:27.9609551Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:27.9665817Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter.cpp.o 2022-11-23T01:03:28.1978708Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:28.1979782Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:28.1980813Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:28.1981923Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:28.1982875Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:28.1983808Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:28.2036111Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2022-11-23T01:03:28.3669727Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:28.3671022Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:28.3671967Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:28.3672821Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:28.3673603Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:28.3674356Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:28.3746930Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter_direct.cpp.o 2022-11-23T01:03:28.7013706Z [ 97%] Built target test_api 2022-11-23T01:03:28.7078610Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_trainer.cpp.o 2022-11-23T01:03:28.8637913Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:28.8638941Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:28.8639879Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:28.8640915Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:28.8641783Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:28.8642750Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:28.8848687Z [ 97%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2022-11-23T01:03:29.1824488Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:29.1825505Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:29.1826395Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:29.1827124Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:29.1827958Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:29.1828686Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:29.1898130Z [ 97%] Linking CXX executable ../../../../bin/torch_shm_manager 2022-11-23T01:03:29.2251309Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:29.2252297Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:29.2253201Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:29.2253994Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:29.2254749Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:29.2255743Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:29.2320942Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_memory_dag.cpp.o 2022-11-23T01:03:29.4511416Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:29.4512338Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:29.4513192Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:29.4513949Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:29.4514715Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:29.4515477Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:29.4583856Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_misc.cpp.o 2022-11-23T01:03:29.8334191Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:29.8335065Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:29.8336137Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:29.8336884Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:29.8337589Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:29.8338332Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:29.8406608Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2022-11-23T01:03:29.9413270Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:29.9414272Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:29.9415631Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:29.9416717Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:29.9417928Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:29.9418948Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:29.9526308Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_mobile_type_parser.cpp.o 2022-11-23T01:03:30.1322577Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:30.1324235Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:30.1325668Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:30.1326697Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:30.1328057Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:30.1331338Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:30.1391656Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_module_api.cpp.o 2022-11-23T01:03:30.1537236Z [ 97%] Built target torch_shm_manager 2022-11-23T01:03:30.1585168Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_peephole_optimize.cpp.o 2022-11-23T01:03:30.9420226Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:30.9421341Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:30.9422397Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:30.9423253Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:30.9423868Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:30.9424677Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:30.9479154Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2022-11-23T01:03:31.2306420Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:31.2307674Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:31.2308730Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:31.2309703Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:31.2310663Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:31.2311670Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:31.2373997Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 2022-11-23T01:03:31.2380544Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:31.2381751Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:31.2382853Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:31.2383673Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:31.2384493Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:31.2385331Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:31.2445307Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2022-11-23T01:03:31.3743440Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:31.3744749Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:31.3745750Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:31.3746666Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:31.3747603Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:31.3748541Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:31.3808842Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_save_load.cpp.o 2022-11-23T01:03:31.5988913Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:31.5989991Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:31.5990977Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:31.5991859Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:31.5992593Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:31.5993293Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:31.6050450Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2022-11-23T01:03:31.6659502Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:31.6660558Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:31.6661721Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:31.6662545Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:31.6663282Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:31.6663780Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:31.6725021Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_info.cpp.o 2022-11-23T01:03:31.8959146Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:31.8960232Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:31.8961243Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:31.8962150Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:31.8963175Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:31.8964062Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:31.9025726Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2022-11-23T01:03:32.1611591Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:32.1612592Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:32.1613586Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:32.1614465Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:32.1615420Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:32.1616287Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:32.1689953Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_matching.cpp.o 2022-11-23T01:03:32.1750835Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:32.1751901Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:32.1752812Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:32.1753904Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:32.1754785Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:32.1755587Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:32.1817680Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2022-11-23T01:03:32.4421110Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:32.4422413Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:32.4423402Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:32.4424313Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:32.4425236Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:32.4426148Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:32.4491704Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2022-11-23T01:03:32.4975834Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:32.4976869Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:32.4977829Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:32.4978648Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:32.4979484Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:32.4980572Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:32.5026076Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_stack_opt.cpp.o 2022-11-23T01:03:32.7542428Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:32.7543428Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:32.7544431Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:32.7545321Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:32.7546243Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:32.7547166Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:32.7650045Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 2022-11-23T01:03:32.9602387Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:32.9603334Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:32.9604495Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:32.9605339Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:32.9606175Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:32.9607044Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:32.9671725Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2022-11-23T01:03:33.0209321Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:33.0210742Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:33.0212057Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:33.0213139Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:33.0214345Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:33.0215396Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:33.0279089Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2022-11-23T01:03:33.4530986Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:33.4532047Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:33.4532964Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:33.4533777Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:33.4534820Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:33.4535691Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:33.4609608Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_rewriter.cpp.o 2022-11-23T01:03:33.5695447Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:33.5696449Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:33.5697296Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:33.5698084Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:33.5698896Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:33.5699679Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:33.5765447Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_utils.cpp.o 2022-11-23T01:03:33.7239866Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:33.7240946Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:33.7241930Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:33.7242940Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:33.7243828Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:33.7244678Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:33.7303908Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_union.cpp.o 2022-11-23T01:03:33.9554444Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:33.9555516Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:33.9556534Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:33.9557407Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:33.9558295Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:33.9559176Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:33.9645166Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_utils.cpp.o 2022-11-23T01:03:34.4732542Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:34.4733533Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:34.4734363Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:34.4735373Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:34.4736097Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:34.4736885Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:34.4804644Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2022-11-23T01:03:34.5942588Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:34.5944176Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:34.5945393Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:34.5946498Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:34.5947549Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:34.5948688Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:34.6015176Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_script_profile.cpp.o 2022-11-23T01:03:34.6440978Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:34.6442027Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:34.6443083Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:34.6444051Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:34.6444979Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:34.6445928Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:34.6512971Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_shape_analysis.cpp.o 2022-11-23T01:03:34.8273139Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:34.8274230Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:34.8275035Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:34.8275543Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:34.8276045Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:34.8276546Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:34.8351314Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o 2022-11-23T01:03:35.1072055Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:35.1073374Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:35.1074367Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:35.1075299Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:35.1076208Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:35.1077117Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:35.1149134Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2022-11-23T01:03:35.8521112Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:35.8522248Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:35.8523147Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:35.8523908Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:35.8524920Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:35.8525738Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:35.8572843Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2022-11-23T01:03:35.9041089Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:35.9042255Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:35.9043104Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:35.9043912Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:35.9044795Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:35.9045688Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:35.9111965Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o 2022-11-23T01:03:35.9498724Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:35.9499640Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:35.9500515Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:35.9501244Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:35.9502227Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:35.9563507Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:35.9564417Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2022-11-23T01:03:35.9928491Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:35.9929458Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:35.9930324Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:35.9931159Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:35.9932027Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:35.9932934Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:35.9994268Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o 2022-11-23T01:03:36.0276537Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:36.0277578Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:36.0278811Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:36.0279944Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:36.0280869Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:36.0283258Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:36.0349929Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2022-11-23T01:03:36.1980631Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:36.1981696Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:36.1982553Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:36.1983344Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:36.1984167Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:36.1985206Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:36.2053074Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2022-11-23T01:03:36.3290573Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:36.3291630Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:36.3292634Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:36.3293510Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:36.3294446Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:36.3295367Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:36.3360458Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2022-11-23T01:03:36.8505695Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:36.8506688Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:36.8507805Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:36.8508620Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:36.8509423Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:36.8510245Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:36.8577014Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2022-11-23T01:03:37.0633430Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:37.0634520Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:37.0635529Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:37.0636345Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:37.0637275Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:37.0638182Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:37.0699756Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2022-11-23T01:03:37.2326386Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:37.2327389Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:37.2328371Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:37.2329172Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:37.2330238Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:37.2331067Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:37.2398903Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2022-11-23T01:03:37.2659003Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:37.2660282Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:37.2661399Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:37.2662911Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:37.2663986Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:37.2665054Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:37.2733644Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2022-11-23T01:03:37.6171057Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:37.6172090Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:37.6173079Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:37.6173987Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:37.6174910Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:37.6175814Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:37.6227389Z [ 97%] Linking CXX executable ../bin/test_jit 2022-11-23T01:03:37.6812247Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:37.6813261Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:37.6814157Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:37.6814662Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:37.6815404Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:37.6816143Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:37.6870188Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2022-11-23T01:03:37.7429511Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:37.7430611Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:37.7431843Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:37.7432740Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:37.7433673Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:37.7434572Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:37.7499654Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2022-11-23T01:03:37.7913336Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:37.7914228Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:37.7914867Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:37.7915408Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:37.7915948Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:37.7916787Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:37.8009714Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2022-11-23T01:03:37.9823828Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:37.9824939Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:37.9825859Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:37.9826632Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:37.9827465Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:37.9828261Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:37.9894786Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2022-11-23T01:03:38.5120507Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:38.5121462Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:38.5122403Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:38.5123207Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:38.5124053Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:38.5124832Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:38.5198668Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_nested_functions_manual.cpp.o 2022-11-23T01:03:38.9640846Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:38.9641919Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:38.9642813Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:38.9643322Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:38.9643843Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:38.9644332Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:38.9693060Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2022-11-23T01:03:38.9974958Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:38.9975833Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:38.9976613Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:38.9977522Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:38.9978235Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:38.9978940Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:39.0045007Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2022-11-23T01:03:39.0565709Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:39.0566682Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:39.0567562Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:39.0568425Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:39.0569204Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:39.0569972Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:39.0629698Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2022-11-23T01:03:39.2276728Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:39.2277726Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:39.2278663Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:39.2279474Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:39.2280328Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:39.2281408Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:39.2358274Z [ 98%] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/eval_frame.c.o 2022-11-23T01:03:39.4553820Z cc1: warning: command line option ‘-std=c++14’ is valid for C++/ObjC++ but not for C 2022-11-23T01:03:39.4554619Z cc1: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:39.4555460Z cc1: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:39.4556189Z cc1: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:39.4556965Z cc1: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:39.4557708Z cc1: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:39.4622254Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/guards.cpp.o 2022-11-23T01:03:39.4935976Z [ 98%] Built target test_jit 2022-11-23T01:03:39.5018807Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/init.cpp.o 2022-11-23T01:03:40.0362986Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:40.0363955Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:40.0365117Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:40.0365958Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:40.0366724Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:40.0367539Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:40.0432446Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/init.cpp.o 2022-11-23T01:03:40.0920600Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:40.0925021Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:40.0925979Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:40.0926853Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:40.0927713Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:40.0928635Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:40.0980758Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:40.0981805Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:40.0983565Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:40.0984328Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:40.0985085Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:40.0986044Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:40.0994531Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2022-11-23T01:03:40.1047230Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp.o 2022-11-23T01:03:40.2685379Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:40.2686014Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:40.2686847Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:40.2687720Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:40.2688597Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:40.2689452Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:40.2762966Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2022-11-23T01:03:40.3960095Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:40.3961208Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:40.3962304Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:40.3963191Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:40.3964125Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:40.3965053Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:40.4031023Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2022-11-23T01:03:41.1674233Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:41.1675209Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:41.1676047Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:41.1676820Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:41.1677582Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:41.1678343Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:41.1752240Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2022-11-23T01:03:41.4838383Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:41.4839461Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:41.4840706Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:41.4841619Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:41.4842648Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:41.4843591Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:41.4911179Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2022-11-23T01:03:41.4935806Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:41.4936869Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:41.4937843Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:41.4938700Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:41.4939595Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:41.4940660Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:41.4941801Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:41.4942768Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:41.4943734Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:41.4944601Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:41.4945438Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:41.4946215Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:41.5007706Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2022-11-23T01:03:41.5024191Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2022-11-23T01:03:41.6882710Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:41.6883817Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:41.6884700Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:41.6885536Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:41.6886383Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:41.6887217Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:41.6963755Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2022-11-23T01:03:41.7309042Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:41.7310112Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:41.7311106Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:41.7312021Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:41.7312978Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:41.7313911Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:41.7378261Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2022-11-23T01:03:41.9792793Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:41.9793920Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:41.9794871Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:41.9795962Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:41.9796836Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:41.9797675Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:41.9866036Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2022-11-23T01:03:42.0706590Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:42.0707645Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:42.0708615Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:42.0709499Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:42.0710379Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:42.0711329Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:42.0776299Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2022-11-23T01:03:42.2425737Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:42.2426812Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:42.2427836Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:42.2428699Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:42.2429469Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:42.2430552Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:42.2496856Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2022-11-23T01:03:42.4075437Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:42.4076456Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:42.4077372Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:42.4078198Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:42.4078983Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:42.4079748Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:42.4145436Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2022-11-23T01:03:42.4572902Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:42.4574116Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:42.4575028Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:42.4575778Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:42.4576614Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:42.4577397Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:42.4637704Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2022-11-23T01:03:42.6239476Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:42.6240516Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:42.6241393Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:42.6242375Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:42.6243234Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:42.6244073Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:42.6305882Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2022-11-23T01:03:42.7953579Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:42.7954674Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:42.7955658Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:42.7956833Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:42.7957785Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:42.7958684Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:42.8001575Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2022-11-23T01:03:42.8842734Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:42.8844898Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:42.8845967Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:42.8846799Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:42.8847820Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:42.8848616Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:42.8905603Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2022-11-23T01:03:43.1278834Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:43.1279920Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:43.1280964Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:43.1281864Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:43.1282779Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:43.1283531Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:43.1350264Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2022-11-23T01:03:43.1716489Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:43.1717605Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:43.1718537Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:43.1719336Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:43.1720191Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:43.1720989Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:43.1798890Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2022-11-23T01:03:43.1867237Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:43.1868622Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:43.1869570Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:43.1870448Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:43.1871404Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:43.1872214Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:43.1931736Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2022-11-23T01:03:43.3241251Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:43.3242411Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:43.3243390Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:43.3244083Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:43.3245053Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:43.3245959Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:43.3307319Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2022-11-23T01:03:43.4919991Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:43.4921087Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:43.4922071Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:43.4923224Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:43.4924118Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:43.4924973Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:43.4986063Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2022-11-23T01:03:43.7181147Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:43.7182376Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:43.7183440Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:43.7184237Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:43.7185133Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:43.7186222Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:43.7248470Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2022-11-23T01:03:43.7650599Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:43.7651662Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:43.7652687Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:43.7653602Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:43.7654536Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:43.7656328Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:43.7720450Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2022-11-23T01:03:43.7840060Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:43.7840987Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:43.7842093Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:43.7843086Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:43.7843943Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:43.7844829Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:43.7927703Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2022-11-23T01:03:43.8177706Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:43.8178769Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:43.8179751Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:43.8180625Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:43.8181899Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:43.8182791Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:43.8244988Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2022-11-23T01:03:44.0681762Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:44.0682943Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:44.0683910Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:44.0684830Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:44.0685770Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:44.0686703Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:44.0749538Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2022-11-23T01:03:44.2635318Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:44.2636418Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:44.2637426Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:44.2638343Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:44.2639265Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:44.2640199Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:44.2710642Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2022-11-23T01:03:44.4014914Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:44.4016174Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:44.4017144Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:44.4017887Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:44.4018703Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:44.4019524Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:44.4088759Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2022-11-23T01:03:44.4588599Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:44.4590062Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:44.4590903Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:44.4592740Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:44.4593528Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:44.4594371Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:44.4643409Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2022-11-23T01:03:44.7318820Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:44.7319893Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:44.7320889Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:44.7321770Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:44.7322972Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:44.7323872Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:44.7379871Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2022-11-23T01:03:44.7861344Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:44.7862679Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:44.7863693Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:44.7864571Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:44.7865522Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:44.7866448Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:44.7926039Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2022-11-23T01:03:44.9861415Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:44.9862633Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:44.9863650Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:44.9864573Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:44.9865477Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:44.9866305Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:44.9922314Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2022-11-23T01:03:45.1837168Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:45.1842030Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:45.1843042Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:45.1843921Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:45.1844785Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:45.1845587Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:45.1909215Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2022-11-23T01:03:45.8435350Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:45.8436377Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:45.8437234Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:45.8438369Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:45.8439187Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:45.8439970Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:45.8523583Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2022-11-23T01:03:45.8787734Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:45.8793020Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:45.8794285Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:45.8795269Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:45.8796246Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:45.8797199Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:45.8841343Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2022-11-23T01:03:46.1583525Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:46.1584599Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:46.1585628Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:46.1586451Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:46.1586993Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:46.1587678Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:46.1658318Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2022-11-23T01:03:46.4232831Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:46.4234207Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:46.4235240Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:46.4236359Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:46.4237287Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:46.4238154Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:46.4307332Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2022-11-23T01:03:46.5279431Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:46.5280756Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:46.5281755Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:46.5282626Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:46.5283519Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:46.5284028Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:46.5337277Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2022-11-23T01:03:46.6223438Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:46.6224417Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:46.6225324Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:46.6226083Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:46.6226851Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:46.6227694Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:46.6299465Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2022-11-23T01:03:46.7464817Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:46.7465790Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:46.7466710Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:46.7467754Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:46.7468588Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:46.7469411Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:46.7545502Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2022-11-23T01:03:47.2309207Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:47.2310326Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:47.2311247Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:47.2311743Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:47.2312226Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:47.2312730Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:47.2377666Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2022-11-23T01:03:47.3094218Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:47.3095178Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:47.3096010Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:47.3096756Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:47.3097510Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:47.3098256Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:47.3166496Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2022-11-23T01:03:47.4907614Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:47.4908605Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:47.4909451Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:47.4910170Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:47.4910937Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:47.4911750Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:47.4981680Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2022-11-23T01:03:47.5260160Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:47.5261424Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:47.5262500Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:47.5263297Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:47.5264176Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:47.5265090Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:47.5314497Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2022-11-23T01:03:47.8508909Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:47.8510017Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:47.8511033Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:47.8511969Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:47.8513096Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:47.8514031Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:47.8561069Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2022-11-23T01:03:47.9847533Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:47.9848608Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:47.9849603Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:47.9850513Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:47.9851486Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:47.9852415Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:47.9919250Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2022-11-23T01:03:48.0681706Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:48.0682528Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:48.0683419Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:48.0684281Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:48.0685180Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:48.0685841Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:48.0753019Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2022-11-23T01:03:48.1034783Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:48.1035826Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:48.1036766Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:48.1037549Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:48.1038427Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:48.1039279Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:48.1103500Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2022-11-23T01:03:48.8617028Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:48.8618356Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:8, 2022-11-23T01:03:48.8619404Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp:8: 2022-11-23T01:03:48.8621822Z /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:03:48.8623291Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:03:48.8623949Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:03:48.8625227Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:03:48.8625981Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:03:48.8626509Z | ^~~~ 2022-11-23T01:03:48.8627278Z /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:03:48.8627919Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:03:48.8628380Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:03:48.8628933Z In file included from /var/lib/jenkins/workspace/c10/hip/HIPStream.h:7, 2022-11-23T01:03:48.8629535Z from /var/lib/jenkins/workspace/c10/hip/HIPGraphsC10Utils.h:4, 2022-11-23T01:03:48.8630135Z from /var/lib/jenkins/workspace/c10/hip/HIPCachingAllocator.h:5, 2022-11-23T01:03:48.8630902Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h:3, 2022-11-23T01:03:48.8631668Z from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h:36, 2022-11-23T01:03:48.8632372Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp:4: 2022-11-23T01:03:48.8633066Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:03:48.8633676Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:03:48.8634452Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:03:48.8635043Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:8, 2022-11-23T01:03:48.8635777Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp:8: 2022-11-23T01:03:48.8637435Z /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:03:48.8638546Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:03:48.8638986Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:03:48.8639662Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:03:48.8640377Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:03:48.8640888Z | ^~~~ 2022-11-23T01:03:48.8641608Z /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:03:48.8642464Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:03:48.8642896Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:03:48.8643392Z In file included from /var/lib/jenkins/workspace/c10/hip/HIPStream.h:7, 2022-11-23T01:03:48.8644014Z from /var/lib/jenkins/workspace/c10/hip/HIPGraphsC10Utils.h:4, 2022-11-23T01:03:48.8644651Z from /var/lib/jenkins/workspace/c10/hip/HIPCachingAllocator.h:5, 2022-11-23T01:03:48.8645448Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h:3, 2022-11-23T01:03:48.8646207Z from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h:36, 2022-11-23T01:03:48.8646874Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp:4: 2022-11-23T01:03:48.8647564Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:03:48.8648179Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:03:48.8648640Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:03:48.8649358Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:48.8650215Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:48.8651016Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:48.8651801Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:48.8652651Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:48.8699156Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2022-11-23T01:03:48.9272280Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:48.9273625Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:48.9275265Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:48.9276428Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:48.9277575Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:48.9278689Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:48.9355740Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2022-11-23T01:03:49.2933380Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:49.2934457Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:49.2935339Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:49.2936200Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:49.2937131Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:49.2938376Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:49.3005877Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/cuda_lazy_init.cpp.o 2022-11-23T01:03:49.4181111Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:49.4182197Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:49.4183047Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:49.4183952Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:49.4184735Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:49.4185554Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:49.4252253Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2022-11-23T01:03:49.4663396Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:49.4664718Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:49.4665808Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:49.4667220Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:49.4668195Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:49.4669055Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:49.4737793Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/nested.cpp.o 2022-11-23T01:03:49.7384490Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:49.7385449Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:49.7386237Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:49.7387020Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:49.7387832Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:49.7388599Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:49.7456417Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2022-11-23T01:03:49.8598331Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:49.8599380Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:49.8600371Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:49.8601451Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:49.8602466Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:49.8603410Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:49.8672642Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2022-11-23T01:03:50.0217957Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:50.0218926Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:50.0219757Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:50.0220591Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:50.0221365Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:50.0222382Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:50.0292876Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2022-11-23T01:03:50.0981152Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:50.0982269Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:50.0983157Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:50.0983965Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:50.0984836Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:50.0985894Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:50.1081125Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_symnode.cpp.o 2022-11-23T01:03:50.2406221Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:50.2407151Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:50.2408034Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:50.2408777Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:50.2409583Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:50.2410390Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:50.2460396Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pybind.cpp.o 2022-11-23T01:03:50.5297955Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:50.5299038Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:50.5300170Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:50.5301025Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:50.5302103Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:50.5302984Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:50.5367306Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2022-11-23T01:03:50.6515976Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:50.6517076Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:50.6518095Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:50.6519003Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:50.6519947Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:50.6520869Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:50.6582035Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2022-11-23T01:03:50.8303095Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:50.8304039Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:50.8304936Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:50.8305745Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:50.8306807Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:50.8307590Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:50.8350653Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2022-11-23T01:03:50.8826636Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:50.8827734Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:50.8828698Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:50.8829267Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:50.8829769Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:50.8830265Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:50.8894525Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2022-11-23T01:03:51.1251891Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:51.1252526Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:51.1253055Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:51.1253561Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:51.1254064Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:51.1254562Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:51.1311277Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2022-11-23T01:03:51.1938107Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:51.1939116Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:51.1940044Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:51.1940968Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:51.1941941Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:51.1942762Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:51.2009934Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2022-11-23T01:03:51.4052510Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:51.4053322Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:51.4054045Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:51.4054538Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:51.4055024Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:51.4055525Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:51.4109068Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2022-11-23T01:03:51.4478854Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:51.4479839Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:51.4480750Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:51.4481530Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:51.4482434Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:51.4483456Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:51.4546800Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2022-11-23T01:03:51.7290630Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:51.7291572Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:51.7292389Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:51.7293168Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:51.7294038Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:51.7294881Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:51.7365240Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2022-11-23T01:03:51.8322564Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:51.8323879Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:51.8324699Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:51.8325467Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:51.8326227Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:51.8327028Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:51.8391738Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2022-11-23T01:03:51.8915118Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:51.8916228Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:51.8917178Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:51.8917884Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:51.8918560Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:51.8919337Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:51.8979963Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2022-11-23T01:03:52.0312519Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:52.0313542Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:52.0314455Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:52.0315339Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:52.0316166Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:52.0317045Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:52.0378939Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2022-11-23T01:03:52.5202521Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:52.5203761Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:52.5204765Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:52.5205695Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:52.5206554Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:52.5207356Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:52.5208768Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:52.5209682Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:52.5210605Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:52.5211484Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:52.5212291Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:52.5213038Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:52.5262351Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2022-11-23T01:03:52.5269154Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2022-11-23T01:03:52.5674242Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:52.5675347Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:52.5676634Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:52.5677436Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:52.5678299Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:52.5678901Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:52.5735602Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/init_flatbuffer_module.cpp.o 2022-11-23T01:03:52.7169559Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:52.7170685Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:52.7171683Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:52.7172606Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:52.7173571Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:52.7174500Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:52.7241320Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/__/test/cpp/jit/torch_python_test.cpp.o 2022-11-23T01:03:52.7659604Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:52.7660610Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:52.7661522Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:52.7662435Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:52.7663529Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:52.7664436Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:52.7718678Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/itt.cpp.o 2022-11-23T01:03:53.0540389Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:53.0541487Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:53.0542682Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:53.0543566Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:53.0544499Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:53.0545407Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:53.0616516Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Event.cpp.o 2022-11-23T01:03:53.2838540Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:53.2839666Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:53.2840675Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:53.2841620Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:53.2842660Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:53.2843556Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:53.2905802Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Module.cpp.o 2022-11-23T01:03:53.4005946Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:53.4006940Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:53.4007813Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:53.4008625Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:53.4009420Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:53.4010247Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:53.4058452Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/python_comm.cpp.o 2022-11-23T01:03:53.7708069Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:53.7709113Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:53.7709895Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:53.7710600Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:53.7711370Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:53.7711895Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:53.7778000Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Stream.cpp.o 2022-11-23T01:03:53.8170850Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:53.8171882Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:53.8172823Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:53.8173609Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:53.8174435Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:53.8175246Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:53.8246389Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Graph.cpp.o 2022-11-23T01:03:53.9459619Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:53.9460662Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:53.9461831Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:53.9462663Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:53.9463429Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:53.9464237Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:53.9515696Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/cudart.cpp.o 2022-11-23T01:03:54.3655611Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:54.3656737Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:54.3657698Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:54.3658612Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:54.3659999Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:54.3660739Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:54.3720907Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/nvtx.cpp.o 2022-11-23T01:03:54.4875627Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:54.4876865Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:54.4877744Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:54.4878514Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:54.4879909Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:54.4880716Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:54.4948816Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/utils.cpp.o 2022-11-23T01:03:54.5757256Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:54.5759056Z /var/lib/jenkins/workspace/torch/csrc/cuda/Module.cpp: In static member function ‘static std::shared_ptr StackContext::gather_with_cpp()’: 2022-11-23T01:03:54.5760265Z /var/lib/jenkins/workspace/torch/csrc/cuda/Module.cpp:573:21: warning: redundant move in return statement [-Wredundant-move] 2022-11-23T01:03:54.5761055Z 573 | return std::move(r); 2022-11-23T01:03:54.5761856Z | ~~~~~~~~~^~~ 2022-11-23T01:03:54.5765014Z /var/lib/jenkins/workspace/torch/csrc/cuda/Module.cpp:573:21: note: remove ‘std::move’ call 2022-11-23T01:03:54.5765649Z At global scope: 2022-11-23T01:03:54.5768692Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:54.5769810Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:54.5770837Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:54.5771936Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:54.5772969Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:54.5835149Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/cudnn.cpp.o 2022-11-23T01:03:54.7332558Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:54.7333527Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:54.7334313Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:54.7334835Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:54.7335644Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:54.7336545Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:54.7408128Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/init.cpp.o 2022-11-23T01:03:54.9972400Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:54.9973711Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:54.9974717Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:54.9975600Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:54.9976514Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:54.9977447Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:55.0049149Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/python_comm_hook.cpp.o 2022-11-23T01:03:55.0082551Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:55.0083621Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:55.0084630Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:55.0085549Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:55.0086679Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:55.0087608Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:55.0175956Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/autograd/init.cpp.o 2022-11-23T01:03:55.1967899Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:55.1968975Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:55.1969955Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:55.1970827Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:55.1971784Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:55.1972707Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:55.2043155Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/init.cpp.o 2022-11-23T01:03:55.2703094Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:55.2704200Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:55.2705221Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:55.2706144Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:55.2707089Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:55.2708060Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:55.2770956Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/py_rref.cpp.o 2022-11-23T01:03:55.8045243Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:55.8046327Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:55.8047260Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:55.8048023Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:55.8048770Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:55.8049526Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:55.8119866Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_functions.cpp.o 2022-11-23T01:03:56.4823793Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:56.4824768Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:56.4825837Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:56.4826651Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:56.4827476Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:56.4828312Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:56.4859176Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:56.4860102Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:56.4861044Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:56.4862020Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:56.4862825Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:56.4863604Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:56.4884286Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_rpc_handler.cpp.o 2022-11-23T01:03:56.4921270Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/request_callback_impl.cpp.o 2022-11-23T01:03:56.5493307Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:56.5494461Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:56.5495439Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:56.5496313Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:56.5497419Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:56.5498244Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:56.5562425Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/testing/init.cpp.o 2022-11-23T01:03:56.8780453Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:56.8781813Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:56.8782964Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:56.8783955Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:56.8784636Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:56.8785586Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:56.8838387Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_call.cpp.o 2022-11-23T01:03:56.9062488Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:56.9063585Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:56.9064584Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:56.9065502Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:56.9066442Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:56.9067346Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:56.9129722Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_remote_call.cpp.o 2022-11-23T01:03:57.2603158Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:57.2604246Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:57.2605256Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:57.2606162Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:57.2607082Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:57.2608011Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:57.2683168Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/register_distributed_ops.cpp.o 2022-11-23T01:03:57.8073127Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:57.8074214Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:57.8075413Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:57.8076312Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:57.8077236Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:57.8078137Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:57.8143796Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/python_nccl.cpp.o 2022-11-23T01:03:57.9960894Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:57.9961811Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:57.9962751Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:57.9963336Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:57.9965710Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:57.9967202Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:58.0315447Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:58.0316430Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:58.0317394Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:58.0318117Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:58.0318932Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:58.0319796Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:58.0946791Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:58.0947722Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:58.0948611Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:58.0949426Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:58.0950211Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:58.0951017Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:58.0990936Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:58.0991810Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:58.0992670Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:58.0993640Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:58.0994428Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:58.0995216Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:58.7569011Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:58.7569633Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:58.7570178Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:58.7570679Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:58.7571184Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:58.7571681Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:58.7805916Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:03:58.7806750Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:03:58.7807292Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:03:58.7807798Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:03:58.7808299Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:03:58.7808803Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:03:58.7857004Z [100%] Linking CXX shared library ../../lib/libtorch_python.so 2022-11-23T01:04:00.5671538Z [100%] Built target torch_python 2022-11-23T01:04:00.5785158Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp.o 2022-11-23T01:04:00.5785962Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2022-11-23T01:04:00.5787246Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp.o 2022-11-23T01:04:00.5800188Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init_dim_only.cpp.o 2022-11-23T01:04:01.3931667Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:04:01.3932592Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:04:01.3933418Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:04:01.3934213Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:04:01.3934989Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:04:01.3935753Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:04:01.4318400Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:04:01.4319056Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:04:01.4319681Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:04:01.4320189Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:04:01.4320691Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:04:01.4321187Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:04:01.5907279Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:04:01.5907898Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:04:01.5908425Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:04:01.5908921Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:04:01.5909591Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:04:01.5910092Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:04:01.5958223Z [100%] Linking CXX shared library ../../lib/libnnapi_backend.so 2022-11-23T01:04:01.8782540Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:04:01.8783602Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:04:01.8784184Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:04:01.8784700Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:04:01.8785287Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:04:01.8786069Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:04:01.8835356Z [100%] Linking CXX shared module functorch.so 2022-11-23T01:04:02.1737707Z [100%] Built target nnapi_backend 2022-11-23T01:04:02.3953940Z [100%] Built target functorch 2022-11-23T01:04:02.4203262Z Install the project... 2022-11-23T01:04:02.4246463Z -- Install configuration: "Release" 2022-11-23T01:04:02.4600790Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/protoc-3.13.0.0" to "$ORIGIN/../lib" 2022-11-23T01:04:02.7020159Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10.so" to "$ORIGIN" 2022-11-23T01:04:02.7254308Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_CompileTimeFunctionPointer_test" to "$ORIGIN" 2022-11-23T01:04:02.7261028Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeviceGuard_test" to "$ORIGIN" 2022-11-23T01:04:02.7270249Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Device_test" to "$ORIGIN" 2022-11-23T01:04:02.7279353Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DispatchKeySet_test" to "$ORIGIN" 2022-11-23T01:04:02.7287806Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_StreamGuard_test" to "$ORIGIN" 2022-11-23T01:04:02.7295461Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SymInt_test" to "$ORIGIN" 2022-11-23T01:04:02.7303971Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineDeviceGuard_test" to "$ORIGIN" 2022-11-23T01:04:02.7312455Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineStreamGuard_test" to "$ORIGIN" 2022-11-23T01:04:02.7321404Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SizesAndStrides_test" to "$ORIGIN" 2022-11-23T01:04:02.7329319Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Array_test" to "$ORIGIN" 2022-11-23T01:04:02.7337566Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Bitset_test" to "$ORIGIN" 2022-11-23T01:04:02.7354356Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_C++17_test" to "$ORIGIN" 2022-11-23T01:04:02.7362454Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ConstexprCrc_test" to "$ORIGIN" 2022-11-23T01:04:02.7370397Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeadlockDetection_test" to "$ORIGIN" 2022-11-23T01:04:02.7378658Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Half_test" to "$ORIGIN" 2022-11-23T01:04:02.7387832Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_LeftRight_test" to "$ORIGIN" 2022-11-23T01:04:02.7398206Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Metaprogramming_test" to "$ORIGIN" 2022-11-23T01:04:02.7420464Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SmallVectorTest" to "$ORIGIN" 2022-11-23T01:04:02.7428686Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Synchronized_test" to "$ORIGIN" 2022-11-23T01:04:02.7437459Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ThreadLocal_test" to "$ORIGIN" 2022-11-23T01:04:02.7446189Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeIndex_test" to "$ORIGIN" 2022-11-23T01:04:02.7454231Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeList_test" to "$ORIGIN" 2022-11-23T01:04:02.7462634Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeTraits_test" to "$ORIGIN" 2022-11-23T01:04:02.7470980Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_accumulate_test" to "$ORIGIN" 2022-11-23T01:04:02.7479327Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_bfloat16_test" to "$ORIGIN" 2022-11-23T01:04:02.7487859Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_math_test" to "$ORIGIN" 2022-11-23T01:04:02.7496351Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_test" to "$ORIGIN" 2022-11-23T01:04:02.7513258Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_either_test" to "$ORIGIN" 2022-11-23T01:04:02.7520928Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_exception_test" to "$ORIGIN" 2022-11-23T01:04:02.7529006Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_flags_test" to "$ORIGIN" 2022-11-23T01:04:02.7552250Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_test" to "$ORIGIN" 2022-11-23T01:04:02.7560257Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_irange_test" to "$ORIGIN" 2022-11-23T01:04:02.7568984Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_logging_test" to "$ORIGIN" 2022-11-23T01:04:02.7579898Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_optional_test" to "$ORIGIN" 2022-11-23T01:04:02.7589815Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ordered_preserving_dict_test" to "$ORIGIN" 2022-11-23T01:04:02.7598058Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_registry_test" to "$ORIGIN" 2022-11-23T01:04:02.7607251Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_string_view_test" to "$ORIGIN" 2022-11-23T01:04:02.7615682Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_tempfile_test" to "$ORIGIN" 2022-11-23T01:04:02.7624667Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_typeid_test" to "$ORIGIN" 2022-11-23T01:04:02.7634210Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_benchmark" to "$ORIGIN" 2022-11-23T01:04:02.7642120Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10_hip.so" to "$ORIGIN:/opt/rocm/hip/lib" 2022-11-23T01:04:02.7664777Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_hip_HIPTest" to "$ORIGIN:/opt/rocm/hip/lib" 2022-11-23T01:04:03.2811195Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libcaffe2_nvrtc.so" to "$ORIGIN:/opt/rocm/hip/lib" 2022-11-23T01:04:03.6542454Z -- 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:04:03.7965062Z -- 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:04:03.7968223Z -- 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:04:03.7973271Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_global_deps.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T01:04:03.7985924Z -- 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:04:03.7994820Z -- 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:04:03.8005446Z -- 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:04:03.8015251Z -- 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:04:03.8025328Z -- 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:04:03.8035115Z -- 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:04:03.8044851Z -- 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:04:03.8054298Z -- 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:04:03.8064462Z -- 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:04:03.8073791Z -- 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:04:03.8086801Z -- 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:04:03.8095903Z -- 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:04:03.8106062Z -- 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:04:03.8115685Z -- 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:04:03.8124965Z -- 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:04:03.8137671Z -- 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:04:03.8148210Z -- 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:04:03.8156657Z -- 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:04:03.8166420Z -- 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:04:03.8175794Z -- 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:04:03.8185025Z -- 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:04:03.8194522Z -- 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:04:03.8203107Z -- 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:04:03.8212686Z -- 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:04:03.8221928Z -- 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:04:03.8232401Z -- 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:04:03.8241401Z -- 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:04:03.8250640Z -- 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:04:03.8259566Z -- 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:04:03.8269360Z -- 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:04:03.8278775Z -- 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:04:03.8288282Z -- 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:04:03.8301077Z -- 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:04:03.8310769Z -- 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:04:03.8314593Z -- 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:04:03.8324759Z -- 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:04:03.8334520Z -- 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:04:03.8343887Z -- 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:04:03.8352256Z -- 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:04:03.8356849Z -- 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:04:03.8367824Z -- 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:04:03.8376865Z -- 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:04:03.8385494Z -- 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:04:03.8394501Z -- 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:04:03.8404587Z -- 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:04:03.8420705Z -- 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:04:03.8431041Z -- 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:04:03.8448155Z -- 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:04:03.8462424Z -- 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:04:03.8480417Z -- 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:04:03.8495472Z -- 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:04:03.8505386Z -- 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:04:03.8520902Z -- 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:04:03.8529224Z -- 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:04:03.8539013Z -- 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:04:03.8560019Z -- 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:04:03.8602434Z -- 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:04:03.8611795Z -- 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:04:03.8620775Z -- 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:04:03.8630205Z -- 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:04:03.8639267Z -- 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:04:03.8648470Z -- 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:04:03.8657350Z -- 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:04:03.8666763Z -- 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:04:03.8675807Z -- 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:04:03.8684920Z -- 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:04:03.8693470Z -- 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:04:03.8703045Z -- 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:04:03.8712619Z -- 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:04:04.9487811Z -- 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:04:04.9493076Z -- 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:04:04.9499416Z -- 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:04:04.9564165Z -- 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:04:04.9656984Z -- 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:04:04.9663587Z -- 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:04:04.9677993Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/FileStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T01:04:04.9688910Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/TCPStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T01:04:04.9698681Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/HashStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T01:04:04.9710256Z -- 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:04:04.9722544Z -- 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:04:04.9853093Z -- 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:04:04.9866302Z -- 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:04:04.9872415Z -- 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:04:04.9920690Z -- 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:04:05.0107946Z -- 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:04:05.0115089Z -- 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:04:05.0123868Z -- 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:04:05.0142265Z -- 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:04:05.0762152Z running bdist_wheel 2022-11-23T01:04:05.2754740Z running build 2022-11-23T01:04:05.2755166Z running build_py 2022-11-23T01:04:05.2817056Z creating build/lib.linux-x86_64-cpython-38 2022-11-23T01:04:05.2817616Z creating build/lib.linux-x86_64-cpython-38/functorch 2022-11-23T01:04:05.2818162Z copying functorch/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch 2022-11-23T01:04:05.2836479Z creating build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.2837198Z copying torch/_VF.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.2845501Z copying torch/__config__.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.2854701Z copying torch/__future__.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.2857925Z copying torch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.2877794Z copying torch/_appdirs.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.2891766Z copying torch/_classes.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.2897173Z copying torch/_deploy.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.2907174Z copying torch/_jit_internal.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.2936659Z copying torch/_linalg_utils.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.2943837Z copying torch/_lobpcg.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.2961939Z copying torch/_lowrank.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.2974358Z copying torch/_meta_registrations.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.2994980Z copying torch/_namedtensor_internals.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3005774Z copying torch/_ops.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3019718Z copying torch/_python_dispatcher.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3027748Z copying torch/_six.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3033933Z copying torch/_sources.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3044903Z copying torch/_storage_docs.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3053402Z copying torch/_tensor.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3080425Z copying torch/_tensor_docs.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3105305Z copying torch/_tensor_str.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3121388Z copying torch/_torch_docs.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3163227Z copying torch/_utils.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3175713Z copying torch/_utils_internal.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3176726Z copying torch/_vmap_internals.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3185616Z copying torch/_weights_only_unpickler.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3192866Z copying torch/functional.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3212732Z copying torch/hub.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3221438Z copying torch/library.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3228369Z copying torch/overrides.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3255709Z copying torch/quasirandom.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3263498Z copying torch/random.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3276678Z copying torch/return_types.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3282308Z copying torch/serialization.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3302321Z copying torch/storage.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3321414Z copying torch/torch_version.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3326830Z copying torch/types.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3331751Z copying torch/version.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:05.3334776Z creating build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:04:05.3335437Z copying torchgen/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:04:05.3336427Z copying torchgen/code_template.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:04:05.3337318Z copying torchgen/context.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:04:05.3338199Z copying torchgen/gen.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:04:05.3340948Z copying torchgen/gen_backend_stubs.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:04:05.3342254Z copying torchgen/gen_functionalization_type.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:04:05.3343951Z copying torchgen/gen_lazy_tensor.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:04:05.3345061Z copying torchgen/gen_vmap_plumbing.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:04:05.3346124Z copying torchgen/local.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:04:05.3347526Z copying torchgen/model.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:04:05.3349562Z copying torchgen/native_function_generation.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:04:05.3350523Z copying torchgen/utils.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:04:05.3354253Z creating build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:04:05.3354660Z copying functorch/_src/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:04:05.3365702Z copying functorch/_src/aot_autograd.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:04:05.3467274Z copying functorch/_src/benchmark_utils.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:04:05.3476094Z copying functorch/_src/compile_utils.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:04:05.3489955Z copying functorch/_src/compilers.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:04:05.3499059Z copying functorch/_src/config.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:04:05.3513011Z copying functorch/_src/eager_transforms.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:04:05.3543757Z copying functorch/_src/fx_minifier.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:04:05.3552573Z copying functorch/_src/make_functional.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:04:05.3567712Z copying functorch/_src/named_members_polyfill.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:04:05.3575320Z copying functorch/_src/partitioners.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:04:05.3587630Z copying functorch/_src/python_key.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:04:05.3594076Z copying functorch/_src/pytree_hacks.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:04:05.3603674Z copying functorch/_src/top_operators_github_usage.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:04:05.3615823Z copying functorch/_src/vmap.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:04:05.3625288Z creating build/lib.linux-x86_64-cpython-38/functorch/compile 2022-11-23T01:04:05.3625747Z copying functorch/compile/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/compile 2022-11-23T01:04:05.3631461Z creating build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:04:05.3631873Z copying functorch/dim/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:04:05.3638724Z copying functorch/dim/batch_tensor.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:04:05.3655431Z copying functorch/dim/delayed_mul_tensor.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:04:05.3659350Z copying functorch/dim/dim.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:04:05.3664419Z copying functorch/dim/magic_trace.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:04:05.3670876Z copying functorch/dim/op_properties.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:04:05.3679817Z copying functorch/dim/reference.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:04:05.3690503Z copying functorch/dim/tree_map.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:04:05.3696822Z copying functorch/dim/wrap_type.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:04:05.3704777Z creating build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:04:05.3705379Z copying functorch/experimental/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:04:05.3711113Z copying functorch/experimental/_map.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:04:05.3724909Z copying functorch/experimental/batch_norm_replacement.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:04:05.3731168Z copying functorch/experimental/cond.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:04:05.3743655Z copying functorch/experimental/control_flow.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:04:05.3757949Z copying functorch/experimental/ops.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:04:05.3763849Z creating build/lib.linux-x86_64-cpython-38/torch/_decomp 2022-11-23T01:04:05.3764293Z copying torch/_decomp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_decomp 2022-11-23T01:04:05.3771897Z copying torch/_decomp/decompositions.py -> build/lib.linux-x86_64-cpython-38/torch/_decomp 2022-11-23T01:04:05.3791779Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.linux-x86_64-cpython-38/torch/_decomp 2022-11-23T01:04:05.3801328Z creating build/lib.linux-x86_64-cpython-38/torch/_dispatch 2022-11-23T01:04:05.3801782Z copying torch/_dispatch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dispatch 2022-11-23T01:04:05.3802815Z copying torch/_dispatch/python.py -> build/lib.linux-x86_64-cpython-38/torch/_dispatch 2022-11-23T01:04:05.3820521Z creating build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.3821252Z copying torch/_dynamo/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.3831025Z copying torch/_dynamo/allowed_functions.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.3842388Z copying torch/_dynamo/bytecode_analysis.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.3848731Z copying torch/_dynamo/bytecode_transformation.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.3861511Z copying torch/_dynamo/codegen.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.3876606Z copying torch/_dynamo/config.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.3884239Z copying torch/_dynamo/convert_frame.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.3896805Z copying torch/_dynamo/debug_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.3909018Z copying torch/_dynamo/eval_frame.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.3921819Z copying torch/_dynamo/exc.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.3928060Z copying torch/_dynamo/guards.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.3938210Z copying torch/_dynamo/logging.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.3944355Z copying torch/_dynamo/mutation_guard.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.3949886Z copying torch/_dynamo/output_graph.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.3962934Z copying torch/_dynamo/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.3972836Z copying torch/_dynamo/replay_record.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.3977551Z copying torch/_dynamo/resume_execution.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.3988546Z copying torch/_dynamo/side_effects.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.3996973Z copying torch/_dynamo/skipfiles.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.4006512Z copying torch/_dynamo/source.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.4014939Z copying torch/_dynamo/symbolic_convert.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.4039486Z copying torch/_dynamo/test_case.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.4043469Z copying torch/_dynamo/test_minifier_common.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.4051719Z copying torch/_dynamo/testing.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.4061282Z copying torch/_dynamo/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:04:05.4081677Z creating build/lib.linux-x86_64-cpython-38/torch/_functorch 2022-11-23T01:04:05.4082156Z copying torch/_functorch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2022-11-23T01:04:05.4083206Z copying torch/_functorch/pyfunctorch.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2022-11-23T01:04:05.4089326Z copying torch/_functorch/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2022-11-23T01:04:05.4100019Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:04:05.4100453Z copying torch/_inductor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:04:05.4101459Z copying torch/_inductor/codecache.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:04:05.4112255Z copying torch/_inductor/compile_fx.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:04:05.4127114Z copying torch/_inductor/config.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:04:05.4134912Z copying torch/_inductor/cuda_properties.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:04:05.4141353Z copying torch/_inductor/debug.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:04:05.4154757Z copying torch/_inductor/decomposition.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:04:05.4166489Z copying torch/_inductor/dependencies.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:04:05.4174640Z copying torch/_inductor/exc.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:04:05.4187038Z copying torch/_inductor/graph.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:04:05.4194443Z copying torch/_inductor/ir.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:04:05.4220382Z copying torch/_inductor/lowering.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:04:05.4250837Z copying torch/_inductor/metrics.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:04:05.4255839Z copying torch/_inductor/overrides.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:04:05.4271238Z copying torch/_inductor/scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:04:05.4287709Z copying torch/_inductor/sizevars.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:04:05.4301289Z copying torch/_inductor/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:04:05.4312806Z copying torch/_inductor/virtualized.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:04:05.4328179Z creating build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:04:05.4328577Z copying torch/_lazy/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:04:05.4333341Z copying torch/_lazy/closure.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:04:05.4340526Z copying torch/_lazy/computation.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:04:05.4355702Z copying torch/_lazy/config.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:04:05.4363583Z copying torch/_lazy/debug.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:04:05.4368681Z copying torch/_lazy/device_context.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:04:05.4371889Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:04:05.4383052Z copying torch/_lazy/ir_cache.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:04:05.4387698Z copying torch/_lazy/metrics.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:04:05.4392649Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:04:05.4397814Z copying torch/_lazy/ts_backend.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:04:05.4410690Z creating build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:04:05.4411782Z copying torch/_prims/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:04:05.4435383Z copying torch/_prims/context.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:04:05.4449100Z copying torch/_prims/executor.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:04:05.4457758Z copying torch/_prims/nvfuser_executor.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:04:05.4472055Z copying torch/_prims/nvfuser_prims.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:04:05.4485526Z creating build/lib.linux-x86_64-cpython-38/torch/_prims_common 2022-11-23T01:04:05.4486051Z copying torch/_prims_common/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_prims_common 2022-11-23T01:04:05.4511600Z copying torch/_prims_common/wrappers.py -> build/lib.linux-x86_64-cpython-38/torch/_prims_common 2022-11-23T01:04:05.4521907Z creating build/lib.linux-x86_64-cpython-38/torch/_refs 2022-11-23T01:04:05.4522347Z copying torch/_refs/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs 2022-11-23T01:04:05.4548332Z copying torch/_refs/_conversions.py -> build/lib.linux-x86_64-cpython-38/torch/_refs 2022-11-23T01:04:05.4553834Z copying torch/_refs/fft.py -> build/lib.linux-x86_64-cpython-38/torch/_refs 2022-11-23T01:04:05.4565148Z creating build/lib.linux-x86_64-cpython-38/torch/_subclasses 2022-11-23T01:04:05.4565649Z copying torch/_subclasses/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2022-11-23T01:04:05.4570177Z copying torch/_subclasses/fake_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2022-11-23T01:04:05.4590369Z copying torch/_subclasses/fake_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2022-11-23T01:04:05.4602501Z copying torch/_subclasses/meta_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2022-11-23T01:04:05.4611594Z creating build/lib.linux-x86_64-cpython-38/torch/amp 2022-11-23T01:04:05.4612020Z copying torch/amp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/amp 2022-11-23T01:04:05.4619854Z copying torch/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-38/torch/amp 2022-11-23T01:04:05.4639042Z creating build/lib.linux-x86_64-cpython-38/torch/ao 2022-11-23T01:04:05.4639703Z copying torch/ao/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao 2022-11-23T01:04:05.4646440Z creating build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:04:05.4646906Z copying torch/autograd/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:04:05.4655081Z copying torch/autograd/anomaly_mode.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:04:05.4659208Z copying torch/autograd/forward_ad.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:04:05.4669562Z copying torch/autograd/function.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:04:05.4680143Z copying torch/autograd/functional.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:04:05.4696703Z copying torch/autograd/grad_mode.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:04:05.4703138Z copying torch/autograd/gradcheck.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:04:05.4722073Z copying torch/autograd/graph.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:04:05.4736873Z copying torch/autograd/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:04:05.4748878Z copying torch/autograd/profiler_legacy.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:04:05.4757067Z copying torch/autograd/profiler_util.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:04:05.4772115Z copying torch/autograd/variable.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:04:05.4776345Z creating build/lib.linux-x86_64-cpython-38/torch/backends 2022-11-23T01:04:05.4776829Z copying torch/backends/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends 2022-11-23T01:04:05.4782098Z creating build/lib.linux-x86_64-cpython-38/torch/contrib 2022-11-23T01:04:05.4782528Z copying torch/contrib/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/contrib 2022-11-23T01:04:05.4783732Z copying torch/contrib/_tensorboard_vis.py -> build/lib.linux-x86_64-cpython-38/torch/contrib 2022-11-23T01:04:05.4798015Z creating build/lib.linux-x86_64-cpython-38/torch/cpu 2022-11-23T01:04:05.4798382Z copying torch/cpu/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cpu 2022-11-23T01:04:05.4804446Z creating build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:04:05.4805454Z copying torch/cuda/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:04:05.4819012Z copying torch/cuda/_dynamo_graphs.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:04:05.4823569Z copying torch/cuda/_memory_viz.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:04:05.4836487Z copying torch/cuda/_sanitizer.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:04:05.4847138Z copying torch/cuda/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:04:05.4851149Z copying torch/cuda/comm.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:04:05.4855676Z copying torch/cuda/error.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:04:05.4856145Z copying torch/cuda/graphs.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:04:05.4869278Z copying torch/cuda/jiterator.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:04:05.4874368Z copying torch/cuda/memory.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:04:05.4888309Z copying torch/cuda/nccl.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:04:05.4892558Z copying torch/cuda/nvtx.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:04:05.4898061Z copying torch/cuda/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:04:05.4902268Z copying torch/cuda/random.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:04:05.4912368Z copying torch/cuda/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:04:05.4916559Z copying torch/cuda/streams.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:04:05.4928713Z creating build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:04:05.4929410Z copying torch/distributed/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:04:05.4934194Z copying torch/distributed/argparse_util.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:04:05.4939582Z copying torch/distributed/c10d_error_logger.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:04:05.4945293Z copying torch/distributed/constants.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:04:05.4954911Z copying torch/distributed/distributed_c10d.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:04:05.4977963Z copying torch/distributed/launch.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:04:05.4984184Z copying torch/distributed/logging_handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:04:05.4988480Z copying torch/distributed/remote_device.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:04:05.5003052Z copying torch/distributed/rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:04:05.5010094Z copying torch/distributed/run.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:04:05.5023694Z copying torch/distributed/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:04:05.5033417Z creating build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5033855Z copying torch/distributions/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5044965Z copying torch/distributions/bernoulli.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5049210Z copying torch/distributions/beta.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5054688Z copying torch/distributions/binomial.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5063988Z copying torch/distributions/categorical.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5073924Z copying torch/distributions/cauchy.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5078516Z copying torch/distributions/chi2.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5088443Z copying torch/distributions/constraint_registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5093755Z copying torch/distributions/constraints.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5107748Z copying torch/distributions/continuous_bernoulli.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5116088Z copying torch/distributions/dirichlet.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5126703Z copying torch/distributions/distribution.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5136527Z copying torch/distributions/exp_family.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5141219Z copying torch/distributions/exponential.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5147537Z copying torch/distributions/fishersnedecor.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5151829Z copying torch/distributions/gamma.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5163789Z copying torch/distributions/geometric.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5169259Z copying torch/distributions/gumbel.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5172688Z copying torch/distributions/half_cauchy.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5185395Z copying torch/distributions/half_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5190665Z copying torch/distributions/independent.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5198526Z copying torch/distributions/kl.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5212039Z copying torch/distributions/kumaraswamy.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5216726Z copying torch/distributions/laplace.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5220846Z copying torch/distributions/lkj_cholesky.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5235195Z copying torch/distributions/log_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5241507Z copying torch/distributions/logistic_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5248224Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5258971Z copying torch/distributions/mixture_same_family.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5268337Z copying torch/distributions/multinomial.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5279030Z copying torch/distributions/multivariate_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5284744Z copying torch/distributions/negative_binomial.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5297694Z copying torch/distributions/normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5301500Z copying torch/distributions/one_hot_categorical.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5309260Z copying torch/distributions/pareto.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5322009Z copying torch/distributions/poisson.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5326824Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5331925Z copying torch/distributions/relaxed_categorical.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5342996Z copying torch/distributions/studentT.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5347151Z copying torch/distributions/transformed_distribution.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5359593Z copying torch/distributions/transforms.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5372587Z copying torch/distributions/uniform.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5375742Z copying torch/distributions/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5386594Z copying torch/distributions/von_mises.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5391397Z copying torch/distributions/weibull.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5395929Z copying torch/distributions/wishart.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:04:05.5406802Z creating build/lib.linux-x86_64-cpython-38/torch/fft 2022-11-23T01:04:05.5407233Z copying torch/fft/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fft 2022-11-23T01:04:05.5430734Z creating build/lib.linux-x86_64-cpython-38/torch/futures 2022-11-23T01:04:05.5431101Z copying torch/futures/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/futures 2022-11-23T01:04:05.5444971Z creating build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:04:05.5445335Z copying torch/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:04:05.5450015Z copying torch/fx/_compatibility.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:04:05.5455096Z copying torch/fx/_pytree.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:04:05.5462548Z copying torch/fx/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:04:05.5480541Z copying torch/fx/annotate.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:04:05.5492731Z copying torch/fx/graph.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:04:05.5514229Z copying torch/fx/graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:04:05.5524700Z copying torch/fx/immutable_collections.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:04:05.5530093Z copying torch/fx/interpreter.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:04:05.5539745Z copying torch/fx/node.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:04:05.5553417Z copying torch/fx/operator_schemas.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:04:05.5566829Z copying torch/fx/proxy.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:04:05.5581131Z copying torch/fx/subgraph_rewriter.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:04:05.5587097Z copying torch/fx/tensor_type.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:04:05.5603820Z copying torch/fx/traceback.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:04:05.5612784Z creating build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5613256Z copying torch/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5618322Z copying torch/jit/_async.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5633735Z copying torch/jit/_builtins.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5639228Z copying torch/jit/_check.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5648543Z copying torch/jit/_dataclass_impls.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5655468Z copying torch/jit/_decomposition_utils.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5661279Z copying torch/jit/_decompositions.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5673673Z copying torch/jit/_freeze.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5681038Z copying torch/jit/_fuser.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5689191Z copying torch/jit/_ir_utils.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5693191Z copying torch/jit/_logging.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5698950Z copying torch/jit/_monkeytype_config.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5707680Z copying torch/jit/_pickle.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5717793Z copying torch/jit/_recursive.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5731185Z copying torch/jit/_script.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5754078Z copying torch/jit/_serialization.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5762663Z copying torch/jit/_shape_functions.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5777577Z copying torch/jit/_state.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5786438Z copying torch/jit/_trace.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5811822Z copying torch/jit/annotations.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5819887Z copying torch/jit/frontend.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5841975Z copying torch/jit/generate_bytecode.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5854829Z copying torch/jit/quantized.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5865248Z copying torch/jit/supported_ops.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5872258Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:04:05.5885737Z creating build/lib.linux-x86_64-cpython-38/torch/linalg 2022-11-23T01:04:05.5886189Z copying torch/linalg/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/linalg 2022-11-23T01:04:05.5908239Z creating build/lib.linux-x86_64-cpython-38/torch/masked 2022-11-23T01:04:05.5908625Z copying torch/masked/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/masked 2022-11-23T01:04:05.5915201Z copying torch/masked/_docs.py -> build/lib.linux-x86_64-cpython-38/torch/masked 2022-11-23T01:04:05.5943069Z copying torch/masked/_ops.py -> build/lib.linux-x86_64-cpython-38/torch/masked 2022-11-23T01:04:05.5964748Z creating build/lib.linux-x86_64-cpython-38/torch/monitor 2022-11-23T01:04:05.5965470Z copying torch/monitor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/monitor 2022-11-23T01:04:05.5972741Z creating build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:04:05.5973380Z copying torch/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:04:05.5980695Z copying torch/multiprocessing/_atfork.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:04:05.5988550Z copying torch/multiprocessing/pool.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:04:05.6000299Z copying torch/multiprocessing/queue.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:04:05.6006615Z copying torch/multiprocessing/reductions.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:04:05.6016515Z copying torch/multiprocessing/spawn.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:04:05.6024986Z creating build/lib.linux-x86_64-cpython-38/torch/nested 2022-11-23T01:04:05.6025705Z copying torch/nested/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nested 2022-11-23T01:04:05.6039739Z creating build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:04:05.6040101Z copying torch/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:04:05.6044543Z copying torch/nn/_reduction.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:04:05.6049723Z copying torch/nn/common_types.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:04:05.6055670Z copying torch/nn/cpp.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:04:05.6066996Z copying torch/nn/functional.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:04:05.6094198Z copying torch/nn/grad.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:04:05.6101000Z copying torch/nn/init.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:04:05.6112562Z copying torch/nn/parameter.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:04:05.6119920Z creating build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6120286Z copying torch/onnx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6133284Z copying torch/onnx/_constants.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6136685Z copying torch/onnx/_deprecation.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6145727Z copying torch/onnx/_experimental.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6151196Z copying torch/onnx/_exporter_states.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6161699Z copying torch/onnx/_globals.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6166822Z copying torch/onnx/_onnx_supported_ops.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6171033Z copying torch/onnx/_patch_torch.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6182428Z copying torch/onnx/_type_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6186581Z copying torch/onnx/errors.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6198499Z copying torch/onnx/operators.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6202921Z copying torch/onnx/symbolic_caffe2.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6215210Z copying torch/onnx/symbolic_helper.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6241502Z copying torch/onnx/symbolic_opset10.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6255185Z copying torch/onnx/symbolic_opset11.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6273274Z copying torch/onnx/symbolic_opset12.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6280965Z copying torch/onnx/symbolic_opset13.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6288321Z copying torch/onnx/symbolic_opset14.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6291689Z copying torch/onnx/symbolic_opset15.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6296202Z copying torch/onnx/symbolic_opset16.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6304643Z copying torch/onnx/symbolic_opset17.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6316767Z copying torch/onnx/symbolic_opset7.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6320152Z copying torch/onnx/symbolic_opset8.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6330248Z copying torch/onnx/symbolic_opset9.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6355879Z copying torch/onnx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6377248Z copying torch/onnx/verification.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:04:05.6405191Z creating build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:05.6405568Z copying torch/optim/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:05.6413608Z copying torch/optim/_functional.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:05.6423257Z copying torch/optim/adadelta.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:05.6434762Z copying torch/optim/adagrad.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:05.6443608Z copying torch/optim/adam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:05.6463520Z copying torch/optim/adamax.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:05.6478931Z copying torch/optim/adamw.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:05.6491025Z copying torch/optim/asgd.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:05.6498944Z copying torch/optim/lbfgs.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:05.6512777Z copying torch/optim/lr_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:05.6535385Z copying torch/optim/nadam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:05.6552195Z copying torch/optim/optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:05.6562013Z copying torch/optim/radam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:05.6577099Z copying torch/optim/rmsprop.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:05.6586286Z copying torch/optim/rprop.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:05.6600164Z copying torch/optim/sgd.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:05.6610516Z copying torch/optim/sparse_adam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:05.6618098Z copying torch/optim/swa_utils.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:05.6635068Z creating build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:04:05.6635480Z copying torch/package/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:04:05.6645389Z copying torch/package/_digraph.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:04:05.6653063Z copying torch/package/_directory_reader.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:04:05.6662194Z copying torch/package/_importlib.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:04:05.6666213Z copying torch/package/_mangling.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:04:05.6672137Z copying torch/package/_mock.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:04:05.6676261Z copying torch/package/_package_pickler.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:04:05.6689793Z copying torch/package/_package_unpickler.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:04:05.6693884Z copying torch/package/_stdlib.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:04:05.6704794Z copying torch/package/file_structure_representation.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:04:05.6709894Z copying torch/package/find_file_dependencies.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:04:05.6720864Z copying torch/package/glob_group.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:04:05.6725864Z copying torch/package/importer.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:04:05.6734194Z copying torch/package/package_exporter.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:04:05.6750431Z copying torch/package/package_importer.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:04:05.6760579Z creating build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:04:05.6761328Z copying torch/profiler/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:04:05.6766659Z copying torch/profiler/_memory_profiler.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:04:05.6775271Z copying torch/profiler/_pattern_matcher.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:04:05.6785025Z copying torch/profiler/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:04:05.6795505Z copying torch/profiler/itt.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:04:05.6804136Z copying torch/profiler/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:04:05.6812527Z copying torch/profiler/python_tracer.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:04:05.6821410Z creating build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:04:05.6821993Z copying torch/quantization/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:04:05.6826028Z copying torch/quantization/_numeric_suite.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:04:05.6830653Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:04:05.6838947Z copying torch/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:04:05.6843529Z copying torch/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:04:05.6847897Z copying torch/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:04:05.6852427Z copying torch/quantization/observer.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:04:05.6863161Z copying torch/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:04:05.6866782Z copying torch/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:04:05.6870961Z copying torch/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:04:05.6875436Z copying torch/quantization/quantize.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:04:05.6889312Z copying torch/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:04:05.6893496Z copying torch/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:04:05.6898483Z copying torch/quantization/stubs.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:04:05.6902581Z copying torch/quantization/utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:04:05.6914197Z creating build/lib.linux-x86_64-cpython-38/torch/signal 2022-11-23T01:04:05.6914589Z copying torch/signal/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/signal 2022-11-23T01:04:05.6924492Z creating build/lib.linux-x86_64-cpython-38/torch/sparse 2022-11-23T01:04:05.6924901Z copying torch/sparse/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/sparse 2022-11-23T01:04:05.6936627Z creating build/lib.linux-x86_64-cpython-38/torch/special 2022-11-23T01:04:05.6937042Z copying torch/special/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/special 2022-11-23T01:04:05.6949643Z creating build/lib.linux-x86_64-cpython-38/torch/testing 2022-11-23T01:04:05.6950113Z copying torch/testing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2022-11-23T01:04:05.6954468Z copying torch/testing/_comparison.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2022-11-23T01:04:05.6976581Z copying torch/testing/_creation.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2022-11-23T01:04:05.6983318Z copying torch/testing/_deprecated.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2022-11-23T01:04:05.6997911Z creating build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.6998411Z copying torch/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7003687Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7009098Z copying torch/utils/_crash_handler.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7013878Z copying torch/utils/_cuda_trace.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7023637Z copying torch/utils/_freeze.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7029366Z copying torch/utils/_mode_utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7042070Z copying torch/utils/_python_dispatch.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7047798Z copying torch/utils/_pytree.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7059957Z copying torch/utils/_zip.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7064550Z copying torch/utils/backend_registration.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7069783Z copying torch/utils/bundled_inputs.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7083003Z copying torch/utils/checkpoint.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7096070Z copying torch/utils/collect_env.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7107900Z copying torch/utils/cpp_backtrace.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7114297Z copying torch/utils/cpp_extension.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7138064Z copying torch/utils/dlpack.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7146054Z copying torch/utils/file_baton.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7150920Z copying torch/utils/hooks.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7163802Z copying torch/utils/mkldnn.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7172525Z copying torch/utils/mobile_optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7185481Z copying torch/utils/model_zoo.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7189896Z copying torch/utils/show_pickle.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7194823Z copying torch/utils/throughput_benchmark.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:04:05.7212058Z creating build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:04:05.7212491Z copying torch/_dynamo/optimizations/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:04:05.7217609Z copying torch/_dynamo/optimizations/analysis.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:04:05.7221348Z copying torch/_dynamo/optimizations/backends.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:04:05.7230406Z copying torch/_dynamo/optimizations/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:04:05.7243584Z copying torch/_dynamo/optimizations/inference.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:04:05.7249691Z copying torch/_dynamo/optimizations/log_args.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:04:05.7255553Z copying torch/_dynamo/optimizations/normalize.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:04:05.7265635Z copying torch/_dynamo/optimizations/subgraph.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:04:05.7270126Z copying torch/_dynamo/optimizations/torchxla_integration.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:04:05.7281499Z copying torch/_dynamo/optimizations/training.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:04:05.7298414Z creating build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:04:05.7299200Z copying torch/_dynamo/variables/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:04:05.7303726Z copying torch/_dynamo/variables/base.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:04:05.7311955Z copying torch/_dynamo/variables/builder.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:04:05.7326022Z copying torch/_dynamo/variables/builtin.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:04:05.7339934Z copying torch/_dynamo/variables/constant.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:04:05.7344779Z copying torch/_dynamo/variables/dicts.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:04:05.7356852Z copying torch/_dynamo/variables/functions.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:04:05.7383521Z copying torch/_dynamo/variables/lists.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:04:05.7395580Z copying torch/_dynamo/variables/misc.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:04:05.7410572Z copying torch/_dynamo/variables/nn_module.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:04:05.7419717Z copying torch/_dynamo/variables/tensor.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:04:05.7429851Z copying torch/_dynamo/variables/torch.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:04:05.7438658Z copying torch/_dynamo/variables/user_defined.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:04:05.7448774Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:04:05.7449312Z copying torch/_inductor/codegen/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:04:05.7449975Z copying torch/_inductor/codegen/autotuner.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:04:05.7456684Z copying torch/_inductor/codegen/common.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:04:05.7467538Z copying torch/_inductor/codegen/cpp.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:04:05.7491376Z copying torch/_inductor/codegen/triton.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:04:05.7515103Z copying torch/_inductor/codegen/triton_template.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:04:05.7527038Z copying torch/_inductor/codegen/wrapper.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:04:05.7541179Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:04:05.7541946Z copying torch/_inductor/triton_ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:04:05.7548341Z copying torch/_inductor/triton_ops/autotune.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:04:05.7556371Z copying torch/_inductor/triton_ops/batched_matmul.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:04:05.7562279Z copying torch/_inductor/triton_ops/conv.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:04:05.7573062Z copying torch/_inductor/triton_ops/conv1x1.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:04:05.7577271Z copying torch/_inductor/triton_ops/conv_perf_model.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:04:05.7586665Z copying torch/_inductor/triton_ops/matmul.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:04:05.7590177Z copying torch/_inductor/triton_ops/mm_perf_model.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:04:05.7596035Z copying torch/_inductor/triton_ops/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:04:05.7609983Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/linalg 2022-11-23T01:04:05.7610461Z copying torch/_refs/linalg/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/linalg 2022-11-23T01:04:05.7617073Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/nn 2022-11-23T01:04:05.7617545Z copying torch/_refs/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/nn 2022-11-23T01:04:05.7628491Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/special 2022-11-23T01:04:05.7629256Z copying torch/_refs/special/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/special 2022-11-23T01:04:05.7634831Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/nn/functional 2022-11-23T01:04:05.7635311Z copying torch/_refs/nn/functional/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/nn/functional 2022-11-23T01:04:05.7651844Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn 2022-11-23T01:04:05.7652227Z copying torch/ao/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn 2022-11-23T01:04:05.7657792Z creating build/lib.linux-x86_64-cpython-38/torch/ao/ns 2022-11-23T01:04:05.7658184Z copying torch/ao/ns/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns 2022-11-23T01:04:05.7659290Z copying torch/ao/ns/_numeric_suite.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns 2022-11-23T01:04:05.7669578Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns 2022-11-23T01:04:05.7688223Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning 2022-11-23T01:04:05.7688707Z copying torch/ao/pruning/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning 2022-11-23T01:04:05.7692604Z copying torch/ao/pruning/_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning 2022-11-23T01:04:05.7698051Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:04:05.7698602Z copying torch/ao/quantization/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:04:05.7711372Z copying torch/ao/quantization/_correct_bias.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:04:05.7717512Z copying torch/ao/quantization/_equalize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:04:05.7731226Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:04:05.7737027Z copying torch/ao/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:04:05.7749847Z copying torch/ao/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:04:05.7754968Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:04:05.7763424Z copying torch/ao/quantization/observer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:04:05.7785663Z copying torch/ao/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:04:05.7797623Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:04:05.7809826Z copying torch/ao/quantization/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:04:05.7815517Z copying torch/ao/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:04:05.7818731Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:04:05.7828191Z copying torch/ao/quantization/quantize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:04:05.7839375Z copying torch/ao/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:04:05.7852179Z copying torch/ao/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:04:05.7865101Z copying torch/ao/quantization/stubs.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:04:05.7868502Z copying torch/ao/quantization/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:04:05.7877330Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic 2022-11-23T01:04:05.7877766Z copying torch/ao/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic 2022-11-23T01:04:05.7882976Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat 2022-11-23T01:04:05.7883601Z copying torch/ao/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat 2022-11-23T01:04:05.7890538Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable 2022-11-23T01:04:05.7890981Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable 2022-11-23T01:04:05.7897420Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized 2022-11-23T01:04:05.7897854Z copying torch/ao/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized 2022-11-23T01:04:05.7906870Z copying torch/ao/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized 2022-11-23T01:04:05.7920220Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse 2022-11-23T01:04:05.7920623Z copying torch/ao/nn/sparse/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse 2022-11-23T01:04:05.7926520Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules 2022-11-23T01:04:05.7926978Z copying torch/ao/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules 2022-11-23T01:04:05.7932900Z copying torch/ao/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules 2022-11-23T01:04:05.7947299Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat 2022-11-23T01:04:05.7947822Z copying torch/ao/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat 2022-11-23T01:04:05.7952776Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized 2022-11-23T01:04:05.7953242Z copying torch/ao/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized 2022-11-23T01:04:05.7959235Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:04:05.7959703Z 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:04:05.7966999Z 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:04:05.7979333Z 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:04:05.7987305Z 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:04:05.7997721Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:04:05.7998222Z 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:04:05.8007301Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:04:05.8007794Z 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:04:05.8011844Z 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:04:05.8015300Z 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:04:05.8025646Z 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:04:05.8031421Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:04:05.8032056Z 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:04:05.8038293Z 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:04:05.8043586Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic 2022-11-23T01:04:05.8045010Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic 2022-11-23T01:04:05.8060064Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2022-11-23T01:04:05.8060487Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2022-11-23T01:04:05.8064784Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2022-11-23T01:04:05.8074304Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2022-11-23T01:04:05.8079678Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2022-11-23T01:04:05.8084865Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:04:05.8085341Z 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:04:05.8096421Z 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:04:05.8100973Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2022-11-23T01:04:05.8101438Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2022-11-23T01:04:05.8106489Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2022-11-23T01:04:05.8119311Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2022-11-23T01:04:05.8129101Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic 2022-11-23T01:04:05.8129579Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic 2022-11-23T01:04:05.8136684Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:04:05.8137184Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:04:05.8152253Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:04:05.8163903Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:04:05.8167922Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:04:05.8184916Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:04:05.8190850Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:04:05.8202887Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:04:05.8210480Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:04:05.8220168Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:04:05.8226693Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:04:05.8238182Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:04:05.8250227Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference 2022-11-23T01:04:05.8250722Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference 2022-11-23T01:04:05.8259434Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:04:05.8260032Z 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:04:05.8269929Z 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:04:05.8278726Z 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:04:05.8285148Z 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:04:05.8310847Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:04:05.8311401Z 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:04:05.8316114Z 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:04:05.8326192Z 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:04:05.8332808Z 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:04:05.8342440Z 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:04:05.8347733Z 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:04:05.8362541Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2022-11-23T01:04:05.8363008Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2022-11-23T01:04:05.8374488Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2022-11-23T01:04:05.8386686Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2022-11-23T01:04:05.8391839Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:04:05.8392328Z 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:04:05.8402884Z 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:04:05.8416407Z creating build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:04:05.8417057Z copying torch/ao/ns/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:04:05.8417793Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:04:05.8430651Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:04:05.8449356Z copying torch/ao/ns/fx/mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:04:05.8460681Z copying torch/ao/ns/fx/n_shadows_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:04:05.8476449Z copying torch/ao/ns/fx/ns_types.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:04:05.8479995Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:04:05.8488202Z copying torch/ao/ns/fx/qconfig_multi_mapping.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:04:05.8493346Z copying torch/ao/ns/fx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:04:05.8503647Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:04:05.8509360Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental 2022-11-23T01:04:05.8509946Z copying torch/ao/pruning/_experimental/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental 2022-11-23T01:04:05.8511426Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2022-11-23T01:04:05.8512322Z copying torch/ao/pruning/scheduler/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2022-11-23T01:04:05.8513028Z copying torch/ao/pruning/scheduler/base_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2022-11-23T01:04:05.8524543Z copying torch/ao/pruning/scheduler/cubic_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2022-11-23T01:04:05.8532507Z copying torch/ao/pruning/scheduler/lambda_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2022-11-23T01:04:05.8537001Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:04:05.8537456Z copying torch/ao/pruning/sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:04:05.8538480Z copying torch/ao/pruning/sparsifier/base_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:04:05.8551157Z copying torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:04:05.8558035Z copying torch/ao/pruning/sparsifier/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:04:05.8562302Z copying torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:04:05.8578687Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:04:05.8579330Z 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:04:05.8580355Z 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:04:05.8592622Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:04:05.8593153Z 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:04:05.8601862Z 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:04:05.8609481Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:04:05.8610048Z 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:04:05.8623278Z 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:04:05.8633419Z 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:04:05.8642310Z 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:04:05.8655248Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2022-11-23T01:04:05.8655775Z copying torch/ao/pruning/_experimental/pruner/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2022-11-23T01:04:05.8661730Z copying torch/ao/pruning/_experimental/pruner/base_pruner.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2022-11-23T01:04:05.8671788Z copying torch/ao/pruning/_experimental/pruner/parametrization.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2022-11-23T01:04:05.8680273Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T01:04:05.8680886Z 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:04:05.8682912Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:04:05.8683601Z 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:04:05.8684843Z 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:04:05.8691856Z 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:04:05.8702382Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:04:05.8702906Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:04:05.8710252Z 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:04:05.8724874Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:04:05.8738760Z copying torch/ao/quantization/backend_config/executorch.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:04:05.8743205Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:04:05.8751410Z copying torch/ao/quantization/backend_config/native.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:04:05.8757783Z copying torch/ao/quantization/backend_config/observation_type.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:04:05.8758557Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:04:05.8768376Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:04:05.8772321Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:04:05.8776811Z copying torch/ao/quantization/backend_config/x86.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:04:05.8786465Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:04:05.8786999Z copying torch/ao/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:04:05.8791702Z copying torch/ao/quantization/fx/_decomposed.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:04:05.8801710Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:04:05.8820630Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:04:05.8834836Z copying torch/ao/quantization/fx/backend_config_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:04:05.8849210Z copying torch/ao/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:04:05.8867724Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:04:05.8877334Z copying torch/ao/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:04:05.8888837Z copying torch/ao/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:04:05.8897478Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:04:05.8903739Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:04:05.8908661Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:04:05.8916914Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:04:05.8922790Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:04:05.8936582Z copying torch/ao/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:04:05.8958127Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:04:05.8962989Z copying torch/ao/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:04:05.8977779Z copying torch/ao/quantization/fx/tracer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:04:05.8982145Z copying torch/ao/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:04:05.8997768Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2022-11-23T01:04:05.8998267Z 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:04:05.8999273Z 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:04:05.9017471Z 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:04:05.9029534Z 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:04:05.9035987Z 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:04:05.9051250Z creating build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2022-11-23T01:04:05.9051944Z copying torch/autograd/_functions/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2022-11-23T01:04:05.9056956Z copying torch/autograd/_functions/tensor.py -> build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2022-11-23T01:04:05.9066038Z copying torch/autograd/_functions/utils.py -> build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2022-11-23T01:04:05.9072508Z creating build/lib.linux-x86_64-cpython-38/torch/backends/_coreml 2022-11-23T01:04:05.9073092Z copying torch/backends/_coreml/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_coreml 2022-11-23T01:04:05.9073977Z copying torch/backends/_coreml/preprocess.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_coreml 2022-11-23T01:04:05.9087605Z creating build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2022-11-23T01:04:05.9088095Z copying torch/backends/_nnapi/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2022-11-23T01:04:05.9088957Z copying torch/backends/_nnapi/prepare.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2022-11-23T01:04:05.9093948Z copying torch/backends/_nnapi/serializer.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2022-11-23T01:04:05.9113314Z creating build/lib.linux-x86_64-cpython-38/torch/backends/cuda 2022-11-23T01:04:05.9113942Z copying torch/backends/cuda/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/cuda 2022-11-23T01:04:05.9124916Z creating build/lib.linux-x86_64-cpython-38/torch/backends/cudnn 2022-11-23T01:04:05.9125546Z copying torch/backends/cudnn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/cudnn 2022-11-23T01:04:05.9137428Z copying torch/backends/cudnn/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/backends/cudnn 2022-11-23T01:04:05.9144997Z creating build/lib.linux-x86_64-cpython-38/torch/backends/mkl 2022-11-23T01:04:05.9145678Z copying torch/backends/mkl/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/mkl 2022-11-23T01:04:05.9150450Z creating build/lib.linux-x86_64-cpython-38/torch/backends/mkldnn 2022-11-23T01:04:05.9151161Z copying torch/backends/mkldnn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/mkldnn 2022-11-23T01:04:05.9156829Z creating build/lib.linux-x86_64-cpython-38/torch/backends/mps 2022-11-23T01:04:05.9157245Z copying torch/backends/mps/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/mps 2022-11-23T01:04:05.9171147Z creating build/lib.linux-x86_64-cpython-38/torch/backends/openmp 2022-11-23T01:04:05.9171767Z copying torch/backends/openmp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/openmp 2022-11-23T01:04:05.9178812Z creating build/lib.linux-x86_64-cpython-38/torch/backends/opt_einsum 2022-11-23T01:04:05.9179539Z copying torch/backends/opt_einsum/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/opt_einsum 2022-11-23T01:04:05.9185616Z creating build/lib.linux-x86_64-cpython-38/torch/backends/quantized 2022-11-23T01:04:05.9186416Z copying torch/backends/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/quantized 2022-11-23T01:04:05.9194088Z creating build/lib.linux-x86_64-cpython-38/torch/backends/xeon 2022-11-23T01:04:05.9194576Z copying torch/backends/xeon/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/xeon 2022-11-23T01:04:05.9195539Z copying torch/backends/xeon/run_cpu.py -> build/lib.linux-x86_64-cpython-38/torch/backends/xeon 2022-11-23T01:04:05.9221719Z creating build/lib.linux-x86_64-cpython-38/torch/backends/xnnpack 2022-11-23T01:04:05.9222164Z copying torch/backends/xnnpack/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/xnnpack 2022-11-23T01:04:05.9227385Z creating build/lib.linux-x86_64-cpython-38/torch/cpu/amp 2022-11-23T01:04:05.9227793Z copying torch/cpu/amp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cpu/amp 2022-11-23T01:04:05.9232157Z copying torch/cpu/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-38/torch/cpu/amp 2022-11-23T01:04:05.9244366Z creating build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2022-11-23T01:04:05.9244773Z copying torch/cuda/amp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2022-11-23T01:04:05.9251055Z copying torch/cuda/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2022-11-23T01:04:05.9260398Z copying torch/cuda/amp/common.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2022-11-23T01:04:05.9273732Z copying torch/cuda/amp/grad_scaler.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2022-11-23T01:04:05.9290660Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:04:05.9291170Z copying torch/distributed/_composable/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:04:05.9298767Z copying torch/distributed/_composable/_ddp.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:04:05.9320025Z copying torch/distributed/_composable/checkpoint_activation.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:04:05.9326842Z copying torch/distributed/_composable/contract.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:04:05.9336564Z copying torch/distributed/_composable/fully_shard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:04:05.9340196Z copying torch/distributed/_composable/replicate.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:04:05.9346577Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:04:05.9347090Z copying torch/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:04:05.9353976Z copying torch/distributed/_shard/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:04:05.9366419Z copying torch/distributed/_shard/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:04:05.9379413Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:04:05.9384237Z copying torch/distributed/_shard/metadata.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:04:05.9387982Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:04:05.9393650Z copying torch/distributed/_shard/partial_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:04:05.9412359Z copying torch/distributed/_shard/replicated_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:04:05.9416966Z copying torch/distributed/_shard/sharder.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:04:05.9421996Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_sharded_tensor 2022-11-23T01:04:05.9422667Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_sharded_tensor 2022-11-23T01:04:05.9436275Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_sharding_spec 2022-11-23T01:04:05.9436848Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_sharding_spec 2022-11-23T01:04:05.9443053Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2022-11-23T01:04:05.9443551Z copying torch/distributed/_spmd/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2022-11-23T01:04:05.9444706Z copying torch/distributed/_spmd/comm_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2022-11-23T01:04:05.9455430Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:04:05.9456026Z copying torch/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:04:05.9464513Z copying torch/distributed/_tensor/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:04:05.9478133Z copying torch/distributed/_tensor/device_mesh.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:04:05.9488597Z copying torch/distributed/_tensor/dispatch.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:04:05.9495533Z copying torch/distributed/_tensor/placement_types.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:04:05.9503892Z copying torch/distributed/_tensor/redistribute.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:04:05.9507600Z copying torch/distributed/_tensor/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:04:05.9522422Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms 2022-11-23T01:04:05.9522912Z copying torch/distributed/algorithms/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms 2022-11-23T01:04:05.9530186Z copying torch/distributed/algorithms/join.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms 2022-11-23T01:04:05.9543638Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/autograd 2022-11-23T01:04:05.9544105Z copying torch/distributed/autograd/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/autograd 2022-11-23T01:04:05.9552489Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:04:05.9553043Z copying torch/distributed/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:04:05.9561145Z copying torch/distributed/checkpoint/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:04:05.9568337Z copying torch/distributed/checkpoint/dedup_tensors.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:04:05.9576452Z copying torch/distributed/checkpoint/default_planner.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:04:05.9582116Z copying torch/distributed/checkpoint/filesystem.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:04:05.9595811Z copying torch/distributed/checkpoint/metadata.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:04:05.9601545Z copying torch/distributed/checkpoint/planner.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:04:05.9616725Z copying torch/distributed/checkpoint/planner_helpers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:04:05.9621495Z copying torch/distributed/checkpoint/resharding.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:04:05.9625632Z copying torch/distributed/checkpoint/state_dict_loader.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:04:05.9638418Z copying torch/distributed/checkpoint/state_dict_saver.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:04:05.9643296Z copying torch/distributed/checkpoint/storage.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:04:05.9656855Z copying torch/distributed/checkpoint/traverse.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:04:05.9662214Z copying torch/distributed/checkpoint/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:04:05.9674406Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic 2022-11-23T01:04:05.9675013Z copying torch/distributed/elastic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic 2022-11-23T01:04:05.9681447Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:04:05.9682054Z copying torch/distributed/fsdp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:04:05.9691960Z copying torch/distributed/fsdp/_common_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:04:05.9713896Z copying torch/distributed/fsdp/_exec_order_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:04:05.9724350Z copying torch/distributed/fsdp/_fsdp_extensions.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:04:05.9731651Z copying torch/distributed/fsdp/_init_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:04:05.9743457Z copying torch/distributed/fsdp/_limiter_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:04:05.9748974Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:04:05.9771017Z copying torch/distributed/fsdp/_runtime_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:04:05.9789975Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:04:05.9806021Z copying torch/distributed/fsdp/_state_dict_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:04:05.9818603Z copying torch/distributed/fsdp/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:04:05.9825068Z copying torch/distributed/fsdp/_unshard_param_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:04:05.9835417Z copying torch/distributed/fsdp/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:04:05.9839941Z copying torch/distributed/fsdp/_wrap_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:04:05.9855721Z copying torch/distributed/fsdp/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:04:05.9861156Z copying torch/distributed/fsdp/flat_param.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:04:05.9882512Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:04:05.9909795Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:04:05.9919510Z copying torch/distributed/fsdp/wrap.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:04:05.9933413Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/launcher 2022-11-23T01:04:05.9933882Z copying torch/distributed/launcher/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/launcher 2022-11-23T01:04:05.9940738Z copying torch/distributed/launcher/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/launcher 2022-11-23T01:04:05.9954481Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn 2022-11-23T01:04:05.9954916Z copying torch/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn 2022-11-23T01:04:05.9961003Z copying torch/distributed/nn/functional.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn 2022-11-23T01:04:05.9978505Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:04:05.9978976Z copying torch/distributed/optim/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:04:05.9983768Z copying torch/distributed/optim/apply_optimizer_in_backward.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:04:05.9987615Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:04:05.9991736Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:04:06.0003900Z copying torch/distributed/optim/functional_adam.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:04:06.0010051Z copying torch/distributed/optim/functional_adamax.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:04:06.0018526Z copying torch/distributed/optim/functional_adamw.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:04:06.0023073Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:04:06.0036966Z copying torch/distributed/optim/functional_rprop.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:04:06.0043141Z copying torch/distributed/optim/functional_sgd.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:04:06.0050741Z copying torch/distributed/optim/optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:04:06.0058720Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:04:06.0064110Z copying torch/distributed/optim/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:04:06.0069787Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:04:06.0093010Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline 2022-11-23T01:04:06.0093519Z copying torch/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline 2022-11-23T01:04:06.0096345Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:04:06.0096781Z copying torch/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:04:06.0102456Z copying torch/distributed/rpc/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:04:06.0114100Z copying torch/distributed/rpc/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:04:06.0132831Z copying torch/distributed/rpc/backend_registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:04:06.0142694Z copying torch/distributed/rpc/constants.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:04:06.0147379Z copying torch/distributed/rpc/functions.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:04:06.0152159Z copying torch/distributed/rpc/internal.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:04:06.0167833Z copying torch/distributed/rpc/options.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:04:06.0173209Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:04:06.0177578Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:04:06.0190827Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/checkpoint 2022-11-23T01:04:06.0191343Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/checkpoint 2022-11-23T01:04:06.0201860Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim 2022-11-23T01:04:06.0202467Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim 2022-11-23T01:04:06.0207888Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim 2022-11-23T01:04:06.0219567Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:04:06.0220109Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:04:06.0231077Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:04:06.0252735Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:04:06.0257917Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:04:06.0268373Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:04:06.0272614Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:04:06.0283487Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan 2022-11-23T01:04:06.0284032Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan 2022-11-23T01:04:06.0291074Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan 2022-11-23T01:04:06.0301326Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2022-11-23T01:04:06.0301981Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2022-11-23T01:04:06.0306439Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2022-11-23T01:04:06.0316504Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2022-11-23T01:04:06.0324507Z 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:04:06.0339540Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:04:06.0340337Z 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:04:06.0346045Z 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:04:06.0350130Z 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:04:06.0363925Z 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:04:06.0368016Z 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:04:06.0372463Z 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:04:06.0381459Z 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:04:06.0387659Z 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:04:06.0396579Z 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:04:06.0403445Z 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:04:06.0416367Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:04:06.0417448Z 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:04:06.0418223Z 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:04:06.0430473Z 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:04:06.0439337Z 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:04:06.0455110Z 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:04:06.0463813Z 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:04:06.0467925Z 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:04:06.0479798Z 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:04:06.0488961Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:04:06.0489707Z copying torch/distributed/_tensor/ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:04:06.0494886Z copying torch/distributed/_tensor/ops/common_rules.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:04:06.0506397Z copying torch/distributed/_tensor/ops/math_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:04:06.0510789Z copying torch/distributed/_tensor/ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:04:06.0522068Z copying torch/distributed/_tensor/ops/pointwise_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:04:06.0528916Z copying torch/distributed/_tensor/ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:04:06.0536852Z copying torch/distributed/_tensor/ops/tp_sharding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:04:06.0543328Z copying torch/distributed/_tensor/ops/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:04:06.0546465Z copying torch/distributed/_tensor/ops/view_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:04:06.0559539Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:04:06.0560021Z copying torch/distributed/_tensor/parallel/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:04:06.0568813Z copying torch/distributed/_tensor/parallel/_view_with_dim_change.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:04:06.0572699Z copying torch/distributed/_tensor/parallel/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:04:06.0585295Z copying torch/distributed/_tensor/parallel/fsdp.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:04:06.0590000Z copying torch/distributed/_tensor/parallel/multihead_attention_tp.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:04:06.0604041Z copying torch/distributed/_tensor/parallel/style.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:04:06.0609330Z copying torch/distributed/_tensor/parallel/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:04:06.0620065Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint 2022-11-23T01:04:06.0620561Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint 2022-11-23T01:04:06.0621928Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint 2022-11-23T01:04:06.0628120Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:04:06.0628658Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:04:06.0637251Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:04:06.0643920Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:04:06.0644487Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:04:06.0656385Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:04:06.0666668Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization 2022-11-23T01:04:06.0667305Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization 2022-11-23T01:04:06.0668424Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization 2022-11-23T01:04:06.0676447Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:04:06.0676982Z 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:04:06.0681962Z 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:04:06.0691796Z 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:04:06.0698389Z 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:04:06.0704949Z 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:04:06.0713810Z 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:04:06.0717987Z 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:04:06.0738479Z 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:04:06.0752326Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2022-11-23T01:04:06.0753039Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2022-11-23T01:04:06.0753678Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2022-11-23T01:04:06.0760571Z 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:04:06.0770567Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2022-11-23T01:04:06.0775279Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent 2022-11-23T01:04:06.0775748Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent 2022-11-23T01:04:06.0777657Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2022-11-23T01:04:06.0778190Z copying torch/distributed/elastic/events/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2022-11-23T01:04:06.0791899Z copying torch/distributed/elastic/events/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2022-11-23T01:04:06.0832548Z copying torch/distributed/elastic/events/handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2022-11-23T01:04:06.0845987Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics 2022-11-23T01:04:06.0846533Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics 2022-11-23T01:04:06.0857152Z copying torch/distributed/elastic/metrics/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics 2022-11-23T01:04:06.0870769Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2022-11-23T01:04:06.0871423Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2022-11-23T01:04:06.0877794Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2022-11-23T01:04:06.0891093Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2022-11-23T01:04:06.0896355Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2022-11-23T01:04:06.0902521Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:04:06.0903126Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:04:06.0912957Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:04:06.0919622Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:04:06.0935128Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:04:06.0955491Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:04:06.0973873Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:04:06.0984042Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:04:06.0989539Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:04:06.1001888Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:04:06.1009471Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:04:06.1013403Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:04:06.1025817Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2022-11-23T01:04:06.1026296Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2022-11-23T01:04:06.1031704Z copying torch/distributed/elastic/timer/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2022-11-23T01:04:06.1042156Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2022-11-23T01:04:06.1053449Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2022-11-23T01:04:06.1059473Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:04:06.1059978Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:04:06.1065061Z copying torch/distributed/elastic/utils/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:04:06.1079394Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:04:06.1088328Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:04:06.1092419Z copying torch/distributed/elastic/utils/logging.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:04:06.1101868Z copying torch/distributed/elastic/utils/store.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:04:06.1106824Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2022-11-23T01:04:06.1107341Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2022-11-23T01:04:06.1112757Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2022-11-23T01:04:06.1127213Z 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:04:06.1138021Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:04:06.1138599Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:04:06.1148684Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:04:06.1160726Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:04:06.1170823Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2022-11-23T01:04:06.1171332Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2022-11-23T01:04:06.1182117Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2022-11-23T01:04:06.1188466Z 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:04:06.1197244Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api 2022-11-23T01:04:06.1197821Z copying torch/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api 2022-11-23T01:04:06.1198432Z copying torch/distributed/nn/api/remote_module.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api 2022-11-23T01:04:06.1217754Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit 2022-11-23T01:04:06.1218414Z copying torch/distributed/nn/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit 2022-11-23T01:04:06.1219286Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit 2022-11-23T01:04:06.1225355Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates 2022-11-23T01:04:06.1225914Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates 2022-11-23T01:04:06.1226959Z 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:04:06.1235080Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:04:06.1235585Z copying torch/distributed/pipeline/sync/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:04:06.1251292Z copying torch/distributed/pipeline/sync/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:04:06.1256416Z copying torch/distributed/pipeline/sync/checkpoint.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:04:06.1270932Z copying torch/distributed/pipeline/sync/copy.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:04:06.1276487Z copying torch/distributed/pipeline/sync/dependency.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:04:06.1282314Z copying torch/distributed/pipeline/sync/microbatch.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:04:06.1295956Z copying torch/distributed/pipeline/sync/phony.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:04:06.1299278Z copying torch/distributed/pipeline/sync/pipe.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:04:06.1309601Z copying torch/distributed/pipeline/sync/pipeline.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:04:06.1316761Z copying torch/distributed/pipeline/sync/stream.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:04:06.1327939Z copying torch/distributed/pipeline/sync/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:04:06.1333240Z copying torch/distributed/pipeline/sync/worker.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:04:06.1338379Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2022-11-23T01:04:06.1338902Z copying torch/distributed/pipeline/sync/_balance/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2022-11-23T01:04:06.1352678Z copying torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2022-11-23T01:04:06.1356761Z copying torch/distributed/pipeline/sync/_balance/profile.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2022-11-23T01:04:06.1362861Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:04:06.1363606Z copying torch/distributed/pipeline/sync/skip/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:04:06.1369687Z copying torch/distributed/pipeline/sync/skip/layout.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:04:06.1379091Z copying torch/distributed/pipeline/sync/skip/namespace.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:04:06.1382937Z copying torch/distributed/pipeline/sync/skip/portal.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:04:06.1389940Z copying torch/distributed/pipeline/sync/skip/skippable.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:04:06.1403202Z copying torch/distributed/pipeline/sync/skip/tracker.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:04:06.1411183Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing 2022-11-23T01:04:06.1411653Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing 2022-11-23T01:04:06.1417103Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing 2022-11-23T01:04:06.1431537Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:04:06.1432073Z copying torch/fx/experimental/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:04:06.1433092Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:04:06.1455750Z copying torch/fx/experimental/const_fold.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:04:06.1461743Z copying torch/fx/experimental/debug.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:04:06.1470555Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:04:06.1480731Z copying torch/fx/experimental/merge_matmul.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:04:06.1487702Z copying torch/fx/experimental/meta_tracer.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:04:06.1498105Z copying torch/fx/experimental/normalize.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:04:06.1504079Z copying torch/fx/experimental/optimization.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:04:06.1516343Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:04:06.1524938Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:04:06.1538052Z copying torch/fx/experimental/refinement_types.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:04:06.1543010Z copying torch/fx/experimental/rewriter.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:04:06.1546814Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:04:06.1558845Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:04:06.1573431Z copying torch/fx/experimental/unify_refinements.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:04:06.1580033Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:04:06.1580423Z copying torch/fx/passes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:04:06.1590856Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:04:06.1595806Z copying torch/fx/passes/graph_drawer.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:04:06.1610332Z copying torch/fx/passes/graph_manipulation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:04:06.1614828Z copying torch/fx/passes/net_min_base.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:04:06.1624616Z copying torch/fx/passes/operator_support.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:04:06.1628258Z copying torch/fx/passes/param_fetch.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:04:06.1636584Z copying torch/fx/passes/pass_manager.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:04:06.1648265Z copying torch/fx/passes/reinplace.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:04:06.1662578Z copying torch/fx/passes/shape_prop.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:04:06.1669518Z copying torch/fx/passes/split_module.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:04:06.1679070Z copying torch/fx/passes/split_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:04:06.1688005Z copying torch/fx/passes/splitter_base.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:04:06.1701106Z copying torch/fx/passes/tools_common.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:04:06.1707625Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:04:06.1708146Z 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:04:06.1709146Z 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:04:06.1723746Z 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:04:06.1741049Z 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:04:06.1756920Z 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:04:06.1763025Z 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:04:06.1776225Z 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:04:06.1780126Z 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:04:06.1788296Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:04:06.1789006Z copying torch/fx/experimental/unification/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:04:06.1796710Z copying torch/fx/experimental/unification/core.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:04:06.1808176Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:04:06.1811655Z copying torch/fx/experimental/unification/match.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:04:06.1816655Z copying torch/fx/experimental/unification/more.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:04:06.1819996Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:04:06.1833861Z copying torch/fx/experimental/unification/utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:04:06.1838662Z copying torch/fx/experimental/unification/variable.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:04:06.1847029Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:04:06.1847974Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:04:06.1854695Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:04:06.1867345Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:04:06.1873986Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:04:06.1884000Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:04:06.1888972Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:04:06.1895138Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends 2022-11-23T01:04:06.1895910Z copying torch/fx/passes/backends/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends 2022-11-23T01:04:06.1896921Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends 2022-11-23T01:04:06.1903087Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect 2022-11-23T01:04:06.1903515Z copying torch/fx/passes/dialect/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect 2022-11-23T01:04:06.1905630Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2022-11-23T01:04:06.1906045Z copying torch/fx/passes/infra/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2022-11-23T01:04:06.1919874Z copying torch/fx/passes/infra/partitioner.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2022-11-23T01:04:06.1930855Z copying torch/fx/passes/infra/pass_base.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2022-11-23T01:04:06.1934845Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2022-11-23T01:04:06.1947080Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests 2022-11-23T01:04:06.1947916Z copying torch/fx/passes/tests/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests 2022-11-23T01:04:06.1948645Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests 2022-11-23T01:04:06.1956105Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2022-11-23T01:04:06.1956523Z copying torch/fx/passes/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2022-11-23T01:04:06.1962625Z copying torch/fx/passes/utils/common.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2022-11-23T01:04:06.1965917Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2022-11-23T01:04:06.1978157Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2022-11-23T01:04:06.1987797Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common 2022-11-23T01:04:06.1989016Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common 2022-11-23T01:04:06.1989548Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common 2022-11-23T01:04:06.1996180Z creating build/lib.linux-x86_64-cpython-38/torch/jit/_passes 2022-11-23T01:04:06.1996702Z copying torch/jit/_passes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/jit/_passes 2022-11-23T01:04:06.1997314Z copying torch/jit/_passes/_property_propagation.py -> build/lib.linux-x86_64-cpython-38/torch/jit/_passes 2022-11-23T01:04:06.2007153Z creating build/lib.linux-x86_64-cpython-38/torch/jit/mobile 2022-11-23T01:04:06.2007778Z copying torch/jit/mobile/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/jit/mobile 2022-11-23T01:04:06.2021912Z creating build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:04:06.2022555Z copying torch/masked/maskedtensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:04:06.2026960Z copying torch/masked/maskedtensor/_ops_refs.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:04:06.2039432Z copying torch/masked/maskedtensor/binary.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:04:06.2045544Z copying torch/masked/maskedtensor/core.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:04:06.2056837Z copying torch/masked/maskedtensor/creation.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:04:06.2060982Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:04:06.2064803Z copying torch/masked/maskedtensor/reductions.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:04:06.2073444Z copying torch/masked/maskedtensor/unary.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:04:06.2078651Z creating build/lib.linux-x86_64-cpython-38/torch/nn/backends 2022-11-23T01:04:06.2079058Z copying torch/nn/backends/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/backends 2022-11-23T01:04:06.2080018Z copying torch/nn/backends/thnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/backends 2022-11-23T01:04:06.2085968Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic 2022-11-23T01:04:06.2086426Z copying torch/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic 2022-11-23T01:04:06.2098773Z creating build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2099306Z copying torch/nn/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2105204Z copying torch/nn/modules/_functions.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2119429Z copying torch/nn/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2140306Z copying torch/nn/modules/adaptive.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2144216Z copying torch/nn/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2157162Z copying torch/nn/modules/channelshuffle.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2162982Z copying torch/nn/modules/container.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2175444Z copying torch/nn/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2193733Z copying torch/nn/modules/distance.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2197017Z copying torch/nn/modules/dropout.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2211561Z copying torch/nn/modules/flatten.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2215889Z copying torch/nn/modules/fold.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2225160Z copying torch/nn/modules/instancenorm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2234010Z copying torch/nn/modules/lazy.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2238616Z copying torch/nn/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2247120Z copying torch/nn/modules/loss.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2272559Z copying torch/nn/modules/module.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2293453Z copying torch/nn/modules/normalization.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2302022Z copying torch/nn/modules/padding.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2310538Z copying torch/nn/modules/pixelshuffle.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2314514Z copying torch/nn/modules/pooling.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2335219Z copying torch/nn/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2350440Z copying torch/nn/modules/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2363370Z copying torch/nn/modules/transformer.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2375098Z copying torch/nn/modules/upsampling.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2384884Z copying torch/nn/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:04:06.2391524Z creating build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:04:06.2392006Z copying torch/nn/parallel/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:04:06.2397721Z copying torch/nn/parallel/_functions.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:04:06.2407526Z copying torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:04:06.2411992Z copying torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:04:06.2415805Z copying torch/nn/parallel/comm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:04:06.2428270Z copying torch/nn/parallel/data_parallel.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:04:06.2434160Z copying torch/nn/parallel/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:04:06.2456510Z copying torch/nn/parallel/parallel_apply.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:04:06.2460057Z copying torch/nn/parallel/replicate.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:04:06.2467418Z copying torch/nn/parallel/scatter_gather.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:04:06.2481278Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat 2022-11-23T01:04:06.2481685Z copying torch/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat 2022-11-23T01:04:06.2486955Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantizable 2022-11-23T01:04:06.2487368Z copying torch/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable 2022-11-23T01:04:06.2492210Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized 2022-11-23T01:04:06.2493245Z copying torch/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized 2022-11-23T01:04:06.2499880Z copying torch/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized 2022-11-23T01:04:06.2513714Z creating build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:04:06.2514428Z copying torch/nn/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:04:06.2519881Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:04:06.2523563Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:04:06.2532006Z copying torch/nn/utils/_stateless.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:04:06.2535622Z copying torch/nn/utils/clip_grad.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:04:06.2539898Z copying torch/nn/utils/convert_parameters.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:04:06.2544666Z copying torch/nn/utils/fusion.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:04:06.2556925Z copying torch/nn/utils/init.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:04:06.2562437Z copying torch/nn/utils/memory_format.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:04:06.2566623Z copying torch/nn/utils/parametrizations.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:04:06.2574757Z copying torch/nn/utils/parametrize.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:04:06.2586769Z copying torch/nn/utils/prune.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:04:06.2607996Z copying torch/nn/utils/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:04:06.2615522Z copying torch/nn/utils/spectral_norm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:04:06.2627227Z copying torch/nn/utils/stateless.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:04:06.2632564Z copying torch/nn/utils/weight_norm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:04:06.2645094Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules 2022-11-23T01:04:06.2645881Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules 2022-11-23T01:04:06.2650875Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules 2022-11-23T01:04:06.2655161Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat 2022-11-23T01:04:06.2655779Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat 2022-11-23T01:04:06.2660613Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized 2022-11-23T01:04:06.2661345Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized 2022-11-23T01:04:06.2673935Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2022-11-23T01:04:06.2674525Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2022-11-23T01:04:06.2680277Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2022-11-23T01:04:06.2684941Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2022-11-23T01:04:06.2690905Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2022-11-23T01:04:06.2701982Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:04:06.2702502Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:04:06.2707280Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2022-11-23T01:04:06.2707769Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2022-11-23T01:04:06.2712193Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2022-11-23T01:04:06.2715618Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2022-11-23T01:04:06.2730192Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2022-11-23T01:04:06.2734809Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:04:06.2735332Z 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:04:06.2742071Z 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:04:06.2747224Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic 2022-11-23T01:04:06.2758937Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic 2022-11-23T01:04:06.2760119Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2022-11-23T01:04:06.2760769Z copying torch/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2022-11-23T01:04:06.2766292Z copying torch/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2022-11-23T01:04:06.2772141Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2022-11-23T01:04:06.2775942Z copying torch/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2022-11-23T01:04:06.2790849Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules 2022-11-23T01:04:06.2791306Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules 2022-11-23T01:04:06.2798470Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules 2022-11-23T01:04:06.2805370Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2022-11-23T01:04:06.2805817Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2022-11-23T01:04:06.2810004Z copying torch/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2022-11-23T01:04:06.2817158Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2022-11-23T01:04:06.2821507Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference 2022-11-23T01:04:06.2822116Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference 2022-11-23T01:04:06.2827371Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic 2022-11-23T01:04:06.2827817Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic 2022-11-23T01:04:06.2834040Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:04:06.2834470Z copying torch/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:04:06.2844457Z copying torch/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:04:06.2848699Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:04:06.2855736Z copying torch/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:04:06.2859529Z copying torch/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:04:06.2871364Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:04:06.2875587Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:04:06.2879563Z copying torch/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:04:06.2885446Z copying torch/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:04:06.2896148Z copying torch/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:04:06.2901920Z copying torch/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:04:06.2907939Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:04:06.2908466Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:04:06.2912696Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:04:06.2922764Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:04:06.2927082Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:04:06.2931572Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:04:06.2935776Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:04:06.2945447Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2022-11-23T01:04:06.2945946Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2022-11-23T01:04:06.2950830Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2022-11-23T01:04:06.2954671Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2022-11-23T01:04:06.2959376Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2022-11-23T01:04:06.2970339Z creating build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:04:06.2970833Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:04:06.2975569Z 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:04:06.2979889Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:04:06.2991158Z 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:04:06.2994604Z 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:04:06.2999587Z 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:04:06.3009214Z 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:04:06.3013090Z 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:04:06.3016635Z 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:04:06.3020257Z 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:04:06.3031222Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:04:06.3031681Z copying torch/onnx/_internal/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:04:06.3032797Z copying torch/onnx/_internal/_beartype.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:04:06.3037460Z copying torch/onnx/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:04:06.3045840Z copying torch/onnx/_internal/onnx_proto_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:04:06.3051725Z copying torch/onnx/_internal/registration.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:04:06.3062798Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2022-11-23T01:04:06.3063270Z copying torch/onnx/_internal/diagnostics/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2022-11-23T01:04:06.3068498Z copying torch/onnx/_internal/diagnostics/_diagnostic.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2022-11-23T01:04:06.3074582Z copying torch/onnx/_internal/diagnostics/_rules.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2022-11-23T01:04:06.3085460Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:04:06.3085942Z copying torch/onnx/_internal/diagnostics/infra/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:04:06.3090550Z copying torch/onnx/_internal/diagnostics/infra/_infra.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:04:06.3099318Z copying torch/onnx/_internal/diagnostics/infra/engine.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:04:06.3102671Z copying torch/onnx/_internal/diagnostics/infra/formatter.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:04:06.3107247Z copying torch/onnx/_internal/diagnostics/infra/utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:04:06.3116943Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:04:06.3117638Z 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:04:06.3129499Z 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:04:06.3134995Z 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:04:06.3139655Z 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:04:06.3144172Z 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:04:06.3154982Z 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:04:06.3160068Z 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:04:06.3163887Z 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:04:06.3168596Z 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:04:06.3178447Z 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:04:06.3182634Z 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:04:06.3187340Z 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:04:06.3192532Z 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:04:06.3201089Z 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:04:06.3206395Z 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:04:06.3212647Z 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:04:06.3217055Z 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:04:06.3229329Z 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:04:06.3234657Z 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:04:06.3239349Z 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:04:06.3253589Z 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:04:06.3259228Z 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:04:06.3263170Z 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:04:06.3267958Z 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:04:06.3280166Z 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:04:06.3291495Z 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:04:06.3297593Z 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:04:06.3306386Z 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:04:06.3315271Z 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:04:06.3319889Z 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:04:06.3326021Z 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:04:06.3331280Z 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:04:06.3339428Z 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:04:06.3344354Z 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:04:06.3349838Z 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:04:06.3354172Z 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:04:06.3364540Z 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:04:06.3370285Z 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:04:06.3374168Z 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:04:06.3386988Z 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:04:06.3392280Z 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:04:06.3398348Z 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:04:06.3402035Z 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:04:06.3412294Z 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:04:06.3416791Z 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:04:06.3422107Z 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:04:06.3425208Z 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:04:06.3434526Z 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:04:06.3438814Z 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:04:06.3446251Z 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:04:06.3456767Z 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:04:06.3460427Z 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:04:06.3466957Z 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:04:06.3471681Z 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:04:06.3479908Z 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:04:06.3486917Z creating build/lib.linux-x86_64-cpython-38/torch/optim/_multi_tensor 2022-11-23T01:04:06.3487682Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/optim/_multi_tensor 2022-11-23T01:04:06.3512925Z creating build/lib.linux-x86_64-cpython-38/torch/package/analyze 2022-11-23T01:04:06.3513369Z copying torch/package/analyze/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2022-11-23T01:04:06.3520716Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2022-11-23T01:04:06.3529943Z copying torch/package/analyze/is_from_package.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2022-11-23T01:04:06.3535911Z copying torch/package/analyze/trace_dependencies.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2022-11-23T01:04:06.3543782Z creating build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:04:06.3544359Z copying torch/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:04:06.3548942Z copying torch/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:04:06.3557609Z copying torch/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:04:06.3562836Z copying torch/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:04:06.3568802Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:04:06.3574248Z copying torch/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:04:06.3582640Z copying torch/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:04:06.3586751Z copying torch/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:04:06.3590351Z copying torch/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:04:06.3594275Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:04:06.3604010Z copying torch/quantization/fx/quantization_types.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:04:06.3607419Z copying torch/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:04:06.3611748Z creating build/lib.linux-x86_64-cpython-38/torch/signal/windows 2022-11-23T01:04:06.3612278Z copying torch/signal/windows/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/signal/windows 2022-11-23T01:04:06.3616579Z copying torch/signal/windows/windows.py -> build/lib.linux-x86_64-cpython-38/torch/signal/windows 2022-11-23T01:04:06.3627446Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3627935Z copying torch/testing/_internal/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3629079Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3638112Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3643881Z copying torch/testing/_internal/common_cuda.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3654801Z copying torch/testing/_internal/common_device_type.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3671859Z copying torch/testing/_internal/common_distributed.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3685210Z copying torch/testing/_internal/common_dtype.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3690026Z copying torch/testing/_internal/common_fsdp.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3704781Z copying torch/testing/_internal/common_jit.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3718353Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3782193Z copying torch/testing/_internal/common_modules.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3799975Z copying torch/testing/_internal/common_nn.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3826178Z copying torch/testing/_internal/common_quantization.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3851017Z copying torch/testing/_internal/common_quantized.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3855113Z copying torch/testing/_internal/common_subclass.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3867607Z copying torch/testing/_internal/common_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3892261Z copying torch/testing/_internal/composite_compliance.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3902356Z copying torch/testing/_internal/dist_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3907387Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3915768Z copying torch/testing/_internal/inductor_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3924436Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3935480Z copying torch/testing/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3948365Z copying torch/testing/_internal/logging_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3953948Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3967992Z copying torch/testing/_internal/schema_check_mode.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:04:06.3977115Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen 2022-11-23T01:04:06.3977862Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen 2022-11-23T01:04:06.3978521Z copying torch/testing/_internal/codegen/random_topo_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen 2022-11-23T01:04:06.3991833Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2022-11-23T01:04:06.3992384Z copying torch/testing/_internal/data/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2022-11-23T01:04:06.3993006Z copying torch/testing/_internal/data/network1.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2022-11-23T01:04:06.4000106Z copying torch/testing/_internal/data/network2.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2022-11-23T01:04:06.4007110Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:04:06.4007775Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:04:06.4008606Z 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:04:06.4021255Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:04:06.4052748Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:04:06.4057713Z copying torch/testing/_internal/distributed/multi_threaded_pg.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:04:06.4069781Z copying torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:04:06.4075894Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:04:06.4090111Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated 2022-11-23T01:04:06.4090720Z copying torch/testing/_internal/generated/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated 2022-11-23T01:04:06.4091445Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated 2022-11-23T01:04:06.4095949Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2022-11-23T01:04:06.4096429Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2022-11-23T01:04:06.4100934Z copying torch/testing/_internal/opinfo/core.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2022-11-23T01:04:06.4118269Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2022-11-23T01:04:06.4123157Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2022-11-23T01:04:06.4135010Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2022-11-23T01:04:06.4135567Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2022-11-23T01:04:06.4136382Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2022-11-23T01:04:06.4140663Z 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:04:06.4145152Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard 2022-11-23T01:04:06.4145815Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard 2022-11-23T01:04:06.4146710Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard 2022-11-23T01:04:06.4151775Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2022-11-23T01:04:06.4152350Z copying torch/testing/_internal/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2022-11-23T01:04:06.4153175Z copying torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2022-11-23T01:04:06.4162975Z 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:04:06.4175358Z 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:04:06.4179753Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn 2022-11-23T01:04:06.4180548Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn 2022-11-23T01:04:06.4181511Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipeline 2022-11-23T01:04:06.4182176Z copying torch/testing/_internal/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipeline 2022-11-23T01:04:06.4184667Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:04:06.4185165Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:04:06.4186398Z 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:04:06.4211925Z 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:04:06.4216613Z 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:04:06.4229000Z 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:04:06.4233393Z 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:04:06.4237890Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:04:06.4258746Z 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:04:06.4263984Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:04:06.4264587Z 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:04:06.4269476Z 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:04:06.4273984Z 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:04:06.4291099Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api 2022-11-23T01:04:06.4291617Z 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:04:06.4292620Z 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:04:06.4301427Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:04:06.4302253Z 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:04:06.4303217Z 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:04:06.4310117Z 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:04:06.4323765Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:04:06.4324438Z 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:04:06.4325223Z 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:04:06.4330322Z 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:04:06.4355075Z 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:04:06.4361159Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:04:06.4361812Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:04:06.4365724Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:04:06.4390205Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:04:06.4403219Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:04:06.4424907Z copying torch/testing/_internal/opinfo/definitions/signal.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:04:06.4435033Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:04:06.4448012Z creating build/lib.linux-x86_64-cpython-38/torch/utils/backcompat 2022-11-23T01:04:06.4448604Z copying torch/utils/backcompat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/backcompat 2022-11-23T01:04:06.4454224Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark 2022-11-23T01:04:06.4455176Z copying torch/utils/benchmark/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark 2022-11-23T01:04:06.4460651Z creating build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck 2022-11-23T01:04:06.4461223Z copying torch/utils/bottleneck/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck 2022-11-23T01:04:06.4461970Z copying torch/utils/bottleneck/__main__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck 2022-11-23T01:04:06.4471811Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:04:06.4472497Z copying torch/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:04:06.4477120Z copying torch/utils/data/backward_compatibility.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:04:06.4481374Z copying torch/utils/data/dataloader.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:04:06.4501115Z copying torch/utils/data/dataset.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:04:06.4509398Z copying torch/utils/data/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:04:06.4514907Z copying torch/utils/data/graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:04:06.4527605Z copying torch/utils/data/graph_settings.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:04:06.4531596Z copying torch/utils/data/sampler.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:04:06.4543804Z creating build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:04:06.4544204Z copying torch/utils/hipify/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:04:06.4548834Z copying torch/utils/hipify/constants.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:04:06.4552331Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:04:06.4588179Z copying torch/utils/hipify/hipify_python.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:04:06.4600862Z copying torch/utils/hipify/version.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:04:06.4612532Z creating build/lib.linux-x86_64-cpython-38/torch/utils/jit 2022-11-23T01:04:06.4612937Z copying torch/utils/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/jit 2022-11-23T01:04:06.4618650Z copying torch/utils/jit/log_extract.py -> build/lib.linux-x86_64-cpython-38/torch/utils/jit 2022-11-23T01:04:06.4625231Z creating build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:04:06.4625663Z copying torch/utils/model_dump/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:04:06.4635075Z copying torch/utils/model_dump/__main__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:04:06.4640435Z creating build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:04:06.4640970Z copying torch/utils/tensorboard/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:04:06.4648632Z copying torch/utils/tensorboard/_caffe2_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:04:06.4660008Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:04:06.4664100Z copying torch/utils/tensorboard/_embedding.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:04:06.4670952Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:04:06.4675245Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:04:06.4685974Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:04:06.4694123Z copying torch/utils/tensorboard/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:04:06.4699955Z copying torch/utils/tensorboard/summary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:04:06.4712940Z copying torch/utils/tensorboard/writer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:04:06.4734550Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:04:06.4735302Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:04:06.4736172Z copying torch/utils/benchmark/examples/blas_compare.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:04:06.4741830Z copying torch/utils/benchmark/examples/blas_compare_setup.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:04:06.4751294Z copying torch/utils/benchmark/examples/compare.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:04:06.4755268Z copying torch/utils/benchmark/examples/end_to_end.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:04:06.4767625Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:04:06.4772732Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:04:06.4776271Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:04:06.4784888Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:04:06.4790559Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:04:06.4791320Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:04:06.4792240Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:04:06.4807717Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:04:06.4811560Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:04:06.4815543Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:04:06.4824918Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:04:06.4829631Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:04:06.4830177Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:04:06.4830847Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:04:06.4834767Z copying torch/utils/benchmark/utils/common.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:04:06.4846009Z copying torch/utils/benchmark/utils/compare.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:04:06.4855119Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:04:06.4859697Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:04:06.4867601Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:04:06.4871645Z copying torch/utils/benchmark/utils/timer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:04:06.4886864Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:04:06.4887479Z 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:04:06.4888194Z 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:04:06.4900420Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:04:06.4900874Z copying torch/utils/data/_utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:04:06.4905988Z copying torch/utils/data/_utils/collate.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:04:06.4915999Z copying torch/utils/data/_utils/fetch.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:04:06.4919501Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:04:06.4923245Z copying torch/utils/data/_utils/serialization.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:04:06.4926281Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:04:06.4936816Z copying torch/utils/data/_utils/worker.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:04:06.4947144Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:04:06.4952132Z copying torch/utils/data/datapipes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:04:06.4952645Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:04:06.4959709Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:04:06.4971150Z copying torch/utils/data/datapipes/_typing.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:04:06.4985385Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:04:06.4998082Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:04:06.5000340Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:04:06.5000865Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:04:06.5005380Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:04:06.5009045Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:04:06.5016745Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:04:06.5020389Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:04:06.5025829Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:04:06.5026319Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:04:06.5034560Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:04:06.5035821Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:04:06.5036786Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:04:06.5038133Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:04:06.5038923Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:04:06.5039811Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:04:06.5041116Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:04:06.5041830Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:04:06.5043005Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:04:06.5044164Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:04:06.5049624Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:04:06.5050181Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:04:06.5054978Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:04:06.5055875Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:04:06.5056997Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:04:06.5058175Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:04:06.5059235Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:04:06.5065036Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2022-11-23T01:04:06.5065631Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2022-11-23T01:04:06.5066371Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2022-11-23T01:04:06.5077145Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2022-11-23T01:04:06.5083202Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2022-11-23T01:04:06.5097395Z creating build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:04:06.5097837Z copying torchgen/api/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:04:06.5098766Z copying torchgen/api/autograd.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:04:06.5100194Z copying torchgen/api/cpp.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:04:06.5101132Z copying torchgen/api/dispatcher.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:04:06.5102622Z copying torchgen/api/functionalization.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:04:06.5103599Z copying torchgen/api/lazy.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:04:06.5105114Z copying torchgen/api/meta.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:04:06.5106290Z copying torchgen/api/native.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:04:06.5107514Z copying torchgen/api/python.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:04:06.5109117Z copying torchgen/api/structured.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:04:06.5110516Z copying torchgen/api/translate.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:04:06.5111826Z copying torchgen/api/types.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:04:06.5113240Z copying torchgen/api/ufunc.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:04:06.5114384Z copying torchgen/api/unboxing.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:04:06.5122588Z creating build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:04:06.5123219Z copying torchgen/dest/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:04:06.5124014Z copying torchgen/dest/lazy_ir.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:04:06.5125182Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:04:06.5126050Z copying torchgen/dest/native_functions.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:04:06.5127192Z copying torchgen/dest/register_dispatch_key.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:04:06.5128491Z copying torchgen/dest/ufunc.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:04:06.5130563Z creating build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2022-11-23T01:04:06.5131185Z copying torchgen/operator_versions/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2022-11-23T01:04:06.5131969Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2022-11-23T01:04:06.5140113Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2022-11-23T01:04:06.5145044Z creating build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2022-11-23T01:04:06.5145520Z copying torchgen/selective_build/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2022-11-23T01:04:06.5147194Z copying torchgen/selective_build/operator.py -> build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2022-11-23T01:04:06.5148004Z copying torchgen/selective_build/selector.py -> build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2022-11-23T01:04:06.5150172Z creating build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2022-11-23T01:04:06.5150789Z copying torchgen/static_runtime/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2022-11-23T01:04:06.5151579Z copying torchgen/static_runtime/config.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2022-11-23T01:04:06.5162927Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2022-11-23T01:04:06.5166660Z copying torchgen/static_runtime/generator.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2022-11-23T01:04:06.6607310Z copying torch/py.typed -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:04:06.6607928Z creating build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:04:06.6608566Z copying torch/bin/protoc-3.13.0.0 -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:04:06.6644081Z copying torch/bin/protoc -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:04:06.6680277Z copying torch/bin/test_jit -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:04:06.6727174Z copying torch/bin/test_tensorexpr -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:04:06.6794343Z copying torch/bin/tutorial_tensorexpr -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:04:06.6796714Z copying torch/bin/FileStoreTest -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:04:06.6802599Z copying torch/bin/TCPStoreTest -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:04:06.6808039Z copying torch/bin/HashStoreTest -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:04:06.6813166Z copying torch/bin/test_dist_autograd -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:04:06.6818436Z copying torch/bin/test_cpp_rpc -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:04:06.6825059Z copying torch/bin/test_api -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:04:06.6920838Z copying torch/bin/test_mobile_nnc -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:04:06.6926741Z copying torch/bin/aot_model_compiler_test -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:04:06.6928750Z copying torch/bin/test_lazy -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:04:06.6961325Z copying torch/bin/torch_shm_manager -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:04:06.6963131Z creating build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.6963580Z copying torch/test/c10_CompileTimeFunctionPointer_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.6968413Z copying torch/test/c10_DeviceGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.6973263Z copying torch/test/c10_Device_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.6978388Z copying torch/test/c10_DispatchKeySet_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.6984014Z copying torch/test/c10_StreamGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.6988732Z copying torch/test/c10_SymInt_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.6993684Z copying torch/test/c10_InlineDeviceGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.6998722Z copying torch/test/c10_InlineStreamGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7004126Z copying torch/test/c10_SizesAndStrides_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7009413Z copying torch/test/c10_Array_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7014082Z copying torch/test/c10_Bitset_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7019121Z copying torch/test/c10_C++17_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7024707Z copying torch/test/c10_ConstexprCrc_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7029353Z copying torch/test/c10_DeadlockDetection_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7034106Z copying torch/test/c10_Half_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7038901Z copying torch/test/c10_LeftRight_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7044333Z copying torch/test/c10_Metaprogramming_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7050614Z copying torch/test/c10_SmallVectorTest -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7066401Z copying torch/test/c10_Synchronized_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7071249Z copying torch/test/c10_ThreadLocal_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7076701Z copying torch/test/c10_TypeIndex_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7081728Z copying torch/test/c10_TypeList_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7086726Z copying torch/test/c10_TypeTraits_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7091430Z copying torch/test/c10_accumulate_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7096322Z copying torch/test/c10_bfloat16_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7101779Z copying torch/test/c10_complex_math_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7106977Z copying torch/test/c10_complex_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7112139Z copying torch/test/c10_either_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7123064Z copying torch/test/c10_exception_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7128107Z copying torch/test/c10_flags_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7132908Z copying torch/test/c10_intrusive_ptr_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7149410Z copying torch/test/c10_irange_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7154178Z copying torch/test/c10_logging_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7159382Z copying torch/test/c10_optional_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7166448Z copying torch/test/c10_ordered_preserving_dict_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7172304Z copying torch/test/c10_registry_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7177390Z copying torch/test/c10_string_view_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7183212Z copying torch/test/c10_tempfile_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7188120Z copying torch/test/c10_typeid_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7193308Z copying torch/test/c10_intrusive_ptr_benchmark -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7197858Z copying torch/test/c10_hip_HIPTest -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7202760Z copying torch/test/Dict_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7209481Z copying torch/test/Dimname_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7214494Z copying torch/test/MaybeOwned_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7220518Z copying torch/test/NamedTensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7226103Z copying torch/test/apply_utils_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7231476Z copying torch/test/atest -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7236922Z copying torch/test/basic -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7242498Z copying torch/test/broadcast_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7247693Z copying torch/test/cpu_generator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7252958Z copying torch/test/cpu_profiling_allocator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7257852Z copying torch/test/cpu_rng_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7266113Z copying torch/test/dispatch_key_set_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7270780Z copying torch/test/dlconvertor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7275482Z copying torch/test/extension_backend_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7280787Z copying torch/test/half_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7286166Z copying torch/test/ivalue_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7294069Z copying torch/test/lazy_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7298759Z copying torch/test/math_kernel_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7304051Z copying torch/test/memory_format_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7309011Z copying torch/test/memory_overlapping_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7313945Z copying torch/test/mobile_memory_cleanup -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7318994Z copying torch/test/native_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7324332Z copying torch/test/operator_name_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7329087Z copying torch/test/operators_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7334054Z copying torch/test/packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7338905Z copying torch/test/pow_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7345199Z copying torch/test/quantized_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7350376Z copying torch/test/reduce_ops_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7355121Z copying torch/test/reportMemoryUsage_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7359884Z copying torch/test/scalar_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7365338Z copying torch/test/scalar_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7370595Z copying torch/test/stride_properties_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7375533Z copying torch/test/tensor_iterator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7382957Z copying torch/test/test_parallel -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7388271Z copying torch/test/thread_init_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7389616Z copying torch/test/type_ptr_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7394799Z copying torch/test/type_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7400236Z copying torch/test/undefined_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7405210Z copying torch/test/variant_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7409785Z copying torch/test/verify_api_visibility -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7411407Z copying torch/test/vmap_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7417895Z copying torch/test/weakref_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7422805Z copying torch/test/wrapdim_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7427649Z copying torch/test/xla_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7431962Z copying torch/test/IListRef_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7437421Z copying torch/test/List_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7447534Z copying torch/test/KernelFunction_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7453495Z copying torch/test/kernel_function_legacy_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7464096Z copying torch/test/kernel_function_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7472379Z copying torch/test/kernel_lambda_legacy_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7484038Z copying torch/test/kernel_lambda_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7493420Z copying torch/test/kernel_stackbased_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7498889Z copying torch/test/make_boxed_from_unboxed_functor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7507354Z copying torch/test/CppSignature_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7512020Z copying torch/test/backend_fallback_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7517141Z copying torch/test/op_allowlist_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7521895Z copying torch/test/op_registration_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7551046Z copying torch/test/inline_container_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7555751Z copying torch/test/hip_apply_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7560472Z copying torch/test/hip_complex_math_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7565121Z copying torch/test/hip_complex_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7569602Z copying torch/test/hip_distributions_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7574190Z copying torch/test/hip_dlconvertor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7578728Z copying torch/test/hip_generator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7583442Z copying torch/test/hip_half_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7587953Z copying torch/test/hip_integer_divider_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7592500Z copying torch/test/hip_optional_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7597058Z copying torch/test/hip_packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7601562Z copying torch/test/hip_vectorized_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:04:06.7606683Z creating build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:04:06.7607365Z copying torch/_C/_autograd.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:04:06.7611988Z copying torch/_C/_cudnn.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:04:06.7615220Z copying torch/_C/_distributed_autograd.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:04:06.7619740Z copying torch/_C/_distributed_c10d.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:04:06.7629198Z copying torch/_C/_distributed_rpc.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:04:06.7635993Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:04:06.7639815Z copying torch/_C/_functions.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:04:06.7650532Z copying torch/_C/_functorch.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:04:06.7653638Z copying torch/_C/_itt.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:04:06.7658523Z copying torch/_C/_lazy.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:04:06.7664083Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:04:06.7673019Z copying torch/_C/_monitor.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:04:06.7680507Z copying torch/_C/_nvtx.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:04:06.7687594Z copying torch/_C/_onnx.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:04:06.7702090Z copying torch/_C/_profiler.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:04:06.7711381Z copying torch/_C/_verbose.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:04:06.7716361Z copying torch/_C/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:04:06.7718043Z copying torch/_C/_VariableFunctions.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:04:06.7720111Z copying torch/_C/_nn.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:04:06.7721601Z creating build/lib.linux-x86_64-cpython-38/torch/_C_flatbuffer 2022-11-23T01:04:06.7721998Z copying torch/_C_flatbuffer/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C_flatbuffer 2022-11-23T01:04:06.7725921Z copying torch/optim/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:06.7732086Z copying torch/optim/adadelta.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:06.7744204Z copying torch/optim/adagrad.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:06.7749121Z copying torch/optim/adam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:06.7755029Z copying torch/optim/adamax.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:06.7760406Z copying torch/optim/adamw.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:06.7769499Z copying torch/optim/asgd.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:06.7774969Z copying torch/optim/lbfgs.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:06.7780310Z copying torch/optim/lr_scheduler.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:06.7792544Z copying torch/optim/nadam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:06.7797081Z copying torch/optim/optimizer.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:06.7801748Z copying torch/optim/radam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:06.7805715Z copying torch/optim/rmsprop.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:06.7812837Z copying torch/optim/rprop.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:06.7816885Z copying torch/optim/sgd.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:06.7820841Z copying torch/optim/sparse_adam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:06.7826879Z copying torch/optim/swa_utils.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:04:06.7834665Z copying torch/nn/parameter.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:04:06.7840509Z copying torch/nn/functional.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:04:06.7841797Z copying torch/nn/parallel/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:04:06.7846222Z copying torch/nn/parallel/common_types.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:04:06.7850995Z copying torch/nn/parallel/data_parallel.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:04:06.7860591Z copying torch/nn/parallel/parallel_apply.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:04:06.7864331Z copying torch/nn/parallel/replicate.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:04:06.7867539Z copying torch/nn/parallel/scatter_gather.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:04:06.7875247Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:04:06.7876348Z creating build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:04:06.7876758Z copying torch/lib/libc10.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:04:06.7882649Z copying torch/lib/libc10_hip.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:04:06.7886536Z copying torch/lib/libcaffe2_nvrtc.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:04:06.7887403Z copying torch/lib/libtorch_cpu.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:04:06.9812247Z copying torch/lib/libtorch_hip.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:04:07.0894861Z copying torch/lib/libtorch.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:04:07.0895622Z copying torch/lib/libtorch_global_deps.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:04:07.0896546Z copying torch/lib/libtorchbind_test.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:04:07.0902131Z copying torch/lib/libjitbackend_test.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:04:07.0905475Z copying torch/lib/libbackend_with_compiler.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:04:07.0908799Z copying torch/lib/libtorch_python.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:04:07.1060390Z copying torch/lib/libshm.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:04:07.1061296Z creating build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1061943Z copying torch/include/pthreadpool.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1063811Z copying torch/include/fxdiv.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1065310Z copying torch/include/cpuinfo.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1067197Z copying torch/include/clog.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1068284Z copying torch/include/qnnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1069704Z copying torch/include/psimd.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1071302Z copying torch/include/fp16.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1072990Z copying torch/include/qnnpack_func.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1074013Z copying torch/include/nnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1076189Z copying torch/include/xnnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1078421Z copying torch/include/dnnl.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1079153Z copying torch/include/dnnl_config.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1080834Z copying torch/include/dnnl_debug.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1081488Z copying torch/include/dnnl_ocl.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1083500Z copying torch/include/dnnl_sycl.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1084410Z copying torch/include/dnnl_sycl_types.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1085605Z copying torch/include/dnnl_threadpool.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1087436Z copying torch/include/dnnl_types.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1089095Z copying torch/include/dnnl_version.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1090057Z copying torch/include/sleef.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1093655Z copying torch/include/libshm.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:04:07.1094336Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1095683Z copying torch/include/ATen/ATen.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1096504Z copying torch/include/ATen/AccumulateType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1097006Z copying torch/include/ATen/ArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1098668Z copying torch/include/ATen/Backend.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1099557Z copying torch/include/ATen/Backtrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1100642Z copying torch/include/ATen/BatchedFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1101841Z copying torch/include/ATen/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1102682Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1103600Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1104665Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1105581Z copying torch/include/ATen/CollapseDims.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1106527Z copying torch/include/ATen/Config.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1108248Z copying torch/include/ATen/Context.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1109133Z copying torch/include/ATen/DLConvertor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1110062Z copying torch/include/ATen/Device.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1111028Z copying torch/include/ATen/DeviceGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1112374Z copying torch/include/ATen/DimVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1113421Z copying torch/include/ATen/Dimname.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1114377Z copying torch/include/ATen/Dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1115789Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1116735Z copying torch/include/ATen/EmptyTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1117699Z copying torch/include/ATen/ExpandBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1118715Z copying torch/include/ATen/ExpandUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1119696Z copying torch/include/ATen/Formatting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1121126Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1121853Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1122897Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1123911Z copying torch/include/ATen/Generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1125669Z copying torch/include/ATen/InferSize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1126318Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1127074Z copying torch/include/ATen/Layout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1127814Z copying torch/include/ATen/LinalgBackend.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1128989Z copying torch/include/ATen/MapAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1129964Z copying torch/include/ATen/MatrixRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1130985Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1131753Z copying torch/include/ATen/NamedTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1132871Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1133771Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1134787Z copying torch/include/ATen/NumericUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1135723Z copying torch/include/ATen/OpMathType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1136680Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1137915Z copying torch/include/ATen/PTThreadPool.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1138740Z copying torch/include/ATen/PadNd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1140024Z copying torch/include/ATen/Parallel-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1140751Z copying torch/include/ATen/Parallel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1141981Z copying torch/include/ATen/ParallelFuture.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1143227Z copying torch/include/ATen/ParallelNative.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1144259Z copying torch/include/ATen/ParallelNativeTBB.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1145215Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1146399Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1147323Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1148482Z copying torch/include/ATen/Scalar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1149568Z copying torch/include/ATen/ScalarOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1150646Z copying torch/include/ATen/ScalarType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1151569Z copying torch/include/ATen/SequenceNumber.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1152751Z copying torch/include/ATen/SmallVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1154542Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1155239Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1156330Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1157090Z copying torch/include/ATen/SparseTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1158193Z copying torch/include/ATen/Storage.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1159267Z copying torch/include/ATen/Tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1160576Z copying torch/include/ATen/TensorAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1161579Z copying torch/include/ATen/TensorGeometry.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1162542Z copying torch/include/ATen/TensorIndexing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1163840Z copying torch/include/ATen/TensorIterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1165156Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1166076Z copying torch/include/ATen/TensorMeta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1167268Z copying torch/include/ATen/TensorNames.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1168182Z copying torch/include/ATen/TensorOperators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1169282Z copying torch/include/ATen/TensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1170186Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1171554Z copying torch/include/ATen/TensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1172605Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1173302Z copying torch/include/ATen/TracerMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1174436Z copying torch/include/ATen/TypeDefault.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1175883Z copying torch/include/ATen/Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1176763Z copying torch/include/ATen/Version.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1177817Z copying torch/include/ATen/VmapMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1178979Z copying torch/include/ATen/VmapTransforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1180079Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1180933Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1182020Z copying torch/include/ATen/autocast_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1183287Z copying torch/include/ATen/ceil_div.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1184721Z copying torch/include/ATen/code_template.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1185791Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1186858Z copying torch/include/ATen/div_rtn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1187875Z copying torch/include/ATen/dlpack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1188882Z copying torch/include/ATen/jit_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1189845Z copying torch/include/ATen/jiterator_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1190749Z copying torch/include/ATen/record_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1192180Z copying torch/include/ATen/CPUFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1193284Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1194586Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1195624Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1196999Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1198137Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1199337Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1200411Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1201995Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1203216Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1204681Z copying torch/include/ATen/Functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1205863Z copying torch/include/ATen/MetaFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1207170Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1208154Z copying torch/include/ATen/MethodOperators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1209378Z copying torch/include/ATen/NativeFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1211009Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1212281Z copying torch/include/ATen/Operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1213599Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1227520Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1233331Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1245034Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1246038Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:04:07.1247694Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu 2022-11-23T01:04:07.1248224Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu 2022-11-23T01:04:07.1248847Z copying torch/include/ATen/cpu/vml.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu 2022-11-23T01:04:07.1249816Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:04:07.1250522Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:04:07.1251149Z 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:04:07.1252598Z 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:04:07.1253669Z 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:04:07.1254975Z 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:04:07.1256173Z 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:04:07.1257249Z 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:04:07.1259188Z 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:04:07.1259887Z 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:04:07.1260841Z 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:04:07.1262075Z 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:04:07.1264209Z 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:04:07.1265702Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:04:07.1266728Z 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:04:07.1268522Z 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:04:07.1270908Z 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:04:07.1272024Z 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:04:07.1273657Z 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:04:07.1276187Z 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:04:07.1277312Z 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:04:07.1279453Z 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:04:07.1281005Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:04:07.1282402Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:04:07.1283892Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:04:07.1285300Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:04:07.1286578Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:04:07.1288429Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:04:07.1290317Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1291111Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1292630Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1293769Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1294972Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1296960Z copying torch/include/ATen/core/Array.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1297659Z copying torch/include/ATen/core/Backtrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1298475Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1299877Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1301063Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1302124Z copying torch/include/ATen/core/Dict.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1303386Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1304445Z copying torch/include/ATen/core/DimVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1305554Z copying torch/include/ATen/core/Dimname.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1306484Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1307720Z copying torch/include/ATen/core/Formatting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1308960Z copying torch/include/ATen/core/Generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1310195Z copying torch/include/ATen/core/IListRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1311630Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1313379Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1314146Z copying torch/include/ATen/core/List.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1315311Z copying torch/include/ATen/core/List_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1316527Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1317960Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1319548Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1320697Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1322852Z copying torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1323832Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1324678Z copying torch/include/ATen/core/Range.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1325495Z copying torch/include/ATen/core/Reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1326270Z copying torch/include/ATen/core/Scalar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1327447Z copying torch/include/ATen/core/ScalarType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1328171Z copying torch/include/ATen/core/Tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1330137Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1330666Z copying torch/include/ATen/core/TensorBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1332291Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1333292Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1334157Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1335284Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1336346Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1337591Z copying torch/include/ATen/core/Variadic.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1338326Z copying torch/include/ATen/core/Vitals.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1341154Z copying torch/include/ATen/core/alias_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1341879Z copying torch/include/ATen/core/blob.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1342475Z copying torch/include/ATen/core/builtin_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1343217Z copying torch/include/ATen/core/class_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1344029Z copying torch/include/ATen/core/custom_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1345293Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1346307Z copying torch/include/ATen/core/enum_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1347477Z copying torch/include/ATen/core/function.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1348322Z copying torch/include/ATen/core/function_schema.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1349518Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1350690Z copying torch/include/ATen/core/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1351808Z copying torch/include/ATen/core/grad_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1352647Z copying torch/include/ATen/core/interned_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1353731Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1354799Z copying torch/include/ATen/core/ivalue.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1356640Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1359379Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1360193Z copying torch/include/ATen/core/jit_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1362012Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1363321Z copying torch/include/ATen/core/operator_name.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1364963Z copying torch/include/ATen/core/qualified_name.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1366405Z copying torch/include/ATen/core/rref_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1367576Z copying torch/include/ATen/core/stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1368867Z copying torch/include/ATen/core/symbol.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1370111Z copying torch/include/ATen/core/type_factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1371635Z copying torch/include/ATen/core/type_ptr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1372899Z copying torch/include/ATen/core/typeid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1374131Z copying torch/include/ATen/core/TensorBody.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1378058Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1379125Z copying torch/include/ATen/core/enum_tag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:04:07.1380462Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1381254Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1382712Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1384014Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1385469Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1387781Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1388843Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1389926Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1391714Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1392581Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1393826Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1395205Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1396637Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1397801Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1399083Z copying torch/include/ATen/cuda/CUDAConfig.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1400372Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1402659Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1403642Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1404800Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1405997Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1407127Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1408401Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1409487Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1410630Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1411683Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1412734Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1413961Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1414914Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1416719Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1417668Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1418835Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1419915Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1421057Z copying torch/include/ATen/cuda/cub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1428500Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1429128Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1429777Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:04:07.1430191Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:04:07.1430712Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:04:07.1431444Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:04:07.1432122Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:04:07.1432713Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:04:07.1433282Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:04:07.1434068Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:04:07.1435492Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:04:07.1436922Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:04:07.1438189Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:04:07.1439383Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:04:07.1440475Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:04:07.1441603Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:04:07.1448358Z copying torch/include/ATen/cudnn/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:04:07.1449456Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:04:07.1450209Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:04:07.1451042Z copying torch/include/ATen/cudnn/Types.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:04:07.1451514Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:04:07.1452121Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:04:07.1452758Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:04:07.1453442Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:04:07.1454018Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:04:07.1456966Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:04:07.1458375Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:04:07.1459138Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:04:07.1460136Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:04:07.1460834Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:04:07.1461664Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:04:07.1462735Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:04:07.1463555Z copying torch/include/ATen/functorch/Macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:04:07.1464709Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:04:07.1465625Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:04:07.1466996Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:04:07.1467990Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1468643Z copying torch/include/ATen/ops/from_blob.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1469963Z copying torch/include/ATen/ops/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1471346Z copying torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1472534Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1473648Z 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:04:07.1475747Z 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:04:07.1476521Z 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:04:07.1477394Z 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:04:07.1478236Z 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:04:07.1479615Z 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:04:07.1480740Z 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:04:07.1481758Z 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:04:07.1482879Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1484231Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1485387Z copying torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1486732Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1487996Z 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:04:07.1488941Z 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:04:07.1490316Z 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:04:07.1491544Z 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:04:07.1492518Z 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:04:07.1493700Z 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:04:07.1494571Z 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:04:07.1495622Z 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:04:07.1496887Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1497811Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1498966Z copying torch/include/ATen/ops/_add_batch_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1500193Z 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:04:07.1501224Z copying torch/include/ATen/ops/_add_batch_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1503887Z copying torch/include/ATen/ops/_add_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1504758Z copying torch/include/ATen/ops/_add_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1507161Z copying torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1508329Z copying torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1508997Z copying torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1509686Z copying torch/include/ATen/ops/_add_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1510436Z copying torch/include/ATen/ops/_add_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1511918Z copying torch/include/ATen/ops/_addmm_activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1512959Z copying torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1513705Z copying torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1514592Z copying torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1515568Z copying torch/include/ATen/ops/_addmm_activation_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1516531Z copying torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1517569Z copying torch/include/ATen/ops/_addmm_activation_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1518669Z copying torch/include/ATen/ops/_addmm_activation_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1519883Z copying torch/include/ATen/ops/_aminmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1521007Z copying torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1521964Z copying torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1523028Z copying torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1523983Z copying torch/include/ATen/ops/_aminmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1524928Z copying torch/include/ATen/ops/_aminmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1526140Z 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:04:07.1527852Z 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:04:07.1529483Z 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:04:07.1530393Z 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:04:07.1531266Z 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:04:07.1532066Z copying torch/include/ATen/ops/_amp_update_scale.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1533076Z 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:04:07.1534130Z 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:04:07.1534861Z 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:04:07.1536354Z copying torch/include/ATen/ops/_amp_update_scale_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1537160Z copying torch/include/ATen/ops/_amp_update_scale_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1537881Z copying torch/include/ATen/ops/_assert_async.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1538645Z copying torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1539757Z copying torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1540484Z copying torch/include/ATen/ops/_assert_async_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1542452Z copying torch/include/ATen/ops/_assert_async_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1543063Z copying torch/include/ATen/ops/_assert_tensor_metadata.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1545583Z 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:04:07.1546441Z copying torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1547168Z copying torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1547997Z copying torch/include/ATen/ops/_autocast_to_full_precision.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1549306Z 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:04:07.1550360Z 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:04:07.1551332Z 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:04:07.1552489Z copying torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1553604Z 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:04:07.1554682Z 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:04:07.1555668Z 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:04:07.1556835Z copying torch/include/ATen/ops/_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1558070Z copying torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1558884Z copying torch/include/ATen/ops/_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1559890Z copying torch/include/ATen/ops/_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1562332Z copying torch/include/ATen/ops/_batch_norm_impl_index.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1563144Z 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:04:07.1563991Z 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:04:07.1565074Z 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:04:07.1566342Z 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:04:07.1567480Z 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:04:07.1569016Z 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:04:07.1569917Z 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:04:07.1571047Z copying torch/include/ATen/ops/_cast_Byte.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1572123Z copying torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1573133Z copying torch/include/ATen/ops/_cast_Byte_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1574922Z copying torch/include/ATen/ops/_cast_Byte_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1575593Z copying torch/include/ATen/ops/_cast_Char.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1576950Z copying torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1578080Z copying torch/include/ATen/ops/_cast_Char_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1580067Z copying torch/include/ATen/ops/_cast_Char_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1580655Z copying torch/include/ATen/ops/_cast_Double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1582380Z copying torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1582928Z copying torch/include/ATen/ops/_cast_Double_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1583778Z copying torch/include/ATen/ops/_cast_Double_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1584871Z copying torch/include/ATen/ops/_cast_Float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1587479Z copying torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1588385Z copying torch/include/ATen/ops/_cast_Float_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1589108Z copying torch/include/ATen/ops/_cast_Float_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1589862Z copying torch/include/ATen/ops/_cast_Half.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1591001Z copying torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1592146Z copying torch/include/ATen/ops/_cast_Half_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1593293Z copying torch/include/ATen/ops/_cast_Half_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1594186Z copying torch/include/ATen/ops/_cast_Int.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1595311Z copying torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1596290Z copying torch/include/ATen/ops/_cast_Int_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1597349Z copying torch/include/ATen/ops/_cast_Int_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1598419Z copying torch/include/ATen/ops/_cast_Long.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1599477Z copying torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1600625Z copying torch/include/ATen/ops/_cast_Long_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1601757Z copying torch/include/ATen/ops/_cast_Long_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1603236Z copying torch/include/ATen/ops/_cast_Short.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1604817Z copying torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1605809Z copying torch/include/ATen/ops/_cast_Short_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1607694Z copying torch/include/ATen/ops/_cast_Short_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1608543Z copying torch/include/ATen/ops/_cdist_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1609694Z copying torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1610846Z copying torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1611865Z copying torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1613055Z copying torch/include/ATen/ops/_cdist_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1614380Z copying torch/include/ATen/ops/_cdist_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1615320Z copying torch/include/ATen/ops/_cdist_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1616461Z copying torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1617532Z copying torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1618770Z copying torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1619723Z copying torch/include/ATen/ops/_cdist_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1620585Z copying torch/include/ATen/ops/_cdist_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1622001Z copying torch/include/ATen/ops/_cholesky_solve_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1622959Z 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:04:07.1624326Z 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:04:07.1625392Z 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:04:07.1626347Z copying torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1627295Z copying torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1628638Z copying torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1629620Z 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:04:07.1630559Z 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:04:07.1631365Z 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:04:07.1632229Z copying torch/include/ATen/ops/_coalesce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1635529Z copying torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1636417Z copying torch/include/ATen/ops/_coalesce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1636995Z copying torch/include/ATen/ops/_coalesce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1637510Z copying torch/include/ATen/ops/_coalesced.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1638219Z copying torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1639104Z copying torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1640278Z copying torch/include/ATen/ops/_coalesced_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1641487Z copying torch/include/ATen/ops/_coalesced_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1642844Z copying torch/include/ATen/ops/_compute_linear_combination.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1643923Z 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:04:07.1645208Z 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:04:07.1646476Z copying torch/include/ATen/ops/_compute_linear_combination_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1647819Z copying torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1648816Z copying torch/include/ATen/ops/_conj.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1650279Z copying torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1651504Z copying torch/include/ATen/ops/_conj_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1652076Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1653972Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1654679Z copying torch/include/ATen/ops/_conj_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1655350Z copying torch/include/ATen/ops/_conj_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1656280Z copying torch/include/ATen/ops/_conj_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1657336Z copying torch/include/ATen/ops/_conj_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1658389Z copying torch/include/ATen/ops/_conj_physical.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1660117Z copying torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1660732Z copying torch/include/ATen/ops/_conj_physical_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1661834Z copying torch/include/ATen/ops/_conj_physical_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1662474Z copying torch/include/ATen/ops/_conv_depthwise2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1716210Z copying torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1717085Z copying torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1717872Z copying torch/include/ATen/ops/_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1718687Z copying torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1719549Z 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:04:07.1720590Z 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:04:07.1721710Z 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:04:07.1722718Z 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:04:07.1723695Z 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:04:07.1724651Z 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:04:07.1725566Z 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:04:07.1726331Z 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:04:07.1727134Z 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:04:07.1728348Z 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:04:07.1729167Z 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:04:07.1730120Z 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:04:07.1730624Z 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:04:07.1731139Z 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:04:07.1732064Z 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:04:07.1732640Z 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:04:07.1733167Z copying torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1733738Z copying torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1734390Z copying torch/include/ATen/ops/_convolution_double_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1734960Z 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:04:07.1735688Z copying torch/include/ATen/ops/_convolution_double_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1736201Z copying torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1736787Z copying torch/include/ATen/ops/_convolution_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1737384Z copying torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1737938Z copying torch/include/ATen/ops/_convolution_mode_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1738415Z copying torch/include/ATen/ops/_convolution_mode_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1738996Z copying torch/include/ATen/ops/_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1739460Z copying torch/include/ATen/ops/_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1739960Z copying torch/include/ATen/ops/_copy_from.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1740465Z copying torch/include/ATen/ops/_copy_from_and_resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1741066Z 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:04:07.1741892Z 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:04:07.1742371Z 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:04:07.1743006Z copying torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1743509Z copying torch/include/ATen/ops/_copy_from_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1744245Z copying torch/include/ATen/ops/_copy_from_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1744682Z copying torch/include/ATen/ops/_ctc_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1745283Z copying torch/include/ATen/ops/_ctc_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1745818Z 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:04:07.1746352Z 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:04:07.1746914Z 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:04:07.1747682Z copying torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1748467Z copying torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1749211Z copying torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1749973Z copying torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1750885Z copying torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1751758Z copying torch/include/ATen/ops/_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1752564Z copying torch/include/ATen/ops/_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1753387Z copying torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1753992Z 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:04:07.1754891Z 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:04:07.1755753Z copying torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1756524Z copying torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1757311Z copying torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1758120Z 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:04:07.1759062Z 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:04:07.1759951Z 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:04:07.1760726Z 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:04:07.1761469Z copying torch/include/ATen/ops/_cudnn_rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1762305Z copying torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1763217Z 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:04:07.1764162Z 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:04:07.1764857Z copying torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1765757Z copying torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1766572Z copying torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1767396Z copying torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1768275Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1769135Z 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:04:07.1769949Z 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:04:07.1770737Z 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:04:07.1771584Z 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:04:07.1772109Z copying torch/include/ATen/ops/_cudnn_rnn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1772876Z copying torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1773763Z copying torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1774454Z 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:04:07.1775142Z 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:04:07.1775955Z 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:04:07.1776800Z 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:04:07.1777652Z 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:04:07.1778517Z 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:04:07.1779316Z 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:04:07.1780153Z 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:04:07.1781006Z 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:04:07.1781806Z 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:04:07.1782650Z 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:04:07.1783558Z 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:04:07.1784355Z 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:04:07.1785327Z 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:04:07.1786232Z 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:04:07.1787097Z copying torch/include/ATen/ops/_cummax_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1787857Z copying torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1788792Z copying torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1789520Z copying torch/include/ATen/ops/_cummax_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1790306Z copying torch/include/ATen/ops/_cummax_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1791045Z copying torch/include/ATen/ops/_cummin_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1791872Z copying torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1792770Z copying torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1793290Z copying torch/include/ATen/ops/_cummin_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1794122Z copying torch/include/ATen/ops/_cummin_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1794995Z copying torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1795667Z 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:04:07.1796513Z 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:04:07.1797157Z 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:04:07.1798009Z copying torch/include/ATen/ops/_dimI.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1798442Z copying torch/include/ATen/ops/_dimI_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1799277Z copying torch/include/ATen/ops/_dimI_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1799875Z copying torch/include/ATen/ops/_dimV.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1800477Z copying torch/include/ATen/ops/_dimV_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1800906Z copying torch/include/ATen/ops/_dimV_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1801480Z copying torch/include/ATen/ops/_dim_arange.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1802159Z copying torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1802821Z copying torch/include/ATen/ops/_dim_arange_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1803531Z copying torch/include/ATen/ops/_dim_arange_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1804203Z copying torch/include/ATen/ops/_dirichlet_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1804905Z copying torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1805702Z copying torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1806328Z copying torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1807014Z copying torch/include/ATen/ops/_dirichlet_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1807507Z copying torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1808145Z copying torch/include/ATen/ops/_efficient_attention_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1808741Z 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:04:07.1809409Z copying torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1809994Z copying torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1810565Z copying torch/include/ATen/ops/_efficient_attention_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1811182Z 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:04:07.1811840Z copying torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1812498Z copying torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1813039Z copying torch/include/ATen/ops/_efficientzerotensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1813721Z copying torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1814360Z copying torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1814955Z copying torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1815680Z copying torch/include/ATen/ops/_efficientzerotensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1816169Z copying torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1816826Z copying torch/include/ATen/ops/_embedding_bag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1817617Z copying torch/include/ATen/ops/_embedding_bag_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1818609Z 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:04:07.1819357Z copying torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1820431Z copying torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1821769Z copying torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1822694Z copying torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1852585Z copying torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1853467Z copying torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1854477Z 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:04:07.1855166Z 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:04:07.1856104Z 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:04:07.1857002Z 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:04:07.1857780Z 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:04:07.1858424Z copying torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1859105Z 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:04:07.1859853Z 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:04:07.1860509Z 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:04:07.1861339Z 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:04:07.1862485Z 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:04:07.1863203Z copying torch/include/ATen/ops/_embedding_bag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1863666Z copying torch/include/ATen/ops/_embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1864348Z 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:04:07.1865103Z 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:04:07.1865775Z 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:04:07.1866397Z 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:04:07.1867013Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1867615Z 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:04:07.1868258Z 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:04:07.1868956Z 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:04:07.1869633Z 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:04:07.1870287Z 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:04:07.1870872Z copying torch/include/ATen/ops/_empty_affine_quantized.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1871526Z 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:04:07.1872301Z 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:04:07.1872866Z copying torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1873528Z copying torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1874091Z 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:04:07.1874779Z 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:04:07.1875485Z 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:04:07.1876146Z 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:04:07.1876877Z 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:04:07.1877515Z copying torch/include/ATen/ops/_euclidean_dist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1878186Z copying torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1878870Z copying torch/include/ATen/ops/_euclidean_dist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1879344Z copying torch/include/ATen/ops/_euclidean_dist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1879983Z 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:04:07.1880538Z 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:04:07.1881234Z 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:04:07.1881897Z 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:04:07.1882565Z 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:04:07.1883255Z 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:04:07.1883993Z 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:04:07.1884639Z 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:04:07.1885341Z 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:04:07.1886015Z 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:04:07.1886562Z 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:04:07.1887241Z 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:04:07.1887854Z 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:04:07.1888619Z 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:04:07.1889211Z 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:04:07.1890025Z 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:04:07.1890723Z 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:04:07.1891502Z 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:04:07.1892247Z 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:04:07.1893020Z 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:04:07.1893865Z 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:04:07.1894565Z 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:04:07.1895179Z 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:04:07.1896161Z 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:04:07.1897320Z 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:04:07.1898006Z 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:04:07.1898785Z 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:04:07.1899576Z 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:04:07.1900205Z copying torch/include/ATen/ops/_fft_c2c.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1900873Z copying torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1901896Z copying torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1902899Z copying torch/include/ATen/ops/_fft_c2c_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1903949Z copying torch/include/ATen/ops/_fft_c2c_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1904908Z copying torch/include/ATen/ops/_fft_c2r.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1906956Z copying torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1907658Z copying torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1908306Z copying torch/include/ATen/ops/_fft_c2r_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1909274Z copying torch/include/ATen/ops/_fft_c2r_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1910343Z copying torch/include/ATen/ops/_fft_r2c.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1911512Z copying torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1912576Z copying torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1913907Z copying torch/include/ATen/ops/_fft_r2c_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1914760Z copying torch/include/ATen/ops/_fft_r2c_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1916112Z copying torch/include/ATen/ops/_flash_attention_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1917089Z 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:04:07.1918406Z copying torch/include/ATen/ops/_flash_attention_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1919355Z copying torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1921041Z copying torch/include/ATen/ops/_foobar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1922377Z copying torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1923235Z copying torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1924360Z copying torch/include/ATen/ops/_foobar_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1925546Z copying torch/include/ATen/ops/_foobar_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1926495Z copying torch/include/ATen/ops/_foreach_abs.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1927532Z copying torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1928541Z copying torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1929983Z copying torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1930944Z copying torch/include/ATen/ops/_foreach_abs_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1932120Z copying torch/include/ATen/ops/_foreach_abs_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1933125Z copying torch/include/ATen/ops/_foreach_acos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1934215Z copying torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1935138Z copying torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1936438Z copying torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1937238Z copying torch/include/ATen/ops/_foreach_acos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1938344Z copying torch/include/ATen/ops/_foreach_acos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1940097Z copying torch/include/ATen/ops/_foreach_add.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1940743Z copying torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1941978Z copying torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1943143Z copying torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1944271Z copying torch/include/ATen/ops/_foreach_add_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1945367Z copying torch/include/ATen/ops/_foreach_add_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1946204Z copying torch/include/ATen/ops/_foreach_addcdiv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1947456Z copying torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1948410Z copying torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1949570Z copying torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1950624Z copying torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1952054Z copying torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1953165Z copying torch/include/ATen/ops/_foreach_addcmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1954589Z copying torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1955792Z copying torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1956974Z copying torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1958086Z copying torch/include/ATen/ops/_foreach_addcmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1960660Z copying torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1961561Z copying torch/include/ATen/ops/_foreach_asin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1962593Z copying torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1963565Z copying torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1964659Z copying torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1965806Z copying torch/include/ATen/ops/_foreach_asin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1967100Z copying torch/include/ATen/ops/_foreach_asin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1969179Z copying torch/include/ATen/ops/_foreach_atan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1970575Z copying torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1971905Z copying torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1973180Z copying torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1974545Z copying torch/include/ATen/ops/_foreach_atan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1975876Z copying torch/include/ATen/ops/_foreach_atan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1977213Z copying torch/include/ATen/ops/_foreach_ceil.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1978719Z copying torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1979959Z copying torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1981290Z copying torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1982874Z copying torch/include/ATen/ops/_foreach_ceil_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1985096Z copying torch/include/ATen/ops/_foreach_ceil_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1986207Z copying torch/include/ATen/ops/_foreach_cos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1987666Z copying torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1989032Z copying torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1990475Z copying torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1991780Z copying torch/include/ATen/ops/_foreach_cos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1993080Z copying torch/include/ATen/ops/_foreach_cos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1994432Z copying torch/include/ATen/ops/_foreach_cosh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1996711Z copying torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1997756Z copying torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.1999950Z copying torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2001091Z copying torch/include/ATen/ops/_foreach_cosh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2003727Z copying torch/include/ATen/ops/_foreach_cosh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2004686Z copying torch/include/ATen/ops/_foreach_div.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2006439Z copying torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2007754Z copying torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2009203Z copying torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2010420Z copying torch/include/ATen/ops/_foreach_div_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2011712Z copying torch/include/ATen/ops/_foreach_div_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2013096Z copying torch/include/ATen/ops/_foreach_erf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2014585Z copying torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2015882Z copying torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2017201Z copying torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2018609Z copying torch/include/ATen/ops/_foreach_erf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2019926Z copying torch/include/ATen/ops/_foreach_erf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2021441Z copying torch/include/ATen/ops/_foreach_erfc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2022995Z copying torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2024306Z copying torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2025711Z copying torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2027114Z copying torch/include/ATen/ops/_foreach_erfc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2028674Z copying torch/include/ATen/ops/_foreach_erfc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2029814Z copying torch/include/ATen/ops/_foreach_exp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2031278Z copying torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2032387Z copying torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2033653Z copying torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2034981Z copying torch/include/ATen/ops/_foreach_exp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2036457Z copying torch/include/ATen/ops/_foreach_exp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2037731Z copying torch/include/ATen/ops/_foreach_expm1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2039244Z copying torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2040455Z copying torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2041866Z copying torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2043292Z copying torch/include/ATen/ops/_foreach_expm1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2044620Z copying torch/include/ATen/ops/_foreach_expm1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2045948Z copying torch/include/ATen/ops/_foreach_floor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2047553Z copying torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2048807Z copying torch/include/ATen/ops/_fw_primal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2051211Z copying torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2052383Z copying torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2053766Z copying torch/include/ATen/ops/_foreach_floor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2055386Z copying torch/include/ATen/ops/_foreach_floor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2056862Z copying torch/include/ATen/ops/_foreach_frac.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2058345Z copying torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2059625Z copying torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2060956Z copying torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2062509Z copying torch/include/ATen/ops/_foreach_frac_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2063844Z copying torch/include/ATen/ops/_foreach_frac_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2065320Z copying torch/include/ATen/ops/_foreach_lgamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2066911Z copying torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2068218Z copying torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2069649Z copying torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2070917Z copying torch/include/ATen/ops/_foreach_lgamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2072287Z copying torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2073659Z copying torch/include/ATen/ops/_foreach_log.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2075206Z copying torch/include/ATen/ops/_foreach_log10.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2076688Z copying torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2077952Z copying torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2079299Z copying torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2080619Z copying torch/include/ATen/ops/_foreach_log10_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2082136Z copying torch/include/ATen/ops/_foreach_log10_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2083559Z copying torch/include/ATen/ops/_foreach_log1p.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2085083Z copying torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2086345Z copying torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2087881Z copying torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2089233Z copying torch/include/ATen/ops/_foreach_log1p_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2090606Z copying torch/include/ATen/ops/_foreach_log1p_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2091890Z copying torch/include/ATen/ops/_foreach_log2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2094286Z copying torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2095382Z copying torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2096712Z copying torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2098047Z copying torch/include/ATen/ops/_foreach_log2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2099430Z copying torch/include/ATen/ops/_foreach_log2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2100981Z copying torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2102438Z copying torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2104947Z copying torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2105947Z copying torch/include/ATen/ops/_foreach_log_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2107532Z copying torch/include/ATen/ops/_foreach_log_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2109755Z copying torch/include/ATen/ops/_foreach_maximum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2110844Z copying torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2112079Z copying torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2113108Z copying torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2114318Z copying torch/include/ATen/ops/_foreach_maximum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2115508Z copying torch/include/ATen/ops/_foreach_maximum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2116914Z copying torch/include/ATen/ops/_foreach_minimum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2118492Z copying torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2119924Z copying torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2121149Z copying torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2122570Z copying torch/include/ATen/ops/_foreach_minimum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2124118Z copying torch/include/ATen/ops/_foreach_minimum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2125344Z copying torch/include/ATen/ops/_foreach_mul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2126750Z copying torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2127993Z copying torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2129415Z copying torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2130817Z copying torch/include/ATen/ops/_foreach_mul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2132212Z copying torch/include/ATen/ops/_foreach_mul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2133578Z copying torch/include/ATen/ops/_foreach_neg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2135112Z copying torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2136505Z copying torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2137694Z copying torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2138994Z copying torch/include/ATen/ops/_foreach_neg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2140383Z copying torch/include/ATen/ops/_foreach_neg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2141964Z copying torch/include/ATen/ops/_foreach_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2143542Z copying torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2145019Z copying torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2146233Z copying torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2147632Z copying torch/include/ATen/ops/_foreach_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2148831Z copying torch/include/ATen/ops/_foreach_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2150234Z copying torch/include/ATen/ops/_foreach_reciprocal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2151916Z copying torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2153854Z copying torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2155040Z copying torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2156218Z copying torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2157495Z copying torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2158649Z copying torch/include/ATen/ops/_foreach_round.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2159963Z copying torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2161247Z copying torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2162481Z copying torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2163516Z copying torch/include/ATen/ops/_foreach_round_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2165115Z copying torch/include/ATen/ops/_foreach_round_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2166368Z copying torch/include/ATen/ops/_foreach_sigmoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2167314Z copying torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2169106Z copying torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2170153Z copying torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2171096Z copying torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2171962Z copying torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2172647Z copying torch/include/ATen/ops/_foreach_sin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2173995Z copying torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2174664Z copying torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2175804Z copying torch/include/ATen/ops/_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2176796Z copying torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2178217Z copying torch/include/ATen/ops/_foreach_sin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2179986Z copying torch/include/ATen/ops/_foreach_sin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2180889Z copying torch/include/ATen/ops/_foreach_sinh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2182139Z copying torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2183070Z copying torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2184181Z copying torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2185226Z copying torch/include/ATen/ops/_foreach_sinh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2186487Z copying torch/include/ATen/ops/_foreach_sinh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2187218Z copying torch/include/ATen/ops/_foreach_sqrt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2188536Z copying torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2189531Z copying torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2190564Z copying torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2191586Z copying torch/include/ATen/ops/_foreach_sqrt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2192659Z copying torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2194407Z copying torch/include/ATen/ops/_foreach_sub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2194956Z copying torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2195817Z copying torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2197070Z copying torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2198211Z copying torch/include/ATen/ops/_foreach_sub_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2199122Z copying torch/include/ATen/ops/_foreach_sub_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2200252Z copying torch/include/ATen/ops/_foreach_tan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2201444Z copying torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2202592Z copying torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2203603Z copying torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2204683Z copying torch/include/ATen/ops/_foreach_tan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2206218Z copying torch/include/ATen/ops/_foreach_tan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2206953Z copying torch/include/ATen/ops/_foreach_tanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2208155Z copying torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2209295Z copying torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2210411Z copying torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2211628Z copying torch/include/ATen/ops/_foreach_tanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2212678Z copying torch/include/ATen/ops/_foreach_tanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2214086Z copying torch/include/ATen/ops/_foreach_trunc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2215200Z copying torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2216365Z copying torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2217519Z copying torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2219360Z copying torch/include/ATen/ops/_foreach_trunc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2220513Z copying torch/include/ATen/ops/_foreach_trunc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2222157Z copying torch/include/ATen/ops/_foreach_zero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2223546Z copying torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2224870Z copying torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2225810Z copying torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2226847Z copying torch/include/ATen/ops/_foreach_zero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2227795Z copying torch/include/ATen/ops/_foreach_zero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2228889Z copying torch/include/ATen/ops/_fused_adam.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2229996Z copying torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2231032Z copying torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2232020Z copying torch/include/ATen/ops/_fused_adam_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2233157Z copying torch/include/ATen/ops/_fused_adam_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2234687Z copying torch/include/ATen/ops/_fused_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2235706Z copying torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2236806Z copying torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2237718Z copying torch/include/ATen/ops/_fused_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2238715Z copying torch/include/ATen/ops/_fused_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2239910Z 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:04:07.2241132Z 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:04:07.2242153Z 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:04:07.2243236Z 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:04:07.2244153Z 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:04:07.2245212Z 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:04:07.2246950Z copying torch/include/ATen/ops/_fused_sdp_choice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2247780Z 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:04:07.2249551Z 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:04:07.2250350Z 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:04:07.2251461Z copying torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2253715Z copying torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2254312Z copying torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2255395Z copying torch/include/ATen/ops/_fw_primal_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2256592Z 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:04:07.2257859Z 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:04:07.2259055Z copying torch/include/ATen/ops/_fw_primal_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2260166Z copying torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2262638Z copying torch/include/ATen/ops/_fw_primal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2263123Z copying torch/include/ATen/ops/_fw_primal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2264882Z copying torch/include/ATen/ops/_gather_sparse_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2265748Z 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:04:07.2266965Z copying torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2268091Z copying torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2269591Z 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:04:07.2271234Z 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:04:07.2271954Z 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:04:07.2272989Z 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:04:07.2274186Z 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:04:07.2275415Z 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:04:07.2276889Z 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:04:07.2277670Z 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:04:07.2279136Z 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:04:07.2280298Z 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:04:07.2281437Z 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:04:07.2283086Z 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:04:07.2284399Z copying torch/include/ATen/ops/_has_same_storage_numel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2285539Z 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:04:07.2287048Z 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:04:07.2287922Z 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:04:07.2289385Z copying torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2290310Z 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:04:07.2291704Z 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:04:07.2292572Z copying torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2293771Z copying torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2294889Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2295943Z 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:04:07.2297028Z 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:04:07.2298980Z 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:04:07.2300105Z 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:04:07.2301191Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2302771Z 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:04:07.2303767Z 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:04:07.2304836Z 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:04:07.2306353Z 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:04:07.2307353Z copying torch/include/ATen/ops/_index_put_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2308671Z 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:04:07.2309506Z 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:04:07.2310977Z 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:04:07.2311992Z 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:04:07.2314182Z copying torch/include/ATen/ops/_index_put_impl_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2314831Z copying torch/include/ATen/ops/_index_put_impl_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2315456Z copying torch/include/ATen/ops/_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2316599Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2317757Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2319035Z copying torch/include/ATen/ops/_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2320056Z copying torch/include/ATen/ops/_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2321624Z copying torch/include/ATen/ops/_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2322556Z copying torch/include/ATen/ops/_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2324348Z copying torch/include/ATen/ops/_is_zerotensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2325602Z copying torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2326750Z copying torch/include/ATen/ops/_is_zerotensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2328019Z copying torch/include/ATen/ops/_is_zerotensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2329134Z copying torch/include/ATen/ops/_linalg_check_errors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2330603Z 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:04:07.2332555Z copying torch/include/ATen/ops/_linalg_check_errors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2333584Z copying torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2335373Z copying torch/include/ATen/ops/_linalg_det.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2336317Z copying torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2337394Z copying torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2338754Z copying torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2339738Z copying torch/include/ATen/ops/_linalg_det_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2341292Z copying torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2342506Z copying torch/include/ATen/ops/_linalg_det_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2343523Z copying torch/include/ATen/ops/_linalg_det_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2344495Z copying torch/include/ATen/ops/_linalg_eigh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2345819Z copying torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2346797Z copying torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2347819Z copying torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2348619Z copying torch/include/ATen/ops/_linalg_eigh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2350725Z copying torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2351342Z copying torch/include/ATen/ops/_linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2352028Z copying torch/include/ATen/ops/_linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2353211Z copying torch/include/ATen/ops/_linalg_slogdet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2354376Z copying torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2355137Z copying torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2356472Z copying torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2357285Z copying torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2360247Z copying torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2361044Z copying torch/include/ATen/ops/_linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2361589Z copying torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2362343Z copying torch/include/ATen/ops/_linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2363705Z 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:04:07.2364430Z 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:04:07.2365403Z 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:04:07.2366262Z copying torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2367574Z 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:04:07.2368591Z copying torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2369589Z copying torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2370731Z copying torch/include/ATen/ops/_linalg_svd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2372115Z copying torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2373132Z copying torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2374075Z copying torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2375408Z copying torch/include/ATen/ops/_linalg_svd_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2376258Z copying torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2377291Z copying torch/include/ATen/ops/_linalg_svd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2378995Z copying torch/include/ATen/ops/_linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2380246Z copying torch/include/ATen/ops/eq.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2381082Z copying torch/include/ATen/ops/_local_scalar_dense.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2383936Z 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:04:07.2384507Z 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:04:07.2385161Z copying torch/include/ATen/ops/_local_scalar_dense_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2385861Z copying torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2387007Z copying torch/include/ATen/ops/_log_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2387985Z copying torch/include/ATen/ops/_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2389760Z 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:04:07.2390932Z 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:04:07.2391563Z 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:04:07.2392617Z 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:04:07.2393627Z 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:04:07.2394758Z 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:04:07.2395859Z 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:04:07.2397121Z copying torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2398077Z copying torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2399516Z copying torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2400271Z copying torch/include/ATen/ops/_log_softmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2401694Z copying torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2402847Z copying torch/include/ATen/ops/_log_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2406387Z copying torch/include/ATen/ops/_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2406956Z copying torch/include/ATen/ops/_logcumsumexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2407531Z copying torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2408401Z copying torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2408928Z copying torch/include/ATen/ops/_logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2409585Z copying torch/include/ATen/ops/_logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2410583Z copying torch/include/ATen/ops/_lstm_mps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2411774Z copying torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2412710Z copying torch/include/ATen/ops/_lstm_mps_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2413877Z copying torch/include/ATen/ops/_lstm_mps_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2414682Z copying torch/include/ATen/ops/_lu_with_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2416102Z 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:04:07.2417225Z copying torch/include/ATen/ops/_lu_with_info_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2418188Z copying torch/include/ATen/ops/_lu_with_info_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2419235Z copying torch/include/ATen/ops/_make_dual.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2420384Z copying torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2421360Z copying torch/include/ATen/ops/_make_dual_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2422764Z 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:04:07.2427731Z 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:04:07.2428134Z copying torch/include/ATen/ops/_make_dual_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2428438Z copying torch/include/ATen/ops/_make_dual_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2428995Z copying torch/include/ATen/ops/_make_dual_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2430283Z copying torch/include/ATen/ops/_make_dual_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2431222Z 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:04:07.2432263Z 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:04:07.2433758Z 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:04:07.2434651Z 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:04:07.2435343Z 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:04:07.2436374Z 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:04:07.2437455Z 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:04:07.2438191Z 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:04:07.2439479Z 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:04:07.2440623Z 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:04:07.2441515Z 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:04:07.2443471Z 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:04:07.2444120Z copying torch/include/ATen/ops/_masked_scale.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2445425Z copying torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2446444Z copying torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2447411Z copying torch/include/ATen/ops/_masked_scale_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2448605Z copying torch/include/ATen/ops/_masked_scale_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2449382Z copying torch/include/ATen/ops/_masked_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2450732Z copying torch/include/ATen/ops/_masked_softmax_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2451871Z 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:04:07.2453664Z 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:04:07.2454081Z 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:04:07.2455496Z copying torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2456832Z copying torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2457759Z copying torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2459057Z copying torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2459798Z copying torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2461251Z copying torch/include/ATen/ops/_masked_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2462093Z copying torch/include/ATen/ops/_masked_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2463796Z copying torch/include/ATen/ops/_mkldnn_reshape.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2464410Z copying torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2466333Z copying torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2466663Z copying torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2467941Z copying torch/include/ATen/ops/_mkldnn_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2469102Z copying torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2470647Z copying torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2470931Z copying torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2472138Z copying torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2473259Z copying torch/include/ATen/ops/_mps_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2474204Z copying torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2476703Z copying torch/include/ATen/ops/_mps_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2477207Z copying torch/include/ATen/ops/_mps_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2478986Z copying torch/include/ATen/ops/_mps_convolution_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2480459Z 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:04:07.2481692Z copying torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2483261Z copying torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2484770Z copying torch/include/ATen/ops/_mps_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2486220Z 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:04:07.2487519Z copying torch/include/ATen/ops/_mps_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2488856Z copying torch/include/ATen/ops/_mps_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2490495Z 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:04:07.2492059Z 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:04:07.2493440Z 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:04:07.2494790Z 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:04:07.2496141Z 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:04:07.2497538Z 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:04:07.2498850Z copying torch/include/ATen/ops/_native_multi_head_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2500380Z 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:04:07.2501984Z 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:04:07.2503409Z 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:04:07.2504949Z 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:04:07.2506052Z 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:04:07.2507575Z copying torch/include/ATen/ops/_neg_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2509037Z copying torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2510247Z copying torch/include/ATen/ops/_neg_view_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2512279Z 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:04:07.2513422Z 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:04:07.2514561Z copying torch/include/ATen/ops/_neg_view_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2516048Z copying torch/include/ATen/ops/_neg_view_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2517347Z copying torch/include/ATen/ops/_neg_view_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2518901Z copying torch/include/ATen/ops/_neg_view_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2520181Z copying torch/include/ATen/ops/_nested_from_padded.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2521727Z 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:04:07.2523235Z 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:04:07.2524597Z 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:04:07.2525960Z 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:04:07.2527451Z 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:04:07.2528742Z 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:04:07.2530276Z 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:04:07.2531545Z copying torch/include/ATen/ops/_nested_from_padded_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2532908Z copying torch/include/ATen/ops/_nested_from_padded_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2534378Z copying torch/include/ATen/ops/_nested_select_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2535671Z copying torch/include/ATen/ops/_nested_select_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2537268Z copying torch/include/ATen/ops/_nested_select_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2538460Z copying torch/include/ATen/ops/_nested_sum_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2539801Z copying torch/include/ATen/ops/_nested_sum_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2541174Z copying torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2542684Z copying torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2544333Z 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:04:07.2545541Z 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:04:07.2546958Z 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:04:07.2548327Z 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:04:07.2549753Z 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:04:07.2551113Z 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:04:07.2552583Z 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:04:07.2553822Z 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:04:07.2555216Z 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:04:07.2556601Z 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:04:07.2558111Z 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:04:07.2559617Z 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:04:07.2560883Z 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:04:07.2562211Z 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:04:07.2563603Z copying torch/include/ATen/ops/_nested_tensor_offsets.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2565074Z copying torch/include/ATen/ops/_nested_tensor_offsets_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2566386Z copying torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2567858Z copying torch/include/ATen/ops/_nested_tensor_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2569762Z 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:04:07.2571653Z copying torch/include/ATen/ops/_nested_tensor_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2572039Z copying torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2572927Z 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:04:07.2574238Z 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:04:07.2575104Z 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:04:07.2576085Z copying torch/include/ATen/ops/_nested_tensor_strides.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2577282Z 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:04:07.2577997Z copying torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2579546Z copying torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2580439Z copying torch/include/ATen/ops/_nested_view_from_buffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2581425Z copying torch/include/ATen/ops/ge.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2583032Z 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:04:07.2584842Z 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:04:07.2585307Z 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:04:07.2585963Z 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:04:07.2586948Z 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:04:07.2588047Z 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:04:07.2589199Z 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:04:07.2590600Z 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:04:07.2591327Z 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:04:07.2592521Z 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:04:07.2593998Z 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:04:07.2594890Z 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:04:07.2596069Z 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:04:07.2597101Z copying torch/include/ATen/ops/_nnpack_available.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2598614Z copying torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2599446Z copying torch/include/ATen/ops/_nnpack_available_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2600791Z copying torch/include/ATen/ops/_nnpack_available_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2602979Z copying torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2603548Z 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:04:07.2604153Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2605304Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2606572Z copying torch/include/ATen/ops/_nnz.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2607682Z copying torch/include/ATen/ops/_nnz_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2609622Z copying torch/include/ATen/ops/_nnz_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2610403Z copying torch/include/ATen/ops/_pack_padded_sequence.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2611815Z copying torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2613244Z 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:04:07.2614548Z 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:04:07.2615933Z 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:04:07.2617450Z 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:04:07.2618828Z copying torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2620062Z copying torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2620893Z copying torch/include/ATen/ops/_pad_circular.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2622254Z copying torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2623327Z copying torch/include/ATen/ops/_pad_circular_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2624186Z copying torch/include/ATen/ops/_pad_circular_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2625632Z copying torch/include/ATen/ops/_pad_enum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2626882Z copying torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2627896Z copying torch/include/ATen/ops/_pad_enum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2629163Z copying torch/include/ATen/ops/_pad_enum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2630395Z copying torch/include/ATen/ops/_pad_packed_sequence.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2632039Z 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:04:07.2632789Z copying torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2634136Z copying torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2634956Z copying torch/include/ATen/ops/_pdist_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2636525Z copying torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2637921Z copying torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2638689Z copying torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2639725Z copying torch/include/ATen/ops/_pdist_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2640748Z copying torch/include/ATen/ops/_pdist_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2641796Z copying torch/include/ATen/ops/_pdist_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2643014Z copying torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2644744Z copying torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2646106Z copying torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2647099Z copying torch/include/ATen/ops/_pdist_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2647774Z copying torch/include/ATen/ops/_pdist_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2649167Z copying torch/include/ATen/ops/_pin_memory.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2650088Z copying torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2651271Z copying torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2652482Z copying torch/include/ATen/ops/_pin_memory_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2653282Z copying torch/include/ATen/ops/_pin_memory_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2654709Z copying torch/include/ATen/ops/_remove_batch_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2655517Z 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:04:07.2656777Z copying torch/include/ATen/ops/_remove_batch_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2657603Z copying torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2658978Z copying torch/include/ATen/ops/_reshape_alias.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2659573Z copying torch/include/ATen/ops/_reshape_alias_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2661272Z 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:04:07.2662030Z 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:04:07.2663364Z copying torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2664051Z copying torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2665049Z copying torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2666316Z copying torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2667464Z copying torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2668463Z copying torch/include/ATen/ops/_reshape_alias_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2669442Z copying torch/include/ATen/ops/_reshape_alias_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2670694Z copying torch/include/ATen/ops/_reshape_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2671818Z copying torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2673100Z copying torch/include/ATen/ops/_reshape_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2673973Z copying torch/include/ATen/ops/_reshape_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2675064Z copying torch/include/ATen/ops/_reshape_from_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2676285Z 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:04:07.2677451Z copying torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2678357Z copying torch/include/ATen/ops/_resize_output.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2679280Z copying torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2680658Z copying torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2681313Z copying torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2682836Z copying torch/include/ATen/ops/_resize_output_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2683644Z copying torch/include/ATen/ops/_resize_output_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2684281Z copying torch/include/ATen/ops/_rowwise_prune.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2685956Z copying torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2686783Z copying torch/include/ATen/ops/_rowwise_prune_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2688352Z copying torch/include/ATen/ops/_rowwise_prune_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2689431Z copying torch/include/ATen/ops/_sample_dirichlet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2690846Z copying torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2692245Z copying torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2693652Z copying torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2694940Z copying torch/include/ATen/ops/_sample_dirichlet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2696295Z copying torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2698046Z copying torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2699195Z 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:04:07.2700506Z 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:04:07.2701956Z 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:04:07.2703719Z copying torch/include/ATen/ops/_scaled_dot_product_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2704844Z 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:04:07.2706110Z 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:04:07.2707602Z 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:04:07.2708958Z 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:04:07.2710250Z 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:04:07.2711659Z 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:04:07.2713014Z 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:04:07.2714433Z 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:04:07.2715821Z 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:04:07.2717301Z 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:04:07.2718635Z 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:04:07.2720032Z 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:04:07.2722197Z 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:04:07.2723340Z 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:04:07.2724689Z 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:04:07.2726024Z 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:04:07.2729804Z 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:04:07.2730393Z 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:04:07.2730799Z 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:04:07.2731192Z copying torch/include/ATen/ops/_segment_reduce_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2732122Z 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:04:07.2733064Z 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:04:07.2734086Z 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:04:07.2735112Z copying torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2736267Z copying torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2737187Z copying torch/include/ATen/ops/_shape_as_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2738307Z 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:04:07.2739293Z copying torch/include/ATen/ops/_shape_as_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2740340Z copying torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2741382Z copying torch/include/ATen/ops/_slow_conv2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2742953Z 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:04:07.2744009Z 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:04:07.2744989Z 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:04:07.2746033Z copying torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2747335Z copying torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2748144Z copying torch/include/ATen/ops/_slow_conv2d_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2749738Z 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:04:07.2750409Z 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:04:07.2752100Z copying torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2752485Z copying torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2753914Z copying torch/include/ATen/ops/_sobol_engine_draw.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2755058Z 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:04:07.2755890Z copying torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2757447Z copying torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2758110Z copying torch/include/ATen/ops/_sobol_engine_ff.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2759541Z 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:04:07.2761033Z copying torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2763217Z copying torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2763591Z copying torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2764480Z 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:04:07.2765498Z 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:04:07.2766535Z 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:04:07.2767471Z copying torch/include/ATen/ops/_sobol_engine_scramble.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2768899Z 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:04:07.2769867Z copying torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2771084Z copying torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2772106Z copying torch/include/ATen/ops/_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2773321Z copying torch/include/ATen/ops/_sparse_mm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2774609Z copying torch/include/ATen/ops/_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2775834Z 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:04:07.2776924Z 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:04:07.2778272Z 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:04:07.2779147Z copying torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2780536Z 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:04:07.2781695Z copying torch/include/ATen/ops/_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2782819Z copying torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2783880Z copying torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2785057Z copying torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2786099Z copying torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2787357Z copying torch/include/ATen/ops/_softmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2788678Z copying torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2789573Z copying torch/include/ATen/ops/_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2790912Z copying torch/include/ATen/ops/_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2791555Z copying torch/include/ATen/ops/_sparse_addmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2792896Z copying torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2793912Z copying torch/include/ATen/ops/_sparse_addmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2795469Z copying torch/include/ATen/ops/_sparse_addmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2796343Z copying torch/include/ATen/ops/_sparse_broadcast_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2797703Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2798622Z 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:04:07.2799768Z 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:04:07.2800655Z 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:04:07.2801997Z 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:04:07.2803917Z copying torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2804258Z copying torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2805157Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2806246Z 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:04:07.2807226Z 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:04:07.2809668Z 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:04:07.2810077Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2810792Z 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:04:07.2811768Z 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:04:07.2812750Z 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:04:07.2814315Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2815291Z 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:04:07.2815954Z 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:04:07.2817097Z 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:04:07.2817824Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2819071Z 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:04:07.2819944Z 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:04:07.2821286Z 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:04:07.2822156Z 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:04:07.2823532Z 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:04:07.2824438Z 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:04:07.2825301Z 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:04:07.2826659Z 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:04:07.2827655Z 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:04:07.2829084Z 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:04:07.2830236Z 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:04:07.2831134Z 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:04:07.2832169Z 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:04:07.2833154Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2834797Z 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:04:07.2835522Z 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:04:07.2836524Z 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:04:07.2837789Z copying torch/include/ATen/ops/_sparse_csr_prod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2839161Z 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:04:07.2840013Z copying torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2841210Z copying torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2842440Z copying torch/include/ATen/ops/_sparse_csr_sum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2843498Z 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:04:07.2844773Z copying torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2845908Z copying torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2847159Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2848232Z 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:04:07.2849186Z 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:04:07.2850388Z 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:04:07.2851947Z copying torch/include/ATen/ops/_sparse_log_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2852827Z 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:04:07.2854671Z 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:04:07.2855071Z 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:04:07.2856039Z 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:04:07.2857505Z 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:04:07.2858469Z copying torch/include/ATen/ops/_spdiags.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2859916Z 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:04:07.2861204Z copying torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2862331Z copying torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2864184Z copying torch/include/ATen/ops/_sparse_mask_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2865259Z 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:04:07.2866095Z copying torch/include/ATen/ops/_sparse_mask_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2867879Z copying torch/include/ATen/ops/_sparse_mask_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2868741Z copying torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2870116Z copying torch/include/ATen/ops/_sparse_mm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2870990Z copying torch/include/ATen/ops/_sparse_mm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2872486Z copying torch/include/ATen/ops/_sparse_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2873224Z copying torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2874928Z 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:04:07.2875655Z 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:04:07.2877084Z 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:04:07.2878047Z copying torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2879509Z copying torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2880262Z copying torch/include/ATen/ops/_sparse_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2881449Z copying torch/include/ATen/ops/_sparse_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2882815Z copying torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2884880Z 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:04:07.2885221Z copying torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2886130Z copying torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2887470Z copying torch/include/ATen/ops/_sparse_sum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2888384Z copying torch/include/ATen/ops/_sparse_sum_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2889674Z 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:04:07.2890863Z copying torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2892724Z copying torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2893281Z copying torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2894634Z copying torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2895451Z copying torch/include/ATen/ops/_sparse_sum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2896671Z copying torch/include/ATen/ops/_sparse_sum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2898221Z copying torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2898792Z copying torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2900607Z copying torch/include/ATen/ops/_spdiags_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2901433Z copying torch/include/ATen/ops/_spdiags_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2902692Z copying torch/include/ATen/ops/_stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2904132Z copying torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2905341Z copying torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2906896Z copying torch/include/ATen/ops/_stack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2908068Z copying torch/include/ATen/ops/_stack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2909533Z copying torch/include/ATen/ops/_standard_gamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2910935Z copying torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2912235Z copying torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2913980Z copying torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2915136Z copying torch/include/ATen/ops/_standard_gamma_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2916612Z 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:04:07.2917890Z 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:04:07.2919231Z 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:04:07.2921226Z copying torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2922014Z copying torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2923341Z copying torch/include/ATen/ops/_standard_gamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2925140Z copying torch/include/ATen/ops/_standard_gamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2926054Z copying torch/include/ATen/ops/_symeig_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2927546Z copying torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2928871Z copying torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2930449Z copying torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2931647Z copying torch/include/ATen/ops/_symeig_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2933024Z copying torch/include/ATen/ops/_symeig_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2934414Z copying torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2936485Z 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:04:07.2937162Z copying torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2938805Z copying torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2940095Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2941479Z 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:04:07.2943111Z 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:04:07.2944365Z 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:04:07.2945825Z 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:04:07.2947146Z 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:04:07.2948979Z 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:04:07.2950695Z 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:04:07.2952211Z 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:04:07.2954016Z 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:04:07.2955025Z 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:04:07.2956291Z 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:04:07.2958058Z 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:04:07.2959075Z 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:04:07.2960420Z copying torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2961811Z copying torch/include/ATen/ops/_test_optional_floatlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2964361Z 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:04:07.2964937Z 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:04:07.2966175Z 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:04:07.2967645Z 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:04:07.2969029Z 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:04:07.2970309Z 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:04:07.2971673Z copying torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2973031Z copying torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2974558Z copying torch/include/ATen/ops/_test_optional_intlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2975992Z 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:04:07.2977305Z 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:04:07.2979025Z copying torch/include/ATen/ops/_test_optional_intlist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2980211Z copying torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2981822Z copying torch/include/ATen/ops/_test_serialization_subcmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2983330Z 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:04:07.2984696Z copying torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2986018Z copying torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2987517Z copying torch/include/ATen/ops/_test_string_default.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2988784Z 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:04:07.2989783Z copying torch/include/ATen/ops/_test_string_default_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2991456Z copying torch/include/ATen/ops/_test_string_default_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2992106Z copying torch/include/ATen/ops/_test_warn_in_autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.2994030Z 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:04:07.2994780Z 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:04:07.2996879Z 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:04:07.2997228Z 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:04:07.2998316Z 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:04:07.2999382Z 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:04:07.3000301Z 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:04:07.3001902Z 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:04:07.3002987Z 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:04:07.3004389Z 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:04:07.3005402Z 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:04:07.3007064Z copying torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3008638Z 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:04:07.3009510Z 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:04:07.3010482Z 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:04:07.3011737Z 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:04:07.3013102Z 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:04:07.3014679Z 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:04:07.3015951Z 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:04:07.3017348Z 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:04:07.3019040Z 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:04:07.3020397Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3021804Z 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:04:07.3023342Z 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:04:07.3024933Z 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:04:07.3026243Z 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:04:07.3027124Z 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:04:07.3029086Z 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:04:07.3030672Z 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:04:07.3031034Z 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:04:07.3032088Z 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:04:07.3033121Z 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:04:07.3034850Z 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:04:07.3036560Z 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:04:07.3037339Z 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:04:07.3038833Z copying torch/include/ATen/ops/_to_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3039905Z copying torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3041554Z copying torch/include/ATen/ops/_to_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3042487Z copying torch/include/ATen/ops/_to_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3043718Z copying torch/include/ATen/ops/_to_cpu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3045606Z copying torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3046657Z copying torch/include/ATen/ops/_to_cpu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3047992Z copying torch/include/ATen/ops/_to_cpu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3049187Z copying torch/include/ATen/ops/_to_dense.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3050860Z copying torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3051994Z copying torch/include/ATen/ops/_to_dense_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3053554Z copying torch/include/ATen/ops/_to_dense_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3054858Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3056635Z 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:04:07.3057816Z 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:04:07.3059472Z 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:04:07.3060773Z 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:04:07.3062255Z 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:04:07.3063969Z 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:04:07.3065812Z 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:04:07.3066987Z 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:04:07.3068625Z 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:04:07.3069846Z 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:04:07.3071207Z 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:04:07.3072766Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3074482Z 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:04:07.3075673Z 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:04:07.3076975Z 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:04:07.3078260Z 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:04:07.3079646Z 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:04:07.3081411Z copying torch/include/ATen/ops/_trilinear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3082660Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3084203Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3085435Z copying torch/include/ATen/ops/_trilinear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3086980Z copying torch/include/ATen/ops/_trilinear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3088329Z copying torch/include/ATen/ops/_triton_multi_head_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3089773Z 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:04:07.3091051Z 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:04:07.3092646Z 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:04:07.3094029Z 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:04:07.3095259Z copying torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3096731Z 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:04:07.3098031Z 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:04:07.3099393Z 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:04:07.3101090Z 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:04:07.3102420Z copying torch/include/ATen/ops/_unique.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3103760Z copying torch/include/ATen/ops/_unique2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3105494Z copying torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3106588Z copying torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3108152Z copying torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3109303Z copying torch/include/ATen/ops/_unique2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3110835Z copying torch/include/ATen/ops/_unique2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3112561Z copying torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3113710Z copying torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3115100Z copying torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3116387Z copying torch/include/ATen/ops/_unique_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3118032Z copying torch/include/ATen/ops/_unique_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3119357Z copying torch/include/ATen/ops/_unpack_dual.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3121108Z copying torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3122089Z copying torch/include/ATen/ops/_unpack_dual_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3123440Z copying torch/include/ATen/ops/_unpack_dual_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3124977Z copying torch/include/ATen/ops/_unsafe_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3127243Z copying torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3128293Z copying torch/include/ATen/ops/_unsafe_view_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3129526Z copying torch/include/ATen/ops/_unsafe_view_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3131262Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3132465Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3134426Z 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:04:07.3135350Z 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:04:07.3136950Z 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:04:07.3138251Z 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:04:07.3139963Z 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:04:07.3141076Z 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:04:07.3142598Z 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:04:07.3144431Z 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:04:07.3145669Z 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:04:07.3146897Z 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:04:07.3148408Z 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:04:07.3149724Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3151254Z 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:04:07.3152411Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3153454Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3155132Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3156208Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3157860Z 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:04:07.3159257Z 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:04:07.3160533Z 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:04:07.3161951Z 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:04:07.3163398Z 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:04:07.3164827Z 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:04:07.3166221Z 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:04:07.3167775Z 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:04:07.3168969Z 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:04:07.3170442Z 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:04:07.3171950Z 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:04:07.3173308Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3174694Z 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:04:07.3176054Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3177488Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3178860Z copying torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3180310Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3182147Z 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:04:07.3184025Z 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:04:07.3185327Z 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:04:07.3186715Z 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:04:07.3188067Z 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:04:07.3189418Z 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:04:07.3190817Z 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:04:07.3192391Z 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:04:07.3193829Z 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:04:07.3195060Z 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:04:07.3196453Z 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:04:07.3197783Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3199190Z 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:04:07.3200551Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3201921Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3203387Z copying torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3204978Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3206566Z 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:04:07.3207880Z 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:04:07.3209272Z 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:04:07.3210637Z 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:04:07.3211975Z 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:04:07.3213379Z 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:04:07.3214769Z 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:04:07.3216432Z 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:04:07.3218677Z 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:04:07.3219672Z 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:04:07.3221005Z 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:04:07.3227424Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3227787Z 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:04:07.3228084Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3228438Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3228718Z copying torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3229042Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3229567Z 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:04:07.3230082Z 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:04:07.3231008Z 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:04:07.3232168Z 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:04:07.3233444Z 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:04:07.3234641Z 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:04:07.3235874Z 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:04:07.3236961Z 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:04:07.3238274Z 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:04:07.3239272Z 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:04:07.3240670Z 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:04:07.3241605Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3243081Z 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:04:07.3244042Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3245523Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3246339Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3247626Z 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:04:07.3248595Z 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:04:07.3249904Z 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:04:07.3251059Z 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:04:07.3252283Z 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:04:07.3253242Z 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:04:07.3254605Z 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:04:07.3255520Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3256902Z 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:04:07.3257797Z 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:04:07.3259073Z 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:04:07.3260042Z 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:04:07.3262418Z 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:04:07.3262783Z 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:04:07.3264201Z 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:04:07.3264888Z 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:04:07.3266467Z 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:04:07.3267549Z 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:04:07.3268453Z 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:04:07.3269333Z 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:04:07.3270705Z 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:04:07.3272829Z 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:04:07.3273325Z 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:04:07.3274398Z 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:04:07.3275102Z 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:04:07.3276547Z 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:04:07.3277818Z 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:04:07.3279181Z 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:04:07.3280574Z 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:04:07.3282088Z 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:04:07.3283464Z 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:04:07.3285185Z 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:04:07.3286316Z 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:04:07.3287910Z 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:04:07.3289185Z 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:04:07.3290474Z 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:04:07.3291805Z copying torch/include/ATen/ops/_values.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3293295Z copying torch/include/ATen/ops/_values_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3294666Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3297072Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3297786Z copying torch/include/ATen/ops/_values_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3299097Z copying torch/include/ATen/ops/_values_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3300726Z copying torch/include/ATen/ops/_values_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3302137Z copying torch/include/ATen/ops/_values_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3303564Z copying torch/include/ATen/ops/_version.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3305325Z copying torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3306360Z copying torch/include/ATen/ops/_version_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3307925Z copying torch/include/ATen/ops/_version_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3309122Z copying torch/include/ATen/ops/_weight_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3310822Z copying torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3312001Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3313505Z 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:04:07.3314805Z 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:04:07.3316221Z 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:04:07.3317516Z copying torch/include/ATen/ops/_weight_norm_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3318917Z copying torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3320603Z 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:04:07.3321834Z 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:04:07.3323232Z 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:04:07.3324714Z 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:04:07.3326290Z 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:04:07.3327988Z 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:04:07.3329222Z 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:04:07.3331000Z 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:04:07.3332050Z copying torch/include/ATen/ops/_weight_norm_interface_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3334040Z copying torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3335212Z copying torch/include/ATen/ops/_weight_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3336419Z copying torch/include/ATen/ops/_weight_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3338005Z copying torch/include/ATen/ops/abs.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3339340Z copying torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3340700Z copying torch/include/ATen/ops/abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3342364Z copying torch/include/ATen/ops/abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3344543Z copying torch/include/ATen/ops/abs_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3345574Z copying torch/include/ATen/ops/abs_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3347087Z copying torch/include/ATen/ops/absolute.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3348543Z copying torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3349827Z copying torch/include/ATen/ops/absolute_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3351374Z copying torch/include/ATen/ops/absolute_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3352782Z copying torch/include/ATen/ops/acos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3354480Z copying torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3355663Z copying torch/include/ATen/ops/acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3356941Z copying torch/include/ATen/ops/acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3358261Z copying torch/include/ATen/ops/acos_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3359624Z copying torch/include/ATen/ops/acos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3361081Z copying torch/include/ATen/ops/acos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3362642Z copying torch/include/ATen/ops/acos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3363947Z copying torch/include/ATen/ops/acosh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3365864Z copying torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3366763Z copying torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3368268Z copying torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3369552Z copying torch/include/ATen/ops/acosh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3370909Z copying torch/include/ATen/ops/acosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3372305Z copying torch/include/ATen/ops/acosh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3373932Z copying torch/include/ATen/ops/acosh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3375470Z copying torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3376967Z 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:04:07.3378633Z copying torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3379791Z copying torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3381266Z copying torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3383035Z 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:04:07.3384108Z 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:04:07.3385456Z 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:04:07.3386945Z copying torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3388317Z copying torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3389383Z copying torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3390367Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3391607Z 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:04:07.3392644Z 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:04:07.3393501Z 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:04:07.3394400Z 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:04:07.3395361Z 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:04:07.3396274Z 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:04:07.3398021Z 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:04:07.3399012Z copying torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3400787Z copying torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3401190Z copying torch/include/ATen/ops/adaptive_max_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3402143Z 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:04:07.3403471Z copying torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3404284Z copying torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3405477Z copying torch/include/ATen/ops/adaptive_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3406624Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3408031Z 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:04:07.3409134Z 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:04:07.3409994Z 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:04:07.3411134Z 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:04:07.3412540Z 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:04:07.3413473Z 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:04:07.3414995Z 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:04:07.3416017Z 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:04:07.3417074Z 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:04:07.3418407Z 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:04:07.3419413Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3420358Z 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:04:07.3421718Z copying torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3422920Z copying torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3423811Z copying torch/include/ATen/ops/adaptive_max_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3425253Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3426311Z 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:04:07.3427234Z 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:04:07.3428844Z 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:04:07.3429607Z 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:04:07.3430838Z 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:04:07.3431961Z 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:04:07.3432918Z 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:04:07.3434303Z 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:04:07.3435282Z 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:04:07.3436581Z 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:04:07.3437547Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3438761Z 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:04:07.3439661Z copying torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3440589Z copying torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3442103Z copying torch/include/ATen/ops/add.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3443435Z copying torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3444496Z copying torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3445559Z copying torch/include/ATen/ops/add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3446560Z copying torch/include/ATen/ops/add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3447916Z copying torch/include/ATen/ops/add_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3448931Z copying torch/include/ATen/ops/add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3449876Z copying torch/include/ATen/ops/add_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3450949Z copying torch/include/ATen/ops/add_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3451938Z copying torch/include/ATen/ops/addbmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3453256Z copying torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3453918Z copying torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3455429Z copying torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3456223Z copying torch/include/ATen/ops/addbmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3457500Z copying torch/include/ATen/ops/addbmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3458708Z copying torch/include/ATen/ops/addcdiv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3460396Z copying torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3461401Z copying torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3462696Z copying torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3463601Z copying torch/include/ATen/ops/addcdiv_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3465089Z copying torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3466039Z copying torch/include/ATen/ops/addcdiv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3467040Z copying torch/include/ATen/ops/addcdiv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3468263Z copying torch/include/ATen/ops/addcmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3469795Z copying torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3471277Z copying torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3472440Z copying torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3473762Z copying torch/include/ATen/ops/addcmul_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3475431Z copying torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3476671Z copying torch/include/ATen/ops/addcmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3478071Z copying torch/include/ATen/ops/addcmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3479728Z copying torch/include/ATen/ops/addmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3481213Z copying torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3482556Z copying torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3483956Z copying torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3485652Z copying torch/include/ATen/ops/addmm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3486896Z copying torch/include/ATen/ops/addmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3488234Z copying torch/include/ATen/ops/addmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3490127Z copying torch/include/ATen/ops/addmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3491117Z copying torch/include/ATen/ops/addmv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3492894Z copying torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3493861Z copying torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3495551Z copying torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3496659Z copying torch/include/ATen/ops/addmv_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3498276Z copying torch/include/ATen/ops/addmv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3499298Z copying torch/include/ATen/ops/addmv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3500987Z copying torch/include/ATen/ops/addmv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3502220Z copying torch/include/ATen/ops/addr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3504631Z copying torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3505530Z copying torch/include/ATen/ops/addr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3507073Z copying torch/include/ATen/ops/addr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3508182Z copying torch/include/ATen/ops/addr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3510922Z copying torch/include/ATen/ops/addr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3511502Z copying torch/include/ATen/ops/adjoint.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3511842Z copying torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3513119Z copying torch/include/ATen/ops/adjoint_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3514274Z copying torch/include/ATen/ops/adjoint_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3515456Z copying torch/include/ATen/ops/affine_grid_generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3516823Z copying torch/include/ATen/ops/affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3517791Z 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:04:07.3519359Z 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:04:07.3520429Z 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:04:07.3521698Z 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:04:07.3522920Z copying torch/include/ATen/ops/affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3524149Z copying torch/include/ATen/ops/affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3525027Z copying torch/include/ATen/ops/alias.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3526538Z copying torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3527728Z copying torch/include/ATen/ops/alias_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3528771Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3530089Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3531052Z copying torch/include/ATen/ops/alias_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3532035Z copying torch/include/ATen/ops/alias_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3533503Z copying torch/include/ATen/ops/alias_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3533940Z copying torch/include/ATen/ops/alias_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3535737Z copying torch/include/ATen/ops/align_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3536768Z copying torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3537683Z copying torch/include/ATen/ops/align_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3538657Z copying torch/include/ATen/ops/align_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3539881Z copying torch/include/ATen/ops/align_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3540896Z copying torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3542647Z copying torch/include/ATen/ops/align_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3543596Z copying torch/include/ATen/ops/align_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3544874Z copying torch/include/ATen/ops/align_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3546276Z copying torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3547221Z copying torch/include/ATen/ops/align_to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3548044Z copying torch/include/ATen/ops/align_to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3549400Z copying torch/include/ATen/ops/all.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3550733Z copying torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3551730Z copying torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3552691Z copying torch/include/ATen/ops/all_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3553549Z copying torch/include/ATen/ops/all_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3554906Z copying torch/include/ATen/ops/all_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3556263Z copying torch/include/ATen/ops/all_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3556759Z copying torch/include/ATen/ops/all_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3558203Z copying torch/include/ATen/ops/all_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3559685Z copying torch/include/ATen/ops/allclose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3561536Z copying torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3561816Z copying torch/include/ATen/ops/allclose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3563294Z copying torch/include/ATen/ops/allclose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3564195Z copying torch/include/ATen/ops/alpha_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3565104Z copying torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3566039Z copying torch/include/ATen/ops/alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3567772Z copying torch/include/ATen/ops/alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3568330Z copying torch/include/ATen/ops/amax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3569875Z copying torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3570616Z copying torch/include/ATen/ops/amax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3571459Z copying torch/include/ATen/ops/amax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3573099Z copying torch/include/ATen/ops/amax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3574040Z copying torch/include/ATen/ops/amax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3574978Z copying torch/include/ATen/ops/amax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3577256Z copying torch/include/ATen/ops/amax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3577659Z copying torch/include/ATen/ops/amin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3578600Z copying torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3579381Z copying torch/include/ATen/ops/amin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3580609Z copying torch/include/ATen/ops/amin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3581929Z copying torch/include/ATen/ops/amin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3583087Z copying torch/include/ATen/ops/amin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3584012Z copying torch/include/ATen/ops/amin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3585487Z copying torch/include/ATen/ops/amin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3586708Z copying torch/include/ATen/ops/aminmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3587909Z copying torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3588634Z copying torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3590154Z copying torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3590767Z copying torch/include/ATen/ops/aminmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3592159Z copying torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3592834Z copying torch/include/ATen/ops/aminmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3594169Z copying torch/include/ATen/ops/aminmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3595417Z copying torch/include/ATen/ops/and.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3596543Z copying torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3597868Z copying torch/include/ATen/ops/and_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3598240Z copying torch/include/ATen/ops/and_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3600703Z copying torch/include/ATen/ops/angle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3600999Z copying torch/include/ATen/ops/angle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3602736Z copying torch/include/ATen/ops/angle_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3603007Z copying torch/include/ATen/ops/angle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3603914Z copying torch/include/ATen/ops/angle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3605064Z copying torch/include/ATen/ops/any.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3606067Z copying torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3607534Z copying torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3608299Z copying torch/include/ATen/ops/any_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3609110Z copying torch/include/ATen/ops/any_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3611053Z copying torch/include/ATen/ops/any_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3611703Z copying torch/include/ATen/ops/any_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3612602Z copying torch/include/ATen/ops/any_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3614629Z copying torch/include/ATen/ops/any_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3614892Z copying torch/include/ATen/ops/arange.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3616608Z copying torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3617470Z copying torch/include/ATen/ops/arange_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3618913Z copying torch/include/ATen/ops/arange_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3620008Z copying torch/include/ATen/ops/arange_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3621891Z copying torch/include/ATen/ops/arange_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3622229Z copying torch/include/ATen/ops/arange_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3623575Z copying torch/include/ATen/ops/arccos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3624985Z copying torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3625472Z copying torch/include/ATen/ops/arccos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3626885Z copying torch/include/ATen/ops/arccos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3627904Z copying torch/include/ATen/ops/arccosh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3629000Z copying torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3629564Z copying torch/include/ATen/ops/arccosh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3630931Z copying torch/include/ATen/ops/arccosh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3632680Z copying torch/include/ATen/ops/arcsin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3633262Z copying torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3634191Z copying torch/include/ATen/ops/arcsin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3635427Z copying torch/include/ATen/ops/arcsin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3636647Z copying torch/include/ATen/ops/arcsinh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3637574Z copying torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3638692Z copying torch/include/ATen/ops/arcsinh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3640186Z copying torch/include/ATen/ops/arcsinh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3640927Z copying torch/include/ATen/ops/arctan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3644146Z copying torch/include/ATen/ops/arctan2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3644571Z copying torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3644906Z copying torch/include/ATen/ops/arctan2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3645559Z copying torch/include/ATen/ops/arctan2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3647190Z copying torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3647754Z copying torch/include/ATen/ops/arctan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3648912Z copying torch/include/ATen/ops/arctan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3649772Z copying torch/include/ATen/ops/arctanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3651100Z copying torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3652096Z copying torch/include/ATen/ops/arctanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3653343Z copying torch/include/ATen/ops/arctanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3654744Z copying torch/include/ATen/ops/argmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3656219Z copying torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3657056Z copying torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3658243Z copying torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3659248Z copying torch/include/ATen/ops/argmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3660258Z copying torch/include/ATen/ops/argmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3661421Z copying torch/include/ATen/ops/argmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3662470Z copying torch/include/ATen/ops/argmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3664567Z copying torch/include/ATen/ops/argmin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3665632Z copying torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3666389Z copying torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3667315Z copying torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3668795Z copying torch/include/ATen/ops/argmin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3669779Z copying torch/include/ATen/ops/argmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3671655Z copying torch/include/ATen/ops/argmin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3672144Z copying torch/include/ATen/ops/argmin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3672837Z copying torch/include/ATen/ops/argsort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3673852Z copying torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3675028Z copying torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3675931Z copying torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3676952Z copying torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3678124Z copying torch/include/ATen/ops/argsort_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3679290Z copying torch/include/ATen/ops/argsort_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3680313Z copying torch/include/ATen/ops/argwhere.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3681750Z copying torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3682737Z copying torch/include/ATen/ops/argwhere_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3683784Z copying torch/include/ATen/ops/argwhere_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3685496Z copying torch/include/ATen/ops/as_strided.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3686305Z copying torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3687536Z copying torch/include/ATen/ops/as_strided_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3688973Z 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:04:07.3690026Z 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:04:07.3690926Z copying torch/include/ATen/ops/as_strided_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3692424Z copying torch/include/ATen/ops/as_strided_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3693150Z copying torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3694310Z copying torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3695571Z copying torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3696834Z copying torch/include/ATen/ops/as_strided_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3697760Z copying torch/include/ATen/ops/as_strided_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3699379Z copying torch/include/ATen/ops/as_strided_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3699795Z 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:04:07.3701056Z copying torch/include/ATen/ops/as_strided_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3701958Z copying torch/include/ATen/ops/as_strided_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3703213Z copying torch/include/ATen/ops/asin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3705003Z copying torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3705290Z copying torch/include/ATen/ops/asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3706684Z copying torch/include/ATen/ops/asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3707621Z copying torch/include/ATen/ops/asin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3709178Z copying torch/include/ATen/ops/asin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3709762Z copying torch/include/ATen/ops/asin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3710744Z copying torch/include/ATen/ops/asin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3711914Z copying torch/include/ATen/ops/asinh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3712942Z copying torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3713794Z copying torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3715637Z copying torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3716017Z copying torch/include/ATen/ops/asinh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3717140Z copying torch/include/ATen/ops/asinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3718392Z copying torch/include/ATen/ops/asinh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3721594Z copying torch/include/ATen/ops/asinh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3721893Z copying torch/include/ATen/ops/atan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3722140Z copying torch/include/ATen/ops/atan2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3723251Z copying torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3724147Z copying torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3725528Z copying torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3726444Z copying torch/include/ATen/ops/atan2_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3727571Z copying torch/include/ATen/ops/atan2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3729054Z copying torch/include/ATen/ops/atan2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3729548Z copying torch/include/ATen/ops/atan2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3731051Z copying torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3731846Z copying torch/include/ATen/ops/atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3732864Z copying torch/include/ATen/ops/atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3733934Z copying torch/include/ATen/ops/atan_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3735055Z copying torch/include/ATen/ops/atan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3736498Z copying torch/include/ATen/ops/atan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3737497Z copying torch/include/ATen/ops/atan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3738628Z copying torch/include/ATen/ops/atanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3739644Z copying torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3740596Z copying torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3742269Z copying torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3743195Z copying torch/include/ATen/ops/atanh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3744723Z copying torch/include/ATen/ops/atanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3745463Z copying torch/include/ATen/ops/atanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3746863Z copying torch/include/ATen/ops/atanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3747787Z copying torch/include/ATen/ops/atleast_1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3749048Z copying torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3750073Z copying torch/include/ATen/ops/atleast_1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3751126Z copying torch/include/ATen/ops/atleast_1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3752249Z copying torch/include/ATen/ops/atleast_2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3753454Z copying torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3754484Z copying torch/include/ATen/ops/atleast_2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3755576Z copying torch/include/ATen/ops/atleast_2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3756686Z copying torch/include/ATen/ops/atleast_3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3758496Z copying torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3759391Z copying torch/include/ATen/ops/atleast_3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3760458Z copying torch/include/ATen/ops/atleast_3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3761885Z copying torch/include/ATen/ops/avg_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3763090Z copying torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3764063Z copying torch/include/ATen/ops/avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3765223Z copying torch/include/ATen/ops/avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3766351Z copying torch/include/ATen/ops/avg_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3767422Z copying torch/include/ATen/ops/avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3768422Z 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:04:07.3769692Z 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:04:07.3770408Z 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:04:07.3772208Z copying torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3772631Z 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:04:07.3773996Z copying torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3774540Z copying torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3775815Z copying torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3776841Z copying torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3777868Z copying torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3779166Z copying torch/include/ATen/ops/avg_pool2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3780123Z copying torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3781205Z copying torch/include/ATen/ops/avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3782459Z copying torch/include/ATen/ops/avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3783341Z copying torch/include/ATen/ops/avg_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3784433Z copying torch/include/ATen/ops/avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3785453Z 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:04:07.3786562Z 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:04:07.3787682Z 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:04:07.3788612Z copying torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3789780Z 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:04:07.3790990Z copying torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3792006Z copying torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3793196Z copying torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3794112Z copying torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3795221Z copying torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3796361Z copying torch/include/ATen/ops/avg_pool3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3797532Z copying torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3798609Z copying torch/include/ATen/ops/avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3799672Z copying torch/include/ATen/ops/avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3800754Z copying torch/include/ATen/ops/baddbmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3804161Z copying torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3804436Z copying torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3804710Z copying torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3806696Z copying torch/include/ATen/ops/baddbmm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3807155Z copying torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3808538Z copying torch/include/ATen/ops/baddbmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3809379Z copying torch/include/ATen/ops/baddbmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3810673Z copying torch/include/ATen/ops/bartlett_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3811742Z copying torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3812775Z copying torch/include/ATen/ops/bartlett_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3814478Z copying torch/include/ATen/ops/bartlett_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3815259Z copying torch/include/ATen/ops/batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3816679Z copying torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3817857Z 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:04:07.3819076Z 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:04:07.3820218Z 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:04:07.3821423Z 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:04:07.3822849Z copying torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3824682Z 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:04:07.3825880Z 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:04:07.3826758Z 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:04:07.3828168Z 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:04:07.3829769Z copying torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3830454Z copying torch/include/ATen/ops/batch_norm_elemt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3832243Z 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:04:07.3833385Z copying torch/include/ATen/ops/batch_norm_elemt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3834092Z copying torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3835308Z copying torch/include/ATen/ops/batch_norm_gather_stats.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3836612Z 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:04:07.3837617Z 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:04:07.3838752Z 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:04:07.3839783Z 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:04:07.3841075Z 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:04:07.3842527Z 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:04:07.3843674Z 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:04:07.3844666Z 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:04:07.3845819Z 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:04:07.3847121Z copying torch/include/ATen/ops/batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3848456Z copying torch/include/ATen/ops/batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3849326Z copying torch/include/ATen/ops/batch_norm_stats.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3850961Z 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:04:07.3851947Z 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:04:07.3853241Z copying torch/include/ATen/ops/batch_norm_stats_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3854420Z copying torch/include/ATen/ops/batch_norm_stats_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3855841Z copying torch/include/ATen/ops/batch_norm_update_stats.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3857245Z 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:04:07.3858086Z 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:04:07.3859709Z 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:04:07.3860672Z 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:04:07.3861882Z 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:04:07.3863708Z copying torch/include/ATen/ops/bernoulli.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3864026Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3865451Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3866286Z copying torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3867891Z copying torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3868665Z copying torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3869997Z copying torch/include/ATen/ops/bernoulli_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3870900Z copying torch/include/ATen/ops/bernoulli_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3872295Z copying torch/include/ATen/ops/bilinear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3873364Z copying torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3874384Z copying torch/include/ATen/ops/bilinear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3875326Z copying torch/include/ATen/ops/bilinear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3876446Z copying torch/include/ATen/ops/binary_cross_entropy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3877460Z copying torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3878577Z 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:04:07.3879909Z 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:04:07.3880982Z 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:04:07.3881812Z 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:04:07.3885634Z 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:04:07.3886029Z 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:04:07.3886374Z copying torch/include/ATen/ops/binary_cross_entropy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3886902Z copying torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3888564Z 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:04:07.3889030Z 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:04:07.3889915Z 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:04:07.3891306Z 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:04:07.3892193Z copying torch/include/ATen/ops/bincount.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3893541Z copying torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3894391Z copying torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3895404Z copying torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3896277Z copying torch/include/ATen/ops/bincount_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3897646Z copying torch/include/ATen/ops/bincount_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3898189Z copying torch/include/ATen/ops/binomial.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3899515Z copying torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3900487Z copying torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3901902Z copying torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3902525Z copying torch/include/ATen/ops/binomial_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3903576Z copying torch/include/ATen/ops/binomial_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3905041Z copying torch/include/ATen/ops/bitwise_and.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3906386Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3907302Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3908161Z copying torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3909012Z copying torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3909996Z copying torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3911726Z copying torch/include/ATen/ops/bitwise_and_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3912638Z copying torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3913198Z copying torch/include/ATen/ops/bitwise_and_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3914176Z copying torch/include/ATen/ops/bitwise_and_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3915869Z copying torch/include/ATen/ops/bitwise_left_shift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3916594Z 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:04:07.3917361Z 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:04:07.3918527Z 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:04:07.3919700Z 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:04:07.3920626Z copying torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3921909Z 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:04:07.3922965Z copying torch/include/ATen/ops/bitwise_left_shift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3924214Z copying torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3925299Z copying torch/include/ATen/ops/bitwise_not.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3926410Z copying torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3927364Z copying torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3928379Z copying torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3929208Z copying torch/include/ATen/ops/bitwise_not_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3930410Z copying torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3931702Z copying torch/include/ATen/ops/bitwise_not_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3932636Z copying torch/include/ATen/ops/bitwise_not_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3933777Z copying torch/include/ATen/ops/bitwise_or.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3934751Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3936203Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3936974Z copying torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3938613Z copying torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3939217Z copying torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3940543Z copying torch/include/ATen/ops/bitwise_or_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3941718Z copying torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3943105Z copying torch/include/ATen/ops/bitwise_or_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3944342Z copying torch/include/ATen/ops/bitwise_or_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3945738Z copying torch/include/ATen/ops/bitwise_right_shift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3946971Z 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:04:07.3948061Z 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:04:07.3948755Z 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:04:07.3949900Z 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:04:07.3951098Z copying torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3952371Z 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:04:07.3953652Z copying torch/include/ATen/ops/bitwise_right_shift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3954458Z copying torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3955376Z copying torch/include/ATen/ops/bitwise_xor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3956386Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3957812Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3958889Z copying torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3959593Z copying torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3960729Z copying torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3961676Z copying torch/include/ATen/ops/bitwise_xor_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3962766Z copying torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3964178Z copying torch/include/ATen/ops/bitwise_xor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3964953Z copying torch/include/ATen/ops/bitwise_xor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3966348Z copying torch/include/ATen/ops/blackman_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3967604Z copying torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3968762Z copying torch/include/ATen/ops/blackman_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3969975Z copying torch/include/ATen/ops/blackman_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3971094Z copying torch/include/ATen/ops/block_diag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3972363Z copying torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3973212Z copying torch/include/ATen/ops/block_diag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3974643Z copying torch/include/ATen/ops/block_diag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3976541Z copying torch/include/ATen/ops/bmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3977128Z copying torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3978569Z copying torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3979511Z copying torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3980378Z copying torch/include/ATen/ops/bmm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3982084Z copying torch/include/ATen/ops/bmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3982844Z copying torch/include/ATen/ops/bmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3984516Z copying torch/include/ATen/ops/bmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3985856Z copying torch/include/ATen/ops/broadcast_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3986609Z copying torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3987513Z copying torch/include/ATen/ops/broadcast_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3988728Z copying torch/include/ATen/ops/broadcast_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3989645Z copying torch/include/ATen/ops/broadcast_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3991338Z copying torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3991878Z copying torch/include/ATen/ops/broadcast_to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3993132Z copying torch/include/ATen/ops/broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3993990Z copying torch/include/ATen/ops/bucketize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3995133Z copying torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3996195Z copying torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3997202Z copying torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3998205Z copying torch/include/ATen/ops/bucketize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.3999198Z copying torch/include/ATen/ops/bucketize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4000460Z copying torch/include/ATen/ops/can_cast.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4001536Z copying torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4002786Z copying torch/include/ATen/ops/can_cast_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4004060Z copying torch/include/ATen/ops/can_cast_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4004971Z copying torch/include/ATen/ops/cartesian_prod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4006034Z copying torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4007163Z copying torch/include/ATen/ops/cartesian_prod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4008268Z copying torch/include/ATen/ops/cartesian_prod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4009554Z copying torch/include/ATen/ops/cat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4010267Z copying torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4011191Z copying torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4013355Z copying torch/include/ATen/ops/cat_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4013709Z copying torch/include/ATen/ops/cat_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4014667Z copying torch/include/ATen/ops/cat_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4015949Z copying torch/include/ATen/ops/cat_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4016804Z copying torch/include/ATen/ops/cat_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4018054Z copying torch/include/ATen/ops/cat_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4019357Z copying torch/include/ATen/ops/cauchy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4019918Z copying torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4020842Z copying torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4022201Z copying torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4022978Z copying torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4024108Z copying torch/include/ATen/ops/cauchy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4025247Z copying torch/include/ATen/ops/cauchy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4026247Z copying torch/include/ATen/ops/ccol_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4027354Z copying torch/include/ATen/ops/ccol_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4028460Z 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:04:07.4029545Z 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:04:07.4030658Z copying torch/include/ATen/ops/ccol_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4031724Z copying torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4032974Z copying torch/include/ATen/ops/ccol_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4034009Z copying torch/include/ATen/ops/ccol_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4035100Z copying torch/include/ATen/ops/cdist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4036252Z copying torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4037265Z copying torch/include/ATen/ops/cdist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4038359Z copying torch/include/ATen/ops/gt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4039393Z copying torch/include/ATen/ops/cdist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4040624Z copying torch/include/ATen/ops/ceil.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4041867Z copying torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4042852Z copying torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4043978Z copying torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4045042Z copying torch/include/ATen/ops/ceil_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4046639Z copying torch/include/ATen/ops/ceil_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4048323Z copying torch/include/ATen/ops/ceil_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4048894Z copying torch/include/ATen/ops/ceil_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4049959Z copying torch/include/ATen/ops/celu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4050979Z copying torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4051854Z copying torch/include/ATen/ops/celu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4052811Z copying torch/include/ATen/ops/celu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4053800Z copying torch/include/ATen/ops/chain_matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4055105Z copying torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4056114Z copying torch/include/ATen/ops/chain_matmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4057295Z copying torch/include/ATen/ops/chain_matmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4058467Z copying torch/include/ATen/ops/chalf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4059506Z copying torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4060473Z copying torch/include/ATen/ops/chalf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4061413Z copying torch/include/ATen/ops/chalf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4062547Z copying torch/include/ATen/ops/channel_shuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4063613Z copying torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4064632Z copying torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4065558Z copying torch/include/ATen/ops/channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4066562Z copying torch/include/ATen/ops/channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4067477Z copying torch/include/ATen/ops/cholesky.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4068535Z copying torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4069530Z copying torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4070490Z copying torch/include/ATen/ops/cholesky_inverse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4071450Z copying torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4072476Z copying torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4073384Z copying torch/include/ATen/ops/cholesky_inverse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4074413Z copying torch/include/ATen/ops/cholesky_inverse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4075290Z copying torch/include/ATen/ops/cholesky_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4076252Z copying torch/include/ATen/ops/cholesky_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4077440Z copying torch/include/ATen/ops/cholesky_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4078350Z copying torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4079297Z copying torch/include/ATen/ops/cholesky_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4080242Z copying torch/include/ATen/ops/cholesky_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4081255Z copying torch/include/ATen/ops/choose_qparams_optimized.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4082458Z 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:04:07.4083256Z copying torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4084209Z copying torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4085175Z copying torch/include/ATen/ops/chunk.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4086232Z copying torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4087129Z copying torch/include/ATen/ops/chunk_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4088135Z copying torch/include/ATen/ops/chunk_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4089327Z copying torch/include/ATen/ops/clamp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4090536Z copying torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4091106Z copying torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4092113Z copying torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4092871Z copying torch/include/ATen/ops/clamp_max.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4094256Z copying torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4095252Z copying torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4096315Z copying torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4097249Z copying torch/include/ATen/ops/clamp_max_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4098534Z copying torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4099460Z copying torch/include/ATen/ops/clamp_max_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4100664Z copying torch/include/ATen/ops/clamp_max_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4101958Z copying torch/include/ATen/ops/clamp_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4103328Z copying torch/include/ATen/ops/clamp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4104345Z copying torch/include/ATen/ops/clamp_min.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4106026Z copying torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4106744Z copying torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4107653Z copying torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4108579Z copying torch/include/ATen/ops/clamp_min_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4109754Z copying torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4110969Z copying torch/include/ATen/ops/clamp_min_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4112020Z copying torch/include/ATen/ops/clamp_min_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4113764Z copying torch/include/ATen/ops/clamp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4114741Z copying torch/include/ATen/ops/clamp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4115585Z copying torch/include/ATen/ops/clip.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4117333Z copying torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4117890Z copying torch/include/ATen/ops/clip_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4118775Z copying torch/include/ATen/ops/clip_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4120290Z copying torch/include/ATen/ops/clone.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4121486Z copying torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4122479Z copying torch/include/ATen/ops/clone_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4123726Z copying torch/include/ATen/ops/clone_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4124754Z copying torch/include/ATen/ops/coalesce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4125984Z copying torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4126837Z copying torch/include/ATen/ops/coalesce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4128030Z copying torch/include/ATen/ops/coalesce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4129179Z copying torch/include/ATen/ops/col2im.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4130831Z copying torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4131449Z copying torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4132701Z copying torch/include/ATen/ops/col2im_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4134092Z copying torch/include/ATen/ops/col2im_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4135503Z copying torch/include/ATen/ops/col_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4136277Z copying torch/include/ATen/ops/col_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4137608Z 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:04:07.4138656Z 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:04:07.4139556Z copying torch/include/ATen/ops/col_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4141295Z copying torch/include/ATen/ops/col_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4142210Z copying torch/include/ATen/ops/col_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4143944Z copying torch/include/ATen/ops/col_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4144867Z copying torch/include/ATen/ops/column_stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4146029Z copying torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4147996Z copying torch/include/ATen/ops/column_stack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4177054Z copying torch/include/ATen/ops/column_stack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4178584Z copying torch/include/ATen/ops/combinations.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4179342Z copying torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4179817Z copying torch/include/ATen/ops/combinations_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4180211Z copying torch/include/ATen/ops/i0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4180702Z copying torch/include/ATen/ops/combinations_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4181167Z copying torch/include/ATen/ops/complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4181913Z copying torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4182416Z copying torch/include/ATen/ops/complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4182703Z copying torch/include/ATen/ops/complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4182969Z copying torch/include/ATen/ops/complex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4183218Z copying torch/include/ATen/ops/complex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4183455Z copying torch/include/ATen/ops/concat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4183829Z copying torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4184085Z copying torch/include/ATen/ops/concat_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4184325Z copying torch/include/ATen/ops/concat_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4184610Z copying torch/include/ATen/ops/concatenate.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4185126Z copying torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4185393Z copying torch/include/ATen/ops/concatenate_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4185649Z copying torch/include/ATen/ops/concatenate_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4185885Z copying torch/include/ATen/ops/conj.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4186247Z copying torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4186505Z copying torch/include/ATen/ops/conj_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4186828Z copying torch/include/ATen/ops/conj_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4187074Z copying torch/include/ATen/ops/conj_physical.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4187485Z copying torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4187955Z copying torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4188432Z copying torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4188849Z copying torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4189121Z copying torch/include/ATen/ops/conj_physical_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4189489Z copying torch/include/ATen/ops/conj_physical_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4189768Z copying torch/include/ATen/ops/constant_pad_nd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4190178Z 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:04:07.4190536Z copying torch/include/ATen/ops/constant_pad_nd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4190886Z copying torch/include/ATen/ops/constant_pad_nd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4191144Z copying torch/include/ATen/ops/contiguous.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4191643Z copying torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4192163Z copying torch/include/ATen/ops/contiguous_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4192544Z copying torch/include/ATen/ops/contiguous_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4192923Z copying torch/include/ATen/ops/conv1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4193517Z copying torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4194034Z copying torch/include/ATen/ops/conv1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4195043Z copying torch/include/ATen/ops/conv1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4195518Z copying torch/include/ATen/ops/conv2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4196558Z copying torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4197506Z copying torch/include/ATen/ops/conv2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4198265Z copying torch/include/ATen/ops/conv2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4199703Z copying torch/include/ATen/ops/conv3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4200694Z copying torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4201534Z copying torch/include/ATen/ops/conv3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4202564Z copying torch/include/ATen/ops/conv3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4203982Z copying torch/include/ATen/ops/conv_depthwise3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4204978Z copying torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4206394Z copying torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4207486Z copying torch/include/ATen/ops/conv_depthwise3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4208298Z copying torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4210222Z copying torch/include/ATen/ops/conv_tbc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4211707Z copying torch/include/ATen/ops/conv_tbc_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4212899Z 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:04:07.4213232Z copying torch/include/ATen/ops/conv_tbc_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4214021Z copying torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4215367Z copying torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4215987Z copying torch/include/ATen/ops/conv_tbc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4217344Z copying torch/include/ATen/ops/conv_tbc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4218304Z copying torch/include/ATen/ops/conv_transpose1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4219673Z copying torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4220730Z copying torch/include/ATen/ops/conv_transpose1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4222659Z copying torch/include/ATen/ops/conv_transpose1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4223128Z copying torch/include/ATen/ops/conv_transpose2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4224404Z copying torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4225366Z copying torch/include/ATen/ops/conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4226309Z copying torch/include/ATen/ops/conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4227928Z copying torch/include/ATen/ops/conv_transpose3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4228949Z copying torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4229980Z copying torch/include/ATen/ops/conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4231272Z copying torch/include/ATen/ops/conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4232130Z copying torch/include/ATen/ops/convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4233536Z copying torch/include/ATen/ops/convolution_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4234947Z copying torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4235712Z copying torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4236787Z copying torch/include/ATen/ops/convolution_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4237703Z copying torch/include/ATen/ops/convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4238771Z copying torch/include/ATen/ops/convolution_backward_overrideable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4240110Z 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:04:07.4241009Z copying torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4242537Z copying torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4243417Z copying torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4244356Z copying torch/include/ATen/ops/convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4246004Z copying torch/include/ATen/ops/convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4246997Z copying torch/include/ATen/ops/convolution_overrideable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4248093Z copying torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4249101Z copying torch/include/ATen/ops/convolution_overrideable_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4250453Z copying torch/include/ATen/ops/convolution_overrideable_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4251237Z copying torch/include/ATen/ops/copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4252827Z copying torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4253973Z copying torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4254880Z copying torch/include/ATen/ops/copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4255897Z copying torch/include/ATen/ops/copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4257462Z copying torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4258363Z 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:04:07.4259537Z 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:04:07.4260700Z 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:04:07.4262062Z 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:04:07.4263032Z copying torch/include/ATen/ops/copysign.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4264415Z copying torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4265423Z copying torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4266673Z copying torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4267690Z copying torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4268758Z copying torch/include/ATen/ops/copysign_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4269749Z copying torch/include/ATen/ops/copysign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4270980Z copying torch/include/ATen/ops/copysign_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4272078Z copying torch/include/ATen/ops/copysign_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4273242Z copying torch/include/ATen/ops/corrcoef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4274419Z copying torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4275407Z copying torch/include/ATen/ops/corrcoef_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4276560Z copying torch/include/ATen/ops/corrcoef_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4277953Z copying torch/include/ATen/ops/cos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4279280Z copying torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4280422Z copying torch/include/ATen/ops/cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4281346Z copying torch/include/ATen/ops/cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4282496Z copying torch/include/ATen/ops/cos_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4283455Z copying torch/include/ATen/ops/cos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4284697Z copying torch/include/ATen/ops/cos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4285471Z copying torch/include/ATen/ops/cos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4286957Z copying torch/include/ATen/ops/cosh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4287920Z copying torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4288968Z copying torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4290011Z copying torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4291339Z copying torch/include/ATen/ops/cosh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4292488Z copying torch/include/ATen/ops/cosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4293628Z copying torch/include/ATen/ops/cosh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4294538Z copying torch/include/ATen/ops/cosh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4296442Z copying torch/include/ATen/ops/cosine_embedding_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4296881Z 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:04:07.4297932Z copying torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4298880Z copying torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4300308Z copying torch/include/ATen/ops/cosine_similarity.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4301326Z copying torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4302378Z copying torch/include/ATen/ops/cosine_similarity_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4304099Z copying torch/include/ATen/ops/cosine_similarity_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4305073Z copying torch/include/ATen/ops/count_nonzero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4306143Z copying torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4307130Z copying torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4308091Z copying torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4309424Z copying torch/include/ATen/ops/count_nonzero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4310622Z copying torch/include/ATen/ops/count_nonzero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4311349Z copying torch/include/ATen/ops/cov.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4312855Z copying torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4313564Z copying torch/include/ATen/ops/cov_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4315135Z copying torch/include/ATen/ops/cov_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4316054Z copying torch/include/ATen/ops/cross.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4316807Z copying torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4318043Z copying torch/include/ATen/ops/cross_entropy_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4319005Z 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:04:07.4320498Z copying torch/include/ATen/ops/cross_entropy_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4321552Z copying torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4322151Z copying torch/include/ATen/ops/cross_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4323696Z copying torch/include/ATen/ops/cross_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4324699Z copying torch/include/ATen/ops/crow_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4326136Z copying torch/include/ATen/ops/crow_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4326964Z 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:04:07.4328184Z 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:04:07.4329767Z copying torch/include/ATen/ops/crow_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4330963Z copying torch/include/ATen/ops/crow_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4332225Z copying torch/include/ATen/ops/crow_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4332918Z copying torch/include/ATen/ops/crow_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4334245Z copying torch/include/ATen/ops/ctc_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4335203Z copying torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4336209Z copying torch/include/ATen/ops/ctc_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4337227Z copying torch/include/ATen/ops/ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4338368Z copying torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4339387Z 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:04:07.4340895Z 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:04:07.4341837Z 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:04:07.4343226Z 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:04:07.4344021Z 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:04:07.4345514Z 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:04:07.4346369Z 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:04:07.4347752Z 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:04:07.4348613Z 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:04:07.4349596Z copying torch/include/ATen/ops/cudnn_batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4350910Z copying torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4352007Z 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:04:07.4352960Z 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:04:07.4354524Z 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:04:07.4355137Z 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:04:07.4357219Z 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:04:07.4357897Z 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:04:07.4359102Z copying torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4360118Z copying torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4362151Z copying torch/include/ATen/ops/cudnn_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4362996Z copying torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4363484Z 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:04:07.4364702Z 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:04:07.4365919Z 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:04:07.4366969Z 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:04:07.4368067Z copying torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4369282Z copying torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4370169Z copying torch/include/ATen/ops/cudnn_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4371510Z copying torch/include/ATen/ops/cudnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4372574Z copying torch/include/ATen/ops/cudnn_convolution_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4374639Z 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:04:07.4375256Z 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:04:07.4376225Z copying torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4377256Z copying torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4378721Z copying torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4379694Z 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:04:07.4380697Z 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:04:07.4381675Z copying torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4382964Z copying torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4383760Z copying torch/include/ATen/ops/cudnn_grid_sampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4385001Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4386227Z 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:04:07.4387216Z 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:04:07.4388038Z 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:04:07.4389125Z 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:04:07.4390176Z 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:04:07.4391001Z 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:04:07.4392018Z copying torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4393337Z copying torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4394271Z copying torch/include/ATen/ops/cudnn_is_acceptable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4395498Z 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:04:07.4396503Z copying torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4397663Z copying torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4398906Z copying torch/include/ATen/ops/cummax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4399797Z copying torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4401670Z copying torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4402551Z copying torch/include/ATen/ops/cummax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4403678Z copying torch/include/ATen/ops/cummax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4404783Z copying torch/include/ATen/ops/cummaxmin_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4405994Z copying torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4406976Z copying torch/include/ATen/ops/cummaxmin_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4407932Z copying torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4408972Z copying torch/include/ATen/ops/cummin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4410302Z copying torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4411241Z copying torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4412540Z copying torch/include/ATen/ops/cummin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4413837Z copying torch/include/ATen/ops/cummin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4414748Z copying torch/include/ATen/ops/cumprod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4416075Z copying torch/include/ATen/ops/cumprod_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4417058Z copying torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4418258Z copying torch/include/ATen/ops/cumprod_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4419255Z copying torch/include/ATen/ops/cumprod_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4420523Z copying torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4421725Z copying torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4422750Z copying torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4424390Z copying torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4425164Z copying torch/include/ATen/ops/cumprod_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4426122Z copying torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4427302Z copying torch/include/ATen/ops/cumprod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4428294Z copying torch/include/ATen/ops/cumprod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4429680Z copying torch/include/ATen/ops/cumsum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4430818Z copying torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4431835Z copying torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4432956Z copying torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4434261Z copying torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4435220Z copying torch/include/ATen/ops/cumsum_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4436456Z copying torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4437364Z copying torch/include/ATen/ops/cumsum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4438574Z copying torch/include/ATen/ops/cumsum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4439702Z copying torch/include/ATen/ops/cumulative_trapezoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4440842Z copying torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4441836Z copying torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4443313Z copying torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4444234Z copying torch/include/ATen/ops/data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4445558Z copying torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4446538Z copying torch/include/ATen/ops/data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4447636Z copying torch/include/ATen/ops/data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4448812Z copying torch/include/ATen/ops/deg2rad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4450085Z copying torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4451266Z copying torch/include/ATen/ops/deg2rad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4452186Z copying torch/include/ATen/ops/deg2rad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4453470Z copying torch/include/ATen/ops/dense_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4454615Z copying torch/include/ATen/ops/dense_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4455609Z copying torch/include/ATen/ops/dense_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4456776Z copying torch/include/ATen/ops/dense_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4457878Z copying torch/include/ATen/ops/dense_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4459472Z copying torch/include/ATen/ops/dequantize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4460310Z copying torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4461273Z copying torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4462392Z copying torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4463967Z copying torch/include/ATen/ops/dequantize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4465165Z copying torch/include/ATen/ops/dequantize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4465855Z copying torch/include/ATen/ops/det.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4467737Z copying torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4468223Z copying torch/include/ATen/ops/det_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4470142Z copying torch/include/ATen/ops/det_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4470718Z copying torch/include/ATen/ops/detach.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4472554Z copying torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4474068Z copying torch/include/ATen/ops/detach_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4474820Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4476446Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4477368Z copying torch/include/ATen/ops/detach_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4478640Z copying torch/include/ATen/ops/detach_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4479950Z copying torch/include/ATen/ops/detach_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4480803Z copying torch/include/ATen/ops/detach_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4482374Z copying torch/include/ATen/ops/diag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4483381Z copying torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4484737Z copying torch/include/ATen/ops/diag_embed.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4486114Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4487363Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4488781Z copying torch/include/ATen/ops/diag_embed_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4489539Z copying torch/include/ATen/ops/diag_embed_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4490773Z copying torch/include/ATen/ops/diag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4491738Z copying torch/include/ATen/ops/diag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4492807Z copying torch/include/ATen/ops/diagflat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4493805Z copying torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4495198Z copying torch/include/ATen/ops/diagflat_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4495984Z copying torch/include/ATen/ops/diagflat_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4497198Z copying torch/include/ATen/ops/diagonal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4497894Z copying torch/include/ATen/ops/diagonal_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4499315Z copying torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4500220Z copying torch/include/ATen/ops/diagonal_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4501184Z copying torch/include/ATen/ops/diagonal_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4502873Z copying torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4504100Z copying torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4505128Z copying torch/include/ATen/ops/diagonal_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4506365Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4507442Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4508338Z copying torch/include/ATen/ops/diagonal_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4509807Z copying torch/include/ATen/ops/diagonal_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4510781Z copying torch/include/ATen/ops/diagonal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4512030Z copying torch/include/ATen/ops/diagonal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4513174Z copying torch/include/ATen/ops/diagonal_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4514378Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4515086Z copying torch/include/ATen/ops/diagonal_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4516527Z copying torch/include/ATen/ops/diagonal_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4517444Z copying torch/include/ATen/ops/diff.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4518789Z copying torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4519508Z copying torch/include/ATen/ops/diff_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4520652Z copying torch/include/ATen/ops/diff_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4521296Z copying torch/include/ATen/ops/digamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4522815Z copying torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4523514Z copying torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4525223Z copying torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4525526Z copying torch/include/ATen/ops/digamma_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4526668Z copying torch/include/ATen/ops/digamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4527681Z copying torch/include/ATen/ops/digamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4528889Z copying torch/include/ATen/ops/digamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4529661Z copying torch/include/ATen/ops/dist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4531206Z copying torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4532242Z copying torch/include/ATen/ops/dist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4532934Z copying torch/include/ATen/ops/dist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4534576Z copying torch/include/ATen/ops/div.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4535744Z copying torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4536678Z copying torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4537330Z copying torch/include/ATen/ops/div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4538681Z copying torch/include/ATen/ops/div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4539748Z copying torch/include/ATen/ops/div_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4540587Z copying torch/include/ATen/ops/div_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4541866Z copying torch/include/ATen/ops/div_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4542726Z copying torch/include/ATen/ops/div_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4544001Z copying torch/include/ATen/ops/divide.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4545315Z copying torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4546758Z copying torch/include/ATen/ops/divide_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4547608Z copying torch/include/ATen/ops/divide_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4549072Z copying torch/include/ATen/ops/dot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4550024Z copying torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4551042Z copying torch/include/ATen/ops/dot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4552376Z copying torch/include/ATen/ops/dot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4553268Z copying torch/include/ATen/ops/dot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4554641Z copying torch/include/ATen/ops/dot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4555612Z copying torch/include/ATen/ops/dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4556894Z copying torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4558675Z copying torch/include/ATen/ops/dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4559365Z copying torch/include/ATen/ops/dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4560168Z copying torch/include/ATen/ops/dsplit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4561382Z copying torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4562396Z copying torch/include/ATen/ops/dsplit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4563642Z copying torch/include/ATen/ops/dsplit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4564760Z copying torch/include/ATen/ops/dstack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4565870Z copying torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4566919Z copying torch/include/ATen/ops/dstack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4568325Z copying torch/include/ATen/ops/dstack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4569147Z copying torch/include/ATen/ops/einsum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4571541Z copying torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4571868Z copying torch/include/ATen/ops/einsum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4572825Z copying torch/include/ATen/ops/einsum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4574220Z copying torch/include/ATen/ops/elu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4574920Z copying torch/include/ATen/ops/elu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4576595Z copying torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4577315Z copying torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4578463Z copying torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4579733Z copying torch/include/ATen/ops/elu_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4581477Z copying torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4581937Z copying torch/include/ATen/ops/elu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4583310Z copying torch/include/ATen/ops/elu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4584208Z copying torch/include/ATen/ops/elu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4585842Z copying torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4586924Z copying torch/include/ATen/ops/elu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4587991Z copying torch/include/ATen/ops/elu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4589124Z copying torch/include/ATen/ops/elu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4590224Z copying torch/include/ATen/ops/elu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4591375Z copying torch/include/ATen/ops/elu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4592729Z copying torch/include/ATen/ops/embedding.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4593756Z copying torch/include/ATen/ops/embedding_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4595236Z copying torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4596171Z copying torch/include/ATen/ops/embedding_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4597348Z copying torch/include/ATen/ops/embedding_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4598498Z copying torch/include/ATen/ops/embedding_bag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4599853Z copying torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4601072Z copying torch/include/ATen/ops/embedding_bag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4602030Z copying torch/include/ATen/ops/embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4603912Z copying torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4604620Z copying torch/include/ATen/ops/embedding_dense_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4605875Z 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:04:07.4606825Z 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:04:07.4607912Z 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:04:07.4609430Z copying torch/include/ATen/ops/embedding_dense_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4610331Z copying torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4611313Z copying torch/include/ATen/ops/embedding_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4612582Z copying torch/include/ATen/ops/embedding_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4613665Z copying torch/include/ATen/ops/embedding_renorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4614764Z copying torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4616196Z copying torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4616760Z copying torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4618026Z copying torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4618970Z copying torch/include/ATen/ops/embedding_renorm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4620671Z copying torch/include/ATen/ops/embedding_renorm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4623117Z copying torch/include/ATen/ops/embedding_sparse_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4623558Z 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:04:07.4625772Z copying torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4626783Z copying torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4628405Z copying torch/include/ATen/ops/empty.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4629211Z copying torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4629534Z copying torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4630539Z copying torch/include/ATen/ops/empty_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4631421Z copying torch/include/ATen/ops/empty_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4632810Z copying torch/include/ATen/ops/empty_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4633826Z copying torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4635049Z copying torch/include/ATen/ops/empty_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4635914Z copying torch/include/ATen/ops/empty_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4637285Z copying torch/include/ATen/ops/empty_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4638204Z copying torch/include/ATen/ops/empty_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4639266Z copying torch/include/ATen/ops/empty_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4640569Z copying torch/include/ATen/ops/empty_quantized.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4641631Z copying torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4642881Z copying torch/include/ATen/ops/empty_quantized_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4644410Z copying torch/include/ATen/ops/empty_quantized_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4645260Z copying torch/include/ATen/ops/empty_strided.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4646455Z copying torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4647545Z copying torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4648450Z copying torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4649434Z copying torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4650373Z copying torch/include/ATen/ops/empty_strided_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4651501Z copying torch/include/ATen/ops/empty_strided_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4652748Z copying torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4653504Z copying torch/include/ATen/ops/eq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4655287Z copying torch/include/ATen/ops/eq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4655871Z copying torch/include/ATen/ops/eq_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4656985Z copying torch/include/ATen/ops/eq_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4657895Z copying torch/include/ATen/ops/eq_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4659146Z copying torch/include/ATen/ops/eq_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4660295Z copying torch/include/ATen/ops/equal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4661487Z copying torch/include/ATen/ops/equal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4662855Z copying torch/include/ATen/ops/equal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4663838Z copying torch/include/ATen/ops/equal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4665102Z copying torch/include/ATen/ops/equal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4666608Z copying torch/include/ATen/ops/erf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4668684Z copying torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4669206Z copying torch/include/ATen/ops/erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4669901Z copying torch/include/ATen/ops/erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4671144Z copying torch/include/ATen/ops/erf_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4672711Z copying torch/include/ATen/ops/erf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4674129Z copying torch/include/ATen/ops/erf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4675412Z copying torch/include/ATen/ops/erf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4676932Z copying torch/include/ATen/ops/erfc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4678449Z copying torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4679685Z copying torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4681038Z copying torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4682579Z copying torch/include/ATen/ops/erfc_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4683956Z copying torch/include/ATen/ops/erfc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4685307Z copying torch/include/ATen/ops/erfc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4686889Z copying torch/include/ATen/ops/erfc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4688068Z copying torch/include/ATen/ops/erfinv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4689707Z copying torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4691006Z copying torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4692609Z copying torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4693740Z copying torch/include/ATen/ops/erfinv_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4695065Z copying torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4696621Z copying torch/include/ATen/ops/erfinv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4697922Z copying torch/include/ATen/ops/erfinv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4700088Z copying torch/include/ATen/ops/exp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4701328Z copying torch/include/ATen/ops/exp2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4702836Z copying torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4704135Z copying torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4705797Z copying torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4706960Z copying torch/include/ATen/ops/exp2_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4708327Z copying torch/include/ATen/ops/exp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4709641Z copying torch/include/ATen/ops/exp2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4711200Z copying torch/include/ATen/ops/le.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4712493Z copying torch/include/ATen/ops/exp2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4714419Z copying torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4715507Z copying torch/include/ATen/ops/exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4716921Z copying torch/include/ATen/ops/exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4718204Z copying torch/include/ATen/ops/exp_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4719743Z copying torch/include/ATen/ops/exp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4720998Z copying torch/include/ATen/ops/exp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4722560Z copying torch/include/ATen/ops/exp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4723849Z copying torch/include/ATen/ops/expand.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4725464Z copying torch/include/ATen/ops/expand_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4726766Z copying torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4728107Z copying torch/include/ATen/ops/expand_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4729420Z copying torch/include/ATen/ops/expand_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4730983Z copying torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4732282Z copying torch/include/ATen/ops/expand_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4733977Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4735596Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4736627Z copying torch/include/ATen/ops/expand_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4738198Z copying torch/include/ATen/ops/expand_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4739309Z copying torch/include/ATen/ops/expand_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4740861Z copying torch/include/ATen/ops/expand_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4742239Z copying torch/include/ATen/ops/expm1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4744060Z copying torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4745135Z copying torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4746566Z copying torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4747823Z copying torch/include/ATen/ops/expm1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4749436Z copying torch/include/ATen/ops/expm1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4750629Z copying torch/include/ATen/ops/expm1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4752178Z copying torch/include/ATen/ops/expm1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4753384Z copying torch/include/ATen/ops/exponential.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4755098Z copying torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4756226Z copying torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4757792Z copying torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4759057Z copying torch/include/ATen/ops/exponential_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4760397Z copying torch/include/ATen/ops/exponential_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4761690Z copying torch/include/ATen/ops/exponential_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4763402Z copying torch/include/ATen/ops/eye.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4764626Z copying torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4765942Z copying torch/include/ATen/ops/eye_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4767328Z copying torch/include/ATen/ops/eye_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4768884Z copying torch/include/ATen/ops/eye_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4770457Z copying torch/include/ATen/ops/eye_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4771625Z copying torch/include/ATen/ops/eye_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4773012Z 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:04:07.4774426Z 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:04:07.4776090Z 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:04:07.4777670Z 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:04:07.4778953Z 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:04:07.4780289Z 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:04:07.4782131Z 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:04:07.4783135Z 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:04:07.4785906Z 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:04:07.4786663Z 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:04:07.4788120Z 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:04:07.4789563Z 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:04:07.4791753Z 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:04:07.4792861Z 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:04:07.4794534Z 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:04:07.4795741Z 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:04:07.4797375Z 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:04:07.4798853Z 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:04:07.4800129Z 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:04:07.4801559Z 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:04:07.4803380Z 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:04:07.4804603Z 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:04:07.4806116Z 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:04:07.4807488Z 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:04:07.4808884Z 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:04:07.4810391Z 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:04:07.4811791Z 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:04:07.4813137Z 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:04:07.4814536Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4816039Z 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:04:07.4817371Z 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:04:07.4818936Z 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:04:07.4820194Z 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:04:07.4821519Z 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:04:07.4823053Z 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:04:07.4824347Z copying torch/include/ATen/ops/feature_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4825951Z 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:04:07.4827361Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4828899Z 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:04:07.4829744Z 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:04:07.4831382Z 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:04:07.4832596Z 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:04:07.4833496Z 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:04:07.4834991Z 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:04:07.4835892Z 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:04:07.4837319Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4838619Z 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:04:07.4839603Z 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:04:07.4841398Z 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:04:07.4842053Z 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:04:07.4843995Z 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:04:07.4844715Z 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:04:07.4846017Z 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:04:07.4846948Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4848382Z 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:04:07.4849573Z 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:04:07.4850723Z 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:04:07.4852514Z copying torch/include/ATen/ops/feature_alpha_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4852996Z 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:04:07.4854427Z copying torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4855740Z copying torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4857027Z copying torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4857884Z copying torch/include/ATen/ops/feature_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4859519Z copying torch/include/ATen/ops/feature_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4860299Z copying torch/include/ATen/ops/fft_fft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4862020Z copying torch/include/ATen/ops/fft_fft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4863097Z copying torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4864495Z copying torch/include/ATen/ops/fft_fft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4865387Z copying torch/include/ATen/ops/fft_fft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4867071Z copying torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4868058Z copying torch/include/ATen/ops/fft_fft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4869168Z copying torch/include/ATen/ops/fft_fft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4870534Z copying torch/include/ATen/ops/fft_fftfreq.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4872038Z copying torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4873269Z copying torch/include/ATen/ops/fft_fftfreq_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4874778Z copying torch/include/ATen/ops/fft_fftfreq_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4876820Z copying torch/include/ATen/ops/fft_fftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4878144Z copying torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4879400Z copying torch/include/ATen/ops/fft_fftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4880970Z copying torch/include/ATen/ops/fft_fftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4882130Z copying torch/include/ATen/ops/fft_fftshift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4883865Z copying torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4885123Z copying torch/include/ATen/ops/fft_fftshift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4886470Z copying torch/include/ATen/ops/fft_fftshift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4887985Z copying torch/include/ATen/ops/fft_hfft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4889589Z copying torch/include/ATen/ops/fft_hfft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4890863Z copying torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4892008Z copying torch/include/ATen/ops/fft_hfft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4893559Z copying torch/include/ATen/ops/fft_hfft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4895012Z copying torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4896263Z copying torch/include/ATen/ops/fft_hfft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4897944Z copying torch/include/ATen/ops/fft_hfft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4899254Z copying torch/include/ATen/ops/fft_hfftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4899896Z copying torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4901335Z copying torch/include/ATen/ops/fft_hfftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4902370Z copying torch/include/ATen/ops/fft_hfftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4904074Z copying torch/include/ATen/ops/fft_ifft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4905357Z copying torch/include/ATen/ops/fft_ifft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4906339Z copying torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4907352Z copying torch/include/ATen/ops/fft_ifft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4908912Z copying torch/include/ATen/ops/fft_ifft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4909602Z copying torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4911110Z copying torch/include/ATen/ops/fft_ifft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4912444Z copying torch/include/ATen/ops/fft_ifft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4913473Z copying torch/include/ATen/ops/fft_ifftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4914584Z copying torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4915394Z copying torch/include/ATen/ops/fft_ifftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4916335Z copying torch/include/ATen/ops/fft_ifftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4917541Z copying torch/include/ATen/ops/fft_ifftshift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4918564Z copying torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4919625Z copying torch/include/ATen/ops/fft_ifftshift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4920661Z copying torch/include/ATen/ops/fft_ifftshift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4921863Z copying torch/include/ATen/ops/fft_ihfft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4922957Z copying torch/include/ATen/ops/fft_ihfft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4924059Z copying torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4925003Z copying torch/include/ATen/ops/fft_ihfft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4926101Z copying torch/include/ATen/ops/fft_ihfft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4927171Z copying torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4928107Z copying torch/include/ATen/ops/fft_ihfft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4929085Z copying torch/include/ATen/ops/fft_ihfft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4930251Z copying torch/include/ATen/ops/fft_ihfftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4931380Z copying torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4932431Z copying torch/include/ATen/ops/fft_ihfftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4933481Z copying torch/include/ATen/ops/fft_ihfftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4934596Z copying torch/include/ATen/ops/fft_irfft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4935713Z copying torch/include/ATen/ops/fft_irfft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4936878Z copying torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4937984Z copying torch/include/ATen/ops/fft_irfftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4939137Z copying torch/include/ATen/ops/fft_irfft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4940357Z copying torch/include/ATen/ops/fft_irfft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4941739Z copying torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4942783Z copying torch/include/ATen/ops/fft_irfft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4943798Z copying torch/include/ATen/ops/fft_irfft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4944966Z copying torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4945967Z copying torch/include/ATen/ops/fft_irfftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4947089Z copying torch/include/ATen/ops/fft_irfftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4948244Z copying torch/include/ATen/ops/fft_rfft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4949514Z copying torch/include/ATen/ops/fft_rfft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4950699Z copying torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4951821Z copying torch/include/ATen/ops/fft_rfft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4953368Z copying torch/include/ATen/ops/fft_rfft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4954664Z copying torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4955692Z copying torch/include/ATen/ops/fft_rfft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4956725Z copying torch/include/ATen/ops/fft_rfft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4957780Z copying torch/include/ATen/ops/fft_rfftfreq.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4958977Z copying torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4960788Z copying torch/include/ATen/ops/fft_rfftfreq_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4961079Z copying torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4962645Z copying torch/include/ATen/ops/fft_rfftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4963732Z copying torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4964776Z copying torch/include/ATen/ops/fft_rfftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4966289Z copying torch/include/ATen/ops/fft_rfftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4966988Z copying torch/include/ATen/ops/fill.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4968330Z copying torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4969174Z copying torch/include/ATen/ops/fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4970027Z copying torch/include/ATen/ops/fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4971323Z copying torch/include/ATen/ops/fill_diagonal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4972206Z copying torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4973605Z copying torch/include/ATen/ops/fill_diagonal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4974672Z copying torch/include/ATen/ops/fill_diagonal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4975654Z copying torch/include/ATen/ops/fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4977144Z copying torch/include/ATen/ops/fill_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4977891Z copying torch/include/ATen/ops/fill_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4979379Z copying torch/include/ATen/ops/fix.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4980452Z copying torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4981444Z copying torch/include/ATen/ops/fix_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4982560Z copying torch/include/ATen/ops/fix_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4983768Z copying torch/include/ATen/ops/flatten.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4984823Z copying torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4985980Z copying torch/include/ATen/ops/flatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4987149Z 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:04:07.4988481Z copying torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4989154Z copying torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4990534Z copying torch/include/ATen/ops/flatten_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4991644Z copying torch/include/ATen/ops/flatten_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4992837Z copying torch/include/ATen/ops/flip.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4993818Z copying torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4994699Z copying torch/include/ATen/ops/flip_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4995740Z copying torch/include/ATen/ops/flip_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4996703Z copying torch/include/ATen/ops/flip_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4997553Z copying torch/include/ATen/ops/flip_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4998679Z copying torch/include/ATen/ops/fliplr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.4999702Z copying torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5000481Z copying torch/include/ATen/ops/fliplr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5001685Z copying torch/include/ATen/ops/fliplr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5002552Z copying torch/include/ATen/ops/flipud.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5003567Z copying torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5005115Z copying torch/include/ATen/ops/flipud_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5005919Z copying torch/include/ATen/ops/flipud_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5006812Z copying torch/include/ATen/ops/float_power.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5007954Z copying torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5008828Z copying torch/include/ATen/ops/float_power_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5009919Z copying torch/include/ATen/ops/float_power_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5010874Z copying torch/include/ATen/ops/floor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5011854Z copying torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5012998Z copying torch/include/ATen/ops/floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5014160Z copying torch/include/ATen/ops/floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5014882Z copying torch/include/ATen/ops/floor_divide.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5016641Z copying torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5017172Z copying torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5018462Z copying torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5019415Z copying torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5020857Z copying torch/include/ATen/ops/floor_divide_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5022164Z copying torch/include/ATen/ops/floor_divide_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5024440Z copying torch/include/ATen/ops/floor_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5025155Z copying torch/include/ATen/ops/floor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5026032Z copying torch/include/ATen/ops/floor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5027352Z copying torch/include/ATen/ops/floor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5028308Z copying torch/include/ATen/ops/fmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5029760Z copying torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5030531Z copying torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5031920Z copying torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5032712Z copying torch/include/ATen/ops/fmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5034137Z copying torch/include/ATen/ops/fmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5035258Z copying torch/include/ATen/ops/fmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5036506Z copying torch/include/ATen/ops/fmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5037408Z copying torch/include/ATen/ops/fmin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5038909Z copying torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5039453Z copying torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5041242Z copying torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5041996Z copying torch/include/ATen/ops/fmin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5043488Z copying torch/include/ATen/ops/fmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5044779Z copying torch/include/ATen/ops/fmin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5045710Z copying torch/include/ATen/ops/fmin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5047067Z copying torch/include/ATen/ops/fmod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5048435Z copying torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5049394Z copying torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5050888Z copying torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5051819Z copying torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5053090Z copying torch/include/ATen/ops/fmod_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5054226Z copying torch/include/ATen/ops/fmod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5055460Z copying torch/include/ATen/ops/fmod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5056626Z copying torch/include/ATen/ops/fmod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5058014Z copying torch/include/ATen/ops/frac.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5059265Z copying torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5060420Z copying torch/include/ATen/ops/frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5061795Z copying torch/include/ATen/ops/frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5063776Z copying torch/include/ATen/ops/frac_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5064673Z copying torch/include/ATen/ops/frac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5067106Z copying torch/include/ATen/ops/frac_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5067558Z copying torch/include/ATen/ops/frac_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5068410Z copying torch/include/ATen/ops/fractional_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5069552Z copying torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5070757Z 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:04:07.5071700Z 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:04:07.5072810Z 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:04:07.5074012Z 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:04:07.5075086Z 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:04:07.5076173Z 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:04:07.5077342Z 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:04:07.5078546Z 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:04:07.5079309Z 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:04:07.5080971Z 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:04:07.5081859Z copying torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5082934Z 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:04:07.5083980Z copying torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5085146Z copying torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5086046Z copying torch/include/ATen/ops/fractional_max_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5087324Z copying torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5088379Z 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:04:07.5089447Z 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:04:07.5090736Z 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:04:07.5091821Z 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:04:07.5092948Z 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:04:07.5094193Z 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:04:07.5095146Z 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:04:07.5096410Z copying torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5097575Z 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:04:07.5099127Z copying torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5100269Z copying torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5101307Z copying torch/include/ATen/ops/frexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5103694Z copying torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5104217Z copying torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5106153Z copying torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5106573Z copying torch/include/ATen/ops/frexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5107478Z copying torch/include/ATen/ops/frexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5108094Z copying torch/include/ATen/ops/frobenius_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5109232Z copying torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5110354Z copying torch/include/ATen/ops/frobenius_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5111418Z copying torch/include/ATen/ops/frobenius_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5112303Z copying torch/include/ATen/ops/from_file.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5114014Z copying torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5114703Z copying torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5115697Z copying torch/include/ATen/ops/from_file_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5117051Z copying torch/include/ATen/ops/from_file_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5118046Z copying torch/include/ATen/ops/full.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5119347Z copying torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5120201Z copying torch/include/ATen/ops/full_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5121476Z copying torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5122410Z copying torch/include/ATen/ops/full_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5123466Z copying torch/include/ATen/ops/full_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5124502Z copying torch/include/ATen/ops/full_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5125546Z copying torch/include/ATen/ops/full_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5127049Z 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:04:07.5128151Z 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:04:07.5129071Z 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:04:07.5130306Z 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:04:07.5131279Z copying torch/include/ATen/ops/gather.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5132539Z copying torch/include/ATen/ops/gather_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5133783Z copying torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5134651Z copying torch/include/ATen/ops/gather_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5135640Z copying torch/include/ATen/ops/gather_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5136892Z copying torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5137719Z copying torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5138643Z copying torch/include/ATen/ops/gather_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5140647Z copying torch/include/ATen/ops/gather_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5141089Z copying torch/include/ATen/ops/gather_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5142576Z copying torch/include/ATen/ops/gather_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5143470Z copying torch/include/ATen/ops/gather_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5144795Z copying torch/include/ATen/ops/gather_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5145527Z copying torch/include/ATen/ops/gcd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5146576Z copying torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5147931Z copying torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5148776Z copying torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5150382Z copying torch/include/ATen/ops/gcd_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5151293Z copying torch/include/ATen/ops/gcd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5152180Z copying torch/include/ATen/ops/gcd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5154342Z copying torch/include/ATen/ops/gcd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5154914Z copying torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5155708Z copying torch/include/ATen/ops/ge_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5157153Z copying torch/include/ATen/ops/ge_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5157973Z copying torch/include/ATen/ops/ge_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5159062Z copying torch/include/ATen/ops/ge_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5160092Z copying torch/include/ATen/ops/ge_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5161164Z copying torch/include/ATen/ops/ge_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5162294Z copying torch/include/ATen/ops/gelu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5163510Z copying torch/include/ATen/ops/gelu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5164829Z copying torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5165812Z copying torch/include/ATen/ops/lt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5166937Z copying torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5168935Z copying torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5169212Z copying torch/include/ATen/ops/gelu_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5170983Z copying torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5171807Z copying torch/include/ATen/ops/gelu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5172898Z copying torch/include/ATen/ops/gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5174278Z copying torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5175026Z copying torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5176009Z copying torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5177384Z copying torch/include/ATen/ops/gelu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5178164Z copying torch/include/ATen/ops/gelu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5180042Z copying torch/include/ATen/ops/gelu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5180421Z copying torch/include/ATen/ops/gelu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5181788Z copying torch/include/ATen/ops/geometric.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5183089Z copying torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5184197Z copying torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5185401Z copying torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5186368Z copying torch/include/ATen/ops/geometric_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5187312Z copying torch/include/ATen/ops/geometric_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5188398Z copying torch/include/ATen/ops/geometric_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5189607Z copying torch/include/ATen/ops/geqrf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5190820Z copying torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5191831Z copying torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5192748Z copying torch/include/ATen/ops/geqrf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5194320Z copying torch/include/ATen/ops/geqrf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5195641Z copying torch/include/ATen/ops/ger.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5196684Z copying torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5197996Z copying torch/include/ATen/ops/ger_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5198966Z copying torch/include/ATen/ops/ger_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5200474Z copying torch/include/ATen/ops/glu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5201301Z copying torch/include/ATen/ops/glu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5202355Z copying torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5203756Z copying torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5204922Z copying torch/include/ATen/ops/glu_backward_jvp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5206243Z 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:04:07.5207640Z 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:04:07.5208552Z 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:04:07.5210157Z copying torch/include/ATen/ops/glu_backward_jvp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5211031Z copying torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5211805Z copying torch/include/ATen/ops/glu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5212806Z copying torch/include/ATen/ops/glu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5214237Z copying torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5215131Z copying torch/include/ATen/ops/glu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5216794Z copying torch/include/ATen/ops/glu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5217723Z copying torch/include/ATen/ops/glu_jvp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5218823Z copying torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5219856Z copying torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5220928Z copying torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5222233Z copying torch/include/ATen/ops/glu_jvp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5223678Z copying torch/include/ATen/ops/glu_jvp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5224639Z copying torch/include/ATen/ops/glu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5225870Z copying torch/include/ATen/ops/glu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5227022Z copying torch/include/ATen/ops/glu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5227810Z copying torch/include/ATen/ops/glu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5229461Z copying torch/include/ATen/ops/gradient.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5230655Z copying torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5231329Z copying torch/include/ATen/ops/gradient_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5232392Z copying torch/include/ATen/ops/gradient_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5233802Z copying torch/include/ATen/ops/greater.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5234653Z copying torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5235615Z copying torch/include/ATen/ops/greater_equal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5236702Z copying torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5237700Z copying torch/include/ATen/ops/greater_equal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5238616Z copying torch/include/ATen/ops/greater_equal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5239630Z copying torch/include/ATen/ops/greater_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5240821Z copying torch/include/ATen/ops/greater_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5241984Z copying torch/include/ATen/ops/grid_sampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5243733Z copying torch/include/ATen/ops/grid_sampler_2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5244693Z copying torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5245981Z 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:04:07.5246739Z 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:04:07.5248467Z 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:04:07.5248914Z 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:04:07.5251163Z 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:04:07.5251655Z 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:04:07.5252416Z 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:04:07.5253255Z 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:04:07.5254050Z copying torch/include/ATen/ops/grid_sampler_2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5255700Z copying torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5256650Z copying torch/include/ATen/ops/grid_sampler_3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5257965Z copying torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5259201Z 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:04:07.5260221Z 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:04:07.5261484Z 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:04:07.5262531Z 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:04:07.5263388Z 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:04:07.5264841Z 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:04:07.5265275Z 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:04:07.5266417Z 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:04:07.5267306Z copying torch/include/ATen/ops/grid_sampler_3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5268356Z copying torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5269270Z copying torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5270483Z copying torch/include/ATen/ops/grid_sampler_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5271772Z copying torch/include/ATen/ops/grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5272655Z copying torch/include/ATen/ops/group_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5273940Z copying torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5274827Z copying torch/include/ATen/ops/group_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5275623Z copying torch/include/ATen/ops/group_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5276978Z copying torch/include/ATen/ops/gru.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5277895Z copying torch/include/ATen/ops/gru_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5278927Z copying torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5280174Z copying torch/include/ATen/ops/gru_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5281084Z copying torch/include/ATen/ops/gru_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5282974Z copying torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5283410Z copying torch/include/ATen/ops/gru_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5284753Z copying torch/include/ATen/ops/gru_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5286007Z copying torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5286924Z copying torch/include/ATen/ops/gt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5288327Z copying torch/include/ATen/ops/gt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5289011Z copying torch/include/ATen/ops/gt_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5290324Z copying torch/include/ATen/ops/gt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5291282Z copying torch/include/ATen/ops/gt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5292608Z copying torch/include/ATen/ops/gt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5293888Z copying torch/include/ATen/ops/hamming_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5295070Z copying torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5295908Z copying torch/include/ATen/ops/hamming_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5297102Z copying torch/include/ATen/ops/hamming_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5298002Z copying torch/include/ATen/ops/hann_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5299473Z copying torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5300266Z copying torch/include/ATen/ops/hann_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5301110Z copying torch/include/ATen/ops/hann_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5302623Z copying torch/include/ATen/ops/hardshrink.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5303736Z copying torch/include/ATen/ops/hardshrink_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5305102Z copying torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5305990Z copying torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5307244Z copying torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5308205Z copying torch/include/ATen/ops/hardshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5309478Z copying torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5310485Z copying torch/include/ATen/ops/hardshrink_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5311774Z copying torch/include/ATen/ops/hardshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5312845Z copying torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5314374Z copying torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5315506Z copying torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5316292Z copying torch/include/ATen/ops/hardshrink_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5317907Z copying torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5318513Z copying torch/include/ATen/ops/hardshrink_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5319713Z copying torch/include/ATen/ops/hardshrink_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5320478Z copying torch/include/ATen/ops/hardsigmoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5322477Z copying torch/include/ATen/ops/hardsigmoid_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5322879Z copying torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5323743Z copying torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5324890Z copying torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5325997Z copying torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5326800Z copying torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5328321Z copying torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5328847Z copying torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5330336Z copying torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5331459Z copying torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5332311Z copying torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5333667Z copying torch/include/ATen/ops/hardsigmoid_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5334545Z copying torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5336047Z copying torch/include/ATen/ops/hardsigmoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5337038Z copying torch/include/ATen/ops/hardsigmoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5338172Z copying torch/include/ATen/ops/hardswish.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5339428Z copying torch/include/ATen/ops/hardswish_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5340552Z copying torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5341515Z copying torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5343259Z copying torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5345045Z copying torch/include/ATen/ops/hardswish_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5345682Z copying torch/include/ATen/ops/hardswish_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5347124Z copying torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5348458Z copying torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5349662Z copying torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5350688Z copying torch/include/ATen/ops/hardswish_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5351906Z copying torch/include/ATen/ops/hardswish_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5352832Z copying torch/include/ATen/ops/hardtanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5353955Z copying torch/include/ATen/ops/hardtanh_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5355380Z copying torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5356266Z copying torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5357451Z copying torch/include/ATen/ops/hardtanh_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5358312Z copying torch/include/ATen/ops/hardtanh_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5360232Z copying torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5360591Z copying torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5361564Z copying torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5362888Z copying torch/include/ATen/ops/hardtanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5363722Z copying torch/include/ATen/ops/hardtanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5364660Z copying torch/include/ATen/ops/heaviside.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5366381Z copying torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5367044Z copying torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5369024Z copying torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5369480Z copying torch/include/ATen/ops/heaviside_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5370449Z copying torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5371577Z copying torch/include/ATen/ops/heaviside_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5372578Z copying torch/include/ATen/ops/heaviside_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5373733Z copying torch/include/ATen/ops/hinge_embedding_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5374915Z 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:04:07.5375982Z copying torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5377052Z copying torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5378000Z copying torch/include/ATen/ops/histc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5379498Z copying torch/include/ATen/ops/histc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5380480Z copying torch/include/ATen/ops/histc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5382001Z copying torch/include/ATen/ops/histc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5382903Z copying torch/include/ATen/ops/histc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5384380Z copying torch/include/ATen/ops/histogram.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5385529Z copying torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5387163Z copying torch/include/ATen/ops/histogram_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5388194Z copying torch/include/ATen/ops/histogram_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5389644Z copying torch/include/ATen/ops/histogramdd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5390719Z copying torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5391775Z copying torch/include/ATen/ops/mH.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5393010Z copying torch/include/ATen/ops/histogramdd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5394483Z copying torch/include/ATen/ops/histogramdd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5395455Z copying torch/include/ATen/ops/hsplit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5397033Z copying torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5398001Z copying torch/include/ATen/ops/hsplit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5399013Z copying torch/include/ATen/ops/hsplit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5400155Z copying torch/include/ATen/ops/hspmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5401279Z copying torch/include/ATen/ops/hspmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5402425Z copying torch/include/ATen/ops/hspmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5403383Z copying torch/include/ATen/ops/hstack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5404378Z copying torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5405364Z copying torch/include/ATen/ops/hstack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5407072Z copying torch/include/ATen/ops/hstack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5407431Z copying torch/include/ATen/ops/huber_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5408379Z copying torch/include/ATen/ops/huber_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5409873Z 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:04:07.5410592Z 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:04:07.5411917Z 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:04:07.5413149Z copying torch/include/ATen/ops/huber_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5414640Z copying torch/include/ATen/ops/huber_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5415376Z copying torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5416455Z copying torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5417743Z copying torch/include/ATen/ops/huber_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5418689Z copying torch/include/ATen/ops/huber_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5420148Z copying torch/include/ATen/ops/hypot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5420942Z copying torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5422043Z copying torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5422941Z copying torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5423885Z copying torch/include/ATen/ops/hypot_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5425113Z copying torch/include/ATen/ops/hypot_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5426253Z copying torch/include/ATen/ops/hypot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5427169Z copying torch/include/ATen/ops/hypot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5428559Z copying torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5429724Z copying torch/include/ATen/ops/i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5430686Z copying torch/include/ATen/ops/i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5431840Z copying torch/include/ATen/ops/i0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5432760Z copying torch/include/ATen/ops/i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5434086Z copying torch/include/ATen/ops/i0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5435018Z copying torch/include/ATen/ops/i0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5436427Z copying torch/include/ATen/ops/igamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5437400Z copying torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5438625Z copying torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5439566Z copying torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5440835Z copying torch/include/ATen/ops/igamma_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5441783Z copying torch/include/ATen/ops/igamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5443093Z copying torch/include/ATen/ops/igamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5444217Z copying torch/include/ATen/ops/igamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5445409Z copying torch/include/ATen/ops/igammac.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5446491Z copying torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5447699Z copying torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5448634Z copying torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5449934Z copying torch/include/ATen/ops/igammac_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5450894Z copying torch/include/ATen/ops/igammac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5452189Z copying torch/include/ATen/ops/igammac_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5453120Z copying torch/include/ATen/ops/igammac_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5454410Z copying torch/include/ATen/ops/im2col.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5455574Z copying torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5456551Z copying torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5457758Z copying torch/include/ATen/ops/im2col_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5459408Z copying torch/include/ATen/ops/im2col_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5460327Z copying torch/include/ATen/ops/imag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5461867Z copying torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5462979Z copying torch/include/ATen/ops/imag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5464113Z copying torch/include/ATen/ops/imag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5465074Z copying torch/include/ATen/ops/index.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5466294Z copying torch/include/ATen/ops/index_add.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5467564Z copying torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5468550Z copying torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5469763Z copying torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5470834Z copying torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5471843Z copying torch/include/ATen/ops/index_add_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5473225Z copying torch/include/ATen/ops/index_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5474529Z copying torch/include/ATen/ops/index_add_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5475278Z copying torch/include/ATen/ops/index_add_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5476707Z copying torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5477704Z copying torch/include/ATen/ops/index_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5480296Z copying torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5480742Z copying torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5481352Z copying torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5482952Z copying torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5483347Z copying torch/include/ATen/ops/index_copy_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5484355Z copying torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5485906Z copying torch/include/ATen/ops/index_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5486687Z copying torch/include/ATen/ops/index_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5487952Z copying torch/include/ATen/ops/index_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5488968Z copying torch/include/ATen/ops/index_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5490183Z copying torch/include/ATen/ops/index_fill.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5491142Z copying torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5492178Z copying torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5493128Z copying torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5494740Z copying torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5496288Z copying torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5497167Z copying torch/include/ATen/ops/index_fill_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5498823Z copying torch/include/ATen/ops/index_fill_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5499325Z copying torch/include/ATen/ops/index_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5501053Z copying torch/include/ATen/ops/index_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5501890Z copying torch/include/ATen/ops/index_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5504510Z copying torch/include/ATen/ops/index_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5505110Z copying torch/include/ATen/ops/index_put.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5506559Z copying torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5507976Z copying torch/include/ATen/ops/index_put_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5508667Z copying torch/include/ATen/ops/index_put_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5510079Z copying torch/include/ATen/ops/index_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5511222Z copying torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5512275Z copying torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5513352Z copying torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5514704Z copying torch/include/ATen/ops/index_reduce_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5515941Z copying torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5517267Z copying torch/include/ATen/ops/index_reduce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5518111Z copying torch/include/ATen/ops/index_reduce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5519173Z copying torch/include/ATen/ops/index_select.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5520224Z copying torch/include/ATen/ops/index_select_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5521528Z 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:04:07.5522325Z copying torch/include/ATen/ops/index_select_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5523456Z copying torch/include/ATen/ops/index_select_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5524340Z copying torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5525329Z copying torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5526600Z copying torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5527544Z copying torch/include/ATen/ops/index_select_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5528449Z copying torch/include/ATen/ops/index_select_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5529804Z copying torch/include/ATen/ops/indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5530533Z copying torch/include/ATen/ops/indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5531607Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5533571Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5534249Z copying torch/include/ATen/ops/indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5535441Z copying torch/include/ATen/ops/indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5536367Z copying torch/include/ATen/ops/indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5537619Z copying torch/include/ATen/ops/indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5538927Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5539836Z 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:04:07.5541059Z 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:04:07.5542635Z 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:04:07.5543460Z copying torch/include/ATen/ops/inner.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5544741Z copying torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5545532Z copying torch/include/ATen/ops/inner_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5547619Z copying torch/include/ATen/ops/inner_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5548341Z copying torch/include/ATen/ops/instance_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5549485Z copying torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5550423Z copying torch/include/ATen/ops/instance_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5551442Z copying torch/include/ATen/ops/instance_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5552561Z copying torch/include/ATen/ops/int_repr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5553686Z copying torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5554615Z copying torch/include/ATen/ops/int_repr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5555994Z copying torch/include/ATen/ops/int_repr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5557400Z copying torch/include/ATen/ops/inverse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5558290Z copying torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5559519Z copying torch/include/ATen/ops/inverse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5560795Z copying torch/include/ATen/ops/inverse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5561571Z copying torch/include/ATen/ops/is_coalesced.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5563408Z copying torch/include/ATen/ops/is_coalesced_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5564166Z copying torch/include/ATen/ops/is_coalesced_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5565260Z copying torch/include/ATen/ops/is_complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5566156Z copying torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5567675Z copying torch/include/ATen/ops/is_complex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5568666Z copying torch/include/ATen/ops/is_complex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5570032Z copying torch/include/ATen/ops/is_conj.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5571049Z copying torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5572361Z copying torch/include/ATen/ops/is_conj_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5573290Z copying torch/include/ATen/ops/is_conj_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5574636Z copying torch/include/ATen/ops/is_distributed.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5575604Z copying torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5576494Z copying torch/include/ATen/ops/is_distributed_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5577492Z copying torch/include/ATen/ops/is_distributed_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5578510Z copying torch/include/ATen/ops/is_floating_point.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5579780Z 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:04:07.5580761Z copying torch/include/ATen/ops/is_floating_point_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5581809Z copying torch/include/ATen/ops/is_floating_point_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5583007Z copying torch/include/ATen/ops/is_inference.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5584081Z copying torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5585099Z copying torch/include/ATen/ops/is_inference_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5586249Z copying torch/include/ATen/ops/is_inference_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5587514Z copying torch/include/ATen/ops/is_leaf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5589178Z copying torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5590344Z copying torch/include/ATen/ops/is_leaf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5591867Z copying torch/include/ATen/ops/is_leaf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5593226Z copying torch/include/ATen/ops/is_neg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5594619Z copying torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5595928Z copying torch/include/ATen/ops/is_neg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5597477Z copying torch/include/ATen/ops/is_neg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5598774Z copying torch/include/ATen/ops/is_nonzero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5600421Z copying torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5601632Z copying torch/include/ATen/ops/is_nonzero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5603135Z copying torch/include/ATen/ops/is_nonzero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5604702Z copying torch/include/ATen/ops/is_pinned.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5606091Z copying torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5607389Z copying torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5608950Z copying torch/include/ATen/ops/is_pinned_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5611006Z copying torch/include/ATen/ops/is_pinned_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5612245Z copying torch/include/ATen/ops/is_same_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5613724Z 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:04:07.5615017Z copying torch/include/ATen/ops/is_same_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5616577Z copying torch/include/ATen/ops/is_same_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5617854Z copying torch/include/ATen/ops/is_set_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5619410Z 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:04:07.5620724Z 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:04:07.5622233Z copying torch/include/ATen/ops/is_set_to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5623822Z copying torch/include/ATen/ops/is_set_to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5624965Z copying torch/include/ATen/ops/is_signed.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5626674Z copying torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5627849Z copying torch/include/ATen/ops/is_signed_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5629399Z copying torch/include/ATen/ops/is_signed_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5630697Z copying torch/include/ATen/ops/is_vulkan_available.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5632341Z 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:04:07.5633603Z copying torch/include/ATen/ops/is_vulkan_available_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5635190Z copying torch/include/ATen/ops/is_vulkan_available_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5636492Z copying torch/include/ATen/ops/isclose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5638389Z copying torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5639591Z copying torch/include/ATen/ops/isclose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5640889Z copying torch/include/ATen/ops/isclose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5642193Z copying torch/include/ATen/ops/isfinite.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5643920Z copying torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5645078Z copying torch/include/ATen/ops/isfinite_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5646611Z copying torch/include/ATen/ops/isfinite_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5647846Z copying torch/include/ATen/ops/isin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5649618Z copying torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5650733Z copying torch/include/ATen/ops/isin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5652255Z copying torch/include/ATen/ops/isin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5653513Z copying torch/include/ATen/ops/isin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5655127Z copying torch/include/ATen/ops/isin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5656346Z copying torch/include/ATen/ops/isin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5658043Z copying torch/include/ATen/ops/isin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5659236Z copying torch/include/ATen/ops/isinf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5661007Z copying torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5662174Z copying torch/include/ATen/ops/isinf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5664308Z copying torch/include/ATen/ops/isinf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5665382Z copying torch/include/ATen/ops/isnan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5667137Z copying torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5668240Z copying torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5669854Z copying torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5671053Z copying torch/include/ATen/ops/isnan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5672557Z copying torch/include/ATen/ops/isnan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5673842Z copying torch/include/ATen/ops/isneginf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5675724Z copying torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5676764Z copying torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5678156Z copying torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5679552Z copying torch/include/ATen/ops/isneginf_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5680544Z copying torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5681914Z copying torch/include/ATen/ops/isneginf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5683575Z copying torch/include/ATen/ops/isneginf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5684521Z copying torch/include/ATen/ops/isposinf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5685938Z copying torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5686760Z copying torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5689295Z copying torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5689785Z copying torch/include/ATen/ops/isposinf_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5690311Z copying torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5691623Z copying torch/include/ATen/ops/isposinf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5692599Z copying torch/include/ATen/ops/isposinf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5694054Z copying torch/include/ATen/ops/isreal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5695257Z copying torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5697432Z copying torch/include/ATen/ops/isreal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5697851Z copying torch/include/ATen/ops/isreal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5699464Z copying torch/include/ATen/ops/istft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5700387Z copying torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5701774Z copying torch/include/ATen/ops/istft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5702949Z copying torch/include/ATen/ops/istft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5704214Z copying torch/include/ATen/ops/item.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5705292Z copying torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5706939Z copying torch/include/ATen/ops/item_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5708058Z copying torch/include/ATen/ops/item_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5709243Z copying torch/include/ATen/ops/kaiser_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5710494Z copying torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5711576Z copying torch/include/ATen/ops/kaiser_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5712562Z copying torch/include/ATen/ops/kaiser_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5713855Z copying torch/include/ATen/ops/kl_div.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5714642Z copying torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5716086Z copying torch/include/ATen/ops/kl_div_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5716882Z copying torch/include/ATen/ops/kl_div_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5718340Z copying torch/include/ATen/ops/kron.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5719112Z copying torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5720363Z copying torch/include/ATen/ops/kron_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5721350Z copying torch/include/ATen/ops/kron_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5722468Z copying torch/include/ATen/ops/kthvalue.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5723561Z copying torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5724450Z copying torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5725384Z copying torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5727177Z copying torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5728082Z copying torch/include/ATen/ops/kthvalue_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5729058Z copying torch/include/ATen/ops/kthvalue_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5730759Z copying torch/include/ATen/ops/l1_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5732047Z copying torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5733396Z copying torch/include/ATen/ops/l1_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5734871Z copying torch/include/ATen/ops/l1_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5736401Z copying torch/include/ATen/ops/layer_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5737837Z copying torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5739074Z copying torch/include/ATen/ops/layer_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5740609Z copying torch/include/ATen/ops/layer_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5742121Z copying torch/include/ATen/ops/lcm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5743899Z copying torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5744927Z copying torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5746467Z copying torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5747848Z copying torch/include/ATen/ops/lcm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5749028Z copying torch/include/ATen/ops/lcm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5750665Z copying torch/include/ATen/ops/lcm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5751912Z copying torch/include/ATen/ops/lcm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5753486Z copying torch/include/ATen/ops/ldexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5754948Z copying torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5756210Z copying torch/include/ATen/ops/ldexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5757899Z copying torch/include/ATen/ops/ldexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5759236Z copying torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5760386Z copying torch/include/ATen/ops/le_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5761934Z copying torch/include/ATen/ops/le_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5763297Z copying torch/include/ATen/ops/le_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5764830Z copying torch/include/ATen/ops/le_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5766011Z copying torch/include/ATen/ops/le_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5767603Z copying torch/include/ATen/ops/le_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5769096Z copying torch/include/ATen/ops/leaky_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5770414Z copying torch/include/ATen/ops/leaky_relu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5772225Z 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:04:07.5773369Z 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:04:07.5774866Z 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:04:07.5775943Z copying torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5777408Z 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:04:07.5778169Z copying torch/include/ATen/ops/leaky_relu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5779859Z copying torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5780793Z copying torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5783360Z copying torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5783999Z copying torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5785428Z copying torch/include/ATen/ops/leaky_relu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5787292Z copying torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5788267Z copying torch/include/ATen/ops/leaky_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5789171Z copying torch/include/ATen/ops/leaky_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5790432Z copying torch/include/ATen/ops/lerp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5792250Z copying torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5793295Z copying torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5794595Z copying torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5796162Z copying torch/include/ATen/ops/lerp_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5797489Z copying torch/include/ATen/ops/lerp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5799010Z copying torch/include/ATen/ops/lerp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5800274Z copying torch/include/ATen/ops/lerp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5801844Z copying torch/include/ATen/ops/less.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5803286Z copying torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5804697Z copying torch/include/ATen/ops/less_equal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5806351Z copying torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5807574Z copying torch/include/ATen/ops/less_equal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5808915Z copying torch/include/ATen/ops/less_equal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5810527Z copying torch/include/ATen/ops/less_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5811765Z copying torch/include/ATen/ops/less_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5813363Z copying torch/include/ATen/ops/lgamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5814874Z copying torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5816145Z copying torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5817509Z copying torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5819048Z copying torch/include/ATen/ops/lgamma_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5820312Z copying torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5821858Z copying torch/include/ATen/ops/lgamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5824139Z copying torch/include/ATen/ops/lgamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5825200Z copying torch/include/ATen/ops/lift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5826819Z copying torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5828141Z copying torch/include/ATen/ops/lift_fresh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5829611Z copying torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5830892Z copying torch/include/ATen/ops/lift_fresh_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5832392Z 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:04:07.5833851Z 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:04:07.5835017Z copying torch/include/ATen/ops/lift_fresh_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5836587Z copying torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5837868Z copying torch/include/ATen/ops/lift_fresh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5839476Z copying torch/include/ATen/ops/lift_fresh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5840663Z copying torch/include/ATen/ops/lift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5842956Z copying torch/include/ATen/ops/lift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5843239Z copying torch/include/ATen/ops/linalg_cholesky.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5844972Z copying torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5845925Z copying torch/include/ATen/ops/linalg_cholesky_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5847083Z 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:04:07.5848142Z 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:04:07.5849283Z 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:04:07.5850728Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5851514Z 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:04:07.5852948Z copying torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5853655Z copying torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5855262Z copying torch/include/ATen/ops/linalg_cholesky_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5856040Z copying torch/include/ATen/ops/linalg_cholesky_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5857410Z copying torch/include/ATen/ops/linalg_cond.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5858486Z copying torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5859287Z copying torch/include/ATen/ops/linalg_cond_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5860312Z copying torch/include/ATen/ops/linalg_cond_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5861844Z copying torch/include/ATen/ops/linalg_cross.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5862762Z copying torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5864188Z copying torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5865059Z copying torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5866430Z copying torch/include/ATen/ops/linalg_cross_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5867852Z copying torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5868722Z copying torch/include/ATen/ops/linalg_cross_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5870376Z copying torch/include/ATen/ops/linalg_cross_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5871011Z copying torch/include/ATen/ops/linalg_det.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5872482Z copying torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5873343Z copying torch/include/ATen/ops/linalg_det_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5874142Z copying torch/include/ATen/ops/linalg_det_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5875016Z copying torch/include/ATen/ops/linalg_diagonal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5876345Z copying torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5877405Z copying torch/include/ATen/ops/linalg_diagonal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5878164Z copying torch/include/ATen/ops/linalg_diagonal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5879412Z copying torch/include/ATen/ops/linalg_eig.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5880634Z copying torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5881702Z copying torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5882458Z copying torch/include/ATen/ops/linalg_eig_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5883802Z copying torch/include/ATen/ops/linalg_eig_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5884960Z copying torch/include/ATen/ops/linalg_eigh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5886245Z copying torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5887482Z copying torch/include/ATen/ops/linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5888357Z copying torch/include/ATen/ops/linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5889301Z copying torch/include/ATen/ops/linalg_eigvals.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5891005Z copying torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5891661Z copying torch/include/ATen/ops/linalg_eigvals_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5892932Z copying torch/include/ATen/ops/linalg_eigvals_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5893763Z copying torch/include/ATen/ops/linalg_eigvalsh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5895071Z copying torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5895916Z copying torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5897206Z copying torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5898208Z copying torch/include/ATen/ops/linalg_householder_product.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5899866Z 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:04:07.5900985Z 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:04:07.5901866Z copying torch/include/ATen/ops/linalg_householder_product_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5903212Z copying torch/include/ATen/ops/linalg_householder_product_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5904056Z copying torch/include/ATen/ops/linalg_inv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5905312Z copying torch/include/ATen/ops/mT.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5906565Z copying torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5907764Z copying torch/include/ATen/ops/linalg_inv_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5909029Z 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:04:07.5910198Z 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:04:07.5911218Z 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:04:07.5912625Z copying torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5913581Z 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:04:07.5914488Z copying torch/include/ATen/ops/linalg_inv_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5915430Z copying torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5916387Z copying torch/include/ATen/ops/linalg_inv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5917377Z copying torch/include/ATen/ops/linalg_inv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5918296Z copying torch/include/ATen/ops/linalg_ldl_factor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5919381Z 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:04:07.5920260Z copying torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5921390Z 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:04:07.5922377Z 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:04:07.5923281Z 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:04:07.5924236Z 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:04:07.5925247Z 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:04:07.5926173Z 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:04:07.5927188Z 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:04:07.5927913Z copying torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5929148Z copying torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5929939Z copying torch/include/ATen/ops/linalg_ldl_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5931583Z 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:04:07.5931955Z 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:04:07.5932974Z 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:04:07.5933810Z copying torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5934827Z 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:04:07.5936572Z copying torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5937324Z copying torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5938382Z copying torch/include/ATen/ops/linalg_lstsq.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5939517Z copying torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5940697Z copying torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5941966Z copying torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5942854Z copying torch/include/ATen/ops/linalg_lstsq_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5943719Z copying torch/include/ATen/ops/linalg_lstsq_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5944979Z copying torch/include/ATen/ops/linalg_lu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5946396Z copying torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5947097Z copying torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5948388Z copying torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5949374Z copying torch/include/ATen/ops/linalg_lu_factor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5950531Z 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:04:07.5952110Z copying torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5953261Z 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:04:07.5953894Z 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:04:07.5955892Z 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:04:07.5956256Z 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:04:07.5957202Z 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:04:07.5958257Z 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:04:07.5959303Z 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:04:07.5960342Z copying torch/include/ATen/ops/linalg_lu_factor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5961663Z copying torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5962759Z copying torch/include/ATen/ops/linalg_lu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5964104Z copying torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5965041Z copying torch/include/ATen/ops/linalg_lu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5966342Z copying torch/include/ATen/ops/linalg_lu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5967379Z copying torch/include/ATen/ops/linalg_lu_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5968743Z 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:04:07.5969644Z 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:04:07.5970675Z 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:04:07.5971798Z copying torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5972869Z 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:04:07.5974616Z copying torch/include/ATen/ops/linalg_lu_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5975462Z copying torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5976560Z copying torch/include/ATen/ops/linalg_matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5977512Z copying torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5978708Z copying torch/include/ATen/ops/linalg_matmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5979689Z copying torch/include/ATen/ops/linalg_matmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5980895Z copying torch/include/ATen/ops/linalg_matrix_exp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5982733Z 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:04:07.5984019Z 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:04:07.5985059Z 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:04:07.5986054Z copying torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5987199Z copying torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5988669Z copying torch/include/ATen/ops/linalg_matrix_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5989384Z 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:04:07.5990400Z copying torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5991706Z copying torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5992628Z copying torch/include/ATen/ops/linalg_matrix_power.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5994054Z 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:04:07.5994683Z copying torch/include/ATen/ops/linalg_matrix_power_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5995953Z copying torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5997186Z copying torch/include/ATen/ops/linalg_matrix_rank.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.5998165Z 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:04:07.6000660Z copying torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6001175Z copying torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6001745Z copying torch/include/ATen/ops/linalg_multi_dot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6003113Z copying torch/include/ATen/ops/linalg_multi_dot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6005319Z 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:04:07.6005844Z copying torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6007255Z copying torch/include/ATen/ops/linalg_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6008284Z copying torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6009759Z copying torch/include/ATen/ops/linalg_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6010618Z copying torch/include/ATen/ops/linalg_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6011927Z copying torch/include/ATen/ops/linalg_pinv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6013011Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6014088Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6014915Z copying torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6016042Z copying torch/include/ATen/ops/linalg_pinv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6016954Z copying torch/include/ATen/ops/linalg_pinv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6018051Z copying torch/include/ATen/ops/linalg_qr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6019489Z copying torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6020405Z copying torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6021172Z copying torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6022219Z copying torch/include/ATen/ops/linalg_qr_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6023582Z copying torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6024388Z copying torch/include/ATen/ops/linalg_qr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6025418Z copying torch/include/ATen/ops/linalg_qr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6026323Z copying torch/include/ATen/ops/linalg_slogdet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6027799Z copying torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6028726Z copying torch/include/ATen/ops/linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6029778Z copying torch/include/ATen/ops/linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6030735Z copying torch/include/ATen/ops/linalg_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6032213Z copying torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6033136Z copying torch/include/ATen/ops/linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6034592Z 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:04:07.6035310Z copying torch/include/ATen/ops/linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6036800Z copying torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6037577Z copying torch/include/ATen/ops/linalg_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6039007Z copying torch/include/ATen/ops/linalg_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6039851Z copying torch/include/ATen/ops/linalg_solve_triangular.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6041389Z 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:04:07.6042350Z 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:04:07.6043148Z copying torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6044447Z copying torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6045215Z copying torch/include/ATen/ops/linalg_svd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6046589Z copying torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6047337Z copying torch/include/ATen/ops/linalg_svd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6048496Z copying torch/include/ATen/ops/linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6049512Z copying torch/include/ATen/ops/linalg_svdvals.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6051657Z copying torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6051980Z copying torch/include/ATen/ops/linalg_svdvals_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6053196Z copying torch/include/ATen/ops/linalg_svdvals_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6054055Z copying torch/include/ATen/ops/linalg_tensorinv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6055460Z copying torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6056408Z copying torch/include/ATen/ops/linalg_tensorinv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6057316Z copying torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6058897Z copying torch/include/ATen/ops/linalg_tensorsolve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6059852Z copying torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6061638Z copying torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6062511Z copying torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6063689Z copying torch/include/ATen/ops/linalg_vander.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6064614Z copying torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6065969Z copying torch/include/ATen/ops/linalg_vander_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6066926Z copying torch/include/ATen/ops/linalg_vander_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6068264Z copying torch/include/ATen/ops/linalg_vecdot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6068938Z copying torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6069950Z copying torch/include/ATen/ops/linalg_vecdot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6071556Z copying torch/include/ATen/ops/linalg_vecdot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6071982Z copying torch/include/ATen/ops/linalg_vector_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6073482Z 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:04:07.6074381Z 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:04:07.6075631Z 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:04:07.6076976Z copying torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6077799Z 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:04:07.6079052Z copying torch/include/ATen/ops/linalg_vector_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6080550Z copying torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6081772Z copying torch/include/ATen/ops/linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6082785Z copying torch/include/ATen/ops/linear_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6084327Z copying torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6085178Z copying torch/include/ATen/ops/linear_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6086587Z copying torch/include/ATen/ops/linear_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6087798Z copying torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6088788Z copying torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6090253Z copying torch/include/ATen/ops/linear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6091172Z copying torch/include/ATen/ops/linear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6092706Z copying torch/include/ATen/ops/linspace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6093297Z copying torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6095065Z copying torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6095741Z copying torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6096720Z copying torch/include/ATen/ops/linspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6097903Z copying torch/include/ATen/ops/linspace_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6099011Z copying torch/include/ATen/ops/linspace_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6099968Z copying torch/include/ATen/ops/log.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6101758Z copying torch/include/ATen/ops/log10.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6102581Z copying torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6103489Z copying torch/include/ATen/ops/log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6104813Z copying torch/include/ATen/ops/log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6105768Z copying torch/include/ATen/ops/log10_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6106806Z copying torch/include/ATen/ops/log10_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6107994Z copying torch/include/ATen/ops/log10_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6108946Z copying torch/include/ATen/ops/log10_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6110321Z copying torch/include/ATen/ops/log1p.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6111385Z copying torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6112526Z copying torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6113434Z copying torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6114738Z copying torch/include/ATen/ops/log1p_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6115993Z copying torch/include/ATen/ops/log1p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6116805Z copying torch/include/ATen/ops/log1p_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6117878Z copying torch/include/ATen/ops/log1p_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6118746Z copying torch/include/ATen/ops/log2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6120142Z copying torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6120985Z copying torch/include/ATen/ops/log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6122353Z copying torch/include/ATen/ops/log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6123210Z copying torch/include/ATen/ops/log2_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6124599Z copying torch/include/ATen/ops/log2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6125809Z copying torch/include/ATen/ops/log2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6126972Z copying torch/include/ATen/ops/log2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6128341Z copying torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6129208Z copying torch/include/ATen/ops/log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6130875Z copying torch/include/ATen/ops/log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6131698Z copying torch/include/ATen/ops/log_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6133172Z copying torch/include/ATen/ops/log_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6133974Z copying torch/include/ATen/ops/log_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6135246Z copying torch/include/ATen/ops/log_normal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6136875Z copying torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6137581Z copying torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6138846Z copying torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6140271Z copying torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6140898Z copying torch/include/ATen/ops/log_normal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6142552Z copying torch/include/ATen/ops/log_normal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6144250Z copying torch/include/ATen/ops/log_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6145125Z copying torch/include/ATen/ops/log_sigmoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6146479Z copying torch/include/ATen/ops/log_sigmoid_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6147300Z 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:04:07.6148948Z 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:04:07.6149933Z copying torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6150967Z copying torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6152301Z copying torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6153132Z copying torch/include/ATen/ops/log_sigmoid_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6154765Z 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:04:07.6155969Z 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:04:07.6156632Z copying torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6158117Z copying torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6158997Z copying torch/include/ATen/ops/log_sigmoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6160192Z copying torch/include/ATen/ops/log_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6160963Z copying torch/include/ATen/ops/log_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6162117Z copying torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6163116Z copying torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6164189Z copying torch/include/ATen/ops/log_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6165214Z copying torch/include/ATen/ops/log_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6166464Z copying torch/include/ATen/ops/logaddexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6167437Z copying torch/include/ATen/ops/logaddexp2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6168885Z copying torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6169767Z copying torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6170844Z copying torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6172196Z copying torch/include/ATen/ops/logaddexp2_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6173075Z copying torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6174286Z copying torch/include/ATen/ops/logaddexp2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6175257Z copying torch/include/ATen/ops/logaddexp2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6177467Z copying torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6178014Z copying torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6179548Z copying torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6180313Z copying torch/include/ATen/ops/logaddexp_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6181761Z copying torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6182803Z copying torch/include/ATen/ops/logaddexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6183909Z copying torch/include/ATen/ops/logaddexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6185060Z copying torch/include/ATen/ops/logcumsumexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6186307Z copying torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6187789Z copying torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6188868Z copying torch/include/ATen/ops/logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6190056Z copying torch/include/ATen/ops/logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6191137Z copying torch/include/ATen/ops/logdet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6192227Z copying torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6193233Z copying torch/include/ATen/ops/logdet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6194354Z copying torch/include/ATen/ops/logdet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6195508Z copying torch/include/ATen/ops/logical_and.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6196597Z copying torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6197500Z copying torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6198598Z copying torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6199939Z copying torch/include/ATen/ops/logical_and_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6200849Z copying torch/include/ATen/ops/logical_and_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6202280Z copying torch/include/ATen/ops/logical_not.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6203091Z copying torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6204286Z copying torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6205376Z copying torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6206337Z copying torch/include/ATen/ops/logical_not_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6207875Z copying torch/include/ATen/ops/logical_not_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6208841Z copying torch/include/ATen/ops/logical_or.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6210054Z copying torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6210829Z copying torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6212214Z copying torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6212936Z copying torch/include/ATen/ops/logical_or_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6214009Z copying torch/include/ATen/ops/logical_or_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6214953Z copying torch/include/ATen/ops/logical_xor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6216452Z copying torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6217430Z copying torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6218258Z copying torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6219342Z copying torch/include/ATen/ops/logical_xor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6220344Z copying torch/include/ATen/ops/logical_xor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6221175Z copying torch/include/ATen/ops/logit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6222664Z copying torch/include/ATen/ops/logit_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6223776Z copying torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6224668Z copying torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6226327Z copying torch/include/ATen/ops/logit_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6227519Z copying torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6228703Z copying torch/include/ATen/ops/logit_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6230541Z copying torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6231117Z copying torch/include/ATen/ops/logit_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6231872Z copying torch/include/ATen/ops/logit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6233088Z copying torch/include/ATen/ops/logit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6234008Z copying torch/include/ATen/ops/logit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6235160Z copying torch/include/ATen/ops/logit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6236480Z copying torch/include/ATen/ops/logit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6237418Z copying torch/include/ATen/ops/logspace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6238642Z copying torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6239550Z copying torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6240994Z copying torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6241931Z copying torch/include/ATen/ops/logspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6242935Z copying torch/include/ATen/ops/logspace_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6244338Z copying torch/include/ATen/ops/logspace_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6245245Z copying torch/include/ATen/ops/logsumexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6246898Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6247792Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6248847Z copying torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6250027Z copying torch/include/ATen/ops/logsumexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6251191Z copying torch/include/ATen/ops/logsumexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6252498Z copying torch/include/ATen/ops/lshift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6253812Z copying torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6254862Z copying torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6255975Z copying torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6257381Z copying torch/include/ATen/ops/lshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6258300Z copying torch/include/ATen/ops/lshift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6259604Z copying torch/include/ATen/ops/lshift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6260807Z copying torch/include/ATen/ops/lstm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6262272Z copying torch/include/ATen/ops/lstm_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6263664Z copying torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6264851Z copying torch/include/ATen/ops/lstm_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6265735Z copying torch/include/ATen/ops/lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6267217Z copying torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6268486Z copying torch/include/ATen/ops/lstm_mps_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6269704Z 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:04:07.6270665Z copying torch/include/ATen/ops/lstm_mps_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6272973Z copying torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6273369Z copying torch/include/ATen/ops/lstm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6274351Z copying torch/include/ATen/ops/lstm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6275570Z copying torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6276483Z copying torch/include/ATen/ops/lt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6277832Z copying torch/include/ATen/ops/lt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6278707Z copying torch/include/ATen/ops/lt_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6279785Z copying torch/include/ATen/ops/lt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6280651Z copying torch/include/ATen/ops/lt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6281950Z copying torch/include/ATen/ops/lt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6283021Z copying torch/include/ATen/ops/lu_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6284344Z copying torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6285709Z copying torch/include/ATen/ops/lu_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6286592Z copying torch/include/ATen/ops/lu_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6287589Z copying torch/include/ATen/ops/lu_unpack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6288902Z copying torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6289869Z copying torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6290902Z copying torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6291969Z copying torch/include/ATen/ops/lu_unpack_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6293069Z copying torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6294102Z copying torch/include/ATen/ops/lu_unpack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6295336Z copying torch/include/ATen/ops/lu_unpack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6296315Z copying torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6297380Z copying torch/include/ATen/ops/mH_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6298407Z copying torch/include/ATen/ops/mH_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6300164Z copying torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6301167Z copying torch/include/ATen/ops/mT_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6302264Z copying torch/include/ATen/ops/mT_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6304012Z copying torch/include/ATen/ops/margin_ranking_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6305079Z 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:04:07.6306217Z copying torch/include/ATen/ops/margin_ranking_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6307285Z copying torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6308486Z copying torch/include/ATen/ops/masked_fill.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6309867Z copying torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6310835Z copying torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6311736Z copying torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6313150Z copying torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6313922Z copying torch/include/ATen/ops/masked_fill_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6315654Z copying torch/include/ATen/ops/masked_fill_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6316474Z copying torch/include/ATen/ops/masked_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6317546Z copying torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6318569Z copying torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6319665Z copying torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6320587Z copying torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6321896Z copying torch/include/ATen/ops/masked_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6323914Z copying torch/include/ATen/ops/masked_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6324178Z copying torch/include/ATen/ops/masked_select.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6325085Z copying torch/include/ATen/ops/masked_select_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6326151Z 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:04:07.6327230Z copying torch/include/ATen/ops/masked_select_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6328107Z copying torch/include/ATen/ops/masked_select_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6329436Z copying torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6330309Z copying torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6331960Z copying torch/include/ATen/ops/masked_select_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6332852Z copying torch/include/ATen/ops/masked_select_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6334193Z copying torch/include/ATen/ops/matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6335446Z copying torch/include/ATen/ops/matmul_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6337137Z copying torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6337824Z copying torch/include/ATen/ops/matmul_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6339413Z copying torch/include/ATen/ops/matmul_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6340660Z copying torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6341423Z copying torch/include/ATen/ops/matmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6343083Z copying torch/include/ATen/ops/matmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6343533Z copying torch/include/ATen/ops/matrix_H.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6345042Z copying torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6345879Z copying torch/include/ATen/ops/matrix_H_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6346901Z copying torch/include/ATen/ops/matrix_H_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6348048Z copying torch/include/ATen/ops/matrix_exp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6349073Z copying torch/include/ATen/ops/matrix_exp_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6350814Z 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:04:07.6351714Z copying torch/include/ATen/ops/matrix_exp_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6353144Z copying torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6354700Z copying torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6355944Z copying torch/include/ATen/ops/matrix_exp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6357512Z copying torch/include/ATen/ops/matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6358792Z copying torch/include/ATen/ops/matrix_power.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6360428Z copying torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6361639Z copying torch/include/ATen/ops/matrix_power_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6363119Z copying torch/include/ATen/ops/matrix_power_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6364637Z copying torch/include/ATen/ops/max.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6366223Z copying torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6367661Z copying torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6368962Z copying torch/include/ATen/ops/max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6370467Z copying torch/include/ATen/ops/max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6371759Z copying torch/include/ATen/ops/max_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6373307Z copying torch/include/ATen/ops/max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6374604Z copying torch/include/ATen/ops/max_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6376193Z copying torch/include/ATen/ops/max_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6377725Z copying torch/include/ATen/ops/max_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6379939Z copying torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6380835Z copying torch/include/ATen/ops/max_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6382558Z copying torch/include/ATen/ops/max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6383875Z copying torch/include/ATen/ops/max_pool1d_with_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6385508Z 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:04:07.6386760Z 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:04:07.6388280Z 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:04:07.6389518Z copying torch/include/ATen/ops/max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6391185Z copying torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6392532Z copying torch/include/ATen/ops/max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6393861Z copying torch/include/ATen/ops/max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6395172Z copying torch/include/ATen/ops/max_pool2d_with_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6396636Z 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:04:07.6398572Z 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:04:07.6399685Z 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:04:07.6401092Z 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:04:07.6402504Z 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:04:07.6404117Z 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:04:07.6405439Z 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:04:07.6406934Z 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:04:07.6408433Z 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:04:07.6409752Z 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:04:07.6411140Z 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:04:07.6412670Z 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:04:07.6413985Z 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:04:07.6415451Z 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:04:07.6416785Z 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:04:07.6418418Z copying torch/include/ATen/ops/max_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6419640Z copying torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6420911Z copying torch/include/ATen/ops/max_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6422636Z copying torch/include/ATen/ops/max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6423954Z copying torch/include/ATen/ops/max_pool3d_with_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6425657Z 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:04:07.6427017Z 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:04:07.6428411Z 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:04:07.6429777Z 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:04:07.6431063Z 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:04:07.6432701Z 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:04:07.6433947Z 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:04:07.6435351Z 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:04:07.6436682Z 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:04:07.6438212Z copying torch/include/ATen/ops/max_unpool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6439532Z copying torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6441102Z copying torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6442518Z copying torch/include/ATen/ops/max_unpool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6444048Z copying torch/include/ATen/ops/max_unpool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6445382Z copying torch/include/ATen/ops/max_unpool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6446900Z copying torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6448246Z copying torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6449572Z copying torch/include/ATen/ops/max_unpool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6451984Z copying torch/include/ATen/ops/max_unpool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6453310Z copying torch/include/ATen/ops/maximum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6454581Z copying torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6455799Z copying torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6457511Z copying torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6458918Z copying torch/include/ATen/ops/maximum_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6460475Z copying torch/include/ATen/ops/maximum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6461949Z copying torch/include/ATen/ops/maximum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6464186Z copying torch/include/ATen/ops/maximum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6465769Z copying torch/include/ATen/ops/mean.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6467441Z copying torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6469074Z copying torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6470335Z copying torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6471760Z copying torch/include/ATen/ops/mm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6474022Z copying torch/include/ATen/ops/mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6475414Z copying torch/include/ATen/ops/mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6476826Z copying torch/include/ATen/ops/mean_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6478239Z copying torch/include/ATen/ops/mean_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6479620Z copying torch/include/ATen/ops/mean_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6480978Z copying torch/include/ATen/ops/mean_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6482574Z copying torch/include/ATen/ops/median.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6484126Z copying torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6485614Z copying torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6486894Z copying torch/include/ATen/ops/median_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6488429Z copying torch/include/ATen/ops/median_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6489672Z copying torch/include/ATen/ops/median_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6491088Z copying torch/include/ATen/ops/median_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6492419Z copying torch/include/ATen/ops/meshgrid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6493941Z copying torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6495371Z copying torch/include/ATen/ops/meshgrid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6496603Z copying torch/include/ATen/ops/meshgrid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6497931Z copying torch/include/ATen/ops/min.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6499561Z copying torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6500929Z copying torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6502698Z copying torch/include/ATen/ops/min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6504012Z copying torch/include/ATen/ops/min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6505210Z copying torch/include/ATen/ops/min_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6506735Z copying torch/include/ATen/ops/min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6507982Z copying torch/include/ATen/ops/min_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6509383Z copying torch/include/ATen/ops/min_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6510863Z copying torch/include/ATen/ops/minimum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6512423Z copying torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6513645Z copying torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6515031Z copying torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6516285Z copying torch/include/ATen/ops/minimum_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6517700Z copying torch/include/ATen/ops/minimum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6519061Z copying torch/include/ATen/ops/minimum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6520397Z copying torch/include/ATen/ops/minimum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6521877Z copying torch/include/ATen/ops/miopen_batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6523427Z copying torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6524956Z 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:04:07.6526302Z 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:04:07.6527621Z 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:04:07.6529076Z 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:04:07.6530463Z 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:04:07.6531792Z 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:04:07.6533164Z copying torch/include/ATen/ops/miopen_batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6534541Z copying torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6535930Z copying torch/include/ATen/ops/miopen_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6537399Z copying torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6538832Z 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:04:07.6540205Z 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:04:07.6541748Z 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:04:07.6543294Z copying torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6544595Z copying torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6545966Z copying torch/include/ATen/ops/miopen_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6547369Z copying torch/include/ATen/ops/miopen_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6548801Z copying torch/include/ATen/ops/miopen_convolution_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6550255Z 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:04:07.6551577Z copying torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6552890Z copying torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6554385Z copying torch/include/ATen/ops/miopen_convolution_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6556265Z 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:04:07.6557622Z 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:04:07.6559014Z copying torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6560384Z copying torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6561805Z copying torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6563408Z 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:04:07.6565559Z 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:04:07.6566928Z copying torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6568269Z copying torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6569608Z copying torch/include/ATen/ops/miopen_rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6571049Z copying torch/include/ATen/ops/miopen_rnn_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6572653Z 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:04:07.6573956Z 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:04:07.6575291Z copying torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6576687Z copying torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6578243Z copying torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6579583Z copying torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6580925Z copying torch/include/ATen/ops/miopen_rnn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6582502Z copying torch/include/ATen/ops/miopen_rnn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6583908Z copying torch/include/ATen/ops/mish.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6585336Z copying torch/include/ATen/ops/mish_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6586855Z copying torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6588166Z copying torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6589500Z copying torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6590907Z copying torch/include/ATen/ops/mish_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6592277Z copying torch/include/ATen/ops/mish_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6593892Z copying torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6595144Z copying torch/include/ATen/ops/mish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6596508Z copying torch/include/ATen/ops/mish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6597866Z copying torch/include/ATen/ops/mish_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6599362Z copying torch/include/ATen/ops/mish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6600672Z copying torch/include/ATen/ops/mish_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6602096Z copying torch/include/ATen/ops/mish_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6603664Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6605134Z 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:04:07.6606575Z copying torch/include/ATen/ops/mkldnn_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6608400Z 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:04:07.6609895Z 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:04:07.6611328Z 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:04:07.6612690Z 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:04:07.6614102Z 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:04:07.6615576Z copying torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6616870Z copying torch/include/ATen/ops/mkldnn_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6618214Z copying torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6619622Z copying torch/include/ATen/ops/mkldnn_linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6621054Z copying torch/include/ATen/ops/mkldnn_linear_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6622642Z 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:04:07.6625003Z copying torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6626363Z 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:04:07.6627596Z 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:04:07.6628911Z 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:04:07.6630313Z copying torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6631693Z copying torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6633115Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6634839Z 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:04:07.6636087Z 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:04:07.6637379Z 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:04:07.6638806Z copying torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6640011Z copying torch/include/ATen/ops/mkldnn_linear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6641445Z copying torch/include/ATen/ops/mkldnn_linear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6642801Z copying torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6644434Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6645871Z 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:04:07.6647193Z 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:04:07.6648533Z 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:04:07.6650087Z 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:04:07.6651427Z copying torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6652641Z copying torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6654019Z copying torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6655435Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6657720Z 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:04:07.6658854Z 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:04:07.6660213Z 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:04:07.6661899Z 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:04:07.6663108Z copying torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6664531Z copying torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6665957Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6667529Z 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:04:07.6668845Z 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:04:07.6670190Z 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:04:07.6671590Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6673104Z 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:04:07.6674417Z 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:04:07.6676947Z 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:04:07.6677989Z copying torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6678943Z copying torch/include/ATen/ops/mm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6679970Z copying torch/include/ATen/ops/mm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6681279Z copying torch/include/ATen/ops/mm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6682675Z copying torch/include/ATen/ops/mm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6683879Z copying torch/include/ATen/ops/mm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6685342Z copying torch/include/ATen/ops/mm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6686745Z copying torch/include/ATen/ops/mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6688270Z copying torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6689682Z copying torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6690917Z copying torch/include/ATen/ops/mode_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6692198Z copying torch/include/ATen/ops/mode_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6693715Z copying torch/include/ATen/ops/mode_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6695013Z copying torch/include/ATen/ops/mode_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6696511Z copying torch/include/ATen/ops/moveaxis.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6698059Z copying torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6699262Z copying torch/include/ATen/ops/moveaxis_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6700675Z copying torch/include/ATen/ops/moveaxis_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6702105Z copying torch/include/ATen/ops/movedim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6703741Z copying torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6704978Z copying torch/include/ATen/ops/movedim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6706281Z copying torch/include/ATen/ops/movedim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6707792Z copying torch/include/ATen/ops/mps_convolution_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6709442Z 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:04:07.6710634Z copying torch/include/ATen/ops/mps_convolution_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6712066Z copying torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6713433Z copying torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6714962Z 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:04:07.6716301Z 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:04:07.6733550Z 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:04:07.6734722Z copying torch/include/ATen/ops/mps_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6735732Z 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:04:07.6736719Z 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:04:07.6737620Z 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:04:07.6738451Z copying torch/include/ATen/ops/mse_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6739263Z copying torch/include/ATen/ops/mse_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6740139Z 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:04:07.6741061Z 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:04:07.6742085Z copying torch/include/ATen/ops/mse_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6742917Z copying torch/include/ATen/ops/mse_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6743968Z copying torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6744945Z copying torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6745803Z copying torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6746630Z copying torch/include/ATen/ops/mse_loss_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6747475Z copying torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6748459Z copying torch/include/ATen/ops/mse_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6749270Z copying torch/include/ATen/ops/mse_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6750151Z copying torch/include/ATen/ops/msort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6751065Z copying torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6751981Z copying torch/include/ATen/ops/msort_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6752771Z copying torch/include/ATen/ops/msort_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6753567Z copying torch/include/ATen/ops/mul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6754486Z copying torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6755557Z copying torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6756512Z copying torch/include/ATen/ops/mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6757373Z copying torch/include/ATen/ops/mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6758171Z copying torch/include/ATen/ops/mul_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6758991Z copying torch/include/ATen/ops/mul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6759810Z copying torch/include/ATen/ops/mul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6760701Z copying torch/include/ATen/ops/mul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6761540Z copying torch/include/ATen/ops/multi_margin_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6762479Z copying torch/include/ATen/ops/multi_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6763402Z 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:04:07.6764366Z 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:04:07.6765716Z 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:04:07.6767025Z 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:04:07.6768411Z 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:04:07.6769811Z 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:04:07.6771221Z copying torch/include/ATen/ops/multi_margin_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6772688Z copying torch/include/ATen/ops/multi_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6774017Z copying torch/include/ATen/ops/multilabel_margin_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6775408Z copying torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6776852Z 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:04:07.6778261Z 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:04:07.6779569Z 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:04:07.6780939Z 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:04:07.6782532Z 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:04:07.6783922Z copying torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6785337Z 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:04:07.6786713Z 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:04:07.6788068Z 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:04:07.6789440Z 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:04:07.6790807Z copying torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6792206Z copying torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6793542Z copying torch/include/ATen/ops/multinomial.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6795069Z copying torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6796361Z copying torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6797770Z copying torch/include/ATen/ops/multinomial_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6799185Z copying torch/include/ATen/ops/multinomial_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6800637Z copying torch/include/ATen/ops/multiply.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6802143Z copying torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6803413Z copying torch/include/ATen/ops/multiply_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6804806Z copying torch/include/ATen/ops/multiply_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6806151Z copying torch/include/ATen/ops/mv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6807723Z copying torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6808930Z copying torch/include/ATen/ops/mv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6810267Z copying torch/include/ATen/ops/mv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6811654Z copying torch/include/ATen/ops/mvlgamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6813211Z copying torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6814528Z copying torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6816086Z copying torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6817311Z copying torch/include/ATen/ops/mvlgamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6818665Z copying torch/include/ATen/ops/mvlgamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6819988Z copying torch/include/ATen/ops/nan_to_num.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6821642Z 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:04:07.6823013Z 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:04:07.6824434Z 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:04:07.6825856Z copying torch/include/ATen/ops/nan_to_num_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6827203Z copying torch/include/ATen/ops/nan_to_num_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6828623Z copying torch/include/ATen/ops/nanmean.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6830124Z copying torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6831426Z copying torch/include/ATen/ops/nanmean_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6832758Z copying torch/include/ATen/ops/nanmean_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6834145Z copying torch/include/ATen/ops/nanmedian.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6836522Z copying torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6837706Z copying torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6838944Z copying torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6840350Z copying torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6841753Z copying torch/include/ATen/ops/nanmedian_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6843134Z copying torch/include/ATen/ops/nanmedian_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6844645Z copying torch/include/ATen/ops/nanquantile.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6846106Z copying torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6847565Z copying torch/include/ATen/ops/nanquantile_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6848789Z copying torch/include/ATen/ops/nanquantile_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6850190Z copying torch/include/ATen/ops/nansum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6851688Z copying torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6853090Z copying torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6854469Z copying torch/include/ATen/ops/nansum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6855855Z copying torch/include/ATen/ops/nansum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6857204Z copying torch/include/ATen/ops/narrow.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6858843Z copying torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6860049Z copying torch/include/ATen/ops/narrow_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6861415Z copying torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6862973Z copying torch/include/ATen/ops/narrow_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6865441Z copying torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6866599Z copying torch/include/ATen/ops/narrow_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6867961Z copying torch/include/ATen/ops/narrow_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6869336Z copying torch/include/ATen/ops/narrow_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6870978Z copying torch/include/ATen/ops/native_batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6872410Z copying torch/include/ATen/ops/native_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6873838Z 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:04:07.6875056Z 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:04:07.6876483Z 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:04:07.6877823Z 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:04:07.6879238Z 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:04:07.6880676Z 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:04:07.6882068Z 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:04:07.6883514Z copying torch/include/ATen/ops/native_batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6884927Z copying torch/include/ATen/ops/native_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6886365Z copying torch/include/ATen/ops/native_channel_shuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6887901Z 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:04:07.6889163Z 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:04:07.6890480Z copying torch/include/ATen/ops/native_channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6891844Z copying torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6893200Z copying torch/include/ATen/ops/native_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6894615Z copying torch/include/ATen/ops/native_dropout_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6896109Z 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:04:07.6897409Z 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:04:07.6898782Z 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:04:07.6900176Z copying torch/include/ATen/ops/native_dropout_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6901726Z copying torch/include/ATen/ops/native_dropout_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6903314Z copying torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6904578Z copying torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6905962Z copying torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6907327Z copying torch/include/ATen/ops/native_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6908683Z copying torch/include/ATen/ops/native_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6910081Z copying torch/include/ATen/ops/native_group_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6911549Z copying torch/include/ATen/ops/native_group_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6913228Z 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:04:07.6914454Z 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:04:07.6915868Z 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:04:07.6917246Z 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:04:07.6918615Z 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:04:07.6920113Z 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:04:07.6921436Z 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:04:07.6922905Z 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:04:07.6924551Z copying torch/include/ATen/ops/native_group_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6925920Z copying torch/include/ATen/ops/native_group_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6927856Z copying torch/include/ATen/ops/native_layer_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6929434Z copying torch/include/ATen/ops/native_layer_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6930981Z 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:04:07.6932273Z 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:04:07.6933605Z 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:04:07.6934935Z 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:04:07.6936256Z 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:04:07.6937815Z 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:04:07.6939078Z 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:04:07.6940494Z 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:04:07.6941913Z copying torch/include/ATen/ops/native_layer_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6944159Z copying torch/include/ATen/ops/native_layer_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6945342Z copying torch/include/ATen/ops/native_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6946881Z copying torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6948194Z copying torch/include/ATen/ops/native_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6949596Z copying torch/include/ATen/ops/native_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6950851Z copying torch/include/ATen/ops/ne.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6952616Z copying torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6953775Z copying torch/include/ATen/ops/ne_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6955176Z copying torch/include/ATen/ops/ne_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6956526Z copying torch/include/ATen/ops/ne_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6957835Z copying torch/include/ATen/ops/ne_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6959353Z copying torch/include/ATen/ops/ne_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6960717Z copying torch/include/ATen/ops/ne_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6962110Z copying torch/include/ATen/ops/neg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6963791Z copying torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6965028Z copying torch/include/ATen/ops/neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6966320Z copying torch/include/ATen/ops/neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6967625Z copying torch/include/ATen/ops/neg_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6968992Z copying torch/include/ATen/ops/neg_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6970314Z copying torch/include/ATen/ops/neg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6971774Z copying torch/include/ATen/ops/neg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6973157Z copying torch/include/ATen/ops/negative.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6974698Z copying torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6975967Z copying torch/include/ATen/ops/negative_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6977325Z copying torch/include/ATen/ops/negative_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6978896Z copying torch/include/ATen/ops/nested_to_padded_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6980417Z 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:04:07.6981833Z 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:04:07.6983023Z 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:04:07.6992966Z copying torch/include/ATen/ops/new_empty.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6993920Z copying torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6995050Z copying torch/include/ATen/ops/new_empty_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6996318Z copying torch/include/ATen/ops/new_empty_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6997671Z copying torch/include/ATen/ops/new_empty_strided.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.6999310Z copying torch/include/ATen/ops/new_empty_strided_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7000626Z copying torch/include/ATen/ops/or.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7002122Z 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:04:07.7003917Z 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:04:07.7005130Z copying torch/include/ATen/ops/new_empty_strided_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7006580Z copying torch/include/ATen/ops/new_full.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7008172Z copying torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7009421Z copying torch/include/ATen/ops/new_full_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7010762Z copying torch/include/ATen/ops/new_full_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7012132Z copying torch/include/ATen/ops/new_ones.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7013713Z copying torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7015048Z copying torch/include/ATen/ops/new_ones_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7016409Z copying torch/include/ATen/ops/new_ones_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7017882Z copying torch/include/ATen/ops/new_zeros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7019391Z copying torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7020720Z copying torch/include/ATen/ops/new_zeros_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7022185Z copying torch/include/ATen/ops/new_zeros_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7023558Z copying torch/include/ATen/ops/nextafter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7025152Z copying torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7026979Z copying torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7028363Z copying torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7029698Z copying torch/include/ATen/ops/nextafter_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7031138Z copying torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7032593Z copying torch/include/ATen/ops/nextafter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7033940Z copying torch/include/ATen/ops/nextafter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7035274Z copying torch/include/ATen/ops/nll_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7036726Z copying torch/include/ATen/ops/nll_loss2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7038192Z copying torch/include/ATen/ops/nll_loss2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7039700Z 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:04:07.7041202Z 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:04:07.7042530Z copying torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7043921Z copying torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7045431Z copying torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7046724Z copying torch/include/ATen/ops/nll_loss2d_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7048161Z 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:04:07.7049579Z 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:04:07.7050945Z copying torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7052302Z copying torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7053686Z copying torch/include/ATen/ops/nll_loss2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7055044Z copying torch/include/ATen/ops/nll_loss2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7056463Z copying torch/include/ATen/ops/nll_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7058110Z 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:04:07.7059357Z 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:04:07.7060725Z 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:04:07.7062186Z copying torch/include/ATen/ops/nll_loss_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7063651Z 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:04:07.7065048Z copying torch/include/ATen/ops/nll_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7066458Z copying torch/include/ATen/ops/nll_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7067892Z copying torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7069189Z copying torch/include/ATen/ops/nll_loss_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7070817Z 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:04:07.7072048Z 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:04:07.7073406Z 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:04:07.7074766Z copying torch/include/ATen/ops/nll_loss_forward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7076178Z 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:04:07.7077559Z copying torch/include/ATen/ops/nll_loss_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7079048Z copying torch/include/ATen/ops/nll_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7080312Z copying torch/include/ATen/ops/nll_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7081694Z copying torch/include/ATen/ops/nll_loss_nd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7083317Z 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:04:07.7084677Z copying torch/include/ATen/ops/nll_loss_nd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7086057Z copying torch/include/ATen/ops/nll_loss_nd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7087480Z copying torch/include/ATen/ops/nll_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7089732Z copying torch/include/ATen/ops/nonzero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7090952Z copying torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7092288Z copying torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7093575Z copying torch/include/ATen/ops/nonzero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7094957Z copying torch/include/ATen/ops/nonzero_numpy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7096518Z copying torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7097789Z copying torch/include/ATen/ops/nonzero_numpy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7099138Z copying torch/include/ATen/ops/nonzero_numpy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7101439Z copying torch/include/ATen/ops/nonzero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7102654Z copying torch/include/ATen/ops/norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7104218Z copying torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7105739Z copying torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7107090Z copying torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7111538Z copying torch/include/ATen/ops/norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7112557Z copying torch/include/ATen/ops/norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7113718Z copying torch/include/ATen/ops/norm_except_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7116049Z 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:04:07.7117154Z copying torch/include/ATen/ops/norm_except_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7118510Z copying torch/include/ATen/ops/norm_except_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7119856Z copying torch/include/ATen/ops/norm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7121989Z copying torch/include/ATen/ops/norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7123307Z copying torch/include/ATen/ops/norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7124640Z copying torch/include/ATen/ops/norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7126211Z copying torch/include/ATen/ops/normal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7127877Z copying torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7129168Z copying torch/include/ATen/ops/normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7130574Z copying torch/include/ATen/ops/normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7131956Z copying torch/include/ATen/ops/normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7133292Z copying torch/include/ATen/ops/normal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7134695Z copying torch/include/ATen/ops/normal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7136138Z copying torch/include/ATen/ops/not_equal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7137716Z copying torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7138983Z copying torch/include/ATen/ops/not_equal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7140352Z copying torch/include/ATen/ops/not_equal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7141906Z copying torch/include/ATen/ops/nuclear_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7144502Z copying torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7145570Z copying torch/include/ATen/ops/nuclear_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7146912Z copying torch/include/ATen/ops/nuclear_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7148429Z copying torch/include/ATen/ops/numpy_T.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7149975Z copying torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7151305Z copying torch/include/ATen/ops/numpy_T_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7152664Z copying torch/include/ATen/ops/numpy_T_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7154075Z copying torch/include/ATen/ops/one_hot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7155562Z copying torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7156852Z copying torch/include/ATen/ops/one_hot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7158251Z copying torch/include/ATen/ops/one_hot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7159640Z copying torch/include/ATen/ops/ones.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7161253Z copying torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7162603Z copying torch/include/ATen/ops/ones_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7164141Z copying torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7165525Z copying torch/include/ATen/ops/ones_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7166784Z copying torch/include/ATen/ops/ones_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7168149Z copying torch/include/ATen/ops/ones_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7169562Z copying torch/include/ATen/ops/ones_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7171084Z copying torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7172421Z copying torch/include/ATen/ops/or_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7173754Z copying torch/include/ATen/ops/or_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7175178Z copying torch/include/ATen/ops/orgqr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7176749Z copying torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7177989Z copying torch/include/ATen/ops/orgqr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7179282Z copying torch/include/ATen/ops/orgqr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7180605Z copying torch/include/ATen/ops/ormqr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7182529Z copying torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7183580Z copying torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7185246Z copying torch/include/ATen/ops/ormqr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7186257Z copying torch/include/ATen/ops/ormqr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7187920Z copying torch/include/ATen/ops/outer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7189257Z copying torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7190533Z copying torch/include/ATen/ops/outer_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7191995Z copying torch/include/ATen/ops/outer_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7193506Z copying torch/include/ATen/ops/output_nr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7194832Z copying torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7196376Z copying torch/include/ATen/ops/output_nr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7197595Z copying torch/include/ATen/ops/output_nr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7198922Z copying torch/include/ATen/ops/pad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7200578Z copying torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7201825Z copying torch/include/ATen/ops/pad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7203396Z copying torch/include/ATen/ops/pad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7204935Z copying torch/include/ATen/ops/pad_sequence.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7206250Z copying torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7207548Z copying torch/include/ATen/ops/pad_sequence_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7208482Z copying torch/include/ATen/ops/pad_sequence_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7210102Z copying torch/include/ATen/ops/pairwise_distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7210749Z copying torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7212928Z copying torch/include/ATen/ops/pairwise_distance_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7214032Z copying torch/include/ATen/ops/pairwise_distance_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7215332Z copying torch/include/ATen/ops/pdist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7217010Z copying torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7218144Z copying torch/include/ATen/ops/pdist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7219653Z copying torch/include/ATen/ops/pdist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7221899Z copying torch/include/ATen/ops/permute.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7223224Z copying torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7224457Z copying torch/include/ATen/ops/permute_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7226186Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7227501Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7228751Z copying torch/include/ATen/ops/permute_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7230222Z copying torch/include/ATen/ops/permute_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7231545Z copying torch/include/ATen/ops/permute_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7233086Z copying torch/include/ATen/ops/permute_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7234314Z copying torch/include/ATen/ops/pin_memory.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7236030Z copying torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7237156Z copying torch/include/ATen/ops/pin_memory_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7238768Z copying torch/include/ATen/ops/pin_memory_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7240785Z copying torch/include/ATen/ops/pinverse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7242501Z copying torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7243737Z copying torch/include/ATen/ops/pinverse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7245338Z copying torch/include/ATen/ops/pinverse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7246838Z copying torch/include/ATen/ops/pixel_shuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7248249Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7249729Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7250965Z copying torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7252322Z copying torch/include/ATen/ops/pixel_shuffle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7253970Z copying torch/include/ATen/ops/pixel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7255139Z copying torch/include/ATen/ops/pixel_unshuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7256806Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7258163Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7259428Z copying torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7260747Z copying torch/include/ATen/ops/pixel_unshuffle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7262347Z copying torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7263903Z copying torch/include/ATen/ops/poisson.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7268890Z copying torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7269812Z copying torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7271036Z copying torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7272247Z copying torch/include/ATen/ops/poisson_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7274066Z copying torch/include/ATen/ops/poisson_nll_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7275369Z 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:04:07.7276638Z copying torch/include/ATen/ops/poisson_nll_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7278220Z copying torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7279421Z copying torch/include/ATen/ops/poisson_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7280920Z copying torch/include/ATen/ops/polar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7282463Z copying torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7283834Z copying torch/include/ATen/ops/polar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7285395Z copying torch/include/ATen/ops/polar_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7286653Z copying torch/include/ATen/ops/polar_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7288164Z copying torch/include/ATen/ops/polar_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7289601Z copying torch/include/ATen/ops/polygamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7291036Z copying torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7292552Z copying torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7293820Z copying torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7295257Z copying torch/include/ATen/ops/qr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7296701Z copying torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7298381Z copying torch/include/ATen/ops/polygamma_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7299712Z copying torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7301265Z copying torch/include/ATen/ops/polygamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7302613Z copying torch/include/ATen/ops/polygamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7304668Z copying torch/include/ATen/ops/positive.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7305965Z copying torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7307198Z copying torch/include/ATen/ops/positive_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7309396Z copying torch/include/ATen/ops/positive_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7310515Z copying torch/include/ATen/ops/pow.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7312212Z copying torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7313261Z copying torch/include/ATen/ops/pow_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7314684Z copying torch/include/ATen/ops/pow_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7316007Z copying torch/include/ATen/ops/pow_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7317508Z copying torch/include/ATen/ops/pow_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7318767Z copying torch/include/ATen/ops/pow_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7320368Z copying torch/include/ATen/ops/pow_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7321668Z copying torch/include/ATen/ops/prelu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7323310Z copying torch/include/ATen/ops/prelu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7324758Z copying torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7326123Z copying torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7327520Z copying torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7328868Z copying torch/include/ATen/ops/prelu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7330329Z copying torch/include/ATen/ops/prelu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7331759Z copying torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7333118Z copying torch/include/ATen/ops/prelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7334505Z copying torch/include/ATen/ops/prelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7335912Z copying torch/include/ATen/ops/prelu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7337374Z copying torch/include/ATen/ops/prelu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7338773Z copying torch/include/ATen/ops/prod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7340420Z copying torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7341999Z copying torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7344339Z copying torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7345334Z copying torch/include/ATen/ops/prod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7347415Z copying torch/include/ATen/ops/prod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7347883Z copying torch/include/ATen/ops/prod_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7349198Z copying torch/include/ATen/ops/prod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7350662Z copying torch/include/ATen/ops/prod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7351986Z copying torch/include/ATen/ops/prod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7353562Z copying torch/include/ATen/ops/promote_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7355035Z copying torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7356331Z copying torch/include/ATen/ops/promote_types_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7358579Z copying torch/include/ATen/ops/promote_types_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7359705Z copying torch/include/ATen/ops/put.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7361604Z copying torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7365405Z copying torch/include/ATen/ops/put_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7366475Z copying torch/include/ATen/ops/put_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7367627Z copying torch/include/ATen/ops/put_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7369160Z copying torch/include/ATen/ops/put_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7370369Z copying torch/include/ATen/ops/put_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7371911Z copying torch/include/ATen/ops/q_per_channel_axis.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7373277Z 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:04:07.7375523Z 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:04:07.7376613Z copying torch/include/ATen/ops/q_per_channel_scales.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7378154Z 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:04:07.7380253Z 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:04:07.7381410Z 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:04:07.7383177Z 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:04:07.7385211Z 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:04:07.7386384Z 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:04:07.7387784Z 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:04:07.7389153Z copying torch/include/ATen/ops/q_scale.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7390397Z copying torch/include/ATen/ops/q_scale_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7391464Z copying torch/include/ATen/ops/q_scale_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7392955Z copying torch/include/ATen/ops/q_zero_point.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7393722Z copying torch/include/ATen/ops/q_zero_point_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7395065Z copying torch/include/ATen/ops/q_zero_point_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7397150Z copying torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7397859Z copying torch/include/ATen/ops/qr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7398727Z copying torch/include/ATen/ops/qr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7399917Z copying torch/include/ATen/ops/qscheme.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7401365Z copying torch/include/ATen/ops/qscheme_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7403577Z copying torch/include/ATen/ops/qscheme_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7404755Z copying torch/include/ATen/ops/quantile.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7406399Z copying torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7408353Z copying torch/include/ATen/ops/quantile_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7409526Z copying torch/include/ATen/ops/quantile_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7411070Z copying torch/include/ATen/ops/quantize_per_channel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7412463Z 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:04:07.7413956Z 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:04:07.7415332Z 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:04:07.7416636Z copying torch/include/ATen/ops/quantize_per_channel_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7418012Z copying torch/include/ATen/ops/quantize_per_channel_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7419519Z copying torch/include/ATen/ops/quantize_per_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7421216Z 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:04:07.7422774Z 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:04:07.7424013Z 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:04:07.7425623Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7426910Z 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:04:07.7428325Z 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:04:07.7429777Z 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:04:07.7430925Z 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:04:07.7432320Z 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:04:07.7433293Z copying torch/include/ATen/ops/quantize_per_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7434619Z copying torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7435893Z copying torch/include/ATen/ops/quantized_batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7437239Z 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:04:07.7438395Z copying torch/include/ATen/ops/quantized_batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7439925Z copying torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7440825Z copying torch/include/ATen/ops/quantized_gru_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7442807Z 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:04:07.7444406Z copying torch/include/ATen/ops/quantized_gru_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7444734Z copying torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7445611Z copying torch/include/ATen/ops/quantized_lstm_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7447041Z 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:04:07.7448067Z copying torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7449562Z copying torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7450775Z copying torch/include/ATen/ops/quantized_max_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7452565Z 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:04:07.7453339Z copying torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7454321Z copying torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7455538Z copying torch/include/ATen/ops/quantized_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7456705Z 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:04:07.7457631Z copying torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7459079Z copying torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7460032Z copying torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7461361Z 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:04:07.7462423Z 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:04:07.7463816Z 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:04:07.7464772Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7466258Z 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:04:07.7467141Z 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:04:07.7468457Z 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:04:07.7469512Z copying torch/include/ATen/ops/rad2deg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7470729Z copying torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7471583Z copying torch/include/ATen/ops/rad2deg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7472739Z copying torch/include/ATen/ops/rad2deg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7473800Z copying torch/include/ATen/ops/rand.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7475177Z copying torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7476170Z copying torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7477286Z copying torch/include/ATen/ops/rand_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7478427Z copying torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7479352Z copying torch/include/ATen/ops/rand_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7480505Z copying torch/include/ATen/ops/rand_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7481638Z copying torch/include/ATen/ops/rand_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7482654Z copying torch/include/ATen/ops/rand_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7484348Z copying torch/include/ATen/ops/randint.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7485813Z copying torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7487141Z copying torch/include/ATen/ops/randint_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7488243Z copying torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7488965Z copying torch/include/ATen/ops/randint_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7490253Z copying torch/include/ATen/ops/randint_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7491880Z copying torch/include/ATen/ops/randint_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7492516Z copying torch/include/ATen/ops/randint_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7493416Z copying torch/include/ATen/ops/randn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7494740Z copying torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7495741Z copying torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7496979Z copying torch/include/ATen/ops/randn_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7498335Z copying torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7499050Z copying torch/include/ATen/ops/randn_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7500100Z copying torch/include/ATen/ops/randn_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7501200Z copying torch/include/ATen/ops/randn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7502447Z copying torch/include/ATen/ops/randn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7504193Z copying torch/include/ATen/ops/random.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7505644Z copying torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7506545Z copying torch/include/ATen/ops/random_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7507531Z copying torch/include/ATen/ops/random_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7508560Z copying torch/include/ATen/ops/random_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7509754Z copying torch/include/ATen/ops/random_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7510767Z copying torch/include/ATen/ops/random_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7512182Z copying torch/include/ATen/ops/randperm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7513538Z copying torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7514563Z copying torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7515609Z copying torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7516741Z copying torch/include/ATen/ops/randperm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7517883Z copying torch/include/ATen/ops/randperm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7519207Z copying torch/include/ATen/ops/range.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7520478Z copying torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7521601Z copying torch/include/ATen/ops/range_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7522806Z copying torch/include/ATen/ops/range_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7524020Z copying torch/include/ATen/ops/range_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7525159Z copying torch/include/ATen/ops/range_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7526570Z copying torch/include/ATen/ops/range_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7527664Z copying torch/include/ATen/ops/ravel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7528968Z copying torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7530013Z copying torch/include/ATen/ops/ravel_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7531087Z copying torch/include/ATen/ops/ravel_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7532171Z copying torch/include/ATen/ops/real.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7533468Z copying torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7534474Z copying torch/include/ATen/ops/real_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7535616Z copying torch/include/ATen/ops/real_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7536735Z copying torch/include/ATen/ops/reciprocal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7538085Z copying torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7539070Z copying torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7540193Z copying torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7541275Z copying torch/include/ATen/ops/reciprocal_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7542580Z copying torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7543694Z copying torch/include/ATen/ops/reciprocal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7545041Z copying torch/include/ATen/ops/reciprocal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7545910Z copying torch/include/ATen/ops/record_stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7547090Z copying torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7548128Z copying torch/include/ATen/ops/record_stream_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7549154Z copying torch/include/ATen/ops/record_stream_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7550381Z copying torch/include/ATen/ops/refine_names.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7551435Z copying torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7552450Z copying torch/include/ATen/ops/refine_names_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7553879Z copying torch/include/ATen/ops/refine_names_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7554684Z copying torch/include/ATen/ops/reflection_pad1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7556056Z copying torch/include/ATen/ops/relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7557023Z copying torch/include/ATen/ops/reflection_pad1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7559600Z 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:04:07.7560689Z 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:04:07.7561576Z 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:04:07.7563042Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7564088Z 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:04:07.7565482Z copying torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7566421Z copying torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7567634Z copying torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7568552Z copying torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7569582Z copying torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7570909Z copying torch/include/ATen/ops/reflection_pad1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7572245Z copying torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7573061Z copying torch/include/ATen/ops/reflection_pad1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7574007Z copying torch/include/ATen/ops/reflection_pad1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7575427Z copying torch/include/ATen/ops/reflection_pad2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7576430Z copying torch/include/ATen/ops/reflection_pad2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7577673Z 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:04:07.7578653Z 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:04:07.7579753Z copying torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7580787Z copying torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7582303Z copying torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7583158Z copying torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7584057Z copying torch/include/ATen/ops/reflection_pad2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7585367Z copying torch/include/ATen/ops/reflection_pad2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7586336Z copying torch/include/ATen/ops/reflection_pad3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7587619Z copying torch/include/ATen/ops/reflection_pad3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7588833Z 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:04:07.7590109Z 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:04:07.7591133Z 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:04:07.7592151Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7593327Z 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:04:07.7594574Z copying torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7595690Z copying torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7597057Z copying torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7597782Z copying torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7599006Z copying torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7599932Z copying torch/include/ATen/ops/reflection_pad3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7601282Z copying torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7602343Z copying torch/include/ATen/ops/reflection_pad3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7603679Z copying torch/include/ATen/ops/reflection_pad3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7604943Z copying torch/include/ATen/ops/relu6.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7605961Z copying torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7607118Z copying torch/include/ATen/ops/relu6_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7608024Z copying torch/include/ATen/ops/relu6_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7609235Z copying torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7610232Z copying torch/include/ATen/ops/relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7611340Z copying torch/include/ATen/ops/relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7612789Z copying torch/include/ATen/ops/relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7613525Z copying torch/include/ATen/ops/relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7614480Z copying torch/include/ATen/ops/relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7616496Z copying torch/include/ATen/ops/remainder.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7616893Z copying torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7618143Z copying torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7619014Z copying torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7620313Z copying torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7621328Z copying torch/include/ATen/ops/remainder_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7622421Z copying torch/include/ATen/ops/remainder_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7623599Z copying torch/include/ATen/ops/remainder_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7624619Z copying torch/include/ATen/ops/remainder_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7625872Z copying torch/include/ATen/ops/rename.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7626918Z copying torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7627870Z copying torch/include/ATen/ops/rename_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7628966Z copying torch/include/ATen/ops/rename_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7629968Z copying torch/include/ATen/ops/renorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7631709Z copying torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7633007Z copying torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7633949Z copying torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7635157Z copying torch/include/ATen/ops/renorm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7636325Z copying torch/include/ATen/ops/renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7637411Z copying torch/include/ATen/ops/renorm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7638576Z copying torch/include/ATen/ops/renorm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7639709Z copying torch/include/ATen/ops/repeat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7641049Z copying torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7642135Z copying torch/include/ATen/ops/repeat_interleave.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7643360Z copying torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7644303Z copying torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7645494Z copying torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7646295Z copying torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7647461Z copying torch/include/ATen/ops/repeat_interleave_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7648618Z copying torch/include/ATen/ops/repeat_interleave_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7649586Z copying torch/include/ATen/ops/repeat_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7650653Z copying torch/include/ATen/ops/repeat_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7651650Z copying torch/include/ATen/ops/replication_pad1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7652656Z copying torch/include/ATen/ops/replication_pad1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7654450Z 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:04:07.7655277Z 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:04:07.7656600Z 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:04:07.7658548Z copying torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7659157Z 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:04:07.7659955Z copying torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7661339Z copying torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7662458Z copying torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7663754Z copying torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7664657Z copying torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7665733Z copying torch/include/ATen/ops/replication_pad1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7666770Z copying torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7667964Z copying torch/include/ATen/ops/replication_pad1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7668874Z copying torch/include/ATen/ops/replication_pad1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7670414Z copying torch/include/ATen/ops/replication_pad2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7671316Z copying torch/include/ATen/ops/replication_pad2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7672983Z 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:04:07.7673487Z 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:04:07.7675596Z copying torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7676067Z copying torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7676646Z copying torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7677647Z copying torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7678598Z copying torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7679667Z copying torch/include/ATen/ops/replication_pad2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7680897Z copying torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7681749Z copying torch/include/ATen/ops/replication_pad2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7683686Z copying torch/include/ATen/ops/replication_pad2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7684077Z copying torch/include/ATen/ops/replication_pad3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7685606Z copying torch/include/ATen/ops/replication_pad3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7686506Z 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:04:07.7687881Z 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:04:07.7688909Z copying torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7690317Z copying torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7691389Z copying torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7692239Z copying torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7693173Z copying torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7695119Z copying torch/include/ATen/ops/replication_pad3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7696104Z copying torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7697472Z copying torch/include/ATen/ops/replication_pad3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7698805Z copying torch/include/ATen/ops/replication_pad3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7700375Z copying torch/include/ATen/ops/requires_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7701965Z copying torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7704018Z copying torch/include/ATen/ops/requires_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7705068Z copying torch/include/ATen/ops/requires_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7707155Z copying torch/include/ATen/ops/reshape.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7708407Z copying torch/include/ATen/ops/reshape_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7709679Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7710811Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7712333Z copying torch/include/ATen/ops/reshape_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7713257Z copying torch/include/ATen/ops/reshape_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7714527Z copying torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7715906Z copying torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7716861Z copying torch/include/ATen/ops/reshape_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7718113Z copying torch/include/ATen/ops/reshape_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7718963Z copying torch/include/ATen/ops/resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7720303Z copying torch/include/ATen/ops/resize_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7721245Z copying torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7722745Z copying torch/include/ATen/ops/resize_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7723560Z copying torch/include/ATen/ops/resize_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7724599Z copying torch/include/ATen/ops/resize_as_sparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7726019Z 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:04:07.7726917Z 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:04:07.7728078Z copying torch/include/ATen/ops/resize_as_sparse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7729330Z copying torch/include/ATen/ops/resize_as_sparse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7731480Z copying torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7731750Z copying torch/include/ATen/ops/resize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7733049Z copying torch/include/ATen/ops/resize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7734108Z copying torch/include/ATen/ops/resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7735246Z copying torch/include/ATen/ops/resize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7736544Z copying torch/include/ATen/ops/resize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7737603Z copying torch/include/ATen/ops/resolve_conj.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7738902Z copying torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7740079Z copying torch/include/ATen/ops/resolve_conj_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7741014Z copying torch/include/ATen/ops/resolve_conj_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7742654Z copying torch/include/ATen/ops/resolve_neg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7743654Z copying torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7744582Z copying torch/include/ATen/ops/resolve_neg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7745970Z copying torch/include/ATen/ops/resolve_neg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7746995Z copying torch/include/ATen/ops/result_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7748324Z copying torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7749279Z copying torch/include/ATen/ops/result_type_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7750714Z copying torch/include/ATen/ops/result_type_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7751591Z copying torch/include/ATen/ops/retain_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7753162Z copying torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7754018Z copying torch/include/ATen/ops/retain_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7755314Z copying torch/include/ATen/ops/retain_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7756557Z copying torch/include/ATen/ops/retains_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7757654Z copying torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7758796Z copying torch/include/ATen/ops/retains_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7759935Z copying torch/include/ATen/ops/retains_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7761056Z copying torch/include/ATen/ops/rnn_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7762177Z copying torch/include/ATen/ops/rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7764652Z 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:04:07.7764965Z copying torch/include/ATen/ops/rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7765614Z copying torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7766540Z copying torch/include/ATen/ops/rnn_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7767822Z copying torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7768804Z copying torch/include/ATen/ops/rnn_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7769951Z copying torch/include/ATen/ops/rnn_tanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7770906Z copying torch/include/ATen/ops/rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7772029Z 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:04:07.7772867Z copying torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7774289Z copying torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7775161Z copying torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7776433Z copying torch/include/ATen/ops/rnn_tanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7777453Z copying torch/include/ATen/ops/rnn_tanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7778659Z copying torch/include/ATen/ops/roll.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7779685Z copying torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7781306Z copying torch/include/ATen/ops/roll_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7782465Z copying torch/include/ATen/ops/roll_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7783690Z copying torch/include/ATen/ops/roll_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7784682Z copying torch/include/ATen/ops/roll_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7785603Z copying torch/include/ATen/ops/rot90.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7787240Z copying torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7787567Z copying torch/include/ATen/ops/rot90_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7788948Z copying torch/include/ATen/ops/rot90_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7789898Z copying torch/include/ATen/ops/round.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7791388Z copying torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7792196Z copying torch/include/ATen/ops/round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7793558Z copying torch/include/ATen/ops/round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7794958Z copying torch/include/ATen/ops/round_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7795879Z copying torch/include/ATen/ops/round_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7797149Z copying torch/include/ATen/ops/round_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7799144Z copying torch/include/ATen/ops/round_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7799427Z copying torch/include/ATen/ops/row_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7800954Z copying torch/include/ATen/ops/row_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7802194Z 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:04:07.7803128Z 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:04:07.7804447Z copying torch/include/ATen/ops/row_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7805204Z copying torch/include/ATen/ops/row_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7806582Z copying torch/include/ATen/ops/row_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7807620Z copying torch/include/ATen/ops/row_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7808616Z copying torch/include/ATen/ops/row_stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7810202Z copying torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7810928Z copying torch/include/ATen/ops/row_stack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7812143Z copying torch/include/ATen/ops/row_stack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7813131Z copying torch/include/ATen/ops/rrelu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7814455Z copying torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7815566Z copying torch/include/ATen/ops/rrelu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7816791Z copying torch/include/ATen/ops/rrelu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7817925Z copying torch/include/ATen/ops/rrelu_with_noise.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7819101Z copying torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7820026Z 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:04:07.7821307Z 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:04:07.7822418Z 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:04:07.7823713Z 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:04:07.7824945Z 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:04:07.7826283Z 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:04:07.7827271Z copying torch/include/ATen/ops/rrelu_with_noise_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7828571Z copying torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7829424Z copying torch/include/ATen/ops/rshift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7830703Z copying torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7831607Z copying torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7833031Z copying torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7834117Z copying torch/include/ATen/ops/rshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7835227Z copying torch/include/ATen/ops/rshift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7836526Z copying torch/include/ATen/ops/rshift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7837318Z copying torch/include/ATen/ops/rsqrt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7838940Z copying torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7839691Z copying torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7841163Z copying torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7841740Z copying torch/include/ATen/ops/rsqrt_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7843304Z copying torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7844124Z copying torch/include/ATen/ops/rsqrt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7845971Z copying torch/include/ATen/ops/rsqrt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7846455Z copying torch/include/ATen/ops/rsub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7848218Z copying torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7848824Z copying torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7850278Z copying torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7851268Z copying torch/include/ATen/ops/rsub_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7852222Z copying torch/include/ATen/ops/rsub_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7853665Z copying torch/include/ATen/ops/scalar_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7855599Z copying torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7856255Z copying torch/include/ATen/ops/scalar_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7857174Z copying torch/include/ATen/ops/scalar_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7858347Z copying torch/include/ATen/ops/scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7859786Z copying torch/include/ATen/ops/scatter_add.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7861353Z copying torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7862476Z copying torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7864155Z copying torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7865022Z copying torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7866146Z copying torch/include/ATen/ops/scatter_add_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7867548Z copying torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7868628Z copying torch/include/ATen/ops/scatter_add_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7869760Z copying torch/include/ATen/ops/scatter_add_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7871153Z copying torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7872299Z copying torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7873399Z copying torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7874607Z copying torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7875775Z copying torch/include/ATen/ops/scatter_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7877005Z copying torch/include/ATen/ops/scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7878143Z copying torch/include/ATen/ops/scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7879327Z copying torch/include/ATen/ops/scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7880707Z copying torch/include/ATen/ops/scatter_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7882047Z copying torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7883141Z copying torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7884312Z copying torch/include/ATen/ops/scatter_reduce_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7885727Z copying torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7886916Z copying torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7888253Z copying torch/include/ATen/ops/scatter_reduce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7889354Z copying torch/include/ATen/ops/scatter_reduce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7890572Z copying torch/include/ATen/ops/searchsorted.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7891881Z copying torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7892985Z copying torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7894193Z copying torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7895368Z copying torch/include/ATen/ops/searchsorted_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7896540Z copying torch/include/ATen/ops/searchsorted_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7897903Z copying torch/include/ATen/ops/segment_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7899130Z copying torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7900158Z copying torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7901297Z copying torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7902611Z copying torch/include/ATen/ops/segment_reduce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7903809Z copying torch/include/ATen/ops/segment_reduce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7904841Z copying torch/include/ATen/ops/select.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7905977Z copying torch/include/ATen/ops/select_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7907347Z copying torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7908463Z copying torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7909498Z copying torch/include/ATen/ops/select_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7910613Z copying torch/include/ATen/ops/select_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7911856Z copying torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7913083Z copying torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7914157Z copying torch/include/ATen/ops/select_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7915362Z copying torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7916628Z copying torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7917699Z copying torch/include/ATen/ops/select_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7918589Z copying torch/include/ATen/ops/select_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7919669Z copying torch/include/ATen/ops/select_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7920681Z copying torch/include/ATen/ops/select_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7921956Z copying torch/include/ATen/ops/select_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7923285Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7924476Z copying torch/include/ATen/ops/select_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7925536Z copying torch/include/ATen/ops/select_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7926588Z copying torch/include/ATen/ops/selu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7928169Z copying torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7929144Z copying torch/include/ATen/ops/selu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7930212Z copying torch/include/ATen/ops/selu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7931927Z copying torch/include/ATen/ops/set.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7933199Z copying torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7934051Z copying torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7935299Z copying torch/include/ATen/ops/set_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7936044Z copying torch/include/ATen/ops/set_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7936987Z copying torch/include/ATen/ops/set_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7938747Z copying torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7939416Z copying torch/include/ATen/ops/set_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7940814Z copying torch/include/ATen/ops/set_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7941832Z copying torch/include/ATen/ops/set_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7943087Z copying torch/include/ATen/ops/set_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7945175Z copying torch/include/ATen/ops/set_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7946195Z copying torch/include/ATen/ops/sgn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7947103Z copying torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7948202Z copying torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7949196Z copying torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7950349Z copying torch/include/ATen/ops/sgn_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7951661Z copying torch/include/ATen/ops/sgn_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7952772Z copying torch/include/ATen/ops/sgn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7953883Z copying torch/include/ATen/ops/sgn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7955229Z copying torch/include/ATen/ops/sigmoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7956333Z copying torch/include/ATen/ops/sigmoid_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7957901Z copying torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7958713Z copying torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7959911Z copying torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7960888Z copying torch/include/ATen/ops/sigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7962206Z copying torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7963157Z copying torch/include/ATen/ops/sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7964522Z copying torch/include/ATen/ops/sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7965523Z copying torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7966686Z copying torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7967790Z copying torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7968982Z copying torch/include/ATen/ops/sigmoid_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7969853Z copying torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7971112Z copying torch/include/ATen/ops/sigmoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7972059Z copying torch/include/ATen/ops/sigmoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7973367Z copying torch/include/ATen/ops/sign.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7974407Z copying torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7975400Z copying torch/include/ATen/ops/sign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7976558Z copying torch/include/ATen/ops/sign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7977610Z copying torch/include/ATen/ops/sign_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7978729Z copying torch/include/ATen/ops/sign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7979832Z copying torch/include/ATen/ops/sign_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7980960Z copying torch/include/ATen/ops/sign_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7982230Z copying torch/include/ATen/ops/signbit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7983600Z copying torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7984452Z copying torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7985821Z copying torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7987056Z copying torch/include/ATen/ops/signbit_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7988000Z copying torch/include/ATen/ops/signbit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7989278Z copying torch/include/ATen/ops/signbit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7990155Z copying torch/include/ATen/ops/signbit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7991372Z copying torch/include/ATen/ops/silu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7992551Z copying torch/include/ATen/ops/silu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7993659Z copying torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7994642Z copying torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7995796Z copying torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7996984Z copying torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7998175Z copying torch/include/ATen/ops/silu_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.7999178Z copying torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8000550Z copying torch/include/ATen/ops/silu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8001358Z copying torch/include/ATen/ops/silu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8002753Z copying torch/include/ATen/ops/silu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8003969Z copying torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8005314Z copying torch/include/ATen/ops/silu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8006401Z copying torch/include/ATen/ops/silu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8007627Z copying torch/include/ATen/ops/silu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8008516Z copying torch/include/ATen/ops/silu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8009721Z copying torch/include/ATen/ops/silu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8010870Z copying torch/include/ATen/ops/sin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8012119Z copying torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8013333Z copying torch/include/ATen/ops/sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8014278Z copying torch/include/ATen/ops/sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8015738Z copying torch/include/ATen/ops/sin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8016889Z copying torch/include/ATen/ops/sin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8018151Z copying torch/include/ATen/ops/sin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8018859Z copying torch/include/ATen/ops/sin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8020405Z copying torch/include/ATen/ops/sinc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8021447Z copying torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8023066Z copying torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8023818Z copying torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8024956Z copying torch/include/ATen/ops/sinc_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8025904Z copying torch/include/ATen/ops/sinc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8027056Z copying torch/include/ATen/ops/sinc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8028327Z copying torch/include/ATen/ops/sinc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8029299Z copying torch/include/ATen/ops/sinh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8030661Z copying torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8031715Z copying torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8032949Z copying torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8034312Z copying torch/include/ATen/ops/sinh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8035295Z copying torch/include/ATen/ops/sinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8036444Z copying torch/include/ATen/ops/sinh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8037669Z copying torch/include/ATen/ops/sinh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8038968Z copying torch/include/ATen/ops/size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8040656Z copying torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8041813Z copying torch/include/ATen/ops/size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8043607Z copying torch/include/ATen/ops/size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8044743Z copying torch/include/ATen/ops/slice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8046567Z copying torch/include/ATen/ops/slice_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8047740Z copying torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8049056Z copying torch/include/ATen/ops/slice_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8050519Z copying torch/include/ATen/ops/slice_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8051950Z copying torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8053238Z copying torch/include/ATen/ops/slice_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8054983Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8056384Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8057632Z copying torch/include/ATen/ops/slice_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8059215Z copying torch/include/ATen/ops/slice_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8060533Z copying torch/include/ATen/ops/slice_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8062114Z copying torch/include/ATen/ops/slice_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8063441Z copying torch/include/ATen/ops/slice_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8065150Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8066349Z copying torch/include/ATen/ops/slice_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8067922Z copying torch/include/ATen/ops/slice_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8069165Z copying torch/include/ATen/ops/slogdet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8070832Z copying torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8072067Z copying torch/include/ATen/ops/slogdet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8073698Z copying torch/include/ATen/ops/slogdet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8074881Z copying torch/include/ATen/ops/slow_conv3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8076661Z copying torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8077875Z copying torch/include/ATen/ops/slow_conv3d_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8079495Z 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:04:07.8080803Z copying torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8082521Z copying torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8083718Z copying torch/include/ATen/ops/slow_conv3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8085420Z copying torch/include/ATen/ops/slow_conv3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8087038Z copying torch/include/ATen/ops/slow_conv_dilated2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8088447Z 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:04:07.8090459Z 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:04:07.8091641Z 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:04:07.8092894Z copying torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8094740Z copying torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8095864Z copying torch/include/ATen/ops/slow_conv_dilated3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8097421Z 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:04:07.8098769Z 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:04:07.8100182Z 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:04:07.8101731Z copying torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8103152Z copying torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8104665Z copying torch/include/ATen/ops/slow_conv_transpose2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8106522Z 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:04:07.8107597Z 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:04:07.8109017Z 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:04:07.8110742Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8111911Z 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:04:07.8113663Z copying torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8114730Z copying torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8116156Z copying torch/include/ATen/ops/slow_conv_transpose3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8117641Z 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:04:07.8118726Z 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:04:07.8120042Z copying torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8121077Z copying torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8122418Z copying torch/include/ATen/ops/smm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8123733Z copying torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8125081Z copying torch/include/ATen/ops/smm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8126293Z copying torch/include/ATen/ops/smm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8127405Z copying torch/include/ATen/ops/smooth_l1_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8129032Z copying torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8129951Z 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:04:07.8131104Z 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:04:07.8132376Z 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:04:07.8133351Z copying torch/include/ATen/ops/t.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8135004Z 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:04:07.8136132Z 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:04:07.8137974Z 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:04:07.8138931Z 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:04:07.8140029Z 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:04:07.8141471Z copying torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8142620Z 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:04:07.8144642Z copying torch/include/ATen/ops/smooth_l1_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8145335Z copying torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8146832Z copying torch/include/ATen/ops/soft_margin_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8147836Z copying torch/include/ATen/ops/soft_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8149426Z 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:04:07.8150333Z 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:04:07.8152005Z 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:04:07.8152989Z 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:04:07.8153953Z copying torch/include/ATen/ops/soft_margin_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8155144Z copying torch/include/ATen/ops/soft_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8156093Z copying torch/include/ATen/ops/softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8157429Z copying torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8158374Z copying torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8159378Z copying torch/include/ATen/ops/softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8160552Z copying torch/include/ATen/ops/softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8161530Z copying torch/include/ATen/ops/softplus.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8162856Z copying torch/include/ATen/ops/softplus_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8165087Z copying torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8165387Z copying torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8166614Z copying torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8167555Z copying torch/include/ATen/ops/softplus_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8168842Z copying torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8169845Z copying torch/include/ATen/ops/softplus_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8171064Z copying torch/include/ATen/ops/softplus_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8172750Z copying torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8173726Z copying torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8175033Z copying torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8176248Z copying torch/include/ATen/ops/softplus_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8177415Z copying torch/include/ATen/ops/softplus_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8178646Z copying torch/include/ATen/ops/softplus_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8180037Z copying torch/include/ATen/ops/softplus_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8181218Z copying torch/include/ATen/ops/softshrink.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8182548Z copying torch/include/ATen/ops/softshrink_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8184031Z copying torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8185235Z copying torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8186525Z copying torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8187746Z copying torch/include/ATen/ops/softshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8189054Z copying torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8190271Z copying torch/include/ATen/ops/softshrink_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8191584Z copying torch/include/ATen/ops/softshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8192817Z copying torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8193923Z copying torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8195123Z copying torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8196277Z copying torch/include/ATen/ops/softshrink_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8197490Z copying torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8198666Z copying torch/include/ATen/ops/softshrink_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8199855Z copying torch/include/ATen/ops/softshrink_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8201034Z copying torch/include/ATen/ops/sort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8202364Z copying torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8203614Z copying torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8204786Z copying torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8206099Z copying torch/include/ATen/ops/sort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8207316Z copying torch/include/ATen/ops/sort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8208618Z copying torch/include/ATen/ops/sort_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8209916Z copying torch/include/ATen/ops/sort_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8211102Z copying torch/include/ATen/ops/sort_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8212371Z copying torch/include/ATen/ops/sort_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8213703Z copying torch/include/ATen/ops/sparse_bsc_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8215091Z 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:04:07.8216228Z copying torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8217472Z copying torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8218749Z copying torch/include/ATen/ops/sparse_bsr_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8220099Z 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:04:07.8221281Z copying torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8222892Z copying torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8223811Z copying torch/include/ATen/ops/sparse_compressed_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8224769Z 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:04:07.8226075Z copying torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8227365Z copying torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8228639Z copying torch/include/ATen/ops/sparse_coo_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8229354Z 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:04:07.8230483Z 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:04:07.8231431Z copying torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8232617Z copying torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8233919Z copying torch/include/ATen/ops/sparse_csc_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8234992Z 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:04:07.8236287Z copying torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8237115Z copying torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8238066Z copying torch/include/ATen/ops/sparse_csr_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8239100Z 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:04:07.8240030Z copying torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8241049Z copying torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8242049Z copying torch/include/ATen/ops/to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8243129Z copying torch/include/ATen/ops/sparse_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8245010Z copying torch/include/ATen/ops/sparse_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8245806Z copying torch/include/ATen/ops/sparse_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8246773Z copying torch/include/ATen/ops/sparse_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8247960Z copying torch/include/ATen/ops/sparse_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8249574Z copying torch/include/ATen/ops/sparse_mask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8250572Z copying torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8251800Z copying torch/include/ATen/ops/sparse_mask_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8253526Z copying torch/include/ATen/ops/sparse_mask_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8254234Z copying torch/include/ATen/ops/sparse_resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8255166Z copying torch/include/ATen/ops/sparse_resize_and_clear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8256187Z 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:04:07.8257437Z 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:04:07.8258680Z 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:04:07.8259979Z 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:04:07.8261303Z copying torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8262360Z copying torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8263662Z copying torch/include/ATen/ops/sparse_resize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8264671Z copying torch/include/ATen/ops/sparse_resize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8265734Z copying torch/include/ATen/ops/sparse_sampled_addmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8267444Z copying torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8268323Z copying torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8269370Z copying torch/include/ATen/ops/special_airy_ai.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8270240Z 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:04:07.8271302Z 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:04:07.8272284Z 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:04:07.8273291Z copying torch/include/ATen/ops/special_airy_ai_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8274302Z 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:04:07.8275234Z copying torch/include/ATen/ops/special_airy_ai_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8276511Z copying torch/include/ATen/ops/special_airy_ai_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8277524Z copying torch/include/ATen/ops/special_bessel_j0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8278574Z 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:04:07.8279829Z 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:04:07.8280783Z 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:04:07.8282000Z copying torch/include/ATen/ops/special_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8282946Z 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:04:07.8284225Z copying torch/include/ATen/ops/special_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8285371Z copying torch/include/ATen/ops/special_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8286901Z copying torch/include/ATen/ops/special_bessel_j1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8287726Z 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:04:07.8288474Z 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:04:07.8290078Z 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:04:07.8290847Z copying torch/include/ATen/ops/special_bessel_j1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8292442Z 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:04:07.8293362Z copying torch/include/ATen/ops/special_bessel_j1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8294931Z copying torch/include/ATen/ops/special_bessel_j1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8295662Z copying torch/include/ATen/ops/special_bessel_y0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8297209Z 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:04:07.8298092Z 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:04:07.8299549Z 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:04:07.8300654Z copying torch/include/ATen/ops/special_bessel_y0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8302278Z 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:04:07.8303903Z copying torch/include/ATen/ops/special_bessel_y0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8305182Z copying torch/include/ATen/ops/special_bessel_y0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8306210Z copying torch/include/ATen/ops/special_bessel_y1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8307448Z 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:04:07.8308280Z 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:04:07.8309092Z 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:04:07.8310030Z copying torch/include/ATen/ops/special_bessel_y1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8311061Z 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:04:07.8312048Z copying torch/include/ATen/ops/special_bessel_y1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8313026Z copying torch/include/ATen/ops/special_bessel_y1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8314043Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8315229Z 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:04:07.8316399Z 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:04:07.8317583Z 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:04:07.8318393Z 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:04:07.8319525Z 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:04:07.8320520Z 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:04:07.8321849Z 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:04:07.8322965Z 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:04:07.8324083Z 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:04:07.8325022Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8326186Z 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:04:07.8327163Z 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:04:07.8328433Z 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:04:07.8329558Z 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:04:07.8330522Z 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:04:07.8332180Z 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:04:07.8332491Z 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:04:07.8333717Z 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:04:07.8335012Z 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:04:07.8336277Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8337260Z 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:04:07.8338560Z 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:04:07.8339791Z 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:04:07.8341097Z 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:04:07.8342128Z 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:04:07.8343419Z 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:04:07.8344596Z 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:04:07.8345857Z 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:04:07.8346812Z 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:04:07.8348040Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8349330Z 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:04:07.8350347Z 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:04:07.8351567Z 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:04:07.8352761Z 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:04:07.8354179Z 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:04:07.8354873Z 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:04:07.8357030Z 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:04:07.8357647Z 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:04:07.8358463Z 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:04:07.8359569Z copying torch/include/ATen/ops/special_digamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8361064Z copying torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8361865Z copying torch/include/ATen/ops/special_digamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8362710Z copying torch/include/ATen/ops/special_digamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8364303Z copying torch/include/ATen/ops/special_entr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8365646Z copying torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8366589Z copying torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8367695Z copying torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8368859Z copying torch/include/ATen/ops/special_entr_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8369984Z copying torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8371209Z copying torch/include/ATen/ops/special_entr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8372582Z copying torch/include/ATen/ops/special_entr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8373571Z copying torch/include/ATen/ops/special_erf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8374582Z copying torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8375495Z copying torch/include/ATen/ops/special_erf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8376647Z copying torch/include/ATen/ops/special_erf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8377847Z copying torch/include/ATen/ops/special_erfc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8378654Z copying torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8379898Z copying torch/include/ATen/ops/special_erfc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8381085Z copying torch/include/ATen/ops/special_erfc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8382318Z copying torch/include/ATen/ops/special_erfcx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8383859Z copying torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8384697Z copying torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8385680Z copying torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8387298Z copying torch/include/ATen/ops/special_erfcx_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8388108Z copying torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8389114Z copying torch/include/ATen/ops/special_erfcx_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8390306Z copying torch/include/ATen/ops/special_erfcx_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8391302Z copying torch/include/ATen/ops/special_erfinv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8393084Z copying torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8393822Z copying torch/include/ATen/ops/special_erfinv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8395501Z copying torch/include/ATen/ops/special_erfinv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8396348Z copying torch/include/ATen/ops/special_exp2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8397789Z copying torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8399036Z copying torch/include/ATen/ops/special_exp2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8400096Z copying torch/include/ATen/ops/special_exp2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8401355Z copying torch/include/ATen/ops/special_expit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8402651Z copying torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8403845Z copying torch/include/ATen/ops/special_expit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8405566Z copying torch/include/ATen/ops/special_expit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8406282Z copying torch/include/ATen/ops/special_expm1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8408537Z copying torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8408907Z copying torch/include/ATen/ops/special_expm1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8409519Z copying torch/include/ATen/ops/special_expm1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8410343Z copying torch/include/ATen/ops/special_gammainc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8412136Z copying torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8412674Z copying torch/include/ATen/ops/special_gammainc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8414600Z copying torch/include/ATen/ops/special_gammainc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8415197Z copying torch/include/ATen/ops/special_gammaincc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8416129Z copying torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8417112Z copying torch/include/ATen/ops/special_gammaincc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8418360Z copying torch/include/ATen/ops/special_gammaincc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8419485Z copying torch/include/ATen/ops/special_gammaln.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8421063Z copying torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8422031Z copying torch/include/ATen/ops/special_gammaln_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8423789Z copying torch/include/ATen/ops/special_gammaln_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8425158Z copying torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8426201Z 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:04:07.8428581Z 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:04:07.8429146Z 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:04:07.8429632Z 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:04:07.8430513Z 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:04:07.8431572Z 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:04:07.8432480Z 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:04:07.8433471Z 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:04:07.8434779Z 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:04:07.8435750Z copying torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8437186Z 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:04:07.8438147Z 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:04:07.8439192Z 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:04:07.8440443Z 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:04:07.8441319Z 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:04:07.8442595Z 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:04:07.8443718Z 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:04:07.8444647Z 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:04:07.8445671Z 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:04:07.8446794Z copying torch/include/ATen/ops/special_i0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8448127Z copying torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8448897Z copying torch/include/ATen/ops/special_i0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8450465Z copying torch/include/ATen/ops/special_i0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8452407Z copying torch/include/ATen/ops/special_i0e.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8452865Z copying torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8453437Z copying torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8454618Z copying torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8455693Z copying torch/include/ATen/ops/special_i0e_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8457015Z copying torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8457997Z copying torch/include/ATen/ops/special_i0e_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8459149Z copying torch/include/ATen/ops/special_i0e_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8460325Z copying torch/include/ATen/ops/special_i1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8462184Z copying torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8463079Z copying torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8464166Z copying torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8464871Z copying torch/include/ATen/ops/special_i1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8466338Z copying torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8467180Z copying torch/include/ATen/ops/special_i1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8468911Z copying torch/include/ATen/ops/special_i1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8469853Z copying torch/include/ATen/ops/special_i1e.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8471365Z copying torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8472238Z copying torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8473378Z copying torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8474324Z copying torch/include/ATen/ops/special_i1e_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8475595Z copying torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8476552Z copying torch/include/ATen/ops/special_i1e_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8477964Z copying torch/include/ATen/ops/special_i1e_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8478969Z copying torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8480092Z 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:04:07.8481274Z 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:04:07.8482280Z 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:04:07.8483546Z 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:04:07.8484587Z 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:04:07.8486497Z 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:04:07.8487222Z 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:04:07.8488215Z 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:04:07.8489268Z 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:04:07.8490567Z copying torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8491736Z 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:04:07.8493655Z 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:04:07.8494179Z 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:04:07.8495308Z 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:04:07.8495878Z 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:04:07.8496811Z 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:04:07.8498194Z 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:04:07.8498685Z 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:04:07.8500290Z 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:04:07.8502006Z copying torch/include/ATen/ops/special_log1p.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8502524Z copying torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8503197Z copying torch/include/ATen/ops/special_log1p_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8504211Z copying torch/include/ATen/ops/special_log1p_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8505209Z copying torch/include/ATen/ops/special_log_ndtr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8506358Z 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:04:07.8507628Z 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:04:07.8508555Z 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:04:07.8509569Z copying torch/include/ATen/ops/special_log_ndtr_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8510833Z 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:04:07.8511742Z copying torch/include/ATen/ops/special_log_ndtr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8512756Z copying torch/include/ATen/ops/special_log_ndtr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8514208Z copying torch/include/ATen/ops/special_logit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8515101Z copying torch/include/ATen/ops/special_log_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8516558Z 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:04:07.8517398Z copying torch/include/ATen/ops/special_log_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8518961Z copying torch/include/ATen/ops/special_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8520098Z copying torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8521491Z copying torch/include/ATen/ops/special_logit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8522462Z copying torch/include/ATen/ops/special_logit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8523717Z copying torch/include/ATen/ops/special_logsumexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8525343Z copying torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8525719Z copying torch/include/ATen/ops/special_logsumexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8527113Z copying torch/include/ATen/ops/special_logsumexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8528093Z copying torch/include/ATen/ops/special_modified_bessel_i0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8529402Z 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:04:07.8530315Z 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:04:07.8531541Z 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:04:07.8532477Z 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:04:07.8533473Z 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:04:07.8534461Z 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:04:07.8535439Z 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:04:07.8536442Z copying torch/include/ATen/ops/special_modified_bessel_i1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8537556Z 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:04:07.8538518Z 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:04:07.8540488Z 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:04:07.8541293Z 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:04:07.8542639Z 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:04:07.8543417Z 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:04:07.8544806Z 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:04:07.8545697Z copying torch/include/ATen/ops/special_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8547086Z 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:04:07.8548324Z 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:04:07.8549906Z 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:04:07.8550609Z 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:04:07.8551981Z 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:04:07.8552797Z 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:04:07.8554151Z 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:04:07.8555401Z copying torch/include/ATen/ops/special_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8556462Z 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:04:07.8557797Z 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:04:07.8559122Z 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:04:07.8559940Z 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:04:07.8561382Z 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:04:07.8562002Z 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:04:07.8563364Z 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:04:07.8564021Z copying torch/include/ATen/ops/special_multigammaln.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8565872Z copying torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8566826Z copying torch/include/ATen/ops/special_multigammaln_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8567489Z copying torch/include/ATen/ops/special_multigammaln_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8568439Z copying torch/include/ATen/ops/special_ndtr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8570442Z copying torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8570716Z copying torch/include/ATen/ops/special_ndtr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8571666Z copying torch/include/ATen/ops/special_ndtr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8572770Z copying torch/include/ATen/ops/special_ndtri.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8573901Z copying torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8574842Z copying torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8575805Z copying torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8577064Z copying torch/include/ATen/ops/special_ndtri_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8577882Z copying torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8578797Z copying torch/include/ATen/ops/special_ndtri_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8580449Z copying torch/include/ATen/ops/special_ndtri_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8581021Z copying torch/include/ATen/ops/special_polygamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8582446Z copying torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8584085Z copying torch/include/ATen/ops/special_polygamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8585004Z copying torch/include/ATen/ops/special_polygamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8586486Z copying torch/include/ATen/ops/special_psi.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8587830Z copying torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8588816Z copying torch/include/ATen/ops/special_psi_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8590029Z copying torch/include/ATen/ops/special_psi_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8591330Z copying torch/include/ATen/ops/special_round.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8592203Z copying torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8593490Z copying torch/include/ATen/ops/special_round_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8594526Z copying torch/include/ATen/ops/special_round_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8596326Z 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:04:07.8597239Z 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:04:07.8598150Z 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:04:07.8599390Z 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:04:07.8600514Z 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:04:07.8601668Z 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:04:07.8602870Z 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:04:07.8603944Z 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:04:07.8604970Z copying torch/include/ATen/ops/split.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8605886Z 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:04:07.8607677Z 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:04:07.8608315Z 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:04:07.8609545Z 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:04:07.8610810Z 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:04:07.8611634Z 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:04:07.8613345Z 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:04:07.8614718Z 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:04:07.8615632Z 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:04:07.8616662Z 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:04:07.8617915Z 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:04:07.8618806Z 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:04:07.8619897Z 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:04:07.8620886Z 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:04:07.8622116Z 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:04:07.8623042Z 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:04:07.8624524Z 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:04:07.8625305Z 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:04:07.8626600Z 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:04:07.8628169Z 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:04:07.8629321Z 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:04:07.8630615Z 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:04:07.8631564Z 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:04:07.8632245Z 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:04:07.8633609Z 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:04:07.8634860Z 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:04:07.8636207Z 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:04:07.8637077Z 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:04:07.8638514Z 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:04:07.8639786Z 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:04:07.8640810Z 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:04:07.8641770Z 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:04:07.8643340Z 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:04:07.8644929Z 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:04:07.8646412Z 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:04:07.8647010Z 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:04:07.8647958Z 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:04:07.8649809Z 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:04:07.8650431Z 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:04:07.8651655Z 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:04:07.8652718Z 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:04:07.8653990Z 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:04:07.8654860Z 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:04:07.8656189Z 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:04:07.8657528Z 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:04:07.8658279Z 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:04:07.8659488Z 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:04:07.8660462Z 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:04:07.8661838Z copying torch/include/ATen/ops/special_sinc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8663400Z copying torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8664152Z copying torch/include/ATen/ops/special_sinc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8665414Z copying torch/include/ATen/ops/special_sinc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8666384Z copying torch/include/ATen/ops/special_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8667599Z copying torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8668909Z copying torch/include/ATen/ops/special_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8669752Z copying torch/include/ATen/ops/special_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8670796Z copying torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8672638Z 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:04:07.8673467Z 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:04:07.8674410Z copying torch/include/ATen/ops/special_xlog1py.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8675535Z 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:04:07.8677250Z 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:04:07.8677990Z 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:04:07.8679221Z 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:04:07.8680332Z 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:04:07.8681581Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8682763Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8684042Z copying torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8684868Z copying torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8686007Z copying torch/include/ATen/ops/special_xlog1py_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8687707Z copying torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8688643Z copying torch/include/ATen/ops/special_xlog1py_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8689887Z copying torch/include/ATen/ops/special_xlog1py_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8691020Z copying torch/include/ATen/ops/special_xlogy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8692291Z copying torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8693245Z copying torch/include/ATen/ops/special_xlogy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8694803Z copying torch/include/ATen/ops/special_xlogy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8695625Z copying torch/include/ATen/ops/special_zeta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8696994Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8697994Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8699047Z copying torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8700342Z copying torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8701294Z copying torch/include/ATen/ops/special_zeta_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8702718Z copying torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8703799Z copying torch/include/ATen/ops/special_zeta_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8705009Z copying torch/include/ATen/ops/special_zeta_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8706428Z copying torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8707498Z copying torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8708828Z copying torch/include/ATen/ops/split_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8709780Z copying torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8710887Z copying torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8711903Z copying torch/include/ATen/ops/split_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8713158Z copying torch/include/ATen/ops/split_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8714404Z copying torch/include/ATen/ops/split_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8715478Z copying torch/include/ATen/ops/split_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8716752Z copying torch/include/ATen/ops/split_with_sizes.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8718011Z 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:04:07.8719167Z copying torch/include/ATen/ops/split_with_sizes_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8720448Z 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:04:07.8721949Z 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:04:07.8722806Z 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:04:07.8724721Z 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:04:07.8725402Z copying torch/include/ATen/ops/split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8726409Z copying torch/include/ATen/ops/split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8727212Z copying torch/include/ATen/ops/sqrt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8728473Z copying torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8729300Z copying torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8730655Z copying torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8731650Z copying torch/include/ATen/ops/sqrt_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8732972Z copying torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8734008Z copying torch/include/ATen/ops/sqrt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8735276Z copying torch/include/ATen/ops/sqrt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8736465Z copying torch/include/ATen/ops/square.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8737776Z copying torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8738735Z copying torch/include/ATen/ops/square_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8740001Z copying torch/include/ATen/ops/square_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8741094Z copying torch/include/ATen/ops/squeeze.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8742541Z copying torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8744211Z copying torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8745183Z copying torch/include/ATen/ops/squeeze_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8746576Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8747683Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8748735Z copying torch/include/ATen/ops/squeeze_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8750027Z copying torch/include/ATen/ops/squeeze_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8751071Z copying torch/include/ATen/ops/squeeze_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8752452Z copying torch/include/ATen/ops/squeeze_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8753421Z copying torch/include/ATen/ops/sspaddmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8754920Z copying torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8755902Z copying torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8757211Z copying torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8758214Z copying torch/include/ATen/ops/sspaddmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8759498Z copying torch/include/ATen/ops/sspaddmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8760669Z copying torch/include/ATen/ops/stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8762022Z copying torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8763532Z copying torch/include/ATen/ops/stack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8764738Z copying torch/include/ATen/ops/stack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8765827Z copying torch/include/ATen/ops/std.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8767225Z copying torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8768229Z copying torch/include/ATen/ops/std_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8769516Z copying torch/include/ATen/ops/std_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8770529Z copying torch/include/ATen/ops/std_mean.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8771951Z copying torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8773022Z copying torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8774305Z copying torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8775369Z copying torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8776595Z copying torch/include/ATen/ops/std_mean_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8777794Z copying torch/include/ATen/ops/std_mean_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8779046Z copying torch/include/ATen/ops/std_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8780108Z copying torch/include/ATen/ops/std_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8781399Z copying torch/include/ATen/ops/stft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8782845Z copying torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8783798Z copying torch/include/ATen/ops/stft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8785107Z copying torch/include/ATen/ops/stft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8786113Z copying torch/include/ATen/ops/stride.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8787593Z copying torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8788388Z copying torch/include/ATen/ops/stride_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8789665Z copying torch/include/ATen/ops/stride_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8790567Z copying torch/include/ATen/ops/sub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8792366Z copying torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8793016Z copying torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8793969Z copying torch/include/ATen/ops/sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8795316Z copying torch/include/ATen/ops/sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8796676Z copying torch/include/ATen/ops/sub_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8797478Z copying torch/include/ATen/ops/sub_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8798582Z copying torch/include/ATen/ops/sub_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8799985Z copying torch/include/ATen/ops/sub_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8801099Z copying torch/include/ATen/ops/subtract.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8802374Z copying torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8804546Z copying torch/include/ATen/ops/subtract_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8804993Z copying torch/include/ATen/ops/subtract_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8805552Z copying torch/include/ATen/ops/sum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8807128Z copying torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8807994Z copying torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8809076Z copying torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8810017Z copying torch/include/ATen/ops/sum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8811308Z copying torch/include/ATen/ops/sum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8812423Z copying torch/include/ATen/ops/sum_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8813478Z copying torch/include/ATen/ops/sum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8814617Z copying torch/include/ATen/ops/sum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8815768Z copying torch/include/ATen/ops/sum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8817114Z copying torch/include/ATen/ops/sum_to_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8818171Z 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:04:07.8819522Z copying torch/include/ATen/ops/sum_to_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8820358Z copying torch/include/ATen/ops/sum_to_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8821771Z copying torch/include/ATen/ops/svd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8822682Z copying torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8823799Z copying torch/include/ATen/ops/svd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8824913Z copying torch/include/ATen/ops/svd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8826378Z copying torch/include/ATen/ops/swapaxes.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8827360Z copying torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8829289Z copying torch/include/ATen/ops/swapaxes_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8829792Z copying torch/include/ATen/ops/swapaxes_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8830943Z copying torch/include/ATen/ops/swapdims.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8832009Z copying torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8832894Z copying torch/include/ATen/ops/swapdims_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8834071Z copying torch/include/ATen/ops/swapdims_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8835254Z copying torch/include/ATen/ops/symeig.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8836397Z copying torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8837874Z copying torch/include/ATen/ops/symeig_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8842008Z copying torch/include/ATen/ops/symeig_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8842543Z copying torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8843019Z copying torch/include/ATen/ops/t_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8843519Z copying torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8844305Z copying torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8845205Z copying torch/include/ATen/ops/t_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8846318Z copying torch/include/ATen/ops/t_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8847437Z copying torch/include/ATen/ops/t_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8848306Z copying torch/include/ATen/ops/t_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8849388Z copying torch/include/ATen/ops/take.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8850880Z copying torch/include/ATen/ops/take_along_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8851805Z 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:04:07.8852812Z copying torch/include/ATen/ops/take_along_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8853617Z copying torch/include/ATen/ops/take_along_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8854752Z copying torch/include/ATen/ops/take_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8856057Z copying torch/include/ATen/ops/take_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8856643Z copying torch/include/ATen/ops/take_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8857827Z copying torch/include/ATen/ops/take_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8858627Z copying torch/include/ATen/ops/tan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8860510Z copying torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8861099Z copying torch/include/ATen/ops/tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8862209Z copying torch/include/ATen/ops/tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8863388Z copying torch/include/ATen/ops/tan_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8864529Z copying torch/include/ATen/ops/tan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8865736Z copying torch/include/ATen/ops/tan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8866698Z copying torch/include/ATen/ops/tan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8867699Z copying torch/include/ATen/ops/tanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8869878Z copying torch/include/ATen/ops/tanh_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8870513Z copying torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8871337Z copying torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8872921Z copying torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8874129Z copying torch/include/ATen/ops/tanh_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8875078Z copying torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8876070Z copying torch/include/ATen/ops/tanh_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8877639Z copying torch/include/ATen/ops/tanh_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8878446Z copying torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8880054Z copying torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8880782Z copying torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8882354Z copying torch/include/ATen/ops/tanh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8883311Z copying torch/include/ATen/ops/tanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8884362Z copying torch/include/ATen/ops/tanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8885503Z copying torch/include/ATen/ops/tanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8886392Z copying torch/include/ATen/ops/tensor_split.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8887418Z copying torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8888778Z copying torch/include/ATen/ops/tensor_split_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8889623Z copying torch/include/ATen/ops/tensor_split_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8890639Z copying torch/include/ATen/ops/tensordot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8891667Z copying torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8892693Z copying torch/include/ATen/ops/tensordot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8893911Z copying torch/include/ATen/ops/tensordot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8894552Z copying torch/include/ATen/ops/tensordot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8895769Z copying torch/include/ATen/ops/tensordot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8896918Z copying torch/include/ATen/ops/thnn_conv2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8898040Z copying torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8899104Z copying torch/include/ATen/ops/thnn_conv2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8900170Z copying torch/include/ATen/ops/thnn_conv2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8901111Z copying torch/include/ATen/ops/threshold.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8902299Z copying torch/include/ATen/ops/threshold_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8904231Z copying torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8905151Z copying torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8905868Z copying torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8907139Z copying torch/include/ATen/ops/threshold_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8907968Z copying torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8909263Z copying torch/include/ATen/ops/threshold_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8910567Z copying torch/include/ATen/ops/threshold_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8911819Z copying torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8912594Z copying torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8913429Z copying torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8914520Z copying torch/include/ATen/ops/threshold_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8915576Z copying torch/include/ATen/ops/threshold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8916450Z copying torch/include/ATen/ops/threshold_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8918453Z copying torch/include/ATen/ops/threshold_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8918848Z copying torch/include/ATen/ops/tile.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8919759Z copying torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8920647Z copying torch/include/ATen/ops/tile_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8921825Z copying torch/include/ATen/ops/tile_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8922821Z copying torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8923653Z copying torch/include/ATen/ops/to_dense.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8925169Z copying torch/include/ATen/ops/to_dense_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8926058Z 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:04:07.8927288Z copying torch/include/ATen/ops/to_dense_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8928230Z copying torch/include/ATen/ops/to_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8929832Z copying torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8930709Z copying torch/include/ATen/ops/to_dense_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8932162Z copying torch/include/ATen/ops/to_dense_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8933028Z copying torch/include/ATen/ops/to_mkldnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8934090Z copying torch/include/ATen/ops/to_mkldnn_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8935234Z 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:04:07.8936077Z copying torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8937099Z copying torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8938542Z copying torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8942524Z copying torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8943037Z copying torch/include/ATen/ops/to_mkldnn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8943527Z copying torch/include/ATen/ops/to_mkldnn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8943797Z copying torch/include/ATen/ops/to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8944233Z copying torch/include/ATen/ops/to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8945426Z copying torch/include/ATen/ops/to_padded_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8946754Z 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:04:07.8947582Z copying torch/include/ATen/ops/to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8948767Z copying torch/include/ATen/ops/to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8949719Z copying torch/include/ATen/ops/to_sparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8950963Z copying torch/include/ATen/ops/to_sparse_bsc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8952191Z 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:04:07.8953061Z 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:04:07.8954201Z 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:04:07.8955378Z copying torch/include/ATen/ops/to_sparse_bsc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8956405Z copying torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8957462Z copying torch/include/ATen/ops/to_sparse_bsr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8958684Z 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:04:07.8960117Z 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:04:07.8961019Z 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:04:07.8962419Z copying torch/include/ATen/ops/to_sparse_bsr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8962873Z copying torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8964331Z copying torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8965422Z copying torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8966333Z copying torch/include/ATen/ops/to_sparse_csc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8967442Z 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:04:07.8968872Z 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:04:07.8969806Z 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:04:07.8971048Z copying torch/include/ATen/ops/to_sparse_csc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8971972Z copying torch/include/ATen/ops/to_sparse_csc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8972770Z copying torch/include/ATen/ops/to_sparse_csr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8974159Z 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:04:07.8975070Z 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:04:07.8976287Z 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:04:07.8977298Z copying torch/include/ATen/ops/to_sparse_csr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8978298Z copying torch/include/ATen/ops/to_sparse_csr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8980115Z copying torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8981146Z copying torch/include/ATen/ops/to_sparse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8982231Z copying torch/include/ATen/ops/to_sparse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8983461Z copying torch/include/ATen/ops/topk.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8984673Z copying torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8985825Z copying torch/include/ATen/ops/topk_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8987320Z copying torch/include/ATen/ops/topk_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8988210Z copying torch/include/ATen/ops/topk_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8989246Z copying torch/include/ATen/ops/topk_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8990350Z copying torch/include/ATen/ops/topk_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8991428Z copying torch/include/ATen/ops/topk_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8992540Z copying torch/include/ATen/ops/trace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8993669Z copying torch/include/ATen/ops/trace_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8994984Z copying torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8995916Z copying torch/include/ATen/ops/trace_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8997073Z copying torch/include/ATen/ops/trace_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8998348Z copying torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.8999423Z copying torch/include/ATen/ops/trace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9000589Z copying torch/include/ATen/ops/trace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9001860Z copying torch/include/ATen/ops/trace_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9002946Z copying torch/include/ATen/ops/trace_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9003809Z copying torch/include/ATen/ops/transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9005411Z copying torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9006163Z copying torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9008076Z copying torch/include/ATen/ops/transpose_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9008858Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9010841Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9011279Z copying torch/include/ATen/ops/transpose_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9012008Z copying torch/include/ATen/ops/transpose_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9013022Z copying torch/include/ATen/ops/transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9014234Z copying torch/include/ATen/ops/transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9015606Z copying torch/include/ATen/ops/trapezoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9016677Z copying torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9018824Z copying torch/include/ATen/ops/trapezoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9019287Z copying torch/include/ATen/ops/trapezoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9019897Z copying torch/include/ATen/ops/trapz.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9021147Z copying torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9022195Z copying torch/include/ATen/ops/trapz_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9023206Z copying torch/include/ATen/ops/trapz_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9024547Z copying torch/include/ATen/ops/triangular_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9025759Z copying torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9026725Z copying torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9027789Z copying torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9028919Z copying torch/include/ATen/ops/triangular_solve_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9030095Z copying torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9031153Z copying torch/include/ATen/ops/triangular_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9032367Z copying torch/include/ATen/ops/triangular_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9033387Z copying torch/include/ATen/ops/tril.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9034695Z copying torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9035716Z copying torch/include/ATen/ops/tril_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9036749Z copying torch/include/ATen/ops/tril_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9038193Z copying torch/include/ATen/ops/tril_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9039396Z copying torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9040488Z copying torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9041648Z copying torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9042639Z copying torch/include/ATen/ops/tril_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9043759Z copying torch/include/ATen/ops/tril_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9044834Z copying torch/include/ATen/ops/tril_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9046021Z copying torch/include/ATen/ops/tril_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9047066Z copying torch/include/ATen/ops/tril_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9048094Z copying torch/include/ATen/ops/tril_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9049116Z copying torch/include/ATen/ops/triplet_margin_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9050473Z 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:04:07.9051621Z copying torch/include/ATen/ops/triplet_margin_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9053306Z copying torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9054300Z copying torch/include/ATen/ops/triu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9055599Z copying torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9056454Z copying torch/include/ATen/ops/triu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9057844Z copying torch/include/ATen/ops/triu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9058726Z copying torch/include/ATen/ops/triu_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9059813Z copying torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9060922Z copying torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9062128Z copying torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9063878Z copying torch/include/ATen/ops/triu_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9064841Z copying torch/include/ATen/ops/triu_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9065817Z copying torch/include/ATen/ops/triu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9067068Z copying torch/include/ATen/ops/triu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9068063Z copying torch/include/ATen/ops/triu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9069830Z copying torch/include/ATen/ops/triu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9070505Z copying torch/include/ATen/ops/true_divide.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9072686Z copying torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9073208Z copying torch/include/ATen/ops/true_divide_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9073955Z copying torch/include/ATen/ops/true_divide_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9075026Z copying torch/include/ATen/ops/trunc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9076827Z copying torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9077954Z copying torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9079508Z copying torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9080708Z copying torch/include/ATen/ops/trunc_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9082347Z copying torch/include/ATen/ops/trunc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9083648Z copying torch/include/ATen/ops/trunc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9085110Z copying torch/include/ATen/ops/trunc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9086363Z copying torch/include/ATen/ops/type_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9088059Z copying torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9089247Z copying torch/include/ATen/ops/type_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9090740Z copying torch/include/ATen/ops/type_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9092049Z copying torch/include/ATen/ops/unbind.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9093760Z copying torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9095036Z copying torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9096502Z copying torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9097706Z copying torch/include/ATen/ops/unbind_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9099238Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9100741Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9102057Z copying torch/include/ATen/ops/unbind_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9103518Z copying torch/include/ATen/ops/unbind_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9104511Z copying torch/include/ATen/ops/unbind_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9105892Z copying torch/include/ATen/ops/unbind_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9106911Z copying torch/include/ATen/ops/unflatten.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9108454Z copying torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9109415Z copying torch/include/ATen/ops/unflatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9110936Z 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:04:07.9111963Z copying torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9113294Z copying torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9114254Z copying torch/include/ATen/ops/unflatten_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9115874Z copying torch/include/ATen/ops/unflatten_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9116671Z copying torch/include/ATen/ops/unfold.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9118403Z copying torch/include/ATen/ops/unfold_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9119003Z copying torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9120594Z copying torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9121622Z copying torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9123008Z copying torch/include/ATen/ops/unfold_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9124311Z copying torch/include/ATen/ops/unfold_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9125947Z copying torch/include/ATen/ops/unfold_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9127363Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9129136Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9129970Z copying torch/include/ATen/ops/unfold_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9131470Z copying torch/include/ATen/ops/unfold_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9132877Z copying torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9134494Z copying torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9136463Z copying torch/include/ATen/ops/unfold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9137555Z copying torch/include/ATen/ops/unfold_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9139047Z copying torch/include/ATen/ops/unfold_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9140548Z copying torch/include/ATen/ops/uniform.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9142073Z copying torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9143405Z copying torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9144787Z copying torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9146464Z copying torch/include/ATen/ops/uniform_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9147763Z copying torch/include/ATen/ops/uniform_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9149096Z copying torch/include/ATen/ops/uniform_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9150796Z copying torch/include/ATen/ops/unique_consecutive.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9152071Z copying torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9153432Z copying torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9155112Z copying torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9156394Z copying torch/include/ATen/ops/unique_consecutive_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9157685Z copying torch/include/ATen/ops/unique_consecutive_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9159202Z copying torch/include/ATen/ops/unique_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9160667Z copying torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9161956Z copying torch/include/ATen/ops/unique_dim_consecutive.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9163521Z 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:04:07.9164842Z 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:04:07.9166239Z 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:04:07.9167861Z copying torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9169080Z copying torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9170463Z copying torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9172011Z copying torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9173242Z copying torch/include/ATen/ops/unique_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9174652Z copying torch/include/ATen/ops/unique_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9176165Z copying torch/include/ATen/ops/unsafe_chunk.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9177561Z copying torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9179048Z copying torch/include/ATen/ops/unsafe_chunk_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9180306Z copying torch/include/ATen/ops/unsafe_chunk_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9181836Z copying torch/include/ATen/ops/unsafe_split.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9183310Z copying torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9184201Z copying torch/include/ATen/ops/unsafe_split_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9185597Z copying torch/include/ATen/ops/unsafe_split_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9186862Z copying torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9188193Z 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:04:07.9189226Z 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:04:07.9190385Z 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:04:07.9191603Z copying torch/include/ATen/ops/unsqueeze.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9192744Z copying torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9193973Z copying torch/include/ATen/ops/unsqueeze_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9195260Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9196312Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9197716Z copying torch/include/ATen/ops/unsqueeze_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9198916Z copying torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9200232Z copying torch/include/ATen/ops/unsqueeze_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9201366Z copying torch/include/ATen/ops/unsqueeze_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9202713Z copying torch/include/ATen/ops/upsample_bicubic2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9203929Z copying torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9205924Z 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:04:07.9206493Z 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:04:07.9208600Z 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:04:07.9209154Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9210042Z 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:04:07.9211228Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9212704Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9213837Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9215281Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9216117Z copying torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9217087Z copying torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9217980Z copying torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9219181Z copying torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9220669Z copying torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9221698Z copying torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9222894Z copying torch/include/ATen/ops/upsample_bilinear2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9224361Z copying torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9225848Z 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:04:07.9226624Z 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:04:07.9228096Z 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:04:07.9228822Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9230245Z 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:04:07.9231458Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9232251Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9233580Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9234482Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9235876Z copying torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9236825Z copying torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9238209Z copying torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9239327Z copying torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9240675Z copying torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9241593Z copying torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9243200Z copying torch/include/ATen/ops/upsample_linear1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9244107Z copying torch/include/ATen/ops/upsample_linear1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9245393Z 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:04:07.9246376Z 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:04:07.9247640Z 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:04:07.9248563Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9250215Z 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:04:07.9251399Z copying torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9252372Z copying torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9253616Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9254670Z copying torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9255914Z copying torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9256875Z copying torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9258345Z copying torch/include/ATen/ops/upsample_linear1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9259203Z copying torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9260458Z copying torch/include/ATen/ops/upsample_linear1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9261714Z copying torch/include/ATen/ops/upsample_linear1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9262946Z copying torch/include/ATen/ops/upsample_nearest1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9264164Z copying torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9265250Z 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:04:07.9266485Z 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:04:07.9267662Z 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:04:07.9268717Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9270686Z 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:04:07.9271447Z copying torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9272571Z copying torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9273954Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9274892Z copying torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9275746Z copying torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9277039Z copying torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9277962Z copying torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9279084Z copying torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9281087Z copying torch/include/ATen/ops/upsample_nearest1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9281667Z copying torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9282833Z copying torch/include/ATen/ops/upsample_nearest2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9283777Z copying torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9285236Z 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:04:07.9286170Z 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:04:07.9287304Z 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:04:07.9288387Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9289680Z 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:04:07.9290584Z copying torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9291713Z copying torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9292961Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9305114Z copying torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9305559Z copying torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9305943Z copying torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9306225Z copying torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9308047Z copying torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9308470Z copying torch/include/ATen/ops/upsample_nearest2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9308750Z copying torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9309027Z copying torch/include/ATen/ops/upsample_nearest3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9309328Z copying torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9309717Z 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:04:07.9310030Z 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:04:07.9310336Z 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:04:07.9310622Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9310928Z 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:04:07.9311323Z copying torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9311616Z copying torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9312346Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9313826Z copying torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9314734Z copying torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9316528Z copying torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9317249Z copying torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9318098Z copying torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9320116Z copying torch/include/ATen/ops/upsample_nearest3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9320507Z copying torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9322034Z copying torch/include/ATen/ops/upsample_trilinear3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9323184Z copying torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9324849Z 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:04:07.9325725Z 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:04:07.9326727Z 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:04:07.9328183Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9329362Z 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:04:07.9330674Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9331625Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9333100Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9334119Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9335453Z copying torch/include/ATen/ops/values.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9336454Z copying torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9337874Z copying torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9339188Z copying torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9340036Z copying torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9341185Z copying torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9343463Z copying torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9343995Z copying torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9345009Z 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:04:07.9346013Z 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:04:07.9347188Z 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:04:07.9348318Z copying torch/include/ATen/ops/values_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9349408Z copying torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9350670Z copying torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9351665Z copying torch/include/ATen/ops/values_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9352659Z copying torch/include/ATen/ops/values_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9353736Z copying torch/include/ATen/ops/values_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9354921Z copying torch/include/ATen/ops/values_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9356018Z copying torch/include/ATen/ops/vander.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9357481Z copying torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9358298Z copying torch/include/ATen/ops/vander_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9359594Z copying torch/include/ATen/ops/vander_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9360841Z copying torch/include/ATen/ops/var.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9362092Z copying torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9363290Z copying torch/include/ATen/ops/var_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9364497Z copying torch/include/ATen/ops/var_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9365597Z copying torch/include/ATen/ops/var_mean.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9367380Z copying torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9368056Z copying torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9368887Z copying torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9370593Z copying torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9371434Z copying torch/include/ATen/ops/var_mean_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9372382Z copying torch/include/ATen/ops/var_mean_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9373431Z copying torch/include/ATen/ops/var_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9374970Z copying torch/include/ATen/ops/var_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9375762Z copying torch/include/ATen/ops/vdot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9377301Z copying torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9377938Z copying torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9378963Z copying torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9380427Z copying torch/include/ATen/ops/vdot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9381302Z copying torch/include/ATen/ops/vdot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9382444Z copying torch/include/ATen/ops/view.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9384269Z copying torch/include/ATen/ops/view_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9385378Z copying torch/include/ATen/ops/view_as_complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9386353Z copying torch/include/ATen/ops/view_as_complex_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9387778Z 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:04:07.9389352Z 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:04:07.9390171Z 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:04:07.9391306Z 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:04:07.9392338Z 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:04:07.9394389Z 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:04:07.9394870Z 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:04:07.9395816Z copying torch/include/ATen/ops/view_as_complex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9397058Z copying torch/include/ATen/ops/view_as_complex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9398078Z copying torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9399516Z copying torch/include/ATen/ops/view_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9400627Z copying torch/include/ATen/ops/view_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9401922Z copying torch/include/ATen/ops/view_as_real.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9402867Z copying torch/include/ATen/ops/view_as_real_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9404504Z 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:04:07.9405336Z 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:04:07.9406188Z 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:04:07.9407647Z 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:04:07.9408415Z 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:04:07.9409695Z 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:04:07.9410466Z 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:04:07.9411782Z copying torch/include/ATen/ops/view_as_real_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9412985Z copying torch/include/ATen/ops/view_as_real_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9414245Z copying torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9415131Z copying torch/include/ATen/ops/view_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9416556Z copying torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9417769Z copying torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9418632Z copying torch/include/ATen/ops/view_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9420001Z copying torch/include/ATen/ops/view_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9421097Z copying torch/include/ATen/ops/view_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9422548Z copying torch/include/ATen/ops/view_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9423509Z copying torch/include/ATen/ops/view_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9424702Z copying torch/include/ATen/ops/view_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9426010Z copying torch/include/ATen/ops/view_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9427121Z copying torch/include/ATen/ops/vsplit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9429081Z copying torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9429382Z copying torch/include/ATen/ops/vsplit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9430394Z copying torch/include/ATen/ops/vsplit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9431669Z copying torch/include/ATen/ops/vstack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9432663Z copying torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9433468Z copying torch/include/ATen/ops/vstack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9434966Z copying torch/include/ATen/ops/vstack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9436388Z copying torch/include/ATen/ops/where.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9436965Z copying torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9438642Z copying torch/include/ATen/ops/where_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9439471Z copying torch/include/ATen/ops/where_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9440881Z copying torch/include/ATen/ops/where_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9441745Z copying torch/include/ATen/ops/where_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9443068Z copying torch/include/ATen/ops/xlogy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9444457Z copying torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9445449Z copying torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9446595Z copying torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9447736Z copying torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9448660Z copying torch/include/ATen/ops/xlogy_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9449839Z copying torch/include/ATen/ops/xlogy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9450942Z copying torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9452307Z copying torch/include/ATen/ops/xlogy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9453274Z copying torch/include/ATen/ops/xor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9454496Z copying torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9455664Z copying torch/include/ATen/ops/xor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9456600Z copying torch/include/ATen/ops/xor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9457576Z copying torch/include/ATen/ops/zero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9458952Z copying torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9460415Z copying torch/include/ATen/ops/zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9461164Z copying torch/include/ATen/ops/zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9462675Z copying torch/include/ATen/ops/zero_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9463616Z copying torch/include/ATen/ops/zero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9464830Z copying torch/include/ATen/ops/zero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9465720Z copying torch/include/ATen/ops/zeros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9467004Z copying torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9468121Z copying torch/include/ATen/ops/zeros_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9469124Z copying torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9470192Z copying torch/include/ATen/ops/zeros_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9471130Z copying torch/include/ATen/ops/zeros_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9472260Z copying torch/include/ATen/ops/zeros_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9473356Z copying torch/include/ATen/ops/zeros_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:04:07.9474680Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9474961Z copying torch/include/ATen/hip/ApplyGridUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9476326Z copying torch/include/ATen/hip/AsmUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9477266Z copying torch/include/ATen/hip/Atomic.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9478536Z copying torch/include/ATen/hip/DeviceUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9479528Z copying torch/include/ATen/hip/HIPApplyUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9480803Z copying torch/include/ATen/hip/HIPGraphsUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9481727Z copying torch/include/ATen/hip/HIPTensorMethods.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9482842Z copying torch/include/ATen/hip/NumericLimits.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9483655Z copying torch/include/ATen/hip/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9485162Z copying torch/include/ATen/hip/cub.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9485489Z copying torch/include/ATen/hip/cub_definitions.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9486815Z copying torch/include/ATen/hip/ATenHIPGeneral.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9487723Z copying torch/include/ATen/hip/CachingHostAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9488596Z copying torch/include/ATen/hip/EmptyTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9489542Z copying torch/include/ATen/hip/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9490857Z copying torch/include/ATen/hip/HIPBlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9492057Z copying torch/include/ATen/hip/HIPConfig.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9492921Z copying torch/include/ATen/hip/HIPContext.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9494406Z copying torch/include/ATen/hip/HIPDataType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9495332Z copying torch/include/ATen/hip/HIPDevice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9496611Z copying torch/include/ATen/hip/HIPEvent.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9497906Z copying torch/include/ATen/hip/HIPGeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9498754Z copying torch/include/ATen/hip/HIPGraph.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9500039Z copying torch/include/ATen/hip/HIPSparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9500888Z copying torch/include/ATen/hip/HIPSparseBlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9502152Z copying torch/include/ATen/hip/HIPSparseDescriptors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9503534Z copying torch/include/ATen/hip/HIPUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9504460Z copying torch/include/ATen/hip/PeerToPeerAccess.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9505187Z copying torch/include/ATen/hip/PinnedMemoryAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9506137Z copying torch/include/ATen/hip/Sleep.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9507167Z copying torch/include/ATen/hip/ThrustAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9508095Z copying torch/include/ATen/hip/cub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9509315Z copying torch/include/ATen/hip/jiterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9510364Z copying torch/include/ATen/hip/jiterator_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9511348Z copying torch/include/ATen/hip/llvm_jit_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:04:07.9512921Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:04:07.9513305Z copying torch/include/ATen/hip/detail/IndexUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:04:07.9514514Z copying torch/include/ATen/hip/detail/IntegerDivider.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:04:07.9515445Z copying torch/include/ATen/hip/detail/OffsetCalculator.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:04:07.9516637Z copying torch/include/ATen/hip/detail/PhiloxCudaStateRaw.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:04:07.9517039Z copying torch/include/ATen/hip/detail/TensorInfo.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:04:07.9518376Z copying torch/include/ATen/hip/detail/UnpackRaw.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:04:07.9519059Z copying torch/include/ATen/hip/detail/DeviceThreadHandles.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:04:07.9520515Z copying torch/include/ATen/hip/detail/HIPHooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:04:07.9521770Z copying torch/include/ATen/hip/detail/KernelUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:04:07.9522609Z copying torch/include/ATen/hip/detail/LazyNVRTC.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:04:07.9524595Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2022-11-23T01:04:07.9525074Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2022-11-23T01:04:07.9526066Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2022-11-23T01:04:07.9526938Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2022-11-23T01:04:07.9527982Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2022-11-23T01:04:07.9528822Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2022-11-23T01:04:07.9529409Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2022-11-23T01:04:07.9530757Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2022-11-23T01:04:07.9531878Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2022-11-23T01:04:07.9532682Z copying torch/include/ATen/detail/ORTHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2022-11-23T01:04:07.9533923Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9534416Z copying torch/include/ATen/native/Activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9535777Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9536992Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9538320Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9539523Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9540763Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9542155Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9544461Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9545198Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9546562Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9547902Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9549133Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9550940Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9551979Z copying torch/include/ATen/native/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9553623Z copying torch/include/ATen/native/Cross.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9554898Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9556250Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9557516Z copying torch/include/ATen/native/Distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9558817Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9560356Z copying torch/include/ATen/native/Distributions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9561737Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9563101Z copying torch/include/ATen/native/Fill.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9564464Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9565831Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9567040Z copying torch/include/ATen/native/GridSampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9568491Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9569824Z copying torch/include/ATen/native/Histogram.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9571008Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9572272Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9573573Z copying torch/include/ATen/native/Lerp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9575097Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9576253Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9577854Z copying torch/include/ATen/native/LossMulti.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9578953Z copying torch/include/ATen/native/Math.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9582074Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9582740Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9583929Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9585241Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9586552Z copying torch/include/ATen/native/NonSymbolicBC.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9587783Z copying torch/include/ATen/native/Normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9589011Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9590264Z copying torch/include/ATen/native/Pool.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9592638Z copying torch/include/ATen/native/Pow.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9593550Z copying torch/include/ATen/native/RNN.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9594881Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9596058Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9597549Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9599272Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9600341Z copying torch/include/ATen/native/Repeat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9601643Z copying torch/include/ATen/native/Resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9603101Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9604470Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9605731Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9607040Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9608531Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9609754Z copying torch/include/ATen/native/Sorting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9611040Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9612297Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9613700Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9615116Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9616354Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9617695Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9618913Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9620270Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9621517Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9623802Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9624402Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9625563Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9626848Z copying torch/include/ATen/native/TensorShape.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9628154Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9629427Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9630542Z copying torch/include/ATen/native/TransposeType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9632087Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9633444Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9634667Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9636211Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9637285Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9638679Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9639872Z copying torch/include/ATen/native/UpSample.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9641239Z copying torch/include/ATen/native/batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9642906Z copying torch/include/ATen/native/group_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9644069Z copying torch/include/ATen/native/im2col.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9645737Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9646938Z copying torch/include/ATen/native/layer_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9648069Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9649326Z copying torch/include/ATen/native/vol2col.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:04:07.9652750Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9653626Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9654456Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9654829Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9655136Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9656051Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9657927Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9658845Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9660151Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9661306Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9662723Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9664015Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9665423Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9666744Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9668433Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9669643Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9671329Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9672413Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9673723Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9674983Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9676778Z 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:04:07.9677998Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9679192Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9680477Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:04:07.9681955Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9682702Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9684164Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9685336Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9686827Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9688229Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9689512Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9690887Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9692615Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9693719Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9694998Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9696224Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9697517Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9698815Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9700081Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9701330Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9702678Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9705384Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9706243Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9707485Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9708693Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9710079Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9711413Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9712728Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9714960Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9715548Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9716554Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9717612Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9718724Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9720208Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9721248Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9722298Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9723718Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9725592Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9726675Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9727866Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9729527Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9730494Z copying torch/include/ATen/native/cuda/Pow.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9731642Z copying torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9732723Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9733711Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9735042Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9736346Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9737535Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9738541Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9739999Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9740853Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9742264Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9743708Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9744552Z 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:04:07.9745557Z 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:04:07.9747224Z 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:04:07.9747869Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9749074Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9750083Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:04:07.9751430Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9751753Z copying torch/include/ATen/native/hip/Activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9753277Z copying torch/include/ATen/native/hip/BinaryInternal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9754072Z copying torch/include/ATen/native/hip/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9755671Z copying torch/include/ATen/native/hip/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9756062Z copying torch/include/ATen/native/hip/CuFFTPlanCache.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9757738Z copying torch/include/ATen/native/hip/CuFFTUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9758552Z copying torch/include/ATen/native/hip/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9760086Z copying torch/include/ATen/native/hip/Distributions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9761398Z copying torch/include/ATen/native/hip/GridSampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9762364Z copying torch/include/ATen/native/hip/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9764807Z copying torch/include/ATen/native/hip/LaunchUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9765217Z copying torch/include/ATen/native/hip/MiscUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9765644Z copying torch/include/ATen/native/hip/ReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9766567Z copying torch/include/ATen/native/hip/Resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9768030Z copying torch/include/ATen/native/hip/ScanKernels.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9768661Z copying torch/include/ATen/native/hip/Sort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9770327Z copying torch/include/ATen/native/hip/SortStable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9771713Z copying torch/include/ATen/native/hip/Sorting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9772362Z copying torch/include/ATen/native/hip/TensorModeKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9773662Z copying torch/include/ATen/native/hip/TensorTopK.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9775127Z copying torch/include/ATen/native/hip/jit_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9776106Z copying torch/include/ATen/native/hip/thread_constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9776909Z copying torch/include/ATen/native/hip/DeviceSqrt.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9778015Z copying torch/include/ATen/native/hip/EmbeddingBackwardKernel.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9778992Z copying torch/include/ATen/native/hip/ForeachFunctors.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9780177Z copying torch/include/ATen/native/hip/GridSampler.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9781437Z copying torch/include/ATen/native/hip/HIPJitLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9782592Z copying torch/include/ATen/native/hip/HIPLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9783994Z copying torch/include/ATen/native/hip/JitLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9784793Z copying torch/include/ATen/native/hip/KernelUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9786276Z copying torch/include/ATen/native/hip/Loops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9787323Z copying torch/include/ATen/native/hip/Math.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9789628Z copying torch/include/ATen/native/hip/MemoryAccess.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9790743Z copying torch/include/ATen/native/hip/MultiTensorApply.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9792065Z copying torch/include/ATen/native/hip/Normalization.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9793478Z copying torch/include/ATen/native/hip/PersistentSoftmax.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9794846Z copying torch/include/ATen/native/hip/Pow.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9795184Z copying torch/include/ATen/native/hip/ROCmLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9796797Z copying torch/include/ATen/native/hip/Randperm.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9797700Z copying torch/include/ATen/native/hip/Reduce.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9799719Z copying torch/include/ATen/native/hip/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9800270Z copying torch/include/ATen/native/hip/SortUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9801311Z copying torch/include/ATen/native/hip/SortingCommon.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9802406Z copying torch/include/ATen/native/hip/SortingRadixSelect.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9803366Z copying torch/include/ATen/native/hip/TensorModeKernel.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9805697Z copying torch/include/ATen/native/hip/UniqueCub.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9806061Z copying torch/include/ATen/native/hip/UpSample.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9806948Z copying torch/include/ATen/native/hip/block_reduce.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9807908Z 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:04:07.9808683Z 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:04:07.9810091Z 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:04:07.9810879Z copying torch/include/ATen/native/hip/im2col.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9811937Z copying torch/include/ATen/native/hip/reduction_template.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9813236Z copying torch/include/ATen/native/hip/vol2col.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:04:07.9814094Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:04:07.9815644Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:04:07.9816183Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:04:07.9816894Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:04:07.9817795Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:04:07.9819848Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:04:07.9820273Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:04:07.9821064Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:04:07.9821939Z 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:04:07.9822874Z 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:04:07.9823553Z 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:04:07.9824856Z 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:04:07.9826082Z 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:04:07.9826965Z 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:04:07.9828176Z 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:04:07.9829188Z 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:04:07.9830450Z 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:04:07.9831475Z 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:04:07.9832755Z 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:04:07.9833703Z 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:04:07.9834735Z 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:04:07.9835820Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized 2022-11-23T01:04:07.9836398Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized 2022-11-23T01:04:07.9837760Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized 2022-11-23T01:04:07.9838703Z creating build/lib.linux-x86_64-cpython-38/torch/include/caffe2 2022-11-23T01:04:07.9838984Z creating build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:04:07.9839666Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:04:07.9842390Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:04:07.9843100Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:04:07.9843678Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:04:07.9845147Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:04:07.9846006Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:04:07.9847121Z copying torch/include/caffe2/serialize/versions.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:04:07.9847995Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10 2022-11-23T01:04:07.9848260Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2022-11-23T01:04:07.9849210Z copying torch/include/c10/macros/Export.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2022-11-23T01:04:07.9850429Z copying torch/include/c10/macros/Macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2022-11-23T01:04:07.9851800Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2022-11-23T01:04:07.9852829Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9853184Z copying torch/include/c10/core/Allocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9856812Z copying torch/include/c10/core/AutogradState.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9857063Z copying torch/include/c10/core/Backend.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9857325Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9858045Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9858964Z copying torch/include/c10/core/CopyBytes.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9860053Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9860889Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9862007Z copying torch/include/c10/core/Device.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9864006Z copying torch/include/c10/core/DeviceArray.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9865390Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9866165Z copying torch/include/c10/core/DeviceType.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9867096Z copying torch/include/c10/core/DispatchKey.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9868657Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9869956Z copying torch/include/c10/core/DynamicCast.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9871735Z copying torch/include/c10/core/Event.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9872591Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9873887Z copying torch/include/c10/core/GradMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9874739Z copying torch/include/c10/core/InferenceMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9876099Z copying torch/include/c10/core/Layout.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9877649Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9878252Z copying torch/include/c10/core/OptionalRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9879174Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9879837Z copying torch/include/c10/core/QEngine.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9881342Z copying torch/include/c10/core/QScheme.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9882366Z copying torch/include/c10/core/SafePyObject.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9883691Z copying torch/include/c10/core/Scalar.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9885519Z copying torch/include/c10/core/ScalarType.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9886858Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9887208Z copying torch/include/c10/core/Storage.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9888631Z copying torch/include/c10/core/StorageImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9889331Z copying torch/include/c10/core/Stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9890651Z copying torch/include/c10/core/StreamGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9891694Z copying torch/include/c10/core/SymFloat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9892487Z copying torch/include/c10/core/SymInt.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9894000Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9894463Z copying torch/include/c10/core/SymNodeImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9895652Z copying torch/include/c10/core/TensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9897987Z copying torch/include/c10/core/TensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9899106Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9900301Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9901362Z copying torch/include/c10/core/alignment.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9903154Z copying torch/include/c10/core/thread_pool.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:04:07.9904314Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:04:07.9904895Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:04:07.9906504Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:04:07.9907567Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:04:07.9908951Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:04:07.9910216Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:04:07.9911369Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2022-11-23T01:04:07.9912109Z 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:04:07.9913521Z 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:04:07.9914115Z 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:04:07.9915859Z 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:04:07.9916776Z 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:04:07.9918203Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:04:07.9918771Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:04:07.9920040Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:04:07.9920954Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:04:07.9922932Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:04:07.9924010Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:04:07.9925304Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:04:07.9926494Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:04:07.9928266Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2022-11-23T01:04:07.9928605Z 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:04:07.9929566Z 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:04:07.9930064Z 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:04:07.9931425Z 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:04:07.9932578Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:04:07.9933168Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:04:07.9934262Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:04:07.9935106Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:04:07.9935997Z copying torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:04:07.9937268Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:04:07.9938368Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:04:07.9939386Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:04:07.9940654Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:04:07.9941869Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:04:07.9942961Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:04:07.9944611Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:04:07.9945891Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:04:07.9946717Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:04:07.9948251Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:04:07.9949044Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9949969Z copying torch/include/c10/util/AlignOf.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9950731Z copying torch/include/c10/util/Array.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9951893Z copying torch/include/c10/util/ArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9953547Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9953854Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9954963Z copying torch/include/c10/util/BFloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9955816Z copying torch/include/c10/util/Backtrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9956794Z copying torch/include/c10/util/Bitset.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9957493Z copying torch/include/c10/util/C++17.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9958973Z copying torch/include/c10/util/CallOnce.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9959779Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9960722Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9961672Z copying torch/include/c10/util/Deprecated.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9962639Z copying torch/include/c10/util/DimVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9963553Z copying torch/include/c10/util/Exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9964708Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9966261Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9967283Z copying torch/include/c10/util/Flags.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9968267Z copying torch/include/c10/util/FunctionRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9969748Z copying torch/include/c10/util/Half-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9970355Z copying torch/include/c10/util/Half.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9971915Z copying torch/include/c10/util/IdWrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9972604Z copying torch/include/c10/util/LeftRight.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9974052Z copying torch/include/c10/util/Load.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9974861Z copying torch/include/c10/util/Logging.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9975983Z copying torch/include/c10/util/MathConstants.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9977801Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9978369Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9979384Z copying torch/include/c10/util/Optional.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9980836Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9981866Z copying torch/include/c10/util/Registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9982852Z copying torch/include/c10/util/ScopeExit.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9983756Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9984746Z copying torch/include/c10/util/SmallVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9986173Z copying torch/include/c10/util/StringUtil.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9987016Z copying torch/include/c10/util/Synchronized.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9988610Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9988998Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9989569Z copying torch/include/c10/util/Type.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9990862Z copying torch/include/c10/util/TypeCast.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9991635Z copying torch/include/c10/util/TypeIndex.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9993101Z copying torch/include/c10/util/TypeList.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9994162Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9995493Z copying torch/include/c10/util/TypeTraits.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9996254Z copying torch/include/c10/util/Unicode.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9996965Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9998198Z copying torch/include/c10/util/Unroll.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:07.9999252Z copying torch/include/c10/util/accumulate.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0001150Z copying torch/include/c10/util/complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0001473Z copying torch/include/c10/util/complex_math.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0002747Z copying torch/include/c10/util/complex_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0003649Z copying torch/include/c10/util/copysign.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0004399Z copying torch/include/c10/util/either.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0005664Z copying torch/include/c10/util/env.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0006680Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0008159Z copying torch/include/c10/util/hash.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0009352Z copying torch/include/c10/util/in_place.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0010699Z copying torch/include/c10/util/int128.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0011510Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0013104Z copying torch/include/c10/util/irange.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0013850Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0015123Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0016117Z 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:04:08.0017250Z copying torch/include/c10/util/math_compat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0018409Z copying torch/include/c10/util/numa.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0019566Z 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:04:08.0021156Z copying torch/include/c10/util/overloaded.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0022376Z copying torch/include/c10/util/python_stub.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0023850Z copying torch/include/c10/util/qint32.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0024646Z copying torch/include/c10/util/qint8.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0025761Z copying torch/include/c10/util/quint2x4.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0026656Z copying torch/include/c10/util/quint4x2.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0027691Z copying torch/include/c10/util/quint8.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0028883Z copying torch/include/c10/util/reverse_iterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0031053Z copying torch/include/c10/util/safe_numerics.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0031544Z copying torch/include/c10/util/signal_handler.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0032482Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0033807Z copying torch/include/c10/util/strides.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0034720Z copying torch/include/c10/util/string_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0035480Z copying torch/include/c10/util/string_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0037529Z copying torch/include/c10/util/strong_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0038851Z copying torch/include/c10/util/tempfile.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0039717Z copying torch/include/c10/util/thread_name.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0041303Z copying torch/include/c10/util/typeid.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0042197Z copying torch/include/c10/util/variant.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0044595Z copying torch/include/c10/util/win32-headers.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:04:08.0045255Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:04:08.0045814Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:04:08.0047388Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:04:08.0048128Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:04:08.0049887Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:04:08.0050510Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:04:08.0051845Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:04:08.0052733Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:04:08.0054218Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:04:08.0055328Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:04:08.0056572Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:04:08.0057604Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl 2022-11-23T01:04:08.0058408Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl 2022-11-23T01:04:08.0059692Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl 2022-11-23T01:04:08.0060922Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:04:08.0061497Z copying torch/include/c10/hip/HIPAlgorithm.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:04:08.0063227Z copying torch/include/c10/hip/HIPCachingAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:04:08.0064314Z copying torch/include/c10/hip/HIPException.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:04:08.0065723Z copying torch/include/c10/hip/HIPFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:04:08.0067096Z copying torch/include/c10/hip/HIPGraphsC10Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:04:08.0068258Z copying torch/include/c10/hip/HIPGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:04:08.0069561Z copying torch/include/c10/hip/HIPMacros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:04:08.0070859Z copying torch/include/c10/hip/HIPMathCompat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:04:08.0073085Z copying torch/include/c10/hip/HIPMiscFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:04:08.0073532Z copying torch/include/c10/hip/HIPStream.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:04:08.0074788Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl 2022-11-23T01:04:08.0075245Z copying torch/include/c10/hip/impl/HIPGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl 2022-11-23T01:04:08.0076700Z copying torch/include/c10/hip/impl/HIPTest.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl 2022-11-23T01:04:08.0077744Z 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:04:08.0078643Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:04:08.0079326Z copying torch/include/torch/script.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:04:08.0080616Z copying torch/include/torch/extension.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:04:08.0081325Z copying torch/include/torch/custom_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:04:08.0083084Z copying torch/include/torch/library.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:04:08.0084612Z copying torch/include/torch/custom_class_detail.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:04:08.0086600Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0087093Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0087914Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0088740Z copying torch/include/torch/csrc/Device.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0089514Z copying torch/include/torch/csrc/Dtype.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0090739Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0091547Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0092637Z copying torch/include/torch/csrc/Export.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0093751Z copying torch/include/torch/csrc/Generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0094455Z copying torch/include/torch/csrc/Layout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0096213Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0096715Z copying torch/include/torch/csrc/Module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0097596Z copying torch/include/torch/csrc/PythonTypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0098496Z copying torch/include/torch/csrc/QScheme.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0099486Z copying torch/include/torch/csrc/Size.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0100372Z copying torch/include/torch/csrc/Storage.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0101319Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0102487Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0103543Z copying torch/include/torch/csrc/Stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0104943Z copying torch/include/torch/csrc/THConcat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0105666Z copying torch/include/torch/csrc/THP.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0106457Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0107492Z copying torch/include/torch/csrc/Types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0109170Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0109474Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0110394Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0111801Z copying torch/include/torch/csrc/python_headers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0112439Z copying torch/include/torch/csrc/serialization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0113321Z copying torch/include/torch/csrc/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:04:08.0114597Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api 2022-11-23T01:04:08.0114912Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include 2022-11-23T01:04:08.0115180Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:04:08.0115500Z 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:04:08.0117004Z 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:04:08.0117874Z 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:04:08.0118792Z 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:04:08.0119910Z 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:04:08.0120782Z 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:04:08.0121740Z 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:04:08.0123446Z 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:04:08.0124529Z 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:04:08.0125262Z 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:04:08.0126797Z 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:04:08.0127907Z 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:04:08.0128988Z 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:04:08.0130051Z 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:04:08.0131070Z 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:04:08.0132530Z 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:04:08.0133419Z 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:04:08.0134859Z 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:04:08.0135638Z 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:04:08.0137608Z 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:04:08.0138607Z 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:04:08.0140051Z 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:04:08.0141381Z 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:04:08.0143030Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:04:08.0143652Z 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:04:08.0145136Z 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:04:08.0146541Z 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:04:08.0147896Z 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:04:08.0149232Z 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:04:08.0150561Z 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:04:08.0151889Z 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:04:08.0153184Z 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:04:08.0154603Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:04:08.0155275Z 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:04:08.0156731Z 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:04:08.0158211Z 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:04:08.0160164Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:04:08.0160836Z 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:04:08.0162041Z 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:04:08.0163578Z 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:04:08.0165082Z 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:04:08.0166421Z 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:04:08.0167727Z 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:04:08.0168895Z 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:04:08.0170132Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:04:08.0170982Z 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:04:08.0172276Z 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:04:08.0173653Z 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:04:08.0174954Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:04:08.0175684Z 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:04:08.0177212Z 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:04:08.0178473Z 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:04:08.0179114Z 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:04:08.0180557Z 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:04:08.0181263Z 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:04:08.0182502Z 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:04:08.0184272Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:04:08.0185448Z 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:04:08.0186160Z 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:04:08.0187271Z 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:04:08.0188368Z 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:04:08.0189550Z 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:04:08.0190461Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:04:08.0191254Z 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:04:08.0192807Z 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:04:08.0193439Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:04:08.0194185Z 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:04:08.0195344Z 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:04:08.0197124Z 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:04:08.0198001Z 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:04:08.0198382Z 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:04:08.0199746Z 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:04:08.0200733Z 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:04:08.0201708Z 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:04:08.0202615Z 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:04:08.0203832Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:04:08.0204202Z 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:04:08.0205889Z 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:04:08.0206588Z 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:04:08.0207551Z 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:04:08.0208936Z 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:04:08.0210738Z 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:04:08.0211475Z 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:04:08.0212935Z 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:04:08.0213812Z 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:04:08.0214767Z 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:04:08.0216001Z 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:04:08.0217275Z 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:04:08.0218444Z 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:04:08.0219451Z 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:04:08.0220884Z 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:04:08.0222155Z 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:04:08.0223081Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:04:08.0223768Z 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:04:08.0224992Z 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:04:08.0226002Z 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:04:08.0227084Z 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:04:08.0227979Z 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:04:08.0229013Z 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:04:08.0230055Z 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:04:08.0231614Z 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:04:08.0231991Z 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:04:08.0232936Z 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:04:08.0233921Z 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:04:08.0235389Z 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:04:08.0236319Z 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:04:08.0237286Z 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:04:08.0238420Z 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:04:08.0239866Z 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:04:08.0240724Z 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:04:08.0242070Z 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:04:08.0242891Z 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:04:08.0244519Z 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:04:08.0245364Z 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:04:08.0246972Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:04:08.0247420Z 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:04:08.0248543Z 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:04:08.0250113Z 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:04:08.0250688Z 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:04:08.0251755Z 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:04:08.0253093Z 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:04:08.0254307Z 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:04:08.0254953Z 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:04:08.0256106Z 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:04:08.0257010Z 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:04:08.0258189Z 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:04:08.0259060Z 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:04:08.0260299Z 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:04:08.0262043Z 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:04:08.0263117Z 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:04:08.0264304Z 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:04:08.0264962Z 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:04:08.0266075Z 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:04:08.0267133Z 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:04:08.0268606Z 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:04:08.0269404Z 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:04:08.0270647Z 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:04:08.0271354Z 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:04:08.0272467Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:04:08.0272947Z 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:04:08.0274541Z 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:04:08.0275495Z 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:04:08.0276693Z 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:04:08.0277589Z 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:04:08.0279012Z 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:04:08.0280016Z 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:04:08.0281334Z 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:04:08.0282443Z 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:04:08.0283806Z 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:04:08.0284820Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T01:04:08.0285347Z 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:04:08.0286624Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:04:08.0287078Z 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:04:08.0288497Z 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:04:08.0289335Z 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:04:08.0290744Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:04:08.0291082Z 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:04:08.0292434Z 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:04:08.0293304Z 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:04:08.0295401Z 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:04:08.0296161Z 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:04:08.0296832Z 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:04:08.0297807Z 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:04:08.0298784Z 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:04:08.0300216Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:04:08.0300904Z 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:04:08.0302087Z 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:04:08.0303027Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:04:08.0303389Z 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:04:08.0304795Z 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:04:08.0305477Z 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:04:08.0306404Z 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:04:08.0307695Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0308011Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0309894Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0311109Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0312168Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0313433Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0314694Z 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:04:08.0315946Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0317258Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0318558Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0319743Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0321254Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0322690Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0324153Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0325508Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0326501Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0328357Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0328894Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0329871Z 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:04:08.0331158Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0332031Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0332993Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0334014Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0334945Z 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:04:08.0336264Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0337105Z 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:04:08.0338329Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0339502Z 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:04:08.0340798Z 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:04:08.0342132Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0344414Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0345487Z 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:04:08.0346658Z 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:04:08.0348044Z 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:04:08.0349205Z 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:04:08.0350514Z 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:04:08.0351859Z 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:04:08.0353243Z 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:04:08.0354672Z 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:04:08.0355996Z 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:04:08.0357312Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0358499Z 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:04:08.0360007Z 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:04:08.0361059Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0362429Z 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:04:08.0363851Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0365182Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:04:08.0367181Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:04:08.0367724Z 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:04:08.0369005Z 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:04:08.0369660Z 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:04:08.0370842Z 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:04:08.0371712Z 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:04:08.0373144Z 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:04:08.0374309Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2022-11-23T01:04:08.0374840Z 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:04:08.0375544Z 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:04:08.0376701Z 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:04:08.0379784Z 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:04:08.0381061Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:04:08.0381784Z 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:04:08.0382935Z 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:04:08.0383829Z 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:04:08.0384542Z 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:04:08.0385718Z 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:04:08.0386670Z 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:04:08.0387538Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:04:08.0388144Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:04:08.0389282Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:04:08.0390247Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:04:08.0391069Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:04:08.0392485Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:04:08.0393246Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:04:08.0394412Z copying torch/include/torch/csrc/cuda/memory_snapshot.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:04:08.0395201Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:04:08.0396325Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:04:08.0397366Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:04:08.0398708Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed 2022-11-23T01:04:08.0399128Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:04:08.0399758Z 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:04:08.0400722Z 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:04:08.0402017Z 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:04:08.0403111Z 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:04:08.0404711Z 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:04:08.0405723Z 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:04:08.0406938Z 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:04:08.0407943Z 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:04:08.0409620Z 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:04:08.0410045Z 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:04:08.0411577Z 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:04:08.0412181Z 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:04:08.0413401Z 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:04:08.0414897Z 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:04:08.0415595Z 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:04:08.0417386Z 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:04:08.0418448Z 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:04:08.0419892Z 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:04:08.0420858Z 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:04:08.0422500Z 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:04:08.0423168Z 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:04:08.0424036Z 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:04:08.0425350Z 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:04:08.0426361Z 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:04:08.0427324Z 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:04:08.0428692Z 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:04:08.0429700Z 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:04:08.0430717Z 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:04:08.0431842Z 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:04:08.0432768Z 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:04:08.0434398Z 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:04:08.0435090Z 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:04:08.0436666Z 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:04:08.0437683Z 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:04:08.0438940Z 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:04:08.0439956Z 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:04:08.0441145Z 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:04:08.0442357Z 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:04:08.0443874Z 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:04:08.0444798Z 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:04:08.0445821Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:04:08.0446151Z 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:04:08.0447704Z 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:04:08.0448602Z 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:04:08.0449478Z 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:04:08.0450489Z 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:04:08.0451696Z 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:04:08.0452975Z 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:04:08.0453814Z 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:04:08.0454862Z 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:04:08.0455752Z 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:04:08.0456755Z 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:04:08.0458237Z 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:04:08.0459192Z 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:04:08.0460596Z 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:04:08.0461392Z 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:04:08.0463319Z 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:04:08.0464124Z 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:04:08.0465150Z 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:04:08.0466390Z 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:04:08.0467971Z 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:04:08.0468363Z 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:04:08.0469501Z 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:04:08.0470659Z 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:04:08.0471807Z 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:04:08.0472694Z 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:04:08.0473663Z 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:04:08.0474613Z 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:04:08.0475958Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2022-11-23T01:04:08.0476303Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2022-11-23T01:04:08.0477855Z 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:04:08.0478654Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2022-11-23T01:04:08.0480091Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:04:08.0480545Z 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:04:08.0482046Z 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:04:08.0482856Z 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:04:08.0484243Z 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:04:08.0486442Z 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:04:08.0486922Z 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:04:08.0487664Z 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:04:08.0488612Z 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:04:08.0489581Z 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:04:08.0490671Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:04:08.0491236Z 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:04:08.0492297Z 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:04:08.0493161Z 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:04:08.0495000Z 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:04:08.0495460Z 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:04:08.0495895Z 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:04:08.0497911Z 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:04:08.0498295Z 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:04:08.0499748Z 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:04:08.0500445Z 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:04:08.0501977Z 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:04:08.0502926Z 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:04:08.0504973Z 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:04:08.0506029Z 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:04:08.0507412Z 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:04:08.0508363Z 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:04:08.0509848Z 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:04:08.0510638Z 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:04:08.0511886Z 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:04:08.0512810Z 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:04:08.0514601Z 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:04:08.0515636Z 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:04:08.0516836Z 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:04:08.0518006Z 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:04:08.0519419Z 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:04:08.0520666Z 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:04:08.0521915Z 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:04:08.0523319Z 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:04:08.0524617Z 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:04:08.0525927Z 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:04:08.0527233Z 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:04:08.0528537Z 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:04:08.0529875Z 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:04:08.0531102Z 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:04:08.0532407Z 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:04:08.0533459Z 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:04:08.0534863Z 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:04:08.0535828Z 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:04:08.0537046Z 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:04:08.0538045Z 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:04:08.0539874Z 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:04:08.0540490Z 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:04:08.0541968Z 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:04:08.0543011Z 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:04:08.0544342Z 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:04:08.0545213Z 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:04:08.0546589Z 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:04:08.0547541Z 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:04:08.0548947Z 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:04:08.0550111Z 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:04:08.0551193Z 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:04:08.0553518Z 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:04:08.0554082Z 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:04:08.0554851Z 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:04:08.0556088Z 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:04:08.0557291Z 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:04:08.0558767Z 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:04:08.0560103Z 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:04:08.0562421Z 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:04:08.0563485Z 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:04:08.0564668Z 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:04:08.0566012Z 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:04:08.0567314Z 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:04:08.0568616Z 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:04:08.0569949Z 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:04:08.0571312Z 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:04:08.0573029Z 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:04:08.0574280Z 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:04:08.0575776Z 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:04:08.0577068Z 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:04:08.0579303Z 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:04:08.0579928Z 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:04:08.0581068Z 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:04:08.0582406Z 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:04:08.0583647Z 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:04:08.0584966Z 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:04:08.0586304Z 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:04:08.0587673Z 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:04:08.0589076Z 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:04:08.0590363Z 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:04:08.0591661Z 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:04:08.0593080Z 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:04:08.0594353Z 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:04:08.0595652Z 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:04:08.0596952Z 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:04:08.0598289Z 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:04:08.0599797Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:04:08.0601228Z 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:04:08.0602575Z 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:04:08.0603971Z 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:04:08.0605203Z 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:04:08.0606716Z 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:04:08.0608068Z 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:04:08.0609451Z 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:04:08.0611366Z 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:04:08.0612466Z 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:04:08.0613642Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:04:08.0614339Z 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:04:08.0615968Z 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:04:08.0616792Z 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:04:08.0618601Z 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:04:08.0619693Z 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:04:08.0620437Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:04:08.0621028Z 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:04:08.0622353Z 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:04:08.0623412Z 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:04:08.0624308Z 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:04:08.0626293Z 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:04:08.0626860Z 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:04:08.0627627Z 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:04:08.0628920Z 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:04:08.0630021Z 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:04:08.0630999Z 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:04:08.0632250Z 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:04:08.0633339Z 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:04:08.0634524Z 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:04:08.0635883Z 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:04:08.0636920Z 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:04:08.0637984Z 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:04:08.0639228Z 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:04:08.0640233Z 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:04:08.0641800Z 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:04:08.0642522Z 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:04:08.0643917Z 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:04:08.0645915Z 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:04:08.0646590Z 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:04:08.0647355Z 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:04:08.0648359Z 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:04:08.0649538Z 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:04:08.0650562Z 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:04:08.0651456Z 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:04:08.0652756Z 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:04:08.0653639Z 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:04:08.0654622Z 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:04:08.0656234Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:04:08.0656524Z 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:04:08.0657740Z 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:04:08.0659212Z 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:04:08.0659974Z 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:04:08.0660738Z 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:04:08.0662400Z 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:04:08.0664038Z 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:04:08.0665017Z 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:04:08.0666263Z 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:04:08.0667915Z 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:04:08.0669349Z 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:04:08.0670179Z 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:04:08.0671764Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:04:08.0672351Z 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:04:08.0672855Z 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:04:08.0673623Z 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:04:08.0674956Z 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:04:08.0675674Z 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:04:08.0677065Z 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:04:08.0677914Z 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:04:08.0678961Z 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:04:08.0680033Z 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:04:08.0681350Z 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:04:08.0682195Z 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:04:08.0683671Z 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:04:08.0684527Z 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:04:08.0686039Z 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:04:08.0686801Z 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:04:08.0688461Z 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:04:08.0689070Z 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:04:08.0690192Z 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:04:08.0691070Z 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:04:08.0692283Z 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:04:08.0693278Z 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:04:08.0694961Z 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:04:08.0695970Z 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:04:08.0697117Z 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:04:08.0698584Z 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:04:08.0699960Z 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:04:08.0701288Z 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:04:08.0703387Z 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:04:08.0704273Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2022-11-23T01:04:08.0705049Z 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:04:08.0706477Z 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:04:08.0707701Z 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:04:08.0709014Z 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:04:08.0710336Z 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:04:08.0711639Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:04:08.0712486Z 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:04:08.0713694Z 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:04:08.0715084Z 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:04:08.0716313Z 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:04:08.0717642Z 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:04:08.0718804Z 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:04:08.0720243Z 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:04:08.0721466Z 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:04:08.0722860Z 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:04:08.0724124Z 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:04:08.0725357Z 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:04:08.0726593Z 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:04:08.0728160Z 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:04:08.0730284Z 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:04:08.0731581Z 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:04:08.0732884Z 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:04:08.0734206Z 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:04:08.0735555Z 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:04:08.0736894Z 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:04:08.0738271Z 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:04:08.0739566Z 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:04:08.0740827Z 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:04:08.0742196Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:04:08.0742975Z 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:04:08.0744362Z 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:04:08.0745466Z 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:04:08.0746835Z 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:04:08.0748452Z 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:04:08.0749704Z 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:04:08.0750888Z 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:04:08.0752220Z 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:04:08.0753446Z 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:04:08.0754678Z 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:04:08.0756039Z 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:04:08.0757397Z 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:04:08.0758600Z 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:04:08.0759831Z 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:04:08.0761152Z 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:04:08.0762684Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:04:08.0763573Z 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:04:08.0764854Z 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:04:08.0766134Z 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:04:08.0767363Z 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:04:08.0768603Z 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:04:08.0769846Z 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:04:08.0771187Z 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:04:08.0772458Z 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:04:08.0773784Z 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:04:08.0775006Z 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:04:08.0776407Z 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:04:08.0777522Z 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:04:08.0778900Z 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:04:08.0780160Z 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:04:08.0781491Z 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:04:08.0782925Z 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:04:08.0784282Z 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:04:08.0786093Z 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:04:08.0787237Z 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:04:08.0788616Z 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:04:08.0789848Z 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:04:08.0791141Z 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:04:08.0792300Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing 2022-11-23T01:04:08.0793084Z 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:04:08.0794463Z 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:04:08.0795660Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:04:08.0796341Z 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:04:08.0797719Z 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:04:08.0799043Z 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:04:08.0800301Z 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:04:08.0801614Z 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:04:08.0802963Z 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:04:08.0804282Z 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:04:08.0805508Z 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:04:08.0806852Z 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:04:08.0808104Z 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:04:08.0809434Z 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:04:08.0810692Z 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:04:08.0812094Z 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:04:08.0813377Z 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:04:08.0814674Z 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:04:08.0816192Z 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:04:08.0817585Z 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:04:08.0818773Z 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:04:08.0820115Z 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:04:08.0821459Z 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:04:08.0822859Z 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:04:08.0824954Z 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:04:08.0826388Z 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:04:08.0827691Z 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:04:08.0828999Z 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:04:08.0830379Z 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:04:08.0831621Z 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:04:08.0832906Z 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:04:08.0834312Z 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:04:08.0835566Z 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:04:08.0836823Z 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:04:08.0838448Z 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:04:08.0839735Z 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:04:08.0841185Z 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:04:08.0842500Z 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:04:08.0843870Z 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:04:08.0845246Z 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:04:08.0846771Z 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:04:08.0848159Z 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:04:08.0849440Z 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:04:08.0850988Z 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:04:08.0852299Z 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:04:08.0853419Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:04:08.0854241Z 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:04:08.0855454Z 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:04:08.0856958Z 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:04:08.0858043Z 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:04:08.0859312Z 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:04:08.0860516Z 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:04:08.0861958Z 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:04:08.0864030Z 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:04:08.0865453Z 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:04:08.0866541Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen 2022-11-23T01:04:08.0867126Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:04:08.0867903Z 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:04:08.0869565Z 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:04:08.0871375Z 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:04:08.0872703Z 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:04:08.0873978Z 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:04:08.0875306Z 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:04:08.0876546Z 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:04:08.0877894Z 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:04:08.0879240Z 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:04:08.0880774Z 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:04:08.0882119Z 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:04:08.0883580Z 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:04:08.0884773Z 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:04:08.0886187Z 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:04:08.0887454Z 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:04:08.0888894Z 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:04:08.0890627Z 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:04:08.0891962Z 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:04:08.0893338Z 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:04:08.0894667Z 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:04:08.0895898Z 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:04:08.0897164Z 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:04:08.0898434Z 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:04:08.0899858Z 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:04:08.0901204Z 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:04:08.0902622Z 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:04:08.0903929Z 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:04:08.0905240Z 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:04:08.0906773Z 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:04:08.0908518Z 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:04:08.0909871Z 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:04:08.0911141Z 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:04:08.0912510Z 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:04:08.0913932Z 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:04:08.0915458Z 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:04:08.0916850Z 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:04:08.0918330Z 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:04:08.0919828Z 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:04:08.0921156Z 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:04:08.0922544Z 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:04:08.0923868Z 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:04:08.0925151Z 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:04:08.0926494Z 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:04:08.0927748Z 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:04:08.0929168Z 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:04:08.0930421Z 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:04:08.0931719Z 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:04:08.0932945Z 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:04:08.0934326Z 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:04:08.0935677Z 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:04:08.0937045Z 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:04:08.0938288Z 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:04:08.0939554Z 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:04:08.0940900Z 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:04:08.0942428Z 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:04:08.0943654Z 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:04:08.0945016Z 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:04:08.0946364Z 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:04:08.0947505Z 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:04:08.0948971Z 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:04:08.0950251Z 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:04:08.0951585Z 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:04:08.0952915Z 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:04:08.0954174Z 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:04:08.0955455Z 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:04:08.0956875Z 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:04:08.0958774Z 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:04:08.0960051Z 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:04:08.0961378Z 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:04:08.0962831Z 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:04:08.0964323Z 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:04:08.0965684Z 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:04:08.0966979Z 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:04:08.0968267Z 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:04:08.0969558Z 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:04:08.0970929Z 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:04:08.0972187Z 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:04:08.0973486Z 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:04:08.0974833Z 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:04:08.0976308Z 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:04:08.0977811Z 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:04:08.0979099Z 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:04:08.0980389Z 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:04:08.0981828Z 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:04:08.0983837Z 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:04:08.0985220Z 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:04:08.0986554Z 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:04:08.0987873Z 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:04:08.0989075Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:04:08.0989915Z 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:04:08.0991164Z 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:04:08.0992515Z 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:04:08.0993827Z 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:04:08.0995049Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:04:08.0995851Z 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:04:08.0997243Z 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:04:08.0998682Z 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:04:08.0999947Z 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:04:08.1001240Z 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:04:08.1002594Z 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:04:08.1003995Z 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:04:08.1005179Z 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:04:08.1006578Z 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:04:08.1007997Z 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:04:08.1009309Z 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:04:08.1010622Z 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:04:08.1011868Z 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:04:08.1013113Z 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:04:08.1014481Z 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:04:08.1016119Z 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:04:08.1017446Z 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:04:08.1018979Z 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:04:08.1020075Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx 2022-11-23T01:04:08.1020767Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx 2022-11-23T01:04:08.1022220Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx 2022-11-23T01:04:08.1024196Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:04:08.1024725Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:04:08.1025585Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:04:08.1026795Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:04:08.1027807Z copying torch/include/torch/csrc/profiler/data_flow.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:04:08.1028915Z copying torch/include/torch/csrc/profiler/events.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:04:08.1029821Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:04:08.1030904Z copying torch/include/torch/csrc/profiler/perf-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:04:08.1031832Z copying torch/include/torch/csrc/profiler/perf.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:04:08.1032780Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:04:08.1034211Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:04:08.1034866Z 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:04:08.1036008Z 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:04:08.1036698Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:04:08.1037364Z 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:04:08.1038312Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1039004Z copying torch/include/torch/csrc/utils/auto_gil.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1040142Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1041272Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1042463Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1043481Z 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:04:08.1044928Z 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:04:08.1046501Z copying torch/include/torch/csrc/utils/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1047164Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1047813Z copying torch/include/torch/csrc/utils/memory.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1049014Z copying torch/include/torch/csrc/utils/nested.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1049925Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1051114Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1051986Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1053182Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1054380Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1055317Z 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:04:08.1057468Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1058582Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1059750Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1060858Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1061904Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1062837Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1063880Z copying torch/include/torch/csrc/utils/python_symnode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1065261Z 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:04:08.1066080Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1067206Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1068198Z copying torch/include/torch/csrc/utils/six.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1069076Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1070392Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1071195Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1072103Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1073289Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1074288Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1075186Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1076374Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1077205Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1078416Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1079221Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1081152Z 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:04:08.1081512Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1082665Z 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:04:08.1083868Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:04:08.1085045Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/tensor 2022-11-23T01:04:08.1085741Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/tensor 2022-11-23T01:04:08.1086608Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy 2022-11-23T01:04:08.1087011Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2022-11-23T01:04:08.1087685Z 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:04:08.1088786Z 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:04:08.1089775Z 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:04:08.1090825Z 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:04:08.1091846Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:04:08.1092421Z 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:04:08.1093358Z 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:04:08.1094394Z 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:04:08.1095254Z 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:04:08.1096273Z 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:04:08.1097155Z 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:04:08.1098081Z 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:04:08.1099917Z 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:04:08.1100750Z 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:04:08.1101787Z 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:04:08.1103095Z 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:04:08.1104181Z 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:04:08.1105985Z 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:04:08.1107064Z 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:04:08.1108323Z 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:04:08.1110052Z 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:04:08.1110965Z 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:04:08.1112320Z 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:04:08.1114112Z 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:04:08.1115439Z 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:04:08.1116172Z 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:04:08.1117824Z 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:04:08.1119059Z 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:04:08.1119794Z 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:04:08.1121440Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T01:04:08.1121836Z 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:04:08.1122999Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:04:08.1123874Z 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:04:08.1125471Z 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:04:08.1126146Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:04:08.1126836Z 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:04:08.1127915Z 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:04:08.1129008Z 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:04:08.1129924Z 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:04:08.1131020Z 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:04:08.1131978Z 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:04:08.1133534Z 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:04:08.1134507Z 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:04:08.1135693Z 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:04:08.1136553Z 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:04:08.1137955Z creating build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:04:08.1138442Z copying torch/include/pybind11/attr.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:04:08.1139515Z copying torch/include/pybind11/buffer_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:04:08.1140577Z copying torch/include/pybind11/cast.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:04:08.1142231Z copying torch/include/pybind11/chrono.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:04:08.1143759Z copying torch/include/pybind11/common.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:04:08.1144806Z copying torch/include/pybind11/complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:04:08.1145629Z copying torch/include/pybind11/eigen.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:04:08.1147055Z copying torch/include/pybind11/embed.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:04:08.1148131Z copying torch/include/pybind11/eval.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:04:08.1149091Z copying torch/include/pybind11/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:04:08.1149937Z copying torch/include/pybind11/gil.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:04:08.1150833Z copying torch/include/pybind11/iostream.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:04:08.1151783Z copying torch/include/pybind11/numpy.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:04:08.1153544Z copying torch/include/pybind11/operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:04:08.1154467Z copying torch/include/pybind11/options.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:04:08.1155510Z copying torch/include/pybind11/pybind11.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:04:08.1157612Z copying torch/include/pybind11/pytypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:04:08.1159244Z copying torch/include/pybind11/stl.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:04:08.1160208Z copying torch/include/pybind11/stl_bind.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:04:08.1161832Z creating build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:04:08.1162423Z copying torch/include/pybind11/detail/class.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:04:08.1163368Z copying torch/include/pybind11/detail/common.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:04:08.1164790Z copying torch/include/pybind11/detail/descr.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:04:08.1165654Z copying torch/include/pybind11/detail/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:04:08.1166693Z copying torch/include/pybind11/detail/internals.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:04:08.1167846Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:04:08.1169310Z copying torch/include/pybind11/detail/typeid.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:04:08.1170084Z creating build/lib.linux-x86_64-cpython-38/torch/include/THH 2022-11-23T01:04:08.1170785Z copying torch/include/THH/THHAtomics.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/THH 2022-11-23T01:04:08.1172443Z copying torch/include/THH/THHDeviceUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/THH 2022-11-23T01:04:08.1173371Z copying torch/_inductor/codegen/cpp_prefix.h -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:04:08.1174274Z copying torch/_inductor/codegen/triton_conv_delta_x.j2 -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:04:08.1256097Z copying torch/_inductor/codegen/triton_conv_delta_x_hwc.j2 -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:04:08.1329959Z copying torch/_inductor/codegen/triton_mm.j2 -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:04:08.1408104Z creating build/lib.linux-x86_64-cpython-38/torch/share 2022-11-23T01:04:08.1408461Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake 2022-11-23T01:04:08.1408722Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/ATen 2022-11-23T01:04:08.1409112Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/ATen 2022-11-23T01:04:08.1409960Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2022-11-23T01:04:08.1410660Z copying torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2022-11-23T01:04:08.1411536Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2022-11-23T01:04:08.1412783Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2022-11-23T01:04:08.1413796Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2022-11-23T01:04:08.1414842Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:04:08.1415403Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:04:08.1416541Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:04:08.1417299Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:04:08.1418943Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:04:08.1419569Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:04:08.1420878Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:04:08.1422066Z copying torch/share/cmake/Caffe2/public/threads.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:04:08.1423521Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:04:08.1424731Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:04:08.1425894Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:04:08.1426498Z 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:04:08.1427541Z 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:04:08.1428324Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:04:08.1428806Z 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:04:08.1429848Z 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:04:08.1431808Z 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:04:08.1433004Z 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:04:08.1433881Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:04:08.1434566Z 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:04:08.1435549Z 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:04:08.1436778Z 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:04:08.1437818Z 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:04:08.1438841Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe 2022-11-23T01:04:08.1439458Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe 2022-11-23T01:04:08.1440510Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe 2022-11-23T01:04:08.1441371Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch 2022-11-23T01:04:08.1441923Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch 2022-11-23T01:04:08.1442814Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch 2022-11-23T01:04:08.1443960Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:04:08.1445272Z 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:04:08.1446633Z 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:04:08.1447516Z 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:04:08.1448586Z 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:04:08.1452283Z copying torch/utils/model_dump/skeleton.html -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:04:08.1503954Z copying torch/utils/model_dump/code.js -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:04:08.1565020Z copying torch/utils/model_dump/htm.mjs -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:04:08.1570292Z copying torch/utils/model_dump/preact.mjs -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:04:08.1583704Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged 2022-11-23T01:04:08.1584214Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen 2022-11-23T01:04:08.1584645Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native 2022-11-23T01:04:08.1585169Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native 2022-11-23T01:04:08.1589429Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native 2022-11-23T01:04:08.1590559Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1591403Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1592548Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1593628Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1594698Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1596134Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1597290Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1598414Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1599640Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1600775Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1601854Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1602984Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1604067Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1605211Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1606894Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1608005Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1609010Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1610333Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1611422Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1612569Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1613571Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1614730Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1615962Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1616942Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1617959Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1619003Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1620050Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1621094Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1622083Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1622866Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1624092Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1624939Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1626539Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1627555Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1628732Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1629799Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1630941Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1632073Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1633141Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1634287Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:04:08.1904050Z running build_ext 2022-11-23T01:04:08.1950559Z -- Building with NumPy bindings 2022-11-23T01:04:08.1950838Z -- Not using cuDNN 2022-11-23T01:04:08.1951034Z -- Not using CUDA 2022-11-23T01:04:08.1951294Z -- Using MKLDNN 2022-11-23T01:04:08.1951592Z -- Not using Compute Library for the Arm architecture with MKLDNN 2022-11-23T01:04:08.1951868Z -- Not using CBLAS in MKLDNN 2022-11-23T01:04:08.1952216Z -- Using system provided NCCL library at False, False 2022-11-23T01:04:08.1952506Z -- Building with distributed package: 2022-11-23T01:04:08.1952778Z -- USE_TENSORPIPE=True 2022-11-23T01:04:08.1953010Z -- USE_GLOO=True 2022-11-23T01:04:08.1953207Z -- USE_MPI=False 2022-11-23T01:04:08.1953386Z -- Using ITT 2022-11-23T01:04:08.3727353Z 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:04:08.3735726Z 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:04:08.3736208Z building 'torch._C' extension 2022-11-23T01:04:08.3736501Z creating build/temp.linux-x86_64-cpython-38 2022-11-23T01:04:08.3736965Z creating build/temp.linux-x86_64-cpython-38/torch 2022-11-23T01:04:08.3737297Z creating build/temp.linux-x86_64-cpython-38/torch/csrc 2022-11-23T01:04:08.3738335Z 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:04:08.5368964Z 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:04:08.6791253Z building 'torch._C_flatbuffer' extension 2022-11-23T01:04:08.6792754Z 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:04:08.7713428Z 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:04:08.8178242Z /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:04:08.8178722Z warnings.warn( 2022-11-23T01:04:08.8336218Z installing to build/bdist.linux-x86_64/wheel 2022-11-23T01:04:08.8336452Z running install 2022-11-23T01:04:08.8389436Z running install_lib 2022-11-23T01:04:08.8581207Z creating build/bdist.linux-x86_64 2022-11-23T01:04:08.8582226Z creating build/bdist.linux-x86_64/wheel 2022-11-23T01:04:08.8582949Z creating build/bdist.linux-x86_64/wheel/functorch 2022-11-23T01:04:08.8583682Z copying build/lib.linux-x86_64-cpython-38/functorch/__init__.py -> build/bdist.linux-x86_64/wheel/functorch 2022-11-23T01:04:08.8584999Z creating build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:04:08.8585991Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:04:08.8586848Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/aot_autograd.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:04:08.8588652Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/benchmark_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:04:08.8589675Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/compile_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:04:08.8590767Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/compilers.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:04:08.8591809Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/config.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:04:08.8592854Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/eager_transforms.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:04:08.8594375Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/fx_minifier.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:04:08.8595594Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/make_functional.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:04:08.8596681Z 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:04:08.8597783Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/partitioners.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:04:08.8598974Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/python_key.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:04:08.8600097Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/pytree_hacks.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:04:08.8600978Z 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:04:08.8602789Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/vmap.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:04:08.8603894Z creating build/bdist.linux-x86_64/wheel/functorch/compile 2022-11-23T01:04:08.8604583Z copying build/lib.linux-x86_64-cpython-38/functorch/compile/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/compile 2022-11-23T01:04:08.8606355Z creating build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:04:08.8606870Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:04:08.8607772Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/batch_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:04:08.8608662Z 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:04:08.8609980Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/dim.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:04:08.8610655Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/magic_trace.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:04:08.8611572Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/op_properties.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:04:08.8612426Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/reference.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:04:08.8613377Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/tree_map.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:04:08.8614322Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/wrap_type.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:04:08.8615267Z creating build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:04:08.8616253Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:04:08.8616867Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/_map.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:04:08.8617678Z 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:04:08.8618621Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/cond.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:04:08.8619539Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/control_flow.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:04:08.8620369Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/ops.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:04:08.8621196Z 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:04:08.8625764Z creating build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8626484Z copying build/lib.linux-x86_64-cpython-38/torch/_VF.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8627249Z copying build/lib.linux-x86_64-cpython-38/torch/__config__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8628065Z copying build/lib.linux-x86_64-cpython-38/torch/__future__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8629264Z copying build/lib.linux-x86_64-cpython-38/torch/__init__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8630351Z copying build/lib.linux-x86_64-cpython-38/torch/_appdirs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8631277Z copying build/lib.linux-x86_64-cpython-38/torch/_classes.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8632102Z copying build/lib.linux-x86_64-cpython-38/torch/_deploy.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8632988Z copying build/lib.linux-x86_64-cpython-38/torch/_jit_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8634324Z copying build/lib.linux-x86_64-cpython-38/torch/_linalg_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8635149Z copying build/lib.linux-x86_64-cpython-38/torch/_lobpcg.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8636231Z copying build/lib.linux-x86_64-cpython-38/torch/_lowrank.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8637341Z copying build/lib.linux-x86_64-cpython-38/torch/_meta_registrations.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8638648Z copying build/lib.linux-x86_64-cpython-38/torch/_namedtensor_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8639420Z copying build/lib.linux-x86_64-cpython-38/torch/_ops.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8640416Z copying build/lib.linux-x86_64-cpython-38/torch/_python_dispatcher.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8641310Z copying build/lib.linux-x86_64-cpython-38/torch/_six.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8642656Z copying build/lib.linux-x86_64-cpython-38/torch/_sources.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8643508Z copying build/lib.linux-x86_64-cpython-38/torch/_storage_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8644359Z copying build/lib.linux-x86_64-cpython-38/torch/_tensor.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8645544Z copying build/lib.linux-x86_64-cpython-38/torch/_tensor_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8647572Z copying build/lib.linux-x86_64-cpython-38/torch/_tensor_str.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8648107Z copying build/lib.linux-x86_64-cpython-38/torch/_torch_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8651756Z copying build/lib.linux-x86_64-cpython-38/torch/_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8652443Z copying build/lib.linux-x86_64-cpython-38/torch/_utils_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8653197Z copying build/lib.linux-x86_64-cpython-38/torch/_vmap_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8654244Z copying build/lib.linux-x86_64-cpython-38/torch/_weights_only_unpickler.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8655218Z copying build/lib.linux-x86_64-cpython-38/torch/functional.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8656892Z copying build/lib.linux-x86_64-cpython-38/torch/hub.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8657746Z copying build/lib.linux-x86_64-cpython-38/torch/library.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8658343Z copying build/lib.linux-x86_64-cpython-38/torch/overrides.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8660032Z copying build/lib.linux-x86_64-cpython-38/torch/quasirandom.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8660713Z copying build/lib.linux-x86_64-cpython-38/torch/random.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8661463Z copying build/lib.linux-x86_64-cpython-38/torch/return_types.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8662703Z copying build/lib.linux-x86_64-cpython-38/torch/serialization.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8663749Z copying build/lib.linux-x86_64-cpython-38/torch/storage.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8664953Z copying build/lib.linux-x86_64-cpython-38/torch/torch_version.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8666164Z copying build/lib.linux-x86_64-cpython-38/torch/types.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8666661Z copying build/lib.linux-x86_64-cpython-38/torch/version.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:08.8668080Z creating build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:04:08.8668826Z copying build/lib.linux-x86_64-cpython-38/torch/_decomp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:04:08.8669670Z copying build/lib.linux-x86_64-cpython-38/torch/_decomp/decompositions.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:04:08.8670607Z 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:04:08.8671994Z creating build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T01:04:08.8672605Z copying build/lib.linux-x86_64-cpython-38/torch/_dispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T01:04:08.8673254Z copying build/lib.linux-x86_64-cpython-38/torch/_dispatch/python.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T01:04:08.8675262Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8676593Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8677359Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/allowed_functions.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8677944Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/bytecode_analysis.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8678574Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/bytecode_transformation.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8679252Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/codegen.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8679905Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/config.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8680726Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/convert_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8681690Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/debug_utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8682823Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/eval_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8684752Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/exc.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8685421Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/guards.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8685969Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/logging.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8686774Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/mutation_guard.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8687533Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/output_graph.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8688520Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/profiler.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8690195Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/replay_record.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8690838Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/resume_execution.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8692015Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/side_effects.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8692968Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/skipfiles.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8693664Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/source.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8694681Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/symbolic_convert.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8696340Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/test_case.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8696901Z 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:04:08.8698221Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/testing.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8699069Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:04:08.8700578Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:04:08.8701262Z 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:04:08.8702370Z 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:04:08.8702988Z 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:04:08.8704271Z 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:04:08.8705213Z 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:04:08.8706021Z 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:04:08.8707571Z 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:04:08.8708400Z 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:04:08.8709360Z 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:04:08.8710774Z 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:04:08.8711882Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:04:08.8712961Z 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:04:08.8713607Z 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:04:08.8714132Z 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:04:08.8715808Z 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:04:08.8716763Z 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:04:08.8717747Z 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:04:08.8718567Z 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:04:08.8719462Z 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:04:08.8720433Z 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:04:08.8721111Z 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:04:08.8721831Z 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:04:08.8722694Z 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:04:08.8723395Z 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:04:08.8724411Z creating build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:04:08.8724990Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:04:08.8725998Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/pyfunctorch.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:04:08.8726553Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:04:08.8727598Z creating build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:04:08.8728193Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:04:08.8729005Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codecache.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:04:08.8730155Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/compile_fx.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:04:08.8731172Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/config.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:04:08.8732132Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/cuda_properties.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:04:08.8732840Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/debug.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:04:08.8733737Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/decomposition.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:04:08.8734390Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/dependencies.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:04:08.8735551Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/exc.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:04:08.8736062Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/graph.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:04:08.8737139Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/ir.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:04:08.8738970Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/lowering.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:04:08.8740895Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:04:08.8741503Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/overrides.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:04:08.8742762Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/scheduler.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:04:08.8743769Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/sizevars.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:04:08.8744818Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:04:08.8745426Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/virtualized.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:04:08.8747028Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:04:08.8747661Z 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:04:08.8748316Z 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:04:08.8749261Z 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:04:08.8750279Z 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:04:08.8752383Z 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:04:08.8753063Z 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:04:08.8754153Z 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:04:08.8755071Z 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:04:08.8755854Z 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:04:08.8757075Z 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:04:08.8757633Z 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:04:08.8759739Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:04:08.8760632Z 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:04:08.8761745Z 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:04:08.8762852Z 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:04:08.8763857Z 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:04:08.8764834Z 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:04:08.8765855Z 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:04:08.8767037Z 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:04:08.8768191Z 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:04:08.8769154Z 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:04:08.8770277Z creating build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:04:08.8771031Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:04:08.8772149Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/closure.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:04:08.8773189Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/computation.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:04:08.8774184Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/config.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:04:08.8775182Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/debug.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:04:08.8776207Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/device_context.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:04:08.8777227Z 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:04:08.8778448Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/ir_cache.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:04:08.8780074Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:04:08.8780993Z 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:04:08.8782051Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/ts_backend.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:04:08.8782999Z creating build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:04:08.8784047Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:04:08.8785533Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/context.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:04:08.8786429Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:04:08.8787636Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/nvfuser_executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:04:08.8788847Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/nvfuser_prims.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:04:08.8790256Z creating build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T01:04:08.8791074Z 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:04:08.8792660Z 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:04:08.8793862Z creating build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:04:08.8794571Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:04:08.8797406Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/_conversions.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:04:08.8798258Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/fft.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:04:08.8799349Z creating build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-11-23T01:04:08.8800357Z 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:04:08.8801730Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-11-23T01:04:08.8802548Z 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:04:08.8803594Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2022-11-23T01:04:08.8804444Z 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:04:08.8805950Z creating build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-11-23T01:04:08.8806779Z 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:04:08.8808162Z creating build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:04:08.8808961Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:04:08.8810291Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/fake_tensor.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:04:08.8811477Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/fake_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:04:08.8812607Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/meta_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:04:08.8813795Z creating build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T01:04:08.8814592Z copying build/lib.linux-x86_64-cpython-38/torch/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T01:04:08.8815574Z copying build/lib.linux-x86_64-cpython-38/torch/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T01:04:08.8817006Z creating build/bdist.linux-x86_64/wheel/torch/ao 2022-11-23T01:04:08.8817928Z copying build/lib.linux-x86_64-cpython-38/torch/ao/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao 2022-11-23T01:04:08.8818976Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-11-23T01:04:08.8819732Z 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:04:08.8821099Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2022-11-23T01:04:08.8822083Z 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:04:08.8823311Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T01:04:08.8824206Z 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:04:08.8825363Z 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:04:08.8826704Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat 2022-11-23T01:04:08.8827548Z 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:04:08.8845066Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:04:08.8846004Z 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:04:08.8847095Z 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:04:08.8848156Z 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:04:08.8849238Z 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:04:08.8850018Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized 2022-11-23T01:04:08.8850923Z 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:04:08.8851719Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:04:08.8852687Z 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:04:08.8853532Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:04:08.8854547Z 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:04:08.8855744Z 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:04:08.8856640Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:04:08.8857600Z 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:04:08.8858669Z 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:04:08.8859937Z 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:04:08.8861107Z 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:04:08.8862076Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2022-11-23T01:04:08.8862849Z 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:04:08.8863586Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2022-11-23T01:04:08.8864418Z 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:04:08.8865210Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:04:08.8866118Z 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:04:08.8867190Z 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:04:08.8867963Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:04:08.8868798Z 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:04:08.8869869Z 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:04:08.8870885Z 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:04:08.8871889Z 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:04:08.8872646Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2022-11-23T01:04:08.8873509Z 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:04:08.8874311Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T01:04:08.8875230Z 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:04:08.8876290Z 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:04:08.8877372Z 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:04:08.8878169Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-11-23T01:04:08.8879037Z 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:04:08.8880006Z 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:04:08.8880802Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2022-11-23T01:04:08.8881720Z 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:04:08.8882621Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:04:08.8883576Z 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:04:08.8884694Z 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:04:08.8885945Z 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:04:08.8887065Z 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:04:08.8887924Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:04:08.8888772Z 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:04:08.8889822Z 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:04:08.8890875Z 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:04:08.8891932Z 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:04:08.8892974Z 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:04:08.8894064Z 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:04:08.8895246Z 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:04:08.8896326Z 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:04:08.8897394Z 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:04:08.8898429Z 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:04:08.8899486Z 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:04:08.8900291Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2022-11-23T01:04:08.8901197Z 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:04:08.8902185Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:04:08.8903197Z 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:04:08.8904343Z 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:04:08.8905435Z 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:04:08.8906567Z 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:04:08.8907708Z 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:04:08.8908839Z 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:04:08.8909774Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2022-11-23T01:04:08.8910570Z 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:04:08.8911346Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T01:04:08.8912247Z 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:04:08.8913271Z 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:04:08.8914301Z 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:04:08.8915143Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:04:08.8916114Z 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:04:08.8917223Z 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:04:08.8917983Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T01:04:08.8918767Z 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:04:08.8919657Z 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:04:08.8920686Z 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:04:08.8921397Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:04:08.8922177Z 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:04:08.8923177Z 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:04:08.8924087Z 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:04:08.8925013Z 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:04:08.8925942Z 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:04:08.8926828Z 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:04:08.8927672Z 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:04:08.8928634Z 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:04:08.8929557Z 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:04:08.8930470Z 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:04:08.8931198Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T01:04:08.8931989Z 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:04:08.8932934Z 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:04:08.8933719Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental 2022-11-23T01:04:08.8934611Z 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:04:08.8935612Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:04:08.8936699Z 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:04:08.8937986Z 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:04:08.8938967Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:04:08.8939976Z 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:04:08.8941203Z 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:04:08.8942242Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:04:08.8943237Z 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:04:08.8944458Z 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:04:08.8945830Z 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:04:08.8947115Z 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:04:08.8948101Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T01:04:08.8949198Z 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:04:08.8950200Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:04:08.8951406Z 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:04:08.8952864Z 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:04:08.8954294Z 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:04:08.8955282Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T01:04:08.8956239Z 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:04:08.8957388Z 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:04:08.8958546Z 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:04:08.8959508Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:04:08.8960362Z 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:04:08.8961377Z 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:04:08.8962449Z 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:04:08.8963508Z 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:04:08.8964292Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:04:08.8965141Z 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:04:08.8966162Z 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:04:08.8967264Z 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:04:08.8968304Z 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:04:08.8969446Z 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:04:08.8970248Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:04:08.8971062Z 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:04:08.8972030Z 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:04:08.8972980Z 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:04:08.8973966Z 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:04:08.8974961Z 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:04:08.8975928Z 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:04:08.8976917Z 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:04:08.8977899Z 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:04:08.8978866Z 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:04:08.8979813Z 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:04:08.8980781Z 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:04:08.8981899Z 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:04:08.8982895Z 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:04:08.8983979Z 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:04:08.8984924Z 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:04:08.8985911Z 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:04:08.8986821Z 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:04:08.8987757Z 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:04:08.8988547Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:04:08.8989484Z 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:04:08.8990653Z 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:04:08.8991834Z 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:04:08.8992933Z 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:04:08.8994126Z 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:04:08.8995485Z 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:04:08.8996615Z 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:04:08.8997761Z 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:04:08.8998859Z 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:04:08.8999886Z 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:04:08.9000968Z 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:04:08.9001776Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:04:08.9002704Z 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:04:08.9003671Z 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:04:08.9004632Z 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:04:08.9005670Z 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:04:08.9006696Z 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:04:08.9007697Z 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:04:08.9008771Z 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:04:08.9009985Z 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:04:08.9011123Z 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:04:08.9012135Z 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:04:08.9013155Z 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:04:08.9014228Z 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:04:08.9014946Z 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:04:08.9016096Z 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:04:08.9017055Z 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:04:08.9019480Z 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:04:08.9020196Z 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:04:08.9020757Z 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:04:08.9021888Z 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:04:08.9023709Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:04:08.9024357Z 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:04:08.9025166Z 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:04:08.9026929Z 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:04:08.9027845Z 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:04:08.9028582Z 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:04:08.9030365Z creating build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:04:08.9030841Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:04:08.9031856Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/anomaly_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:04:08.9032704Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/forward_ad.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:04:08.9033545Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/function.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:04:08.9034654Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/functional.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:04:08.9035855Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/grad_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:04:08.9036727Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/gradcheck.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:04:08.9038184Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/graph.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:04:08.9039270Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/profiler.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:04:08.9040449Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/profiler_legacy.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:04:08.9041308Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/profiler_util.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:04:08.9042487Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/variable.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:04:08.9043691Z creating build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T01:04:08.9044308Z 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:04:08.9045251Z 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:04:08.9046169Z 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:04:08.9047113Z creating build/bdist.linux-x86_64/wheel/torch/backends 2022-11-23T01:04:08.9047895Z copying build/lib.linux-x86_64-cpython-38/torch/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends 2022-11-23T01:04:08.9048744Z creating build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T01:04:08.9049671Z 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:04:08.9050647Z 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:04:08.9051264Z creating build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T01:04:08.9051735Z 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:04:08.9052757Z 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:04:08.9053585Z 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:04:08.9055278Z creating build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-11-23T01:04:08.9056011Z 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:04:08.9056624Z creating build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T01:04:08.9057199Z 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:04:08.9058161Z 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:04:08.9059742Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-11-23T01:04:08.9060386Z 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:04:08.9061164Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-11-23T01:04:08.9061864Z 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:04:08.9062660Z creating build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-11-23T01:04:08.9064146Z 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:04:08.9065155Z creating build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-11-23T01:04:08.9065690Z 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:04:08.9067225Z creating build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2022-11-23T01:04:08.9068093Z 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:04:08.9068745Z creating build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-11-23T01:04:08.9069616Z 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:04:08.9070356Z creating build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T01:04:08.9071162Z 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:04:08.9072105Z 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:04:08.9073011Z creating build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-11-23T01:04:08.9073854Z 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:04:08.9074957Z creating build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T01:04:08.9075720Z copying build/lib.linux-x86_64-cpython-38/torch/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T01:04:08.9076600Z copying build/lib.linux-x86_64-cpython-38/torch/contrib/_tensorboard_vis.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T01:04:08.9077245Z creating build/bdist.linux-x86_64/wheel/torch/cpu 2022-11-23T01:04:08.9077983Z copying build/lib.linux-x86_64-cpython-38/torch/cpu/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu 2022-11-23T01:04:08.9078632Z creating build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T01:04:08.9079392Z 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:04:08.9080296Z 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:04:08.9081056Z creating build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:04:08.9081802Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:04:08.9083163Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_dynamo_graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:04:08.9084113Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_memory_viz.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:04:08.9084785Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_sanitizer.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:04:08.9085669Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_utils.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:04:08.9086335Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/comm.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:04:08.9087315Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/error.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:04:08.9088188Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:04:08.9088869Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/jiterator.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:04:08.9089750Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/memory.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:04:08.9090718Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/nccl.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:04:08.9091487Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/nvtx.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:04:08.9092567Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/profiler.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:04:08.9093170Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/random.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:04:08.9094115Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/sparse.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:04:08.9094948Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/streams.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:04:08.9096148Z creating build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:04:08.9096913Z 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:04:08.9097763Z 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:04:08.9098743Z 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:04:08.9099975Z 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:04:08.9101896Z creating build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:04:08.9102626Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:04:08.9103445Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/argparse_util.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:04:08.9104667Z 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:04:08.9105670Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:04:08.9106493Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/distributed_c10d.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:04:08.9107669Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/launch.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:04:08.9108620Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/logging_handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:04:08.9109581Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/remote_device.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:04:08.9110515Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:04:08.9111317Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/run.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:04:08.9112274Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:04:08.9113483Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:04:08.9114366Z 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:04:08.9115373Z 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:04:08.9116544Z 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:04:08.9117525Z 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:04:08.9118692Z 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:04:08.9119570Z 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:04:08.9120292Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:04:08.9121031Z 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:04:08.9121755Z 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:04:08.9122363Z 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:04:08.9123384Z 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:04:08.9124095Z 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:04:08.9124971Z 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:04:08.9125623Z 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:04:08.9126767Z 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:04:08.9127439Z 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:04:08.9129225Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-11-23T01:04:08.9129813Z 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:04:08.9130924Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-11-23T01:04:08.9131747Z 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:04:08.9132771Z 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:04:08.9133832Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:04:08.9134478Z 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:04:08.9135316Z 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:04:08.9137027Z 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:04:08.9137864Z 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:04:08.9139145Z 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:04:08.9140285Z 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:04:08.9141462Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:04:08.9142656Z 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:04:08.9143816Z 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:04:08.9144990Z 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:04:08.9146163Z 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:04:08.9147363Z 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:04:08.9148562Z 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:04:08.9149736Z 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:04:08.9150984Z 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:04:08.9152128Z 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:04:08.9153273Z 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:04:08.9154171Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-11-23T01:04:08.9155124Z 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:04:08.9156209Z 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:04:08.9157082Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:04:08.9158062Z 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:04:08.9159192Z 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:04:08.9160279Z 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:04:08.9161436Z 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:04:08.9162570Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:04:08.9163722Z 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:04:08.9165061Z 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:04:08.9166511Z 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:04:08.9167885Z 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:04:08.9169248Z 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:04:08.9170562Z 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:04:08.9171875Z 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:04:08.9173242Z 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:04:08.9174123Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2022-11-23T01:04:08.9175139Z 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:04:08.9175966Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2022-11-23T01:04:08.9176853Z 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:04:08.9177617Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T01:04:08.9178448Z 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:04:08.9179441Z 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:04:08.9180223Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:04:08.9181066Z 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:04:08.9182161Z 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:04:08.9183165Z 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:04:08.9184171Z 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:04:08.9185180Z 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:04:08.9186242Z 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:04:08.9187253Z 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:04:08.9188029Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:04:08.9188910Z 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:04:08.9190061Z 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:04:08.9191101Z 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:04:08.9192152Z 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:04:08.9193204Z 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:04:08.9194244Z 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:04:08.9195303Z 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:04:08.9196334Z 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:04:08.9197370Z 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:04:08.9198183Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:04:08.9199239Z 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:04:08.9200370Z 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:04:08.9201467Z 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:04:08.9202629Z 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:04:08.9203711Z 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:04:08.9204810Z 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:04:08.9205893Z 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:04:08.9206724Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T01:04:08.9207561Z 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:04:08.9208574Z 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:04:08.9209414Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-11-23T01:04:08.9210392Z 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:04:08.9211553Z 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:04:08.9212459Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:04:08.9213448Z 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:04:08.9214674Z 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:04:08.9215597Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:04:08.9216632Z 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:04:08.9217892Z 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:04:08.9218828Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-11-23T01:04:08.9219812Z 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:04:08.9220998Z 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:04:08.9222009Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:04:08.9223014Z 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:04:08.9224296Z 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:04:08.9225513Z 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:04:08.9226717Z 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:04:08.9227915Z 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:04:08.9229138Z 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:04:08.9230292Z 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:04:08.9231493Z 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:04:08.9232415Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:04:08.9233419Z 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:04:08.9234604Z 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:04:08.9235836Z 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:04:08.9237045Z 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:04:08.9238029Z creating build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-11-23T01:04:08.9238867Z 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:04:08.9239657Z creating build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:04:08.9240565Z 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:04:08.9241611Z 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:04:08.9242714Z 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:04:08.9243805Z 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:04:08.9244880Z 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:04:08.9245936Z 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:04:08.9246962Z 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:04:08.9248128Z 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:04:08.9249191Z 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:04:08.9250271Z 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:04:08.9251364Z 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:04:08.9252391Z 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:04:08.9253383Z 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:04:08.9254411Z 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:04:08.9255168Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-11-23T01:04:08.9256011Z 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:04:08.9256798Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2022-11-23T01:04:08.9257668Z 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:04:08.9258487Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T01:04:08.9259433Z 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:04:08.9260548Z 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:04:08.9261803Z 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:04:08.9263140Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T01:04:08.9263807Z 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:04:08.9264661Z 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:04:08.9265334Z 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:04:08.9266513Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-11-23T01:04:08.9267201Z 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:04:08.9268157Z 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:04:08.9269390Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:04:08.9270492Z 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:04:08.9271664Z 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:04:08.9272957Z 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:04:08.9274113Z 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:04:08.9275155Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:04:08.9276223Z 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:04:08.9277715Z 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:04:08.9278942Z 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:04:08.9280068Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:04:08.9281033Z 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:04:08.9282132Z 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:04:08.9283559Z 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:04:08.9284708Z 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:04:08.9286091Z 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:04:08.9287264Z 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:04:08.9288494Z 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:04:08.9289593Z 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:04:08.9290708Z 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:04:08.9291862Z 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:04:08.9293225Z 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:04:08.9294072Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:04:08.9294984Z 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:04:08.9296320Z 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:04:08.9297357Z 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:04:08.9298524Z 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:04:08.9299593Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:04:08.9301032Z 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:04:08.9302432Z 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:04:08.9303726Z 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:04:08.9305022Z 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:04:08.9306350Z 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:04:08.9307640Z 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:04:08.9308735Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T01:04:08.9309901Z 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:04:08.9311253Z 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:04:08.9312717Z 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:04:08.9313795Z creating build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:04:08.9314905Z 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:04:08.9315909Z 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:04:08.9316817Z 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:04:08.9317395Z 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:04:08.9318004Z 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:04:08.9318594Z 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:04:08.9319140Z 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:04:08.9320056Z 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:04:08.9321145Z 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:04:08.9322467Z 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:04:08.9323296Z 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:04:08.9324550Z 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:04:08.9325192Z 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:04:08.9326096Z 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:04:08.9326819Z 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:04:08.9327847Z 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:04:08.9329424Z 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:04:08.9330812Z 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:04:08.9331731Z 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:04:08.9333197Z creating build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T01:04:08.9333796Z 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:04:08.9334411Z 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:04:08.9335404Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T01:04:08.9335854Z 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:04:08.9336974Z 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:04:08.9338006Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-11-23T01:04:08.9338672Z 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:04:08.9339548Z 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:04:08.9340885Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-11-23T01:04:08.9341510Z 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:04:08.9342352Z 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:04:08.9343328Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-11-23T01:04:08.9344111Z 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:04:08.9345151Z 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:04:08.9345930Z creating build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:04:08.9346679Z 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:04:08.9347690Z 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:04:08.9348786Z 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:04:08.9349562Z 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:04:08.9350619Z 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:04:08.9351412Z 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:04:08.9352468Z 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:04:08.9353532Z 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:04:08.9354497Z 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:04:08.9355505Z 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:04:08.9356338Z 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:04:08.9357286Z 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:04:08.9358237Z 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:04:08.9358899Z 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:04:08.9359564Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-11-23T01:04:08.9360416Z 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:04:08.9361173Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:04:08.9362072Z 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:04:08.9363370Z 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:04:08.9364325Z 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:04:08.9365402Z 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:04:08.9366395Z 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:04:08.9367505Z 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:04:08.9368348Z 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:04:08.9369333Z 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:04:08.9370379Z 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:04:08.9371338Z 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:04:08.9372376Z 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:04:08.9373169Z 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:04:08.9373834Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T01:04:08.9374513Z 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:04:08.9375204Z 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:04:08.9375997Z 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:04:08.9376662Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:04:08.9377325Z 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:04:08.9378027Z 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:04:08.9378819Z 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:04:08.9379628Z 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:04:08.9380552Z 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:04:08.9381422Z 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:04:08.9383323Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:04:08.9384300Z 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:04:08.9385057Z 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:04:08.9385611Z 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:04:08.9386468Z 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:04:08.9388169Z 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:04:08.9388723Z 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:04:08.9389313Z 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:04:08.9389991Z 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:04:08.9391100Z 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:04:08.9392070Z 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:04:08.9394205Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-11-23T01:04:08.9394994Z 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:04:08.9395707Z 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:04:08.9397218Z creating build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9397772Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9398705Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9399579Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/beta.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9400127Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9401232Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9402156Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9402943Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/chi2.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9403624Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/constraint_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9404680Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/constraints.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9405908Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/continuous_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9406862Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/dirichlet.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9407538Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9408350Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/exp_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9409464Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/exponential.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9410474Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/fishersnedecor.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9411403Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/gamma.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9413302Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/geometric.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9413983Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/gumbel.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9414632Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/half_cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9415260Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/half_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9415996Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/independent.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9416896Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/kl.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9418040Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/kumaraswamy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9419030Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/laplace.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9419966Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/lkj_cholesky.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9420653Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/log_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9421513Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/logistic_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9422345Z 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:04:08.9423619Z 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:04:08.9424439Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/multinomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9425828Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9426722Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/negative_binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9427511Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9428270Z 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:04:08.9429100Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/pareto.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9429773Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/poisson.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9430535Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/relaxed_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9431405Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/relaxed_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9432275Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/studentT.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9433804Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/transformed_distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9434437Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/transforms.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9435540Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/uniform.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9436722Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9437687Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/von_mises.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9438528Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/weibull.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9439270Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/wishart.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:04:08.9440735Z creating build/bdist.linux-x86_64/wheel/torch/fft 2022-11-23T01:04:08.9441157Z copying build/lib.linux-x86_64-cpython-38/torch/fft/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fft 2022-11-23T01:04:08.9442927Z creating build/bdist.linux-x86_64/wheel/torch/futures 2022-11-23T01:04:08.9443539Z copying build/lib.linux-x86_64-cpython-38/torch/futures/__init__.py -> build/bdist.linux-x86_64/wheel/torch/futures 2022-11-23T01:04:08.9444738Z creating build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:04:08.9445445Z copying build/lib.linux-x86_64-cpython-38/torch/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:04:08.9446577Z copying build/lib.linux-x86_64-cpython-38/torch/fx/_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:04:08.9447149Z copying build/lib.linux-x86_64-cpython-38/torch/fx/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:04:08.9448250Z copying build/lib.linux-x86_64-cpython-38/torch/fx/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:04:08.9449797Z copying build/lib.linux-x86_64-cpython-38/torch/fx/annotate.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:04:08.9450320Z copying build/lib.linux-x86_64-cpython-38/torch/fx/graph.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:04:08.9451328Z copying build/lib.linux-x86_64-cpython-38/torch/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:04:08.9452352Z copying build/lib.linux-x86_64-cpython-38/torch/fx/immutable_collections.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:04:08.9452999Z copying build/lib.linux-x86_64-cpython-38/torch/fx/interpreter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:04:08.9454168Z copying build/lib.linux-x86_64-cpython-38/torch/fx/node.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:04:08.9455246Z copying build/lib.linux-x86_64-cpython-38/torch/fx/operator_schemas.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:04:08.9456421Z copying build/lib.linux-x86_64-cpython-38/torch/fx/proxy.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:04:08.9457518Z copying build/lib.linux-x86_64-cpython-38/torch/fx/subgraph_rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:04:08.9458603Z copying build/lib.linux-x86_64-cpython-38/torch/fx/tensor_type.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:04:08.9459612Z copying build/lib.linux-x86_64-cpython-38/torch/fx/traceback.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:04:08.9460936Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:04:08.9461980Z 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:04:08.9462886Z 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:04:08.9465009Z 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:04:08.9465781Z 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:04:08.9466463Z 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:04:08.9467575Z 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:04:08.9468661Z 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:04:08.9469647Z 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:04:08.9470511Z 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:04:08.9471941Z 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:04:08.9473050Z 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:04:08.9474415Z 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:04:08.9475394Z 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:04:08.9476276Z 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:04:08.9477451Z 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:04:08.9478643Z 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:04:08.9480297Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:04:08.9480942Z 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:04:08.9481763Z 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:04:08.9482830Z 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:04:08.9484408Z 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:04:08.9485354Z 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:04:08.9486516Z 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:04:08.9487565Z 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:04:08.9488421Z 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:04:08.9489671Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:04:08.9490851Z 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:04:08.9491962Z 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:04:08.9493072Z 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:04:08.9494167Z 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:04:08.9495257Z 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:04:08.9496360Z 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:04:08.9497459Z 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:04:08.9498606Z 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:04:08.9499532Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:04:08.9500612Z 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:04:08.9502092Z 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:04:08.9503363Z 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:04:08.9504644Z 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:04:08.9505895Z 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:04:08.9507176Z 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:04:08.9508017Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:04:08.9508798Z 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:04:08.9509732Z 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:04:08.9510674Z 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:04:08.9511620Z 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:04:08.9512556Z 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:04:08.9513560Z 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:04:08.9514484Z 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:04:08.9515387Z 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:04:08.9516306Z 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:04:08.9517225Z 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:04:08.9518141Z 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:04:08.9519045Z 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:04:08.9519978Z 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:04:08.9521084Z 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:04:08.9522561Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-11-23T01:04:08.9523797Z 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:04:08.9525030Z 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:04:08.9526430Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2022-11-23T01:04:08.9527252Z 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:04:08.9528511Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-11-23T01:04:08.9529386Z 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:04:08.9530402Z 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:04:08.9531392Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:04:08.9532161Z 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:04:08.9533276Z 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:04:08.9534084Z 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:04:08.9535266Z 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:04:08.9537204Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-11-23T01:04:08.9538051Z 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:04:08.9539004Z 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:04:08.9539733Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:04:08.9540317Z 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:04:08.9541294Z 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:04:08.9542490Z 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:04:08.9543477Z 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:04:08.9545344Z creating build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9545658Z copying build/lib.linux-x86_64-cpython-38/torch/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9546620Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_async.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9548227Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_builtins.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9548979Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_check.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9550191Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_dataclass_impls.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9550776Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_decomposition_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9552680Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_decompositions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9553455Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9554331Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_fuser.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9555559Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_ir_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9556560Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_logging.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9557561Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_monkeytype_config.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9558686Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_pickle.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9559716Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_recursive.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9561044Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_script.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9562988Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_serialization.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9564330Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_shape_functions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9565861Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_state.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9566958Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_trace.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9568535Z copying build/lib.linux-x86_64-cpython-38/torch/jit/annotations.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9569840Z copying build/lib.linux-x86_64-cpython-38/torch/jit/frontend.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9571531Z copying build/lib.linux-x86_64-cpython-38/torch/jit/generate_bytecode.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9572580Z copying build/lib.linux-x86_64-cpython-38/torch/jit/quantized.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9573832Z copying build/lib.linux-x86_64-cpython-38/torch/jit/supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:04:08.9575052Z 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:04:08.9576190Z creating build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T01:04:08.9577033Z 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:04:08.9577931Z 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:04:08.9579466Z creating build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-11-23T01:04:08.9580010Z 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:04:08.9580897Z creating build/bdist.linux-x86_64/wheel/torch/linalg 2022-11-23T01:04:08.9581839Z copying build/lib.linux-x86_64-cpython-38/torch/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/linalg 2022-11-23T01:04:08.9584220Z creating build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:04:08.9584731Z copying build/lib.linux-x86_64-cpython-38/torch/masked/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:04:08.9585625Z copying build/lib.linux-x86_64-cpython-38/torch/masked/_docs.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:04:08.9587264Z copying build/lib.linux-x86_64-cpython-38/torch/masked/_ops.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:04:08.9589537Z creating build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:04:08.9590065Z 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:04:08.9590779Z 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:04:08.9591405Z 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:04:08.9592731Z 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:04:08.9593749Z 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:04:08.9594810Z 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:04:08.9595336Z 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:04:08.9596687Z 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:04:08.9598181Z creating build/bdist.linux-x86_64/wheel/torch/monitor 2022-11-23T01:04:08.9598566Z copying build/lib.linux-x86_64-cpython-38/torch/monitor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/monitor 2022-11-23T01:04:08.9599604Z creating build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:04:08.9599984Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:04:08.9600842Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/_atfork.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:04:08.9601822Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/pool.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:04:08.9602485Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/queue.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:04:08.9603935Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/reductions.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:04:08.9604441Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/spawn.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:04:08.9605684Z creating build/bdist.linux-x86_64/wheel/torch/nested 2022-11-23T01:04:08.9606201Z copying build/lib.linux-x86_64-cpython-38/torch/nested/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nested 2022-11-23T01:04:08.9607413Z creating build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:04:08.9607901Z copying build/lib.linux-x86_64-cpython-38/torch/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:04:08.9608812Z copying build/lib.linux-x86_64-cpython-38/torch/nn/_reduction.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:04:08.9609596Z copying build/lib.linux-x86_64-cpython-38/torch/nn/common_types.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:04:08.9610478Z copying build/lib.linux-x86_64-cpython-38/torch/nn/cpp.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:04:08.9611340Z copying build/lib.linux-x86_64-cpython-38/torch/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:04:08.9613833Z copying build/lib.linux-x86_64-cpython-38/torch/nn/grad.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:04:08.9614564Z copying build/lib.linux-x86_64-cpython-38/torch/nn/init.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:04:08.9615540Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parameter.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:04:08.9616955Z creating build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T01:04:08.9617388Z 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:04:08.9618066Z 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:04:08.9619277Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-11-23T01:04:08.9619912Z 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:04:08.9620760Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-11-23T01:04:08.9621324Z 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:04:08.9622112Z 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:04:08.9624055Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2022-11-23T01:04:08.9624618Z 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:04:08.9626225Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:04:08.9626711Z 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:04:08.9627716Z 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:04:08.9628689Z 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:04:08.9629229Z 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:04:08.9632360Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2022-11-23T01:04:08.9632795Z 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:04:08.9633072Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:04:08.9633529Z 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:04:08.9634381Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:04:08.9635123Z 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:04:08.9636102Z 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:04:08.9637549Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:04:08.9638088Z 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:04:08.9638733Z 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:04:08.9639390Z 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:04:08.9640054Z 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:04:08.9641655Z creating build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:04:08.9642203Z 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:04:08.9643035Z 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:04:08.9644121Z 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:04:08.9645244Z 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:04:08.9645871Z 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:04:08.9647712Z 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:04:08.9648651Z 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:04:08.9649670Z 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:04:08.9651198Z 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:04:08.9651763Z 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:04:08.9652685Z 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:04:08.9653422Z 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:04:08.9654236Z 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:04:08.9655237Z 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:04:08.9656340Z 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:04:08.9657270Z 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:04:08.9658903Z 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:04:08.9660483Z 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:04:08.9661356Z 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:04:08.9663227Z 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:04:08.9663573Z 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:04:08.9664602Z 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:04:08.9665888Z 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:04:08.9666442Z 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:04:08.9667704Z 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:04:08.9668400Z 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:04:08.9669720Z creating build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:04:08.9670381Z 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:04:08.9671256Z 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:04:08.9671805Z 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:04:08.9672893Z 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:04:08.9673524Z 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:04:08.9674654Z 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:04:08.9675257Z 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:04:08.9677069Z 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:04:08.9677481Z 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:04:08.9678991Z 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:04:08.9679886Z 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:04:08.9680908Z 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:04:08.9681813Z 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:04:08.9682977Z 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:04:08.9684228Z 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:04:08.9685243Z 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:04:08.9686332Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-11-23T01:04:08.9687082Z 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:04:08.9688652Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2022-11-23T01:04:08.9689321Z 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:04:08.9690965Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-11-23T01:04:08.9691856Z 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:04:08.9692658Z 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:04:08.9693762Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:04:08.9694264Z 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:04:08.9695825Z 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:04:08.9696523Z 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:04:08.9697631Z 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:04:08.9698388Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-11-23T01:04:08.9698852Z 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:04:08.9700368Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T01:04:08.9700774Z 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:04:08.9702386Z 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:04:08.9702812Z 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:04:08.9703041Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T01:04:08.9703838Z 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:04:08.9704723Z 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:04:08.9706297Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2022-11-23T01:04:08.9706901Z 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:04:08.9707666Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:04:08.9708184Z 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:04:08.9709083Z 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:04:08.9710158Z 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:04:08.9710881Z 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:04:08.9711818Z 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:04:08.9712562Z 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:04:08.9714483Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2022-11-23T01:04:08.9714902Z 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:04:08.9715703Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:04:08.9716062Z 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:04:08.9717443Z 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:04:08.9718409Z 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:04:08.9719086Z 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:04:08.9720061Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:04:08.9720417Z 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:04:08.9721443Z 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:04:08.9722299Z 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:04:08.9723892Z 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:04:08.9724329Z 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:04:08.9726205Z 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:04:08.9727118Z 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:04:08.9727912Z 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:04:08.9728862Z 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:04:08.9729894Z 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:04:08.9731008Z 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:04:08.9732420Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:04:08.9732941Z 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:04:08.9734230Z 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:04:08.9735115Z 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:04:08.9736144Z 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:04:08.9737444Z 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:04:08.9738439Z 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:04:08.9739443Z 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:04:08.9740450Z 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:04:08.9741809Z 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:04:08.9742779Z 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:04:08.9743958Z 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:04:08.9745583Z 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:04:08.9747114Z 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:04:08.9748317Z 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:04:08.9749483Z 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:04:08.9750331Z 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:04:08.9752142Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:04:08.9752860Z 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:04:08.9753745Z 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:04:08.9754776Z 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:04:08.9755401Z 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:04:08.9757063Z 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:04:08.9757604Z 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:04:08.9758497Z 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:04:08.9759573Z 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:04:08.9760207Z 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:04:08.9761021Z 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:04:08.9761700Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parameter.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:04:08.9762412Z copying build/lib.linux-x86_64-cpython-38/torch/nn/functional.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:04:08.9764342Z creating build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9764672Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9765652Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_constants.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9766275Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_deprecation.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9767007Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_experimental.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9768008Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_exporter_states.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9768793Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_globals.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9769716Z 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:04:08.9770614Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_patch_torch.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9771561Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_type_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9772362Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/errors.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9773288Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/operators.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9774123Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_caffe2.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9775047Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_helper.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9776966Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset10.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9777617Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset11.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9779468Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset12.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9780285Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset13.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9781311Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset14.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9782244Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset15.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9784466Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset16.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9785284Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset17.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9786339Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset7.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9787114Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset8.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9787985Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset9.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9790359Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9792205Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/verification.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:04:08.9793079Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:04:08.9793824Z 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:04:08.9794714Z 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:04:08.9795741Z 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:04:08.9797171Z 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:04:08.9798238Z 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:04:08.9799693Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T01:04:08.9800310Z 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:04:08.9801463Z 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:04:08.9802523Z 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:04:08.9804039Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:04:08.9804868Z 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:04:08.9805839Z 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:04:08.9806940Z 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:04:08.9808047Z 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:04:08.9809047Z 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:04:08.9810434Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:04:08.9811316Z 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:04:08.9812500Z 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:04:08.9813673Z 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:04:08.9814539Z 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:04:08.9815792Z 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:04:08.9816803Z 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:04:08.9817769Z 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:04:08.9818769Z 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:04:08.9819888Z 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:04:08.9820859Z 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:04:08.9822007Z 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:04:08.9823013Z 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:04:08.9824163Z 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:04:08.9825311Z 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:04:08.9826674Z 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:04:08.9827739Z 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:04:08.9828837Z 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:04:08.9829849Z 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:04:08.9830808Z 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:04:08.9832219Z 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:04:08.9833357Z 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:04:08.9834304Z 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:04:08.9835346Z 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:04:08.9836241Z 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:04:08.9837455Z 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:04:08.9838452Z 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:04:08.9839429Z 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:04:08.9841013Z 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:04:08.9841844Z 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:04:08.9842815Z 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:04:08.9843784Z 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:04:08.9845094Z 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:04:08.9845908Z 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:04:08.9847027Z 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:04:08.9848115Z 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:04:08.9849316Z 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:04:08.9850625Z 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:04:08.9851345Z 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:04:08.9852454Z 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:04:08.9853467Z 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:04:08.9854576Z 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:04:08.9855639Z 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:04:08.9856690Z 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:04:08.9857680Z 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:04:08.9858719Z 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:04:08.9859795Z 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:04:08.9860840Z 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:04:08.9861972Z 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:04:08.9863115Z 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:04:08.9864202Z 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:04:08.9865266Z 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:04:08.9866250Z 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:04:08.9867262Z 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:04:08.9868627Z 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:04:08.9869674Z 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:04:08.9871155Z creating build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9871872Z copying build/lib.linux-x86_64-cpython-38/torch/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9872981Z copying build/lib.linux-x86_64-cpython-38/torch/optim/_functional.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9874103Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adadelta.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9875201Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adagrad.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9876290Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9877501Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamax.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9878623Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamw.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9879838Z copying build/lib.linux-x86_64-cpython-38/torch/optim/asgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9880906Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lbfgs.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9882179Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lr_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9884159Z copying build/lib.linux-x86_64-cpython-38/torch/optim/nadam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9885102Z copying build/lib.linux-x86_64-cpython-38/torch/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9886291Z copying build/lib.linux-x86_64-cpython-38/torch/optim/radam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9887383Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9888420Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9889637Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9890923Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sparse_adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9891969Z copying build/lib.linux-x86_64-cpython-38/torch/optim/swa_utils.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9893455Z creating build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2022-11-23T01:04:08.9894666Z 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:04:08.9895600Z copying build/lib.linux-x86_64-cpython-38/torch/optim/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9896668Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adadelta.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9897862Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adagrad.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9898673Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9899718Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamax.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9900856Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamw.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9902136Z copying build/lib.linux-x86_64-cpython-38/torch/optim/asgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9902950Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lbfgs.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9904125Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lr_scheduler.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9905306Z copying build/lib.linux-x86_64-cpython-38/torch/optim/nadam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9906321Z copying build/lib.linux-x86_64-cpython-38/torch/optim/optimizer.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9907450Z copying build/lib.linux-x86_64-cpython-38/torch/optim/radam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9908431Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rmsprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9909512Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9910543Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9911449Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sparse_adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9912656Z copying build/lib.linux-x86_64-cpython-38/torch/optim/swa_utils.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:04:08.9914095Z creating build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:04:08.9914742Z copying build/lib.linux-x86_64-cpython-38/torch/package/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:04:08.9916476Z copying build/lib.linux-x86_64-cpython-38/torch/package/_digraph.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:04:08.9917075Z copying build/lib.linux-x86_64-cpython-38/torch/package/_directory_reader.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:04:08.9918043Z copying build/lib.linux-x86_64-cpython-38/torch/package/_importlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:04:08.9919176Z copying build/lib.linux-x86_64-cpython-38/torch/package/_mangling.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:04:08.9920385Z copying build/lib.linux-x86_64-cpython-38/torch/package/_mock.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:04:08.9921331Z copying build/lib.linux-x86_64-cpython-38/torch/package/_package_pickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:04:08.9922401Z copying build/lib.linux-x86_64-cpython-38/torch/package/_package_unpickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:04:08.9923355Z copying build/lib.linux-x86_64-cpython-38/torch/package/_stdlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:04:08.9924648Z 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:04:08.9925691Z 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:04:08.9926668Z copying build/lib.linux-x86_64-cpython-38/torch/package/glob_group.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:04:08.9927751Z copying build/lib.linux-x86_64-cpython-38/torch/package/importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:04:08.9928855Z copying build/lib.linux-x86_64-cpython-38/torch/package/package_exporter.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:04:08.9930771Z copying build/lib.linux-x86_64-cpython-38/torch/package/package_importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:04:08.9932140Z creating build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:04:08.9932856Z 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:04:08.9934167Z 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:04:08.9935111Z 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:04:08.9936395Z 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:04:08.9937370Z creating build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:04:08.9938142Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:04:08.9939118Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/_memory_profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:04:08.9940553Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/_pattern_matcher.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:04:08.9941350Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/_utils.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:04:08.9942245Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/itt.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:04:08.9942877Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:04:08.9944295Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/python_tracer.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:04:08.9945651Z creating build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:04:08.9946050Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:04:08.9947178Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:04:08.9947768Z 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:04:08.9948653Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:04:08.9949440Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:04:08.9950477Z 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:04:08.9951405Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:04:08.9952101Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:04:08.9953249Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:04:08.9954134Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:04:08.9954982Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:04:08.9955891Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:04:08.9956848Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:04:08.9957698Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:04:08.9958376Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:04:08.9960251Z creating build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:04:08.9960767Z 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:04:08.9961746Z 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:04:08.9962535Z 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:04:08.9963389Z 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:04:08.9964146Z 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:04:08.9966040Z 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:04:08.9966608Z 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:04:08.9967184Z 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:04:08.9967993Z 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:04:08.9968945Z 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:04:08.9969535Z 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:04:08.9970835Z 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:04:08.9972192Z creating build/bdist.linux-x86_64/wheel/torch/signal 2022-11-23T01:04:08.9972539Z copying build/lib.linux-x86_64-cpython-38/torch/signal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/signal 2022-11-23T01:04:08.9973734Z creating build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T01:04:08.9974337Z 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:04:08.9975503Z 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:04:08.9976262Z creating build/bdist.linux-x86_64/wheel/torch/sparse 2022-11-23T01:04:08.9976969Z copying build/lib.linux-x86_64-cpython-38/torch/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2022-11-23T01:04:08.9978106Z creating build/bdist.linux-x86_64/wheel/torch/special 2022-11-23T01:04:08.9978396Z copying build/lib.linux-x86_64-cpython-38/torch/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/special 2022-11-23T01:04:08.9979921Z creating build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:04:08.9980457Z copying build/lib.linux-x86_64-cpython-38/torch/testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:04:08.9981815Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_comparison.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:04:08.9982916Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_creation.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:04:08.9984115Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_deprecated.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:04:08.9985112Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:04:08.9986122Z 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:04:08.9986746Z 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:04:08.9988011Z 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:04:08.9988997Z 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:04:08.9989808Z 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:04:08.9991273Z 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:04:08.9992099Z 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:04:08.9992800Z 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:04:08.9994274Z 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:04:08.9995337Z 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:04:09.0001840Z 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:04:09.0003336Z 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:04:09.0005741Z 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:04:09.0007470Z 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:04:09.0008460Z 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:04:09.0009559Z 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:04:09.0011496Z 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:04:09.0012339Z 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:04:09.0013078Z 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:04:09.0013993Z 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:04:09.0014908Z 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:04:09.0016254Z 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:04:09.0017193Z 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:04:09.0018113Z 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:04:09.0018946Z 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:04:09.0019967Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-11-23T01:04:09.0021839Z 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:04:09.0022542Z 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:04:09.0022762Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T01:04:09.0023387Z 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:04:09.0023721Z 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:04:09.0024702Z 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:04:09.0025866Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:04:09.0026671Z 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:04:09.0027283Z 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:04:09.0028698Z 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:04:09.0031942Z 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:04:09.0032988Z 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:04:09.0033595Z 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:04:09.0034877Z 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:04:09.0035766Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-11-23T01:04:09.0036451Z 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:04:09.0036992Z 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:04:09.0038685Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:04:09.0039177Z 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:04:09.0040297Z 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:04:09.0040992Z 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:04:09.0041954Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:04:09.0042449Z 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:04:09.0044069Z 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:04:09.0044647Z 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:04:09.0045681Z 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:04:09.0046578Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2022-11-23T01:04:09.0047185Z 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:04:09.0048343Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-11-23T01:04:09.0048829Z 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:04:09.0049524Z 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:04:09.0051115Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2022-11-23T01:04:09.0051756Z 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:04:09.0052661Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:04:09.0053107Z 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:04:09.0054140Z 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:04:09.0055790Z 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:04:09.0056903Z 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:04:09.0057722Z 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:04:09.0058445Z 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:04:09.0059078Z 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:04:09.0061748Z 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:04:09.0062997Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:04:09.0063449Z 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:04:09.0064240Z 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:04:09.0065041Z 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:04:09.0066107Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:04:09.0066870Z 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:04:09.0067436Z 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:04:09.0068132Z 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:04:09.0069577Z 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:04:09.0071063Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-11-23T01:04:09.0071690Z 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:04:09.0072272Z 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:04:09.0075405Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:04:09.0076042Z 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:04:09.0076983Z 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:04:09.0078550Z 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:04:09.0079309Z 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:04:09.0080391Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:04:09.0081257Z 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:04:09.0081783Z 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:04:09.0083161Z 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:04:09.0084102Z 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:04:09.0085722Z 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:04:09.0086739Z 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:04:09.0088517Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T01:04:09.0088976Z 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:04:09.0090064Z 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:04:09.0090636Z 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:04:09.0091638Z creating build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0092157Z copying build/lib.linux-x86_64-cpython-38/torch/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0093125Z 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:04:09.0093646Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_crash_handler.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0094640Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_cuda_trace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0096137Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0096982Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_mode_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0097725Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_python_dispatch.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0098710Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0099256Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_zip.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0100627Z copying build/lib.linux-x86_64-cpython-38/torch/utils/backend_registration.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0101054Z copying build/lib.linux-x86_64-cpython-38/torch/utils/bundled_inputs.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0102402Z copying build/lib.linux-x86_64-cpython-38/torch/utils/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0103425Z copying build/lib.linux-x86_64-cpython-38/torch/utils/collect_env.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0105231Z copying build/lib.linux-x86_64-cpython-38/torch/utils/cpp_backtrace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0105685Z copying build/lib.linux-x86_64-cpython-38/torch/utils/cpp_extension.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0107225Z copying build/lib.linux-x86_64-cpython-38/torch/utils/dlpack.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0108268Z copying build/lib.linux-x86_64-cpython-38/torch/utils/file_baton.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0108886Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hooks.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0109910Z copying build/lib.linux-x86_64-cpython-38/torch/utils/mkldnn.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0110793Z copying build/lib.linux-x86_64-cpython-38/torch/utils/mobile_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0111411Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_zoo.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0112291Z copying build/lib.linux-x86_64-cpython-38/torch/utils/show_pickle.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0113260Z copying build/lib.linux-x86_64-cpython-38/torch/utils/throughput_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:04:09.0114688Z creating build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-11-23T01:04:09.0115111Z 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:04:09.0116208Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-11-23T01:04:09.0116899Z 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:04:09.0117650Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:04:09.0118396Z 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:04:09.0119024Z 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:04:09.0119854Z 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:04:09.0120880Z 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:04:09.0121512Z 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:04:09.0122967Z 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:04:09.0123612Z 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:04:09.0124596Z 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:04:09.0125357Z 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:04:09.0126565Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:04:09.0127229Z 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:04:09.0128234Z 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:04:09.0129248Z 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:04:09.0129930Z 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:04:09.0130456Z 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:04:09.0132189Z 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:04:09.0133156Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:04:09.0133640Z 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:04:09.0134553Z 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:04:09.0135229Z 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:04:09.0136337Z 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:04:09.0137288Z 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:04:09.0138214Z 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:04:09.0139286Z 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:04:09.0140062Z 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:04:09.0141821Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:04:09.0142228Z 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:04:09.0143258Z 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:04:09.0144931Z 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:04:09.0145900Z 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:04:09.0146756Z 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:04:09.0147592Z 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:04:09.0151144Z 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:04:09.0152471Z creating build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T01:04:09.0152920Z 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:04:09.0154154Z 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:04:09.0155152Z creating build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:04:09.0155872Z 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:04:09.0157214Z 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:04:09.0157784Z 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:04:09.0159010Z 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:04:09.0159815Z 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:04:09.0160618Z 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:04:09.0161554Z 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:04:09.0162549Z 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:04:09.0164026Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:04:09.0164455Z 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:04:09.0165526Z 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:04:09.0166144Z 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:04:09.0166922Z 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:04:09.0167988Z 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:04:09.0168797Z 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:04:09.0169433Z 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:04:09.0171323Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:04:09.0171668Z 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:04:09.0173192Z 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:04:09.0174129Z 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:04:09.0175283Z 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:04:09.0176492Z 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:04:09.0177783Z 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:04:09.0179337Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:04:09.0179976Z 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:04:09.0181099Z 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:04:09.0182564Z 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:04:09.0183978Z 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:04:09.0184633Z 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:04:09.0185794Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:04:09.0186420Z 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:04:09.0188726Z 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:04:09.0189525Z 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:04:09.0190581Z 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:04:09.0191868Z 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:04:09.0193035Z 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:04:09.0193987Z 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:04:09.0195262Z 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:04:09.0196367Z 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:04:09.0197363Z 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:04:09.0198346Z 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:04:09.0199540Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:04:09.0200264Z 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:04:09.0201244Z 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:04:09.0202187Z 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:04:09.0203674Z 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:04:09.0204635Z 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:04:09.0205612Z 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:04:09.0206821Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:04:09.0207605Z 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:04:09.0208705Z 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:04:09.0209971Z 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:04:09.0211096Z 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:04:09.0212217Z 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:04:09.0213663Z creating build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:04:09.0214471Z 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:04:09.0215482Z 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:04:09.0216464Z 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:04:09.0220773Z 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:04:09.0221961Z 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:04:09.0222968Z creating build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T01:04:09.0224596Z 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:04:09.0225598Z 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:04:09.0226754Z creating build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:04:09.0227471Z 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:04:09.0229103Z 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:04:09.0230042Z 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:04:09.0230884Z 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:04:09.0231975Z 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:04:09.0233093Z 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:04:09.0234613Z creating build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:04:09.0235047Z 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:04:09.0236074Z 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:04:09.0237381Z 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:04:09.0238493Z 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:04:09.0239392Z 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:04:09.0241320Z 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:04:09.0241927Z 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:04:09.0242773Z 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:04:09.0243725Z 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:04:09.0245145Z 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:04:09.0246753Z copying build/lib.linux-x86_64-cpython-38/torch/py.typed -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:04:09.0248363Z creating build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:04:09.0248870Z 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:04:09.0284072Z copying build/lib.linux-x86_64-cpython-38/torch/bin/protoc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:04:09.0317776Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_jit -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:04:09.0363414Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:04:09.0428965Z copying build/lib.linux-x86_64-cpython-38/torch/bin/tutorial_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:04:09.0430777Z copying build/lib.linux-x86_64-cpython-38/torch/bin/FileStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:04:09.0436741Z copying build/lib.linux-x86_64-cpython-38/torch/bin/TCPStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:04:09.0442428Z copying build/lib.linux-x86_64-cpython-38/torch/bin/HashStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:04:09.0447644Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_dist_autograd -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:04:09.0452879Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_cpp_rpc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:04:09.0459123Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_api -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:04:09.0551607Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_mobile_nnc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:04:09.0557244Z 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:04:09.0558812Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_lazy -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:04:09.0592686Z copying build/lib.linux-x86_64-cpython-38/torch/bin/torch_shm_manager -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:04:09.0594965Z creating build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0595334Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_CompileTimeFunctionPointer_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0599916Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_DeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0604563Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Device_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0609048Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_DispatchKeySet_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0614114Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_StreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0618417Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_SymInt_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0623315Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_InlineDeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0628092Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_InlineStreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0632937Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_SizesAndStrides_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0637820Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Array_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0642150Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Bitset_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0646933Z 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:04:09.0651707Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_ConstexprCrc_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0656058Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_DeadlockDetection_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0660505Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0665129Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_LeftRight_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0670102Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Metaprogramming_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0675958Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_SmallVectorTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0690596Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Synchronized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0695097Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_ThreadLocal_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0700156Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_TypeIndex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0704965Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_TypeList_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0709382Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_TypeTraits_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0713690Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_accumulate_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0718160Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_bfloat16_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0723040Z 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:04:09.0728028Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0732796Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_either_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0743277Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_exception_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0747799Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_flags_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0752260Z 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:04:09.0768058Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_irange_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0772370Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_logging_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0777165Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0784070Z 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:04:09.0789379Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_registry_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0794092Z 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:04:09.0799421Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_tempfile_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0803863Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_typeid_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0808597Z 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:04:09.0812895Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_hip_HIPTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0817541Z copying build/lib.linux-x86_64-cpython-38/torch/test/Dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0824380Z copying build/lib.linux-x86_64-cpython-38/torch/test/Dimname_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0829175Z copying build/lib.linux-x86_64-cpython-38/torch/test/MaybeOwned_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0834889Z copying build/lib.linux-x86_64-cpython-38/torch/test/NamedTensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0839939Z copying build/lib.linux-x86_64-cpython-38/torch/test/apply_utils_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0845148Z copying build/lib.linux-x86_64-cpython-38/torch/test/atest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0850187Z copying build/lib.linux-x86_64-cpython-38/torch/test/basic -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0855834Z copying build/lib.linux-x86_64-cpython-38/torch/test/broadcast_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0860325Z copying build/lib.linux-x86_64-cpython-38/torch/test/cpu_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0865539Z 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:04:09.0870274Z copying build/lib.linux-x86_64-cpython-38/torch/test/cpu_rng_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0877912Z 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:04:09.0882200Z copying build/lib.linux-x86_64-cpython-38/torch/test/dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0886763Z copying build/lib.linux-x86_64-cpython-38/torch/test/extension_backend_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0891731Z copying build/lib.linux-x86_64-cpython-38/torch/test/half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0896519Z copying build/lib.linux-x86_64-cpython-38/torch/test/ivalue_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0904322Z copying build/lib.linux-x86_64-cpython-38/torch/test/lazy_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0908726Z copying build/lib.linux-x86_64-cpython-38/torch/test/math_kernel_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0913376Z copying build/lib.linux-x86_64-cpython-38/torch/test/memory_format_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0918006Z copying build/lib.linux-x86_64-cpython-38/torch/test/memory_overlapping_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0922603Z copying build/lib.linux-x86_64-cpython-38/torch/test/mobile_memory_cleanup -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0927272Z copying build/lib.linux-x86_64-cpython-38/torch/test/native_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0932565Z copying build/lib.linux-x86_64-cpython-38/torch/test/operator_name_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0937033Z copying build/lib.linux-x86_64-cpython-38/torch/test/operators_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0941713Z copying build/lib.linux-x86_64-cpython-38/torch/test/packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0946224Z copying build/lib.linux-x86_64-cpython-38/torch/test/pow_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0951757Z copying build/lib.linux-x86_64-cpython-38/torch/test/quantized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0956752Z copying build/lib.linux-x86_64-cpython-38/torch/test/reduce_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0961084Z copying build/lib.linux-x86_64-cpython-38/torch/test/reportMemoryUsage_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0965652Z copying build/lib.linux-x86_64-cpython-38/torch/test/scalar_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0970550Z copying build/lib.linux-x86_64-cpython-38/torch/test/scalar_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0975479Z copying build/lib.linux-x86_64-cpython-38/torch/test/stride_properties_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0980248Z copying build/lib.linux-x86_64-cpython-38/torch/test/tensor_iterator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0987409Z copying build/lib.linux-x86_64-cpython-38/torch/test/test_parallel -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0992146Z copying build/lib.linux-x86_64-cpython-38/torch/test/thread_init_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0993131Z copying build/lib.linux-x86_64-cpython-38/torch/test/type_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.0997937Z copying build/lib.linux-x86_64-cpython-38/torch/test/type_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1003105Z copying build/lib.linux-x86_64-cpython-38/torch/test/undefined_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1007647Z copying build/lib.linux-x86_64-cpython-38/torch/test/variant_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1012147Z copying build/lib.linux-x86_64-cpython-38/torch/test/verify_api_visibility -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1013145Z copying build/lib.linux-x86_64-cpython-38/torch/test/vmap_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1018991Z copying build/lib.linux-x86_64-cpython-38/torch/test/weakref_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1023783Z copying build/lib.linux-x86_64-cpython-38/torch/test/wrapdim_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1028715Z copying build/lib.linux-x86_64-cpython-38/torch/test/xla_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1032719Z copying build/lib.linux-x86_64-cpython-38/torch/test/IListRef_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1037895Z copying build/lib.linux-x86_64-cpython-38/torch/test/List_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1047839Z copying build/lib.linux-x86_64-cpython-38/torch/test/KernelFunction_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1053990Z 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:04:09.1064418Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_function_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1072536Z 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:04:09.1084037Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_lambda_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1093329Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_stackbased_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1098461Z 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:04:09.1106779Z copying build/lib.linux-x86_64-cpython-38/torch/test/CppSignature_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1111300Z copying build/lib.linux-x86_64-cpython-38/torch/test/backend_fallback_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1116059Z copying build/lib.linux-x86_64-cpython-38/torch/test/op_allowlist_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1120541Z copying build/lib.linux-x86_64-cpython-38/torch/test/op_registration_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1149658Z copying build/lib.linux-x86_64-cpython-38/torch/test/inline_container_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1154120Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_apply_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1158797Z 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:04:09.1163203Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1167675Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_distributions_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1171895Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1176367Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1180669Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1185269Z 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:04:09.1189668Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1194053Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1198422Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_vectorized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:04:09.1203238Z creating build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:04:09.1203902Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:04:09.1204883Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_cudnn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:04:09.1206171Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:04:09.1207033Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_c10d.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:04:09.1208028Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_rpc.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:04:09.1209211Z 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:04:09.1210265Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_functions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:04:09.1211404Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_functorch.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:04:09.1212587Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_itt.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:04:09.1213536Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_lazy.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:04:09.1215383Z 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:04:09.1215888Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_monitor.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:04:09.1216674Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_nvtx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:04:09.1217668Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_onnx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:04:09.1218683Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_profiler.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:04:09.1219995Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_verbose.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:04:09.1221112Z copying build/lib.linux-x86_64-cpython-38/torch/_C/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:04:09.1224052Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_VariableFunctions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:04:09.1226056Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_nn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:04:09.1227190Z creating build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-11-23T01:04:09.1228122Z 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:04:09.1229619Z creating build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:04:09.1230107Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libc10.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:04:09.1235776Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libc10_hip.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:04:09.1240058Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libcaffe2_nvrtc.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:04:09.1240847Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_cpu.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:04:09.3209848Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_hip.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:04:09.4308079Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:04:09.4308841Z 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:04:09.4309354Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorchbind_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:04:09.4314820Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libjitbackend_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:04:09.4317219Z 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:04:09.4320186Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_python.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:04:09.4882943Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libshm.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:04:09.4883586Z creating build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:04:09.4884774Z copying build/lib.linux-x86_64-cpython-38/torch/include/pthreadpool.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:04:09.4885668Z copying build/lib.linux-x86_64-cpython-38/torch/include/fxdiv.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:04:09.4887168Z copying build/lib.linux-x86_64-cpython-38/torch/include/cpuinfo.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:04:09.4888368Z copying build/lib.linux-x86_64-cpython-38/torch/include/clog.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:04:09.4889287Z copying build/lib.linux-x86_64-cpython-38/torch/include/qnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:04:09.4890771Z copying build/lib.linux-x86_64-cpython-38/torch/include/psimd.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:04:09.4891627Z copying build/lib.linux-x86_64-cpython-38/torch/include/fp16.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:04:09.4892449Z copying build/lib.linux-x86_64-cpython-38/torch/include/qnnpack_func.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:04:09.4893263Z copying build/lib.linux-x86_64-cpython-38/torch/include/nnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:04:09.4894304Z copying build/lib.linux-x86_64-cpython-38/torch/include/xnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:04:09.4896101Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:04:09.4897212Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_config.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:04:09.4897929Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_debug.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:04:09.4898827Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_ocl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:04:09.4899390Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_sycl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:04:09.4900706Z 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:04:09.4901878Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_threadpool.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:04:09.4902626Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_types.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:04:09.4903570Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_version.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:04:09.4904639Z copying build/lib.linux-x86_64-cpython-38/torch/include/sleef.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:04:09.4907156Z copying build/lib.linux-x86_64-cpython-38/torch/include/libshm.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:04:09.4909094Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:04:09.4909675Z 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:04:09.4911534Z 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:04:09.4912197Z 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:04:09.4913198Z 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:04:09.4914160Z 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:04:09.4915137Z 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:04:09.4920532Z 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:04:09.4921516Z 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:04:09.4922462Z 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:04:09.4923676Z 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:04:09.4924430Z 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:04:09.4925351Z 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:04:09.4926112Z 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:04:09.4926925Z 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:04:09.4927842Z 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:04:09.4928643Z 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:04:09.4929536Z 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:04:09.4930272Z 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:04:09.4931191Z 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:04:09.4931933Z 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:04:09.4932995Z 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:04:09.4933730Z 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:04:09.4934511Z 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:04:09.4935464Z 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:04:09.4936181Z 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:04:09.4937039Z 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:04:09.4938028Z 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:04:09.4938664Z 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:04:09.4939280Z 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:04:09.4940240Z 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:04:09.4941304Z 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:04:09.4942229Z 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:04:09.4942880Z 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:04:09.4943556Z 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:04:09.4944212Z 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:04:09.4944946Z 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:04:09.4945542Z 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:04:09.4946141Z 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:04:09.4946726Z 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:04:09.4947348Z 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:04:09.4947938Z 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:04:09.4948691Z 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:04:09.4949312Z 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:04:09.4949953Z 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:04:09.4950521Z 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:04:09.4951710Z 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:04:09.4952547Z 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:04:09.4953784Z 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:04:09.4954364Z 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:04:09.4955371Z 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:04:09.4956367Z 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:04:09.4957228Z 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:04:09.4958285Z 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:04:09.4959266Z 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:04:09.4960267Z 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:04:09.4961315Z 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:04:09.4976963Z 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:04:09.4978051Z 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:04:09.4979067Z 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:04:09.4980061Z 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:04:09.4980993Z 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:04:09.4982222Z 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:04:09.4983166Z 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:04:09.4984130Z 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:04:09.4985070Z 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:04:09.4986026Z 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:04:09.4987015Z 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:04:09.4987969Z 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:04:09.4988908Z 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:04:09.4989867Z 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:04:09.4990859Z 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:04:09.4991968Z 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:04:09.4992965Z 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:04:09.4993895Z 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:04:09.4994847Z 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:04:09.4995772Z 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:04:09.4996669Z 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:04:09.4997552Z 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:04:09.4998469Z 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:04:09.4999402Z 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:04:09.5000358Z 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:04:09.5001302Z 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:04:09.5002324Z 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:04:09.5003241Z 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:04:09.5004142Z 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:04:09.5005077Z 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:04:09.5006004Z 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:04:09.5007069Z 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:04:09.5007968Z 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:04:09.5008893Z 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:04:09.5009837Z 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:04:09.5010774Z 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:04:09.5011721Z 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:04:09.5012737Z 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:04:09.5013853Z 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:04:09.5015035Z 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:04:09.5016372Z 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:04:09.5017469Z 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:04:09.5018543Z 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:04:09.5019684Z 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:04:09.5020885Z 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:04:09.5022042Z 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:04:09.5022939Z 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:04:09.5023871Z 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:04:09.5024795Z 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:04:09.5025720Z 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:04:09.5026621Z 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:04:09.5027524Z 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:04:09.5028457Z 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:04:09.5032888Z 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:04:09.5039145Z 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:04:09.5050648Z 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:04:09.5051556Z 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:04:09.5052769Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-11-23T01:04:09.5053697Z 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:04:09.5054626Z 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:04:09.5056161Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:04:09.5056974Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:04:09.5057911Z 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:04:09.5058817Z 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:04:09.5059638Z 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:04:09.5061033Z 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:04:09.5062312Z 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:04:09.5063249Z 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:04:09.5064485Z 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:04:09.5065471Z 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:04:09.5066461Z 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:04:09.5067811Z 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:04:09.5069362Z 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:04:09.5071258Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:04:09.5071833Z 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:04:09.5072843Z 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:04:09.5073871Z 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:04:09.5075086Z 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:04:09.5076185Z 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:04:09.5077420Z 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:04:09.5078479Z 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:04:09.5079368Z 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:04:09.5080600Z 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:04:09.5081309Z 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:04:09.5082155Z 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:04:09.5083582Z 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:04:09.5084284Z 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:04:09.5085229Z 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:04:09.5087134Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:04:09.5087747Z 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:04:09.5088755Z 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:04:09.5089647Z 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:04:09.5090600Z 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:04:09.5091411Z 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:04:09.5092266Z 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:04:09.5093182Z 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:04:09.5094188Z 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:04:09.5095149Z 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:04:09.5095897Z 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:04:09.5096852Z 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:04:09.5097982Z 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:04:09.5098807Z 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:04:09.5099584Z 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:04:09.5100405Z 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:04:09.5102694Z 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:04:09.5103464Z 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:04:09.5104280Z 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:04:09.5105137Z 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:04:09.5106495Z 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:04:09.5107316Z 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:04:09.5108429Z 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:04:09.5109355Z 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:04:09.5110492Z 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:04:09.5111891Z 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:04:09.5112678Z 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:04:09.5113469Z 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:04:09.5114799Z 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:04:09.5115468Z 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:04:09.5116362Z 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:04:09.5117399Z 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:04:09.5119166Z 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:04:09.5120214Z 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:04:09.5121264Z 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:04:09.5122632Z 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:04:09.5123658Z 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:04:09.5124564Z 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:04:09.5125570Z 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:04:09.5126763Z 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:04:09.5127817Z 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:04:09.5128420Z 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:04:09.5129305Z 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:04:09.5130259Z 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:04:09.5131053Z 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:04:09.5131897Z 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:04:09.5133158Z 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:04:09.5133953Z 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:04:09.5134832Z 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:04:09.5136273Z 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:04:09.5137255Z 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:04:09.5138192Z 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:04:09.5139643Z 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:04:09.5140613Z 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:04:09.5141452Z 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:04:09.5142501Z 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:04:09.5143399Z 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:04:09.5144330Z 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:04:09.5145456Z 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:04:09.5146313Z 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:04:09.5148595Z 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:04:09.5149243Z 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:04:09.5149845Z 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:04:09.5150487Z 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:04:09.5151318Z 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:04:09.5152150Z 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:04:09.5153294Z 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:04:09.5154093Z 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:04:09.5155281Z 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:04:09.5155816Z 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:04:09.5158569Z 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:04:09.5159722Z 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:04:09.5160655Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:04:09.5161743Z 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:04:09.5162774Z 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:04:09.5163520Z 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:04:09.5164281Z 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:04:09.5165033Z 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:04:09.5166020Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:04:09.5167335Z 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:04:09.5168556Z 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:04:09.5169493Z 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:04:09.5170549Z 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:04:09.5171414Z 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:04:09.5172241Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:04:09.5173124Z 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:04:09.5173885Z 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:04:09.5174478Z 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:04:09.5175195Z 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:04:09.5175913Z 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:04:09.5176933Z 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:04:09.5177606Z 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:04:09.5179102Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:04:09.5180091Z 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:04:09.5180943Z 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:04:09.5181855Z 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:04:09.5182815Z 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:04:09.5184426Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:04:09.5185297Z 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:04:09.5186276Z 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:04:09.5187239Z 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:04:09.5188223Z 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:04:09.5188897Z 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:04:09.5189970Z 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:04:09.5190679Z 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:04:09.5191677Z 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:04:09.5192512Z 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:04:09.5193526Z 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:04:09.5194540Z 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:04:09.5195329Z 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:04:09.5196143Z 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:04:09.5197100Z 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:04:09.5198014Z 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:04:09.5199588Z 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:04:09.5200563Z 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:04:09.5201145Z 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:04:09.5202053Z 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:04:09.5202947Z 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:04:09.5203845Z 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:04:09.5204820Z 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:04:09.5205909Z 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:04:09.5207322Z 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:04:09.5208251Z 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:04:09.5209020Z 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:04:09.5209758Z 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:04:09.5210707Z 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:04:09.5211617Z 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:04:09.5212440Z 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:04:09.5213281Z 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:04:09.5214092Z 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:04:09.5215042Z 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:04:09.5216178Z 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:04:09.5217333Z 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:04:09.5218423Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:04:09.5219360Z 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:04:09.5220445Z 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:04:09.5221839Z 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:04:09.5222950Z 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:04:09.5224055Z 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:04:09.5225126Z 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:04:09.5226176Z 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:04:09.5227272Z 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:04:09.5228319Z 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:04:09.5229336Z 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:04:09.5230100Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:04:09.5231085Z 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:04:09.5232047Z 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:04:09.5232871Z 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:04:09.5233886Z 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:04:09.5234857Z 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:04:09.5235834Z 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:04:09.5236890Z 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:04:09.5238584Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:04:09.5239146Z 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:04:09.5240087Z 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:04:09.5240963Z 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:04:09.5241901Z 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:04:09.5242866Z 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:04:09.5243794Z 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:04:09.5244760Z 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:04:09.5245655Z 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:04:09.5247103Z 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:04:09.5248094Z 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:04:09.5249063Z 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:04:09.5249737Z 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:04:09.5250679Z 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:04:09.5276134Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:04:09.5276778Z 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:04:09.5277704Z 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:04:09.5278399Z 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:04:09.5279332Z 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:04:09.5280431Z 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:04:09.5281507Z 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:04:09.5282589Z 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:04:09.5283633Z 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:04:09.5284563Z 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:04:09.5285630Z 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:04:09.5286522Z 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:04:09.5287532Z 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:04:09.5288327Z 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:04:09.5289141Z 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:04:09.5289976Z 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:04:09.5290701Z 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:04:09.5291552Z 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:04:09.5292573Z 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:04:09.5293472Z 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:04:09.5294246Z 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:04:09.5295103Z 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:04:09.5296046Z 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:04:09.5296789Z 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:04:09.5297793Z 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:04:09.5298670Z 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:04:09.5299493Z 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:04:09.5300315Z 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:04:09.5301232Z 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:04:09.5301974Z 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:04:09.5302945Z 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:04:09.5303894Z 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:04:09.5304957Z 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:04:09.5305866Z 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:04:09.5306481Z 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:04:09.5307070Z 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:04:09.5308379Z 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:04:09.5309392Z 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:04:09.5310508Z 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:04:09.5311267Z 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:04:09.5312203Z 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:04:09.5313094Z 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:04:09.5314291Z 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:04:09.5314922Z 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:04:09.5316167Z 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:04:09.5316773Z 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:04:09.5317959Z 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:04:09.5318962Z 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:04:09.5319991Z 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:04:09.5320968Z 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:04:09.5321894Z 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:04:09.5323008Z 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:04:09.5324161Z 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:04:09.5325977Z 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:04:09.5326700Z 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:04:09.5327379Z 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:04:09.5328436Z 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:04:09.5329181Z 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:04:09.5330056Z 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:04:09.5330980Z 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:04:09.5332124Z 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:04:09.5333268Z 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:04:09.5334054Z 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:04:09.5334928Z 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:04:09.5335983Z 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:04:09.5336661Z 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:04:09.5337568Z 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:04:09.5338505Z 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:04:09.5339435Z 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:04:09.5340184Z 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:04:09.5341080Z 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:04:09.5341931Z 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:04:09.5342871Z 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:04:09.5343804Z 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:04:09.5344755Z 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:04:09.5345445Z 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:04:09.5346368Z 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:04:09.5347362Z 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:04:09.5348447Z 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:04:09.5349420Z 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:04:09.5351099Z 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:04:09.5351817Z 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:04:09.5352525Z 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:04:09.5353830Z 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:04:09.5354727Z 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:04:09.5355758Z 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:04:09.5356794Z 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:04:09.5357932Z 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:04:09.5359078Z 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:04:09.5359923Z 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:04:09.5360919Z 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:04:09.5361690Z 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:04:09.5362851Z 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:04:09.5363576Z 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:04:09.5364337Z 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:04:09.5365212Z 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:04:09.5366104Z 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:04:09.5367006Z 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:04:09.5367735Z 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:04:09.5368498Z 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:04:09.5370104Z 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:04:09.5371021Z 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:04:09.5371888Z 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:04:09.5372620Z 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:04:09.5373570Z 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:04:09.5374289Z 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:04:09.5374910Z 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:04:09.5375926Z 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:04:09.5377052Z 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:04:09.5377984Z 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:04:09.5378720Z 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:04:09.5379700Z 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:04:09.5381096Z 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:04:09.5382370Z 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:04:09.5383060Z 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:04:09.5384133Z 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:04:09.5385136Z 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:04:09.5386122Z 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:04:09.5386704Z 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:04:09.5387956Z 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:04:09.5389218Z 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:04:09.5390340Z 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:04:09.5391340Z 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:04:09.5392338Z 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:04:09.5393464Z 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:04:09.5394602Z 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:04:09.5395682Z 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:04:09.5396719Z 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:04:09.5397749Z 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:04:09.5398876Z 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:04:09.5399993Z 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:04:09.5401105Z 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:04:09.5402285Z 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:04:09.5402986Z 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:04:09.5403709Z 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:04:09.5404708Z 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:04:09.5405672Z 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:04:09.5407440Z 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:04:09.5408634Z 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:04:09.5409430Z 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:04:09.5410434Z 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:04:09.5411252Z 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:04:09.5412369Z 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:04:09.5413387Z 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:04:09.5414210Z 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:04:09.5414868Z 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:04:09.5415750Z 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:04:09.5416380Z 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:04:09.5417013Z 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:04:09.5417623Z 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:04:09.5418874Z 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:04:09.5419718Z 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:04:09.5420803Z 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:04:09.5421519Z 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:04:09.5422667Z 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:04:09.5423687Z 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:04:09.5424415Z 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:04:09.5425251Z 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:04:09.5426253Z 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:04:09.5426971Z 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:04:09.5428257Z 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:04:09.5428800Z 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:04:09.5430125Z 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:04:09.5430810Z 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:04:09.5432380Z 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:04:09.5432854Z 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:04:09.5433732Z 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:04:09.5434717Z 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:04:09.5435462Z 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:04:09.5436381Z 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:04:09.5437324Z 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:04:09.5438264Z 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:04:09.5439257Z 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:04:09.5440186Z 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:04:09.5440794Z 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:04:09.5442341Z 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:04:09.5443062Z 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:04:09.5444071Z 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:04:09.5445196Z 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:04:09.5445875Z 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:04:09.5446791Z 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:04:09.5447631Z 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:04:09.5448719Z 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:04:09.5449719Z 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:04:09.5450488Z 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:04:09.5451249Z 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:04:09.5452313Z 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:04:09.5453628Z 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:04:09.5454405Z 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:04:09.5455280Z 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:04:09.5456406Z 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:04:09.5457064Z 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:04:09.5458424Z 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:04:09.5458962Z 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:04:09.5460379Z 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:04:09.5461129Z 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:04:09.5462376Z 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:04:09.5462938Z 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:04:09.5464315Z 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:04:09.5464819Z 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:04:09.5465924Z 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:04:09.5466795Z 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:04:09.5467788Z 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:04:09.5468495Z 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:04:09.5469540Z 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:04:09.5470527Z 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:04:09.5471520Z 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:04:09.5472411Z 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:04:09.5473558Z 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:04:09.5473980Z 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:04:09.5475295Z 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:04:09.5476075Z 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:04:09.5477070Z 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:04:09.5478332Z 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:04:09.5479074Z 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:04:09.5480052Z 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:04:09.5480728Z 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:04:09.5481697Z 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:04:09.5482766Z 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:04:09.5483961Z 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:04:09.5484890Z 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:04:09.5486246Z 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:04:09.5486828Z 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:04:09.5488002Z 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:04:09.5488761Z 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:04:09.5489944Z 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:04:09.5490586Z 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:04:09.5491310Z 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:04:09.5492837Z 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:04:09.5493603Z 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:04:09.5494826Z 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:04:09.5495634Z 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:04:09.5496287Z 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:04:09.5497174Z 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:04:09.5498050Z 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:04:09.5498912Z 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:04:09.5500152Z 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:04:09.5501293Z 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:04:09.5502060Z 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:04:09.5502978Z 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:04:09.5503883Z 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:04:09.5505001Z 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:04:09.5505592Z 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:04:09.5506542Z 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:04:09.5507434Z 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:04:09.5508252Z 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:04:09.5509201Z 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:04:09.5510020Z 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:04:09.5511296Z 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:04:09.5512146Z 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:04:09.5513060Z 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:04:09.5514110Z 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:04:09.5514726Z 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:04:09.5515857Z 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:04:09.5516590Z 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:04:09.5517489Z 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:04:09.5518562Z 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:04:09.5519600Z 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:04:09.5520560Z 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:04:09.5521593Z 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:04:09.5522611Z 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:04:09.5524089Z 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:04:09.5524600Z 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:04:09.5525767Z 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:04:09.5526483Z 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:04:09.5527522Z 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:04:09.5528285Z 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:04:09.5529365Z 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:04:09.5530238Z 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:04:09.5531180Z 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:04:09.5531998Z 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:04:09.5532980Z 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:04:09.5533784Z 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:04:09.5534812Z 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:04:09.5535563Z 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:04:09.5536556Z 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:04:09.5537406Z 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:04:09.5538546Z 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:04:09.5539459Z 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:04:09.5540273Z 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:04:09.5541159Z 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:04:09.5542242Z 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:04:09.5544218Z 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:04:09.5544872Z 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:04:09.5546432Z 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:04:09.5547011Z 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:04:09.5547712Z 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:04:09.5548519Z 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:04:09.5549344Z 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:04:09.5550126Z 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:04:09.5551062Z 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:04:09.5551809Z 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:04:09.5553411Z 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:04:09.5554072Z 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:04:09.5555014Z 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:04:09.5555793Z 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:04:09.5556546Z 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:04:09.5557608Z 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:04:09.5558544Z 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:04:09.5559337Z 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:04:09.5560356Z 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:04:09.5561495Z 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:04:09.5562439Z 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:04:09.5563240Z 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:04:09.5564134Z 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:04:09.5565178Z 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:04:09.5566062Z 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:04:09.5567022Z 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:04:09.5567922Z 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:04:09.5568837Z 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:04:09.5569809Z 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:04:09.5570894Z 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:04:09.5572016Z 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:04:09.5572864Z 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:04:09.5574495Z 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:04:09.5575015Z 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:04:09.5575966Z 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:04:09.5577854Z 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:04:09.5578255Z 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:04:09.5579171Z 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:04:09.5580072Z 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:04:09.5580995Z 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:04:09.5582159Z 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:04:09.5583202Z 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:04:09.5583972Z 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:04:09.5585184Z 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:04:09.5586083Z 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:04:09.5586986Z 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:04:09.5587845Z 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:04:09.5588745Z 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:04:09.5589629Z 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:04:09.5590534Z 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:04:09.5591478Z 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:04:09.5592485Z 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:04:09.5593344Z 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:04:09.5594273Z 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:04:09.5595353Z 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:04:09.5596079Z 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:04:09.5597258Z 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:04:09.5597865Z 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:04:09.5598990Z 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:04:09.5599660Z 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:04:09.5600934Z 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:04:09.5601830Z 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:04:09.5602871Z 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:04:09.5604042Z 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:04:09.5604824Z 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:04:09.5606220Z 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:04:09.5606725Z 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:04:09.5607745Z 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:04:09.5608707Z 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:04:09.5609631Z 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:04:09.5610525Z 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:04:09.5611599Z 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:04:09.5612435Z 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:04:09.5613375Z 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:04:09.5614970Z 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:04:09.5615674Z 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:04:09.5616981Z 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:04:09.5618001Z 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:04:09.5619247Z 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:04:09.5620188Z 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:04:09.5622060Z 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:04:09.5622786Z 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:04:09.5623338Z 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:04:09.5624457Z 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:04:09.5625636Z 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:04:09.5626358Z 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:04:09.5627184Z 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:04:09.5628141Z 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:04:09.5628961Z 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:04:09.5629850Z 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:04:09.5630682Z 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:04:09.5631715Z 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:04:09.5632606Z 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:04:09.5633544Z 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:04:09.5634593Z 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:04:09.5635867Z 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:04:09.5636836Z 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:04:09.5638029Z 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:04:09.5638955Z 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:04:09.5640122Z 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:04:09.5641308Z 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:04:09.5642661Z 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:04:09.5643525Z 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:04:09.5644478Z 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:04:09.5645769Z 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:04:09.5646785Z 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:04:09.5647832Z 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:04:09.5648867Z 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:04:09.5650105Z 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:04:09.5651247Z 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:04:09.5652303Z 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:04:09.5653395Z 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:04:09.5654369Z 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:04:09.5655656Z 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:04:09.5656708Z 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:04:09.5657830Z 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:04:09.5658848Z 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:04:09.5660198Z 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:04:09.5661364Z 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:04:09.5662547Z 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:04:09.5664228Z 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:04:09.5664955Z 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:04:09.5665709Z 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:04:09.5666728Z 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:04:09.5667673Z 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:04:09.5669256Z 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:04:09.5669756Z 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:04:09.5671100Z 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:04:09.5672023Z 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:04:09.5672858Z 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:04:09.5674278Z 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:04:09.5675175Z 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:04:09.5676162Z 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:04:09.5677341Z 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:04:09.5678400Z 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:04:09.5679482Z 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:04:09.5680523Z 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:04:09.5681562Z 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:04:09.5683482Z 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:04:09.5684559Z 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:04:09.5685714Z 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:04:09.5686672Z 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:04:09.5687766Z 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:04:09.5688872Z 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:04:09.5690140Z 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:04:09.5691383Z 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:04:09.5692484Z 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:04:09.5693683Z 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:04:09.5694659Z 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:04:09.5695733Z 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:04:09.5696858Z 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:04:09.5698058Z 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:04:09.5699170Z 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:04:09.5700288Z 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:04:09.5701352Z 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:04:09.5702594Z 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:04:09.5703866Z 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:04:09.5705236Z 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:04:09.5706247Z 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:04:09.5707371Z 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:04:09.5708421Z 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:04:09.5709456Z 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:04:09.5710577Z 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:04:09.5711816Z 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:04:09.5712818Z 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:04:09.5713970Z 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:04:09.5714982Z 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:04:09.5715985Z 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:04:09.5717119Z 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:04:09.5718333Z 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:04:09.5719358Z 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:04:09.5720459Z 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:04:09.5721385Z 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:04:09.5722514Z 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:04:09.5724534Z 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:04:09.5725081Z 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:04:09.5726046Z 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:04:09.5726749Z 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:04:09.5728018Z 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:04:09.5728371Z 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:04:09.5729490Z 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:04:09.5730585Z 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:04:09.5731329Z 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:04:09.5732439Z 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:04:09.5733347Z 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:04:09.5734208Z 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:04:09.5735400Z 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:04:09.5736126Z 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:04:09.5737176Z 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:04:09.5738188Z 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:04:09.5739081Z 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:04:09.5739760Z 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:04:09.5741050Z 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:04:09.5742151Z 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:04:09.5743011Z 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:04:09.5744106Z 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:04:09.5744844Z 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:04:09.5745755Z 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:04:09.5746693Z 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:04:09.5747659Z 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:04:09.5748367Z 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:04:09.5749175Z 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:04:09.5750828Z 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:04:09.5751780Z 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:04:09.5752606Z 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:04:09.5753660Z 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:04:09.5754553Z 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:04:09.5755602Z 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:04:09.5756453Z 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:04:09.5757292Z 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:04:09.5758129Z 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:04:09.5759212Z 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:04:09.5759908Z 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:04:09.5760916Z 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:04:09.5761716Z 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:04:09.5762729Z 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:04:09.5763661Z 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:04:09.5764641Z 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:04:09.5765489Z 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:04:09.5766358Z 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:04:09.5768201Z 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:04:09.5768819Z 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:04:09.5769608Z 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:04:09.5770584Z 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:04:09.5771814Z 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:04:09.5772533Z 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:04:09.5773548Z 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:04:09.5774501Z 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:04:09.5775440Z 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:04:09.5776211Z 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:04:09.5777477Z 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:04:09.5778354Z 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:04:09.5779370Z 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:04:09.5780295Z 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:04:09.5781180Z 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:04:09.5782178Z 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:04:09.5782998Z 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:04:09.5783954Z 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:04:09.5784948Z 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:04:09.5789415Z 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:04:09.5790023Z 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:04:09.5790621Z 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:04:09.5791149Z 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:04:09.5791865Z 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:04:09.5792304Z 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:04:09.5792831Z 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:04:09.5793237Z 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:04:09.5793597Z 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:04:09.5794022Z 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:04:09.5794931Z 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:04:09.5795880Z 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:04:09.5796622Z 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:04:09.5797519Z 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:04:09.5798423Z 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:04:09.5799388Z 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:04:09.5800165Z 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:04:09.5801074Z 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:04:09.5802049Z 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:04:09.5802826Z 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:04:09.5804172Z 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:04:09.5804922Z 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:04:09.5805962Z 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:04:09.5806730Z 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:04:09.5807951Z 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:04:09.5808774Z 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:04:09.5809474Z 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:04:09.5811103Z 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:04:09.5811975Z 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:04:09.5812860Z 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:04:09.5813861Z 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:04:09.5814868Z 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:04:09.5815953Z 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:04:09.5817223Z 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:04:09.5818027Z 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:04:09.5818910Z 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:04:09.5820197Z 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:04:09.5820906Z 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:04:09.5822598Z 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:04:09.5823254Z 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:04:09.5824313Z 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:04:09.5825177Z 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:04:09.5826013Z 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:04:09.5826975Z 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:04:09.5828041Z 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:04:09.5828623Z 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:04:09.5829700Z 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:04:09.5830811Z 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:04:09.5831599Z 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:04:09.5832574Z 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:04:09.5833096Z 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:04:09.5834231Z 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:04:09.5835003Z 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:04:09.5836021Z 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:04:09.5836988Z 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:04:09.5837771Z 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:04:09.5839197Z 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:04:09.5839928Z 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:04:09.5841454Z 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:04:09.5842140Z 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:04:09.5843360Z 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:04:09.5843755Z 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:04:09.5845112Z 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:04:09.5846130Z 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:04:09.5846870Z 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:04:09.5847780Z 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:04:09.5849076Z 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:04:09.5850247Z 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:04:09.5850999Z 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:04:09.5851990Z 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:04:09.5852947Z 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:04:09.5854063Z 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:04:09.5855173Z 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:04:09.5856343Z 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:04:09.5857467Z 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:04:09.5858475Z 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:04:09.5859762Z 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:04:09.5860996Z 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:04:09.5862155Z 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:04:09.5863195Z 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:04:09.5865429Z 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:04:09.5866257Z 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:04:09.5867545Z 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:04:09.5868635Z 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:04:09.5869667Z 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:04:09.5870893Z 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:04:09.5871911Z 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:04:09.5873914Z 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:04:09.5874636Z 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:04:09.5875267Z 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:04:09.5876119Z 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:04:09.5877748Z 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:04:09.5878733Z 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:04:09.5879883Z 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:04:09.5881146Z 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:04:09.5882366Z 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:04:09.5883415Z 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:04:09.5884471Z 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:04:09.5885627Z 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:04:09.5886752Z 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:04:09.5888046Z 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:04:09.5889085Z 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:04:09.5890324Z 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:04:09.5891354Z 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:04:09.5892622Z 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:04:09.5893617Z 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:04:09.5895129Z 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:04:09.5896018Z 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:04:09.5897132Z 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:04:09.5898271Z 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:04:09.5899590Z 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:04:09.5900670Z 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:04:09.5902205Z 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:04:09.5903224Z 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:04:09.5904412Z 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:04:09.5905596Z 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:04:09.5906833Z 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:04:09.5908077Z 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:04:09.5909477Z 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:04:09.5910505Z 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:04:09.5911615Z 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:04:09.5912629Z 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:04:09.5913818Z 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:04:09.5915117Z 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:04:09.5916209Z 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:04:09.5917332Z 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:04:09.5918479Z 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:04:09.5919764Z 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:04:09.5921141Z 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:04:09.5922443Z 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:04:09.5923420Z 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:04:09.5924569Z 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:04:09.5925752Z 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:04:09.5926899Z 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:04:09.5928141Z 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:04:09.5929264Z 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:04:09.5930409Z 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:04:09.5931495Z 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:04:09.5932606Z 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:04:09.5933859Z 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:04:09.5934880Z 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:04:09.5936132Z 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:04:09.5937347Z 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:04:09.5938300Z 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:04:09.5939420Z 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:04:09.5940536Z 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:04:09.5941764Z 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:04:09.5943026Z 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:04:09.5944342Z 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:04:09.5945370Z 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:04:09.5946514Z 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:04:09.5947799Z 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:04:09.5948934Z 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:04:09.5950263Z 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:04:09.5951082Z 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:04:09.5953042Z 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:04:09.5954090Z 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:04:09.5955240Z 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:04:09.5956362Z 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:04:09.5957426Z 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:04:09.5958924Z 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:04:09.5959892Z 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:04:09.5961067Z 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:04:09.5962366Z 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:04:09.5963566Z 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:04:09.5964547Z 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:04:09.5965650Z 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:04:09.5966808Z 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:04:09.5968107Z 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:04:09.5969247Z 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:04:09.5970321Z 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:04:09.5971266Z 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:04:09.5972483Z 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:04:09.5973712Z 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:04:09.5974714Z 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:04:09.5975795Z 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:04:09.5976900Z 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:04:09.5978012Z 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:04:09.5979262Z 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:04:09.5980412Z 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:04:09.5981765Z 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:04:09.5982832Z 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:04:09.5984033Z 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:04:09.5985309Z 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:04:09.5986318Z 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:04:09.5987450Z 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:04:09.5988597Z 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:04:09.5989729Z 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:04:09.5990840Z 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:04:09.5991973Z 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:04:09.5993221Z 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:04:09.5994422Z 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:04:09.5995360Z 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:04:09.5996471Z 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:04:09.5997681Z 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:04:09.5998696Z 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:04:09.5999821Z 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:04:09.6001167Z 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:04:09.6002174Z 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:04:09.6003309Z 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:04:09.6004460Z 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:04:09.6005658Z 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:04:09.6006690Z 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:04:09.6007948Z 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:04:09.6008963Z 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:04:09.6010288Z 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:04:09.6011261Z 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:04:09.6012425Z 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:04:09.6013574Z 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:04:09.6014798Z 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:04:09.6015808Z 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:04:09.6017070Z 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:04:09.6018151Z 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:04:09.6019437Z 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:04:09.6020352Z 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:04:09.6021658Z 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:04:09.6022565Z 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:04:09.6025317Z 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:04:09.6025920Z 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:04:09.6027696Z 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:04:09.6029627Z 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:04:09.6030425Z 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:04:09.6031028Z 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:04:09.6031786Z 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:04:09.6033372Z 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:04:09.6033931Z 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:04:09.6035022Z 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:04:09.6036045Z 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:04:09.6038104Z 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:04:09.6038655Z 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:04:09.6039342Z 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:04:09.6040428Z 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:04:09.6041016Z 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:04:09.6042508Z 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:04:09.6043125Z 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:04:09.6044122Z 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:04:09.6045000Z 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:04:09.6046059Z 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:04:09.6046943Z 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:04:09.6048039Z 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:04:09.6048882Z 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:04:09.6049858Z 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:04:09.6050784Z 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:04:09.6051716Z 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:04:09.6052781Z 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:04:09.6053757Z 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:04:09.6055344Z 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:04:09.6056031Z 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:04:09.6057131Z 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:04:09.6058002Z 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:04:09.6058814Z 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:04:09.6059614Z 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:04:09.6060873Z 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:04:09.6061673Z 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:04:09.6062596Z 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:04:09.6063386Z 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:04:09.6064412Z 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:04:09.6065798Z 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:04:09.6066365Z 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:04:09.6067571Z 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:04:09.6067933Z 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:04:09.6069253Z 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:04:09.6070101Z 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:04:09.6071189Z 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:04:09.6072091Z 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:04:09.6073092Z 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:04:09.6075042Z 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:04:09.6075640Z 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:04:09.6076551Z 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:04:09.6077245Z 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:04:09.6078028Z 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:04:09.6079572Z 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:04:09.6080264Z 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:04:09.6081020Z 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:04:09.6082050Z 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:04:09.6083201Z 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:04:09.6084233Z 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:04:09.6085140Z 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:04:09.6086148Z 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:04:09.6087108Z 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:04:09.6088350Z 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:04:09.6089269Z 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:04:09.6090565Z 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:04:09.6091661Z 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:04:09.6093002Z 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:04:09.6093821Z 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:04:09.6094605Z 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:04:09.6095607Z 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:04:09.6097306Z 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:04:09.6097924Z 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:04:09.6098696Z 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:04:09.6099635Z 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:04:09.6100690Z 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:04:09.6101778Z 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:04:09.6103105Z 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:04:09.6103663Z 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:04:09.6105042Z 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:04:09.6106002Z 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:04:09.6107532Z 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:04:09.6108027Z 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:04:09.6109564Z 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:04:09.6110281Z 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:04:09.6111740Z 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:04:09.6112769Z 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:04:09.6113580Z 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:04:09.6114492Z 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:04:09.6115510Z 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:04:09.6116411Z 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:04:09.6117134Z 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:04:09.6118092Z 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:04:09.6119010Z 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:04:09.6120056Z 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:04:09.6120844Z 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:04:09.6122533Z 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:04:09.6122945Z 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:04:09.6123922Z 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:04:09.6124953Z 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:04:09.6126151Z 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:04:09.6127284Z 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:04:09.6128439Z 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:04:09.6129589Z 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:04:09.6130672Z 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:04:09.6131929Z 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:04:09.6133077Z 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:04:09.6134149Z 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:04:09.6135280Z 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:04:09.6136409Z 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:04:09.6137672Z 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:04:09.6138802Z 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:04:09.6139931Z 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:04:09.6141168Z 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:04:09.6142675Z 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:04:09.6143738Z 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:04:09.6144902Z 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:04:09.6146263Z 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:04:09.6147466Z 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:04:09.6148401Z 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:04:09.6149591Z 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:04:09.6150790Z 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:04:09.6152147Z 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:04:09.6153118Z 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:04:09.6154299Z 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:04:09.6155438Z 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:04:09.6156658Z 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:04:09.6157742Z 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:04:09.6159065Z 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:04:09.6160117Z 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:04:09.6162105Z 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:04:09.6163034Z 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:04:09.6164315Z 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:04:09.6165349Z 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:04:09.6166766Z 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:04:09.6167933Z 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:04:09.6169318Z 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:04:09.6170525Z 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:04:09.6171510Z 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:04:09.6172656Z 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:04:09.6173752Z 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:04:09.6174950Z 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:04:09.6176050Z 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:04:09.6177298Z 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:04:09.6178548Z 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:04:09.6179499Z 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:04:09.6180606Z 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:04:09.6181995Z 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:04:09.6183793Z 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:04:09.6184958Z 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:04:09.6186065Z 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:04:09.6187327Z 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:04:09.6188430Z 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:04:09.6189557Z 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:04:09.6190740Z 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:04:09.6191834Z 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:04:09.6193106Z 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:04:09.6194116Z 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:04:09.6195222Z 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:04:09.6196578Z 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:04:09.6197625Z 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:04:09.6198630Z 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:04:09.6199809Z 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:04:09.6201056Z 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:04:09.6202104Z 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:04:09.6203363Z 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:04:09.6204376Z 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:04:09.6205513Z 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:04:09.6206974Z 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:04:09.6207936Z 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:04:09.6209215Z 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:04:09.6210308Z 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:04:09.6211402Z 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:04:09.6212585Z 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:04:09.6213714Z 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:04:09.6214771Z 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:04:09.6216137Z 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:04:09.6217307Z 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:04:09.6218270Z 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:04:09.6219439Z 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:04:09.6220564Z 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:04:09.6221880Z 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:04:09.6223152Z 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:04:09.6224292Z 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:04:09.6225568Z 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:04:09.6226606Z 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:04:09.6227781Z 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:04:09.6228872Z 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:04:09.6230026Z 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:04:09.6231300Z 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:04:09.6232673Z 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:04:09.6233848Z 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:04:09.6234790Z 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:04:09.6235975Z 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:04:09.6237817Z 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:04:09.6239540Z 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:04:09.6240171Z 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:04:09.6240935Z 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:04:09.6242011Z 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:04:09.6243440Z 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:04:09.6244381Z 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:04:09.6245471Z 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:04:09.6246749Z 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:04:09.6247988Z 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:04:09.6248915Z 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:04:09.6249969Z 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:04:09.6251138Z 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:04:09.6252387Z 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:04:09.6253430Z 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:04:09.6254511Z 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:04:09.6255539Z 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:04:09.6256659Z 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:04:09.6257888Z 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:04:09.6259098Z 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:04:09.6260150Z 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:04:09.6261418Z 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:04:09.6263140Z 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:04:09.6263945Z 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:04:09.6265153Z 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:04:09.6266076Z 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:04:09.6267156Z 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:04:09.6268259Z 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:04:09.6269482Z 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:04:09.6270528Z 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:04:09.6271575Z 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:04:09.6272683Z 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:04:09.6273935Z 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:04:09.6274928Z 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:04:09.6276002Z 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:04:09.6277152Z 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:04:09.6278481Z 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:04:09.6279476Z 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:04:09.6280521Z 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:04:09.6281606Z 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:04:09.6282896Z 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:04:09.6284131Z 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:04:09.6285363Z 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:04:09.6286578Z 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:04:09.6287603Z 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:04:09.6288741Z 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:04:09.6289951Z 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:04:09.6291016Z 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:04:09.6292238Z 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:04:09.6293233Z 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:04:09.6294363Z 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:04:09.6295488Z 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:04:09.6296888Z 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:04:09.6297993Z 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:04:09.6298934Z 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:04:09.6300047Z 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:04:09.6301165Z 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:04:09.6302605Z 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:04:09.6303652Z 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:04:09.6304724Z 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:04:09.6305882Z 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:04:09.6306989Z 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:04:09.6308190Z 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:04:09.6309395Z 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:04:09.6310913Z 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:04:09.6312086Z 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:04:09.6313248Z 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:04:09.6314572Z 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:04:09.6315695Z 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:04:09.6316791Z 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:04:09.6317864Z 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:04:09.6319074Z 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:04:09.6320274Z 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:04:09.6321240Z 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:04:09.6322424Z 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:04:09.6323544Z 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:04:09.6325112Z 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:04:09.6326269Z 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:04:09.6327150Z 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:04:09.6328272Z 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:04:09.6329647Z 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:04:09.6330585Z 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:04:09.6331703Z 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:04:09.6332866Z 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:04:09.6333915Z 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:04:09.6335120Z 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:04:09.6336290Z 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:04:09.6337289Z 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:04:09.6338399Z 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:04:09.6339754Z 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:04:09.6340805Z 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:04:09.6342141Z 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:04:09.6343948Z 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:04:09.6345195Z 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:04:09.6346292Z 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:04:09.6347480Z 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:04:09.6348587Z 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:04:09.6349660Z 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:04:09.6350744Z 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:04:09.6352154Z 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:04:09.6352989Z 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:04:09.6354323Z 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:04:09.6355229Z 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:04:09.6356251Z 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:04:09.6357537Z 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:04:09.6358550Z 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:04:09.6359674Z 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:04:09.6360829Z 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:04:09.6362016Z 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:04:09.6363146Z 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:04:09.6364565Z 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:04:09.6365801Z 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:04:09.6366773Z 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:04:09.6367892Z 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:04:09.6369006Z 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:04:09.6370171Z 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:04:09.6371184Z 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:04:09.6372284Z 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:04:09.6373334Z 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:04:09.6374568Z 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:04:09.6375544Z 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:04:09.6376629Z 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:04:09.6377768Z 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:04:09.6378919Z 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:04:09.6379948Z 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:04:09.6381191Z 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:04:09.6382285Z 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:04:09.6383438Z 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:04:09.6385206Z 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:04:09.6386632Z 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:04:09.6387628Z 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:04:09.6388663Z 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:04:09.6389737Z 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:04:09.6390876Z 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:04:09.6391977Z 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:04:09.6393156Z 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:04:09.6394408Z 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:04:09.6395382Z 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:04:09.6396476Z 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:04:09.6397708Z 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:04:09.6399004Z 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:04:09.6399867Z 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:04:09.6400929Z 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:04:09.6402028Z 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:04:09.6403620Z 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:04:09.6404630Z 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:04:09.6406367Z 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:04:09.6407194Z 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:04:09.6408299Z 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:04:09.6409285Z 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:04:09.6410331Z 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:04:09.6411404Z 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:04:09.6412625Z 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:04:09.6413692Z 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:04:09.6414724Z 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:04:09.6415761Z 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:04:09.6416865Z 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:04:09.6417972Z 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:04:09.6419533Z 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:04:09.6420388Z 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:04:09.6421489Z 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:04:09.6422818Z 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:04:09.6423986Z 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:04:09.6425172Z 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:04:09.6426178Z 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:04:09.6427476Z 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:04:09.6428398Z 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:04:09.6429493Z 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:04:09.6430589Z 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:04:09.6431730Z 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:04:09.6432793Z 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:04:09.6433836Z 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:04:09.6435013Z 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:04:09.6436280Z 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:04:09.6437202Z 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:04:09.6438285Z 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:04:09.6439469Z 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:04:09.6440589Z 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:04:09.6441934Z 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:04:09.6443368Z 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:04:09.6444381Z 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:04:09.6445328Z 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:04:09.6446524Z 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:04:09.6447515Z 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:04:09.6448582Z 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:04:09.6449958Z 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:04:09.6450920Z 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:04:09.6452078Z 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:04:09.6453119Z 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:04:09.6454334Z 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:04:09.6455497Z 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:04:09.6456508Z 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:04:09.6458145Z 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:04:09.6459550Z 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:04:09.6460592Z 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:04:09.6461773Z 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:04:09.6462828Z 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:04:09.6464924Z 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:04:09.6465923Z 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:04:09.6466970Z 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:04:09.6468253Z 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:04:09.6469442Z 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:04:09.6470854Z 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:04:09.6471706Z 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:04:09.6472872Z 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:04:09.6473963Z 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:04:09.6475185Z 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:04:09.6476242Z 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:04:09.6477359Z 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:04:09.6478462Z 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:04:09.6479486Z 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:04:09.6480775Z 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:04:09.6482070Z 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:04:09.6483109Z 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:04:09.6484294Z 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:04:09.6485626Z 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:04:09.6486551Z 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:04:09.6487668Z 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:04:09.6488815Z 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:04:09.6489990Z 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:04:09.6490997Z 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:04:09.6492131Z 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:04:09.6493213Z 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:04:09.6494509Z 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:04:09.6495434Z 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:04:09.6496522Z 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:04:09.6497635Z 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:04:09.6498820Z 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:04:09.6500054Z 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:04:09.6501040Z 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:04:09.6502762Z 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:04:09.6503675Z 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:04:09.6504738Z 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:04:09.6505949Z 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:04:09.6507217Z 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:04:09.6508245Z 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:04:09.6509826Z 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:04:09.6511001Z 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:04:09.6512132Z 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:04:09.6513339Z 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:04:09.6515051Z 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:04:09.6515870Z 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:04:09.6516801Z 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:04:09.6519001Z 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:04:09.6519773Z 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:04:09.6520606Z 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:04:09.6521751Z 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:04:09.6522788Z 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:04:09.6523966Z 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:04:09.6524884Z 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:04:09.6525784Z 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:04:09.6526779Z 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:04:09.6527734Z 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:04:09.6528905Z 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:04:09.6529798Z 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:04:09.6530695Z 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:04:09.6532763Z 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:04:09.6533550Z 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:04:09.6534395Z 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:04:09.6535325Z 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:04:09.6536208Z 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:04:09.6537109Z 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:04:09.6537881Z 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:04:09.6538699Z 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:04:09.6539512Z 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:04:09.6540637Z 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:04:09.6541721Z 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:04:09.6542799Z 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:04:09.6543647Z 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:04:09.6544422Z 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:04:09.6545242Z 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:04:09.6546247Z 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:04:09.6547535Z 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:04:09.6548354Z 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:04:09.6549333Z 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:04:09.6550418Z 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:04:09.6551455Z 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:04:09.6552409Z 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:04:09.6553398Z 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:04:09.6554484Z 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:04:09.6555485Z 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:04:09.6556378Z 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:04:09.6557235Z 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:04:09.6558136Z 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:04:09.6558964Z 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:04:09.6560036Z 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:04:09.6561001Z 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:04:09.6561838Z 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:04:09.6562872Z 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:04:09.6563724Z 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:04:09.6564760Z 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:04:09.6565824Z 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:04:09.6566839Z 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:04:09.6567732Z 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:04:09.6568572Z 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:04:09.6569511Z 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:04:09.6570460Z 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:04:09.6571518Z 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:04:09.6572499Z 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:04:09.6573449Z 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:04:09.6574426Z 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:04:09.6575425Z 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:04:09.6576534Z 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:04:09.6577593Z 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:04:09.6578524Z 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:04:09.6579660Z 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:04:09.6580527Z 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:04:09.6581506Z 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:04:09.6582514Z 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:04:09.6583466Z 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:04:09.6584578Z 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:04:09.6585463Z 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:04:09.6586449Z 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:04:09.6587549Z 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:04:09.6588610Z 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:04:09.6589554Z 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:04:09.6590616Z 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:04:09.6591490Z 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:04:09.6592376Z 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:04:09.6593404Z 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:04:09.6594561Z 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:04:09.6595793Z 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:04:09.6596712Z 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:04:09.6598015Z 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:04:09.6599012Z 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:04:09.6599916Z 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:04:09.6600952Z 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:04:09.6602094Z 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:04:09.6602970Z 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:04:09.6604035Z 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:04:09.6605079Z 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:04:09.6606178Z 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:04:09.6607311Z 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:04:09.6608234Z 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:04:09.6609253Z 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:04:09.6610282Z 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:04:09.6611306Z 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:04:09.6611997Z 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:04:09.6613039Z 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:04:09.6613969Z 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:04:09.6614804Z 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:04:09.6615939Z 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:04:09.6617215Z 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:04:09.6618179Z 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:04:09.6619071Z 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:04:09.6619993Z 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:04:09.6620808Z 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:04:09.6621844Z 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:04:09.6622654Z 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:04:09.6623616Z 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:04:09.6624642Z 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:04:09.6625607Z 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:04:09.6626524Z 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:04:09.6627364Z 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:04:09.6628370Z 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:04:09.6629365Z 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:04:09.6630084Z 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:04:09.6631690Z 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:04:09.6632402Z 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:04:09.6633411Z 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:04:09.6634392Z 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:04:09.6635238Z 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:04:09.6636138Z 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:04:09.6637217Z 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:04:09.6637886Z 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:04:09.6639092Z 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:04:09.6639892Z 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:04:09.6640949Z 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:04:09.6642050Z 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:04:09.6642650Z 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:04:09.6643957Z 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:04:09.6644791Z 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:04:09.6645915Z 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:04:09.6646954Z 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:04:09.6647904Z 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:04:09.6648830Z 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:04:09.6649692Z 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:04:09.6650543Z 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:04:09.6651538Z 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:04:09.6652407Z 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:04:09.6653251Z 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:04:09.6654296Z 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:04:09.6655413Z 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:04:09.6656157Z 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:04:09.6657505Z 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:04:09.6658286Z 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:04:09.6659133Z 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:04:09.6659979Z 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:04:09.6661168Z 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:04:09.6662321Z 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:04:09.6663139Z 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:04:09.6664359Z 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:04:09.6665403Z 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:04:09.6666082Z 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:04:09.6667199Z 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:04:09.6668109Z 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:04:09.6669366Z 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:04:09.6670348Z 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:04:09.6671405Z 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:04:09.6672506Z 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:04:09.6673208Z 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:04:09.6674269Z 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:04:09.6674982Z 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:04:09.6675795Z 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:04:09.6676702Z 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:04:09.6677755Z 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:04:09.6678723Z 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:04:09.6679482Z 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:04:09.6680501Z 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:04:09.6681265Z 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:04:09.6682422Z 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:04:09.6683291Z 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:04:09.6684197Z 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:04:09.6685217Z 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:04:09.6686161Z 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:04:09.6687111Z 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:04:09.6688361Z 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:04:09.6689376Z 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:04:09.6690319Z 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:04:09.6691204Z 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:04:09.6691775Z 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:04:09.6693086Z 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:04:09.6694153Z 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:04:09.6695060Z 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:04:09.6696018Z 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:04:09.6696643Z 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:04:09.6697735Z 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:04:09.6698775Z 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:04:09.6699762Z 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:04:09.6700729Z 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:04:09.6701806Z 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:04:09.6702941Z 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:04:09.6704029Z 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:04:09.6704943Z 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:04:09.6706018Z 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:04:09.6707063Z 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:04:09.6708258Z 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:04:09.6709355Z 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:04:09.6710411Z 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:04:09.6711559Z 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:04:09.6712694Z 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:04:09.6713898Z 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:04:09.6714713Z 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:04:09.6715955Z 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:04:09.6717218Z 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:04:09.6718372Z 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:04:09.6719462Z 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:04:09.6720530Z 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:04:09.6721608Z 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:04:09.6722711Z 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:04:09.6723782Z 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:04:09.6724817Z 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:04:09.6725881Z 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:04:09.6727143Z 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:04:09.6728441Z 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:04:09.6729598Z 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:04:09.6730730Z 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:04:09.6731846Z 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:04:09.6732959Z 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:04:09.6734050Z 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:04:09.6735303Z 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:04:09.6736566Z 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:04:09.6737851Z 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:04:09.6738981Z 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:04:09.6740054Z 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:04:09.6741130Z 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:04:09.6742281Z 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:04:09.6743349Z 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:04:09.6744379Z 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:04:09.6745437Z 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:04:09.6746789Z 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:04:09.6748073Z 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:04:09.6749228Z 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:04:09.6750345Z 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:04:09.6751564Z 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:04:09.6752695Z 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:04:09.6767099Z 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:04:09.6768481Z 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:04:09.6769813Z 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:04:09.6770887Z 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:04:09.6771845Z 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:04:09.6772863Z 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:04:09.6773926Z 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:04:09.6774968Z 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:04:09.6775973Z 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:04:09.6776954Z 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:04:09.6777946Z 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:04:09.6778716Z 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:04:09.6779974Z 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:04:09.6781067Z 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:04:09.6781891Z 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:04:09.6782905Z 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:04:09.6783937Z 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:04:09.6784974Z 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:04:09.6786166Z 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:04:09.6787307Z 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:04:09.6788297Z 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:04:09.6788893Z 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:04:09.6789545Z 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:04:09.6790266Z 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:04:09.6791145Z 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:04:09.6792045Z 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:04:09.6792698Z 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:04:09.6793365Z 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:04:09.6794178Z 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:04:09.6794932Z 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:04:09.6795784Z 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:04:09.6796518Z 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:04:09.6797196Z 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:04:09.6797967Z 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:04:09.6798609Z 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:04:09.6799376Z 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:04:09.6800250Z 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:04:09.6801073Z 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:04:09.6801727Z 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:04:09.6802476Z 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:04:09.6803230Z 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:04:09.6804025Z 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:04:09.6804736Z 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:04:09.6805377Z 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:04:09.6806042Z 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:04:09.6806626Z 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:04:09.6807286Z 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:04:09.6807873Z 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:04:09.6808749Z 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:04:09.6809525Z 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:04:09.6810283Z 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:04:09.6811014Z 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:04:09.6811739Z 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:04:09.6812524Z 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:04:09.6813182Z 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:04:09.6813946Z 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:04:09.6814755Z 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:04:09.6815684Z 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:04:09.6816492Z 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:04:09.6817219Z 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:04:09.6817972Z 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:04:09.6818665Z 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:04:09.6819396Z 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:04:09.6820083Z 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:04:09.6820670Z 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:04:09.6821428Z 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:04:09.6822435Z 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:04:09.6823040Z 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:04:09.6823701Z 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:04:09.6824659Z 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:04:09.6825458Z 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:04:09.6826197Z 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:04:09.6826962Z 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:04:09.6827871Z 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:04:09.6828818Z 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:04:09.6829607Z 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:04:09.6830432Z 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:04:09.6831283Z 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:04:09.6832027Z 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:04:09.6832650Z 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:04:09.6833317Z 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:04:09.6833964Z 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:04:09.6834688Z 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:04:09.6835637Z 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:04:09.6836257Z 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:04:09.6836851Z 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:04:09.6837413Z 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:04:09.6838068Z 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:04:09.6838580Z 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:04:09.6839338Z 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:04:09.6840103Z 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:04:09.6840835Z 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:04:09.6841398Z 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:04:09.6842185Z 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:04:09.6843003Z 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:04:09.6843768Z 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:04:09.6844491Z 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:04:09.6845167Z 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:04:09.6845882Z 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:04:09.6846625Z 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:04:09.6847364Z 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:04:09.6848111Z 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:04:09.6848933Z 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:04:09.6849541Z 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:04:09.6850312Z 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:04:09.6851107Z 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:04:09.6851738Z 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:04:09.6852364Z 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:04:09.6853369Z 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:04:09.6854406Z 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:04:09.6855345Z 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:04:09.6856009Z 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:04:09.6857105Z 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:04:09.6859220Z 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:04:09.6859961Z 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:04:09.6860634Z 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:04:09.6861409Z 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:04:09.6862201Z 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:04:09.6863489Z 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:04:09.6864507Z 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:04:09.6865478Z 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:04:09.6866162Z 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:04:09.6867406Z 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:04:09.6868187Z 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:04:09.6869521Z 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:04:09.6870448Z 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:04:09.6871289Z 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:04:09.6873528Z 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:04:09.6874216Z 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:04:09.6874788Z 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:04:09.6875528Z 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:04:09.6876648Z 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:04:09.6877593Z 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:04:09.6878725Z 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:04:09.6879694Z 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:04:09.6881415Z 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:04:09.6882113Z 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:04:09.6882898Z 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:04:09.6883942Z 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:04:09.6885137Z 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:04:09.6885928Z 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:04:09.6887012Z 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:04:09.6887990Z 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:04:09.6888806Z 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:04:09.6890199Z 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:04:09.6890914Z 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:04:09.6891794Z 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:04:09.6892760Z 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:04:09.6893634Z 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:04:09.6894769Z 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:04:09.6895941Z 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:04:09.6896810Z 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:04:09.6897704Z 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:04:09.6898520Z 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:04:09.6899629Z 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:04:09.6900584Z 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:04:09.6901451Z 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:04:09.6902776Z 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:04:09.6903703Z 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:04:09.6904692Z 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:04:09.6905895Z 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:04:09.6906830Z 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:04:09.6908083Z 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:04:09.6908934Z 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:04:09.6910489Z 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:04:09.6911470Z 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:04:09.6912345Z 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:04:09.6913221Z 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:04:09.6914196Z 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:04:09.6915014Z 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:04:09.6915905Z 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:04:09.6916808Z 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:04:09.6917941Z 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:04:09.6919117Z 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:04:09.6919921Z 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:04:09.6920710Z 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:04:09.6921707Z 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:04:09.6922551Z 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:04:09.6923572Z 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:04:09.6924496Z 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:04:09.6925677Z 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:04:09.6926482Z 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:04:09.6927389Z 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:04:09.6928289Z 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:04:09.6929273Z 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:04:09.6930173Z 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:04:09.6931130Z 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:04:09.6932094Z 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:04:09.6933074Z 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:04:09.6933948Z 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:04:09.6934884Z 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:04:09.6935842Z 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:04:09.6936798Z 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:04:09.6937684Z 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:04:09.6938578Z 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:04:09.6939535Z 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:04:09.6940583Z 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:04:09.6941726Z 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:04:09.6942712Z 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:04:09.6943732Z 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:04:09.6944507Z 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:04:09.6945624Z 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:04:09.6946454Z 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:04:09.6947281Z 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:04:09.6948344Z 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:04:09.6950391Z 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:04:09.6951372Z 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:04:09.6952330Z 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:04:09.6953261Z 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:04:09.6954249Z 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:04:09.6954893Z 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:04:09.6955938Z 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:04:09.6956775Z 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:04:09.6957362Z 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:04:09.6958467Z 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:04:09.6959438Z 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:04:09.6960151Z 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:04:09.6961215Z 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:04:09.6961952Z 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:04:09.6963069Z 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:04:09.6963953Z 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:04:09.6964731Z 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:04:09.6965545Z 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:04:09.6966648Z 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:04:09.6967696Z 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:04:09.6968681Z 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:04:09.6969589Z 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:04:09.6970621Z 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:04:09.6971970Z 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:04:09.6972893Z 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:04:09.6973945Z 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:04:09.6974858Z 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:04:09.6975804Z 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:04:09.6976770Z 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:04:09.6977712Z 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:04:09.6978873Z 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:04:09.6979884Z 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:04:09.6980850Z 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:04:09.6981442Z 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:04:09.6982209Z 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:04:09.6984043Z 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:04:09.6985112Z 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:04:09.6986221Z 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:04:09.6987372Z 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:04:09.6988255Z 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:04:09.6989384Z 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:04:09.6990564Z 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:04:09.6992036Z 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:04:09.6993060Z 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:04:09.6994322Z 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:04:09.6995536Z 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:04:09.6996537Z 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:04:09.6997674Z 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:04:09.6998658Z 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:04:09.6999641Z 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:04:09.7000755Z 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:04:09.7001750Z 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:04:09.7002965Z 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:04:09.7004045Z 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:04:09.7004950Z 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:04:09.7006351Z 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:04:09.7007565Z 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:04:09.7008550Z 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:04:09.7009812Z 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:04:09.7011014Z 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:04:09.7012008Z 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:04:09.7013080Z 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:04:09.7014334Z 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:04:09.7015427Z 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:04:09.7016504Z 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:04:09.7017798Z 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:04:09.7018912Z 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:04:09.7020027Z 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:04:09.7021171Z 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:04:09.7022559Z 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:04:09.7023635Z 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:04:09.7024717Z 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:04:09.7025864Z 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:04:09.7027195Z 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:04:09.7028437Z 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:04:09.7029521Z 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:04:09.7030720Z 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:04:09.7032008Z 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:04:09.7033103Z 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:04:09.7034130Z 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:04:09.7035241Z 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:04:09.7036513Z 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:04:09.7037809Z 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:04:09.7038853Z 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:04:09.7039935Z 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:04:09.7041153Z 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:04:09.7042474Z 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:04:09.7044355Z 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:04:09.7045348Z 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:04:09.7046511Z 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:04:09.7047819Z 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:04:09.7048862Z 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:04:09.7049871Z 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:04:09.7050986Z 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:04:09.7052366Z 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:04:09.7053407Z 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:04:09.7054530Z 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:04:09.7055668Z 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:04:09.7056846Z 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:04:09.7057970Z 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:04:09.7059099Z 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:04:09.7060246Z 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:04:09.7061788Z 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:04:09.7062816Z 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:04:09.7063997Z 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:04:09.7065129Z 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:04:09.7066243Z 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:04:09.7067413Z 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:04:09.7068488Z 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:04:09.7069781Z 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:04:09.7071170Z 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:04:09.7072360Z 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:04:09.7073346Z 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:04:09.7074363Z 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:04:09.7075677Z 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:04:09.7076901Z 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:04:09.7077993Z 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:04:09.7078986Z 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:04:09.7080347Z 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:04:09.7081472Z 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:04:09.7082448Z 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:04:09.7083655Z 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:04:09.7084964Z 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:04:09.7086241Z 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:04:09.7087372Z 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:04:09.7088400Z 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:04:09.7089623Z 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:04:09.7091145Z 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:04:09.7092217Z 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:04:09.7093267Z 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:04:09.7094307Z 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:04:09.7095590Z 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:04:09.7096768Z 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:04:09.7097802Z 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:04:09.7099020Z 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:04:09.7100083Z 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:04:09.7101505Z 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:04:09.7102743Z 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:04:09.7103914Z 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:04:09.7105217Z 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:04:09.7106154Z 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:04:09.7107343Z 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:04:09.7109658Z 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:04:09.7110356Z 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:04:09.7110922Z 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:04:09.7111889Z 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:04:09.7112907Z 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:04:09.7114135Z 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:04:09.7115243Z 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:04:09.7116347Z 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:04:09.7117475Z 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:04:09.7119574Z 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:04:09.7121023Z 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:04:09.7121715Z 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:04:09.7122646Z 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:04:09.7123946Z 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:04:09.7125024Z 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:04:09.7126217Z 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:04:09.7127296Z 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:04:09.7128413Z 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:04:09.7129797Z 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:04:09.7130956Z 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:04:09.7131924Z 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:04:09.7133349Z 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:04:09.7134340Z 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:04:09.7135484Z 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:04:09.7136501Z 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:04:09.7137919Z 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:04:09.7138988Z 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:04:09.7139985Z 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:04:09.7141249Z 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:04:09.7142630Z 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:04:09.7143540Z 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:04:09.7144742Z 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:04:09.7145807Z 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:04:09.7146999Z 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:04:09.7148132Z 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:04:09.7149387Z 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:04:09.7150606Z 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:04:09.7151981Z 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:04:09.7152977Z 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:04:09.7154159Z 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:04:09.7155211Z 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:04:09.7156417Z 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:04:09.7157566Z 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:04:09.7158650Z 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:04:09.7159875Z 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:04:09.7161123Z 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:04:09.7162221Z 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:04:09.7163356Z 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:04:09.7164539Z 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:04:09.7165657Z 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:04:09.7166827Z 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:04:09.7167974Z 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:04:09.7169331Z 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:04:09.7170404Z 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:04:09.7171391Z 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:04:09.7172613Z 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:04:09.7174039Z 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:04:09.7174975Z 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:04:09.7176379Z 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:04:09.7177682Z 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:04:09.7178599Z 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:04:09.7179637Z 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:04:09.7180798Z 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:04:09.7182110Z 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:04:09.7183253Z 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:04:09.7184488Z 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:04:09.7185540Z 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:04:09.7186893Z 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:04:09.7187982Z 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:04:09.7189379Z 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:04:09.7190618Z 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:04:09.7191698Z 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:04:09.7192980Z 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:04:09.7194822Z 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:04:09.7195811Z 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:04:09.7197004Z 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:04:09.7198122Z 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:04:09.7199235Z 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:04:09.7200430Z 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:04:09.7201557Z 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:04:09.7203033Z 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:04:09.7204077Z 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:04:09.7205257Z 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:04:09.7206381Z 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:04:09.7207568Z 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:04:09.7208705Z 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:04:09.7209815Z 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:04:09.7210963Z 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:04:09.7212138Z 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:04:09.7213577Z 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:04:09.7214536Z 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:04:09.7215862Z 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:04:09.7216886Z 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:04:09.7218127Z 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:04:09.7219275Z 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:04:09.7220392Z 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:04:09.7221855Z 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:04:09.7222954Z 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:04:09.7225233Z 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:04:09.7226098Z 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:04:09.7227157Z 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:04:09.7228306Z 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:04:09.7229649Z 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:04:09.7230895Z 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:04:09.7232136Z 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:04:09.7233118Z 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:04:09.7234330Z 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:04:09.7235361Z 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:04:09.7236523Z 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:04:09.7237661Z 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:04:09.7238794Z 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:04:09.7239944Z 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:04:09.7241264Z 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:04:09.7242371Z 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:04:09.7243560Z 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:04:09.7244617Z 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:04:09.7246005Z 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:04:09.7247007Z 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:04:09.7248168Z 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:04:09.7249285Z 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:04:09.7250560Z 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:04:09.7251630Z 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:04:09.7252725Z 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:04:09.7253851Z 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:04:09.7255128Z 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:04:09.7256211Z 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:04:09.7257277Z 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:04:09.7258450Z 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:04:09.7259656Z 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:04:09.7261003Z 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:04:09.7262120Z 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:04:09.7263381Z 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:04:09.7264532Z 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:04:09.7265642Z 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:04:09.7266682Z 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:04:09.7267895Z 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:04:09.7269235Z 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:04:09.7271239Z 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:04:09.7272080Z 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:04:09.7273315Z 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:04:09.7274436Z 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:04:09.7275528Z 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:04:09.7276721Z 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:04:09.7277905Z 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:04:09.7279002Z 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:04:09.7280415Z 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:04:09.7281357Z 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:04:09.7282664Z 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:04:09.7283800Z 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:04:09.7284930Z 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:04:09.7286222Z 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:04:09.7287300Z 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:04:09.7288697Z 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:04:09.7289770Z 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:04:09.7290966Z 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:04:09.7292023Z 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:04:09.7293242Z 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:04:09.7294331Z 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:04:09.7295475Z 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:04:09.7296493Z 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:04:09.7298099Z 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:04:09.7299126Z 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:04:09.7300076Z 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:04:09.7301257Z 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:04:09.7302452Z 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:04:09.7303669Z 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:04:09.7304738Z 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:04:09.7305862Z 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:04:09.7307200Z 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:04:09.7308230Z 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:04:09.7309378Z 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:04:09.7311032Z 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:04:09.7312106Z 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:04:09.7313426Z 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:04:09.7314569Z 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:04:09.7315698Z 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:04:09.7316801Z 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:04:09.7317955Z 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:04:09.7319245Z 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:04:09.7320391Z 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:04:09.7321781Z 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:04:09.7322886Z 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:04:09.7324224Z 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:04:09.7325274Z 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:04:09.7326370Z 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:04:09.7327567Z 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:04:09.7328534Z 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:04:09.7329870Z 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:04:09.7331300Z 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:04:09.7332363Z 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:04:09.7333460Z 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:04:09.7334556Z 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:04:09.7335692Z 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:04:09.7337064Z 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:04:09.7338327Z 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:04:09.7339167Z 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:04:09.7340428Z 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:04:09.7341299Z 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:04:09.7342709Z 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:04:09.7344888Z 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:04:09.7345735Z 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:04:09.7347326Z 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:04:09.7348127Z 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:04:09.7349114Z 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:04:09.7350765Z 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:04:09.7351593Z 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:04:09.7352447Z 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:04:09.7353068Z 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:04:09.7355006Z 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:04:09.7355407Z 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:04:09.7356192Z 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:04:09.7357215Z 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:04:09.7357896Z 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:04:09.7358951Z 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:04:09.7360068Z 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:04:09.7361117Z 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:04:09.7362940Z 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:04:09.7363308Z 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:04:09.7363976Z 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:04:09.7365956Z 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:04:09.7366303Z 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:04:09.7366999Z 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:04:09.7367881Z 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:04:09.7368547Z 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:04:09.7369830Z 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:04:09.7370760Z 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:04:09.7371745Z 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:04:09.7372974Z 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:04:09.7373799Z 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:04:09.7374649Z 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:04:09.7375515Z 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:04:09.7377163Z 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:04:09.7378118Z 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:04:09.7379204Z 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:04:09.7380008Z 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:04:09.7380982Z 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:04:09.7381729Z 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:04:09.7383250Z 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:04:09.7384044Z 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:04:09.7385176Z 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:04:09.7386218Z 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:04:09.7387255Z 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:04:09.7388299Z 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:04:09.7389834Z 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:04:09.7390479Z 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:04:09.7390975Z 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:04:09.7392080Z 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:04:09.7392634Z 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:04:09.7393579Z 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:04:09.7394864Z 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:04:09.7395683Z 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:04:09.7396342Z 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:04:09.7397208Z 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:04:09.7398167Z 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:04:09.7399799Z 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:04:09.7400222Z 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:04:09.7401119Z 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:04:09.7402348Z 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:04:09.7403156Z 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:04:09.7404485Z 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:04:09.7405319Z 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:04:09.7406484Z 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:04:09.7407431Z 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:04:09.7408275Z 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:04:09.7409375Z 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:04:09.7411038Z 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:04:09.7411662Z 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:04:09.7412532Z 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:04:09.7413494Z 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:04:09.7414308Z 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:04:09.7415350Z 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:04:09.7416203Z 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:04:09.7417026Z 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:04:09.7418434Z 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:04:09.7419364Z 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:04:09.7420408Z 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:04:09.7421053Z 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:04:09.7422286Z 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:04:09.7423418Z 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:04:09.7424373Z 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:04:09.7425262Z 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:04:09.7426426Z 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:04:09.7427331Z 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:04:09.7428859Z 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:04:09.7429571Z 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:04:09.7430595Z 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:04:09.7431626Z 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:04:09.7432630Z 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:04:09.7433389Z 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:04:09.7434317Z 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:04:09.7435237Z 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:04:09.7436139Z 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:04:09.7438091Z 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:04:09.7438695Z 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:04:09.7439345Z 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:04:09.7440171Z 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:04:09.7441112Z 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:04:09.7441957Z 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:04:09.7442786Z 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:04:09.7443741Z 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:04:09.7444374Z 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:04:09.7445353Z 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:04:09.7446139Z 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:04:09.7446909Z 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:04:09.7447928Z 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:04:09.7448930Z 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:04:09.7449965Z 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:04:09.7450808Z 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:04:09.7451887Z 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:04:09.7452925Z 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:04:09.7453690Z 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:04:09.7454545Z 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:04:09.7455283Z 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:04:09.7456271Z 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:04:09.7457230Z 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:04:09.7457972Z 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:04:09.7458875Z 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:04:09.7459691Z 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:04:09.7460501Z 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:04:09.7461342Z 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:04:09.7462292Z 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:04:09.7463363Z 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:04:09.7464045Z 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:04:09.7464787Z 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:04:09.7465706Z 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:04:09.7466654Z 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:04:09.7467886Z 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:04:09.7468612Z 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:04:09.7469636Z 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:04:09.7471033Z 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:04:09.7471939Z 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:04:09.7472956Z 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:04:09.7473936Z 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:04:09.7474828Z 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:04:09.7475921Z 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:04:09.7476907Z 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:04:09.7477656Z 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:04:09.7478683Z 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:04:09.7479384Z 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:04:09.7480529Z 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:04:09.7482158Z 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:04:09.7482591Z 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:04:09.7483259Z 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:04:09.7484255Z 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:04:09.7484929Z 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:04:09.7485798Z 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:04:09.7486647Z 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:04:09.7487875Z 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:04:09.7488922Z 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:04:09.7489428Z 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:04:09.7490805Z 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:04:09.7491500Z 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:04:09.7492674Z 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:04:09.7493793Z 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:04:09.7494209Z 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:04:09.7495641Z 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:04:09.7496809Z 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:04:09.7498076Z 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:04:09.7499088Z 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:04:09.7500158Z 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:04:09.7501730Z 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:04:09.7502782Z 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:04:09.7504958Z 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:04:09.7505969Z 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:04:09.7507267Z 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:04:09.7508348Z 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:04:09.7509668Z 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:04:09.7510832Z 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:04:09.7511997Z 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:04:09.7513067Z 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:04:09.7514265Z 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:04:09.7515452Z 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:04:09.7516838Z 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:04:09.7517820Z 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:04:09.7518936Z 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:04:09.7520173Z 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:04:09.7521444Z 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:04:09.7522591Z 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:04:09.7524819Z 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:04:09.7525382Z 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:04:09.7526000Z 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:04:09.7526960Z 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:04:09.7528183Z 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:04:09.7529038Z 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:04:09.7530443Z 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:04:09.7531393Z 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:04:09.7532500Z 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:04:09.7533705Z 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:04:09.7534791Z 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:04:09.7535822Z 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:04:09.7537074Z 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:04:09.7538218Z 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:04:09.7539494Z 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:04:09.7541315Z 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:04:09.7542551Z 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:04:09.7543631Z 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:04:09.7545906Z 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:04:09.7546526Z 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:04:09.7547125Z 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:04:09.7548019Z 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:04:09.7549086Z 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:04:09.7550214Z 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:04:09.7551482Z 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:04:09.7552592Z 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:04:09.7553639Z 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:04:09.7554679Z 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:04:09.7555830Z 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:04:09.7557066Z 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:04:09.7558155Z 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:04:09.7559466Z 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:04:09.7560638Z 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:04:09.7562050Z 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:04:09.7563167Z 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:04:09.7564325Z 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:04:09.7565351Z 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:04:09.7566645Z 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:04:09.7567721Z 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:04:09.7568776Z 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:04:09.7569978Z 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:04:09.7571419Z 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:04:09.7572277Z 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:04:09.7573433Z 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:04:09.7574563Z 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:04:09.7575942Z 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:04:09.7576901Z 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:04:09.7578114Z 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:04:09.7579329Z 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:04:09.7580409Z 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:04:09.7581480Z 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:04:09.7582868Z 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:04:09.7583882Z 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:04:09.7585249Z 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:04:09.7586370Z 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:04:09.7587684Z 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:04:09.7588876Z 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:04:09.7589922Z 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:04:09.7590936Z 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:04:09.7592217Z 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:04:09.7593310Z 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:04:09.7594308Z 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:04:09.7595601Z 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:04:09.7596696Z 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:04:09.7597826Z 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:04:09.7599337Z 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:04:09.7600513Z 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:04:09.7601664Z 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:04:09.7602950Z 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:04:09.7604216Z 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:04:09.7605181Z 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:04:09.7606348Z 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:04:09.7607570Z 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:04:09.7608882Z 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:04:09.7609930Z 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:04:09.7610973Z 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:04:09.7612290Z 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:04:09.7613439Z 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:04:09.7614464Z 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:04:09.7616264Z 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:04:09.7617359Z 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:04:09.7618476Z 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:04:09.7619776Z 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:04:09.7621021Z 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:04:09.7622365Z 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:04:09.7623289Z 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:04:09.7624496Z 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:04:09.7625590Z 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:04:09.7626781Z 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:04:09.7627967Z 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:04:09.7629255Z 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:04:09.7630270Z 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:04:09.7631303Z 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:04:09.7632564Z 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:04:09.7633865Z 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:04:09.7634944Z 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:04:09.7635984Z 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:04:09.7637174Z 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:04:09.7638412Z 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:04:09.7640040Z 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:04:09.7641058Z 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:04:09.7642433Z 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:04:09.7643641Z 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:04:09.7644659Z 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:04:09.7645664Z 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:04:09.7647105Z 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:04:09.7648145Z 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:04:09.7649295Z 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:04:09.7650459Z 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:04:09.7651802Z 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:04:09.7652865Z 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:04:09.7653979Z 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:04:09.7654968Z 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:04:09.7656136Z 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:04:09.7658639Z 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:04:09.7659213Z 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:04:09.7659781Z 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:04:09.7660802Z 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:04:09.7661971Z 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:04:09.7663065Z 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:04:09.7664924Z 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:04:09.7665859Z 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:04:09.7667015Z 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:04:09.7668177Z 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:04:09.7669597Z 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:04:09.7670720Z 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:04:09.7671906Z 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:04:09.7673005Z 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:04:09.7674187Z 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:04:09.7675175Z 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:04:09.7676352Z 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:04:09.7677417Z 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:04:09.7678717Z 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:04:09.7679888Z 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:04:09.7681029Z 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:04:09.7682106Z 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:04:09.7683517Z 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:04:09.7684548Z 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:04:09.7685584Z 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:04:09.7686820Z 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:04:09.7688123Z 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:04:09.7689175Z 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:04:09.7690300Z 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:04:09.7692274Z 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:04:09.7693548Z 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:04:09.7694465Z 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:04:09.7695701Z 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:04:09.7696641Z 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:04:09.7697875Z 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:04:09.7699087Z 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:04:09.7700409Z 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:04:09.7701325Z 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:04:09.7702735Z 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:04:09.7703926Z 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:04:09.7704965Z 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:04:09.7706049Z 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:04:09.7707181Z 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:04:09.7708482Z 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:04:09.7709506Z 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:04:09.7710650Z 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:04:09.7711776Z 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:04:09.7713062Z 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:04:09.7714121Z 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:04:09.7715280Z 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:04:09.7716457Z 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:04:09.7717751Z 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:04:09.7718739Z 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:04:09.7720111Z 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:04:09.7721203Z 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:04:09.7722595Z 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:04:09.7724047Z 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:04:09.7725048Z 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:04:09.7726163Z 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:04:09.7727169Z 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:04:09.7728377Z 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:04:09.7729771Z 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:04:09.7730829Z 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:04:09.7731916Z 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:04:09.7733143Z 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:04:09.7734168Z 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:04:09.7735310Z 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:04:09.7736509Z 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:04:09.7737819Z 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:04:09.7738863Z 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:04:09.7740004Z 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:04:09.7741107Z 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:04:09.7742531Z 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:04:09.7743838Z 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:04:09.7744877Z 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:04:09.7745977Z 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:04:09.7747177Z 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:04:09.7748479Z 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:04:09.7749854Z 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:04:09.7751046Z 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:04:09.7752116Z 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:04:09.7753048Z 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:04:09.7754307Z 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:04:09.7755627Z 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:04:09.7756566Z 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:04:09.7757648Z 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:04:09.7758846Z 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:04:09.7760144Z 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:04:09.7761309Z 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:04:09.7762508Z 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:04:09.7763662Z 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:04:09.7765109Z 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:04:09.7766068Z 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:04:09.7767918Z 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:04:09.7768975Z 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:04:09.7770342Z 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:04:09.7771373Z 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:04:09.7772488Z 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:04:09.7773559Z 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:04:09.7774639Z 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:04:09.7775723Z 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:04:09.7776895Z 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:04:09.7778008Z 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:04:09.7779352Z 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:04:09.7780405Z 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:04:09.7781692Z 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:04:09.7782940Z 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:04:09.7784108Z 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:04:09.7785054Z 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:04:09.7786192Z 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:04:09.7787428Z 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:04:09.7788675Z 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:04:09.7789712Z 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:04:09.7790840Z 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:04:09.7791910Z 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:04:09.7793173Z 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:04:09.7794212Z 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:04:09.7795288Z 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:04:09.7796443Z 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:04:09.7797701Z 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:04:09.7798871Z 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:04:09.7800042Z 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:04:09.7801155Z 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:04:09.7802327Z 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:04:09.7803467Z 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:04:09.7804855Z 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:04:09.7805965Z 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:04:09.7807176Z 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:04:09.7808316Z 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:04:09.7809645Z 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:04:09.7810722Z 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:04:09.7812014Z 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:04:09.7813084Z 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:04:09.7814179Z 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:04:09.7815306Z 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:04:09.7816445Z 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:04:09.7819354Z 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:04:09.7819968Z 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:04:09.7820692Z 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:04:09.7821467Z 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:04:09.7822442Z 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:04:09.7823601Z 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:04:09.7824747Z 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:04:09.7825821Z 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:04:09.7826970Z 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:04:09.7828328Z 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:04:09.7829391Z 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:04:09.7830590Z 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:04:09.7831697Z 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:04:09.7832968Z 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:04:09.7834371Z 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:04:09.7836572Z 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:04:09.7837205Z 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:04:09.7837823Z 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:04:09.7838688Z 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:04:09.7839646Z 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:04:09.7840723Z 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:04:09.7842003Z 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:04:09.7843042Z 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:04:09.7844188Z 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:04:09.7845101Z 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:04:09.7846107Z 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:04:09.7846881Z 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:04:09.7848063Z 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:04:09.7848912Z 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:04:09.7850185Z 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:04:09.7850656Z 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:04:09.7851851Z 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:04:09.7852952Z 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:04:09.7853678Z 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:04:09.7854628Z 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:04:09.7856258Z 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:04:09.7856648Z 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:04:09.7857579Z 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:04:09.7858501Z 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:04:09.7859245Z 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:04:09.7860292Z 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:04:09.7861161Z 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:04:09.7862242Z 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:04:09.7863990Z 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:04:09.7864690Z 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:04:09.7865689Z 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:04:09.7866712Z 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:04:09.7867520Z 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:04:09.7868603Z 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:04:09.7869432Z 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:04:09.7870415Z 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:04:09.7871371Z 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:04:09.7872309Z 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:04:09.7873524Z 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:04:09.7874462Z 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:04:09.7875430Z 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:04:09.7876416Z 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:04:09.7877460Z 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:04:09.7878429Z 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:04:09.7879380Z 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:04:09.7880343Z 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:04:09.7881359Z 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:04:09.7882525Z 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:04:09.7883532Z 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:04:09.7884453Z 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:04:09.7885535Z 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:04:09.7886300Z 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:04:09.7887507Z 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:04:09.7888486Z 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:04:09.7889675Z 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:04:09.7890596Z 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:04:09.7891673Z 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:04:09.7892743Z 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:04:09.7893670Z 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:04:09.7894715Z 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:04:09.7895638Z 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:04:09.7896754Z 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:04:09.7897768Z 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:04:09.7898713Z 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:04:09.7899774Z 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:04:09.7900766Z 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:04:09.7901906Z 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:04:09.7903254Z 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:04:09.7904000Z 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:04:09.7904858Z 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:04:09.7906498Z 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:04:09.7906986Z 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:04:09.7908298Z 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:04:09.7909157Z 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:04:09.7910089Z 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:04:09.7911052Z 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:04:09.7911900Z 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:04:09.7912943Z 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:04:09.7913779Z 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:04:09.7914862Z 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:04:09.7915729Z 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:04:09.7916606Z 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:04:09.7917488Z 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:04:09.7918400Z 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:04:09.7919368Z 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:04:09.7920216Z 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:04:09.7921270Z 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:04:09.7922431Z 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:04:09.7923342Z 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:04:09.7924268Z 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:04:09.7925142Z 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:04:09.7926002Z 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:04:09.7927137Z 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:04:09.7927977Z 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:04:09.7928893Z 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:04:09.7929786Z 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:04:09.7930928Z 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:04:09.7931606Z 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:04:09.7932663Z 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:04:09.7933614Z 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:04:09.7934550Z 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:04:09.7935541Z 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:04:09.7936404Z 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:04:09.7937331Z 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:04:09.7938189Z 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:04:09.7939211Z 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:04:09.7940292Z 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:04:09.7941148Z 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:04:09.7942370Z 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:04:09.7943046Z 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:04:09.7943998Z 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:04:09.7945336Z 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:04:09.7946045Z 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:04:09.7947022Z 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:04:09.7947885Z 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:04:09.7948950Z 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:04:09.7949722Z 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:04:09.7950796Z 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:04:09.7951749Z 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:04:09.7952587Z 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:04:09.7953445Z 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:04:09.7954425Z 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:04:09.7955340Z 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:04:09.7956235Z 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:04:09.7957209Z 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:04:09.7958039Z 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:04:09.7959056Z 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:04:09.7960049Z 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:04:09.7960853Z 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:04:09.7961746Z 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:04:09.7962707Z 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:04:09.7963615Z 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:04:09.7964562Z 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:04:09.7965539Z 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:04:09.7967068Z 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:04:09.7967849Z 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:04:09.7968708Z 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:04:09.7969647Z 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:04:09.7970717Z 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:04:09.7971524Z 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:04:09.7972759Z 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:04:09.7973444Z 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:04:09.7974707Z 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:04:09.7975196Z 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:04:09.7976467Z 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:04:09.7977343Z 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:04:09.7978274Z 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:04:09.7978999Z 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:04:09.7980149Z 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:04:09.7980868Z 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:04:09.7982038Z 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:04:09.7983338Z 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:04:09.7984116Z 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:04:09.7984920Z 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:04:09.7985873Z 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:04:09.7986933Z 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:04:09.7987757Z 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:04:09.7988799Z 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:04:09.7989652Z 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:04:09.7990923Z 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:04:09.7991702Z 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:04:09.7992438Z 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:04:09.7993512Z 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:04:09.7994355Z 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:04:09.7995301Z 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:04:09.7996135Z 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:04:09.7996916Z 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:04:09.7997956Z 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:04:09.7998602Z 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:04:09.7999473Z 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:04:09.8000334Z 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:04:09.8001281Z 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:04:09.8002312Z 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:04:09.8003003Z 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:04:09.8003914Z 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:04:09.8004761Z 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:04:09.8005555Z 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:04:09.8006357Z 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:04:09.8007210Z 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:04:09.8008077Z 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:04:09.8009217Z 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:04:09.8009696Z 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:04:09.8010984Z 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:04:09.8011970Z 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:04:09.8013020Z 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:04:09.8013480Z 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:04:09.8015145Z 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:04:09.8015687Z 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:04:09.8016556Z 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:04:09.8017415Z 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:04:09.8019292Z 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:04:09.8019680Z 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:04:09.8020273Z 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:04:09.8021250Z 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:04:09.8022461Z 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:04:09.8023628Z 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:04:09.8024593Z 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:04:09.8025595Z 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:04:09.8027198Z 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:04:09.8028152Z 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:04:09.8028974Z 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:04:09.8034230Z 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:04:09.8034671Z 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:04:09.8035217Z 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:04:09.8035643Z 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:04:09.8036117Z 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:04:09.8036598Z 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:04:09.8037130Z 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:04:09.8037602Z 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:04:09.8038071Z 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:04:09.8038819Z 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:04:09.8039521Z 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:04:09.8040433Z 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:04:09.8041223Z 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:04:09.8042188Z 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:04:09.8042983Z 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:04:09.8044003Z 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:04:09.8044626Z 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:04:09.8045691Z 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:04:09.8046352Z 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:04:09.8047278Z 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:04:09.8048058Z 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:04:09.8048960Z 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:04:09.8049975Z 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:04:09.8050773Z 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:04:09.8051709Z 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:04:09.8052666Z 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:04:09.8053760Z 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:04:09.8054709Z 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:04:09.8055576Z 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:04:09.8056674Z 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:04:09.8057567Z 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:04:09.8058702Z 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:04:09.8059601Z 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:04:09.8060593Z 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:04:09.8061665Z 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:04:09.8062667Z 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:04:09.8063648Z 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:04:09.8065004Z 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:04:09.8065913Z 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:04:09.8067485Z 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:04:09.8067819Z 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:04:09.8069378Z 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:04:09.8069811Z 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:04:09.8070453Z 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:04:09.8071677Z 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:04:09.8072587Z 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:04:09.8073475Z 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:04:09.8074373Z 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:04:09.8075008Z 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:04:09.8076018Z 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:04:09.8077382Z 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:04:09.8078078Z 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:04:09.8078870Z 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:04:09.8079956Z 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:04:09.8080967Z 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:04:09.8082537Z 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:04:09.8083208Z 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:04:09.8084199Z 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:04:09.8085101Z 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:04:09.8086125Z 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:04:09.8087056Z 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:04:09.8088702Z 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:04:09.8090291Z 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:04:09.8090818Z 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:04:09.8091648Z 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:04:09.8092598Z 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:04:09.8093643Z 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:04:09.8094416Z 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:04:09.8095416Z 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:04:09.8096561Z 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:04:09.8097666Z 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:04:09.8098373Z 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:04:09.8099457Z 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:04:09.8100416Z 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:04:09.8101091Z 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:04:09.8102269Z 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:04:09.8103153Z 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:04:09.8104038Z 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:04:09.8104953Z 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:04:09.8105966Z 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:04:09.8106917Z 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:04:09.8107610Z 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:04:09.8108524Z 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:04:09.8109634Z 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:04:09.8110492Z 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:04:09.8111548Z 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:04:09.8112400Z 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:04:09.8113384Z 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:04:09.8114395Z 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:04:09.8115441Z 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:04:09.8116277Z 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:04:09.8117328Z 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:04:09.8117827Z 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:04:09.8119433Z 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:04:09.8120367Z 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:04:09.8121206Z 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:04:09.8123260Z 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:04:09.8123717Z 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:04:09.8124387Z 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:04:09.8125188Z 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:04:09.8126088Z 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:04:09.8127257Z 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:04:09.8127984Z 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:04:09.8128882Z 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:04:09.8129771Z 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:04:09.8130776Z 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:04:09.8131796Z 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:04:09.8132575Z 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:04:09.8133639Z 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:04:09.8134491Z 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:04:09.8135876Z 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:04:09.8136359Z 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:04:09.8137750Z 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:04:09.8138376Z 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:04:09.8139458Z 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:04:09.8140289Z 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:04:09.8141039Z 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:04:09.8142273Z 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:04:09.8143656Z 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:04:09.8144933Z 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:04:09.8145495Z 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:04:09.8146208Z 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:04:09.8147362Z 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:04:09.8148079Z 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:04:09.8149318Z 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:04:09.8151072Z 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:04:09.8151478Z 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:04:09.8152930Z 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:04:09.8153776Z 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:04:09.8155016Z 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:04:09.8156544Z 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:04:09.8157096Z 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:04:09.8158226Z 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:04:09.8159095Z 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:04:09.8160227Z 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:04:09.8160847Z 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:04:09.8162134Z 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:04:09.8162808Z 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:04:09.8164522Z 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:04:09.8165016Z 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:04:09.8165862Z 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:04:09.8166643Z 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:04:09.8167506Z 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:04:09.8168500Z 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:04:09.8169469Z 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:04:09.8170510Z 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:04:09.8171349Z 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:04:09.8172327Z 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:04:09.8173393Z 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:04:09.8174129Z 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:04:09.8175604Z 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:04:09.8176100Z 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:04:09.8176894Z 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:04:09.8177489Z 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:04:09.8178684Z 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:04:09.8179770Z 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:04:09.8180606Z 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:04:09.8182586Z 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:04:09.8183024Z 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:04:09.8184256Z 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:04:09.8185224Z 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:04:09.8186352Z 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:04:09.8187450Z 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:04:09.8189655Z 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:04:09.8190388Z 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:04:09.8191088Z 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:04:09.8192183Z 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:04:09.8193039Z 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:04:09.8193857Z 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:04:09.8194744Z 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:04:09.8195689Z 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:04:09.8196809Z 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:04:09.8197666Z 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:04:09.8198642Z 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:04:09.8199591Z 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:04:09.8200579Z 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:04:09.8201569Z 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:04:09.8202912Z 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:04:09.8203775Z 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:04:09.8204738Z 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:04:09.8205842Z 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:04:09.8206756Z 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:04:09.8207742Z 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:04:09.8208645Z 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:04:09.8209668Z 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:04:09.8210734Z 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:04:09.8211714Z 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:04:09.8212603Z 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:04:09.8213483Z 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:04:09.8215220Z 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:04:09.8215793Z 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:04:09.8216818Z 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:04:09.8217565Z 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:04:09.8218592Z 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:04:09.8219653Z 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:04:09.8220714Z 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:04:09.8221276Z 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:04:09.8222054Z 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:04:09.8224317Z 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:04:09.8225068Z 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:04:09.8225717Z 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:04:09.8226653Z 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:04:09.8227733Z 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:04:09.8228524Z 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:04:09.8229333Z 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:04:09.8230352Z 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:04:09.8231440Z 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:04:09.8232207Z 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:04:09.8233078Z 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:04:09.8233992Z 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:04:09.8235004Z 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:04:09.8235935Z 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:04:09.8236725Z 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:04:09.8237644Z 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:04:09.8238427Z 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:04:09.8239266Z 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:04:09.8240000Z 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:04:09.8240918Z 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:04:09.8241721Z 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:04:09.8242634Z 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:04:09.8243545Z 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:04:09.8244456Z 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:04:09.8245140Z 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:04:09.8246026Z 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:04:09.8246993Z 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:04:09.8247823Z 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:04:09.8248770Z 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:04:09.8249506Z 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:04:09.8250281Z 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:04:09.8251373Z 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:04:09.8251935Z 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:04:09.8252778Z 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:04:09.8254119Z 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:04:09.8254739Z 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:04:09.8255595Z 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:04:09.8256410Z 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:04:09.8257457Z 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:04:09.8258122Z 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:04:09.8259028Z 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:04:09.8259883Z 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:04:09.8260679Z 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:04:09.8261678Z 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:04:09.8262555Z 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:04:09.8263716Z 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:04:09.8264610Z 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:04:09.8265941Z 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:04:09.8266900Z 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:04:09.8267728Z 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:04:09.8268696Z 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:04:09.8269790Z 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:04:09.8270666Z 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:04:09.8271671Z 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:04:09.8272743Z 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:04:09.8274340Z 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:04:09.8275193Z 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:04:09.8276201Z 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:04:09.8277078Z 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:04:09.8277705Z 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:04:09.8278899Z 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:04:09.8279556Z 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:04:09.8280830Z 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:04:09.8281533Z 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:04:09.8282322Z 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:04:09.8283356Z 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:04:09.8284545Z 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:04:09.8285528Z 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:04:09.8286622Z 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:04:09.8287486Z 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:04:09.8288235Z 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:04:09.8289721Z 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:04:09.8290399Z 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:04:09.8291335Z 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:04:09.8292115Z 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:04:09.8292997Z 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:04:09.8293866Z 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:04:09.8294670Z 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:04:09.8295432Z 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:04:09.8296471Z 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:04:09.8297341Z 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:04:09.8298574Z 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:04:09.8299956Z 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:04:09.8300634Z 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:04:09.8301784Z 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:04:09.8302775Z 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:04:09.8303486Z 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:04:09.8304407Z 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:04:09.8305451Z 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:04:09.8306034Z 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:04:09.8307212Z 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:04:09.8308773Z 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:04:09.8309629Z 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:04:09.8310436Z 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:04:09.8311391Z 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:04:09.8312749Z 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:04:09.8313460Z 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:04:09.8314480Z 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:04:09.8315763Z 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:04:09.8316583Z 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:04:09.8317628Z 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:04:09.8318827Z 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:04:09.8319528Z 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:04:09.8320456Z 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:04:09.8321446Z 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:04:09.8322352Z 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:04:09.8323388Z 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:04:09.8324440Z 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:04:09.8325351Z 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:04:09.8326373Z 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:04:09.8327337Z 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:04:09.8328889Z 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:04:09.8329605Z 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:04:09.8330596Z 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:04:09.8331489Z 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:04:09.8332793Z 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:04:09.8333553Z 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:04:09.8334531Z 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:04:09.8335505Z 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:04:09.8336915Z 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:04:09.8337661Z 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:04:09.8338452Z 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:04:09.8339435Z 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:04:09.8340343Z 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:04:09.8341447Z 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:04:09.8342723Z 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:04:09.8343569Z 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:04:09.8344649Z 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:04:09.8345769Z 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:04:09.8346534Z 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:04:09.8347792Z 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:04:09.8348575Z 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:04:09.8349744Z 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:04:09.8350652Z 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:04:09.8351567Z 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:04:09.8352633Z 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:04:09.8353647Z 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:04:09.8354076Z 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:04:09.8355380Z 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:04:09.8356285Z 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:04:09.8357000Z 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:04:09.8357862Z 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:04:09.8358928Z 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:04:09.8359900Z 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:04:09.8360916Z 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:04:09.8361752Z 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:04:09.8362308Z 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:04:09.8363414Z 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:04:09.8364517Z 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:04:09.8365847Z 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:04:09.8366521Z 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:04:09.8368723Z 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:04:09.8369270Z 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:04:09.8369842Z 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:04:09.8370940Z 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:04:09.8372140Z 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:04:09.8373314Z 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:04:09.8374300Z 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:04:09.8375352Z 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:04:09.8376381Z 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:04:09.8377666Z 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:04:09.8378785Z 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:04:09.8379904Z 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:04:09.8381084Z 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:04:09.8382329Z 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:04:09.8384313Z 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:04:09.8385459Z 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:04:09.8386640Z 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:04:09.8387908Z 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:04:09.8388882Z 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:04:09.8390016Z 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:04:09.8391475Z 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:04:09.8392412Z 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:04:09.8393590Z 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:04:09.8394691Z 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:04:09.8395876Z 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:04:09.8396856Z 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:04:09.8398100Z 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:04:09.8399176Z 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:04:09.8400692Z 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:04:09.8401611Z 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:04:09.8402828Z 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:04:09.8403875Z 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:04:09.8405983Z 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:04:09.8406860Z 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:04:09.8408006Z 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:04:09.8409192Z 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:04:09.8410421Z 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:04:09.8411734Z 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:04:09.8412825Z 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:04:09.8413887Z 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:04:09.8415004Z 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:04:09.8416184Z 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:04:09.8417287Z 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:04:09.8418441Z 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:04:09.8419714Z 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:04:09.8421024Z 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:04:09.8422183Z 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:04:09.8423404Z 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:04:09.8424666Z 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:04:09.8425929Z 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:04:09.8426961Z 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:04:09.8428032Z 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:04:09.8429246Z 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:04:09.8430540Z 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:04:09.8432043Z 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:04:09.8432989Z 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:04:09.8434162Z 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:04:09.8435176Z 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:04:09.8436320Z 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:04:09.8437484Z 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:04:09.8438642Z 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:04:09.8439961Z 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:04:09.8440977Z 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:04:09.8442171Z 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:04:09.8443225Z 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:04:09.8444458Z 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:04:09.8445847Z 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:04:09.8446931Z 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:04:09.8447943Z 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:04:09.8449194Z 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:04:09.8450407Z 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:04:09.8451708Z 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:04:09.8452744Z 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:04:09.8453826Z 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:04:09.8455209Z 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:04:09.8456119Z 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:04:09.8457349Z 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:04:09.8458564Z 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:04:09.8459701Z 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:04:09.8460751Z 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:04:09.8462066Z 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:04:09.8463072Z 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:04:09.8464505Z 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:04:09.8465461Z 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:04:09.8466726Z 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:04:09.8467764Z 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:04:09.8468884Z 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:04:09.8470043Z 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:04:09.8471546Z 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:04:09.8472381Z 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:04:09.8473445Z 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:04:09.8474637Z 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:04:09.8475956Z 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:04:09.8477037Z 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:04:09.8478123Z 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:04:09.8479269Z 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:04:09.8481054Z 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:04:09.8482495Z 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:04:09.8483482Z 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:04:09.8484894Z 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:04:09.8486043Z 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:04:09.8487114Z 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:04:09.8488273Z 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:04:09.8489418Z 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:04:09.8490685Z 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:04:09.8492037Z 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:04:09.8493136Z 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:04:09.8494360Z 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:04:09.8495378Z 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:04:09.8496670Z 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:04:09.8497821Z 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:04:09.8498953Z 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:04:09.8500030Z 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:04:09.8501413Z 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:04:09.8502675Z 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:04:09.8503675Z 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:04:09.8504963Z 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:04:09.8506062Z 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:04:09.8507203Z 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:04:09.8508199Z 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:04:09.8509329Z 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:04:09.8510464Z 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:04:09.8511844Z 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:04:09.8512845Z 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:04:09.8513998Z 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:04:09.8515110Z 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:04:09.8516301Z 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:04:09.8517460Z 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:04:09.8518612Z 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:04:09.8520853Z 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:04:09.8521443Z 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:04:09.8522142Z 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:04:09.8523230Z 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:04:09.8524514Z 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:04:09.8525782Z 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:04:09.8527079Z 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:04:09.8528303Z 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:04:09.8529505Z 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:04:09.8530725Z 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:04:09.8531723Z 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:04:09.8532907Z 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:04:09.8534329Z 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:04:09.8535565Z 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:04:09.8536672Z 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:04:09.8537753Z 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:04:09.8538801Z 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:04:09.8540153Z 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:04:09.8541278Z 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:04:09.8542296Z 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:04:09.8544508Z 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:04:09.8545509Z 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:04:09.8546583Z 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:04:09.8547857Z 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:04:09.8548883Z 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:04:09.8551300Z 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:04:09.8551924Z 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:04:09.8552533Z 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:04:09.8553408Z 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:04:09.8554463Z 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:04:09.8555647Z 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:04:09.8557273Z 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:04:09.8558470Z 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:04:09.8559824Z 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:04:09.8560903Z 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:04:09.8561867Z 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:04:09.8563088Z 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:04:09.8564363Z 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:04:09.8565493Z 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:04:09.8566871Z 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:04:09.8568024Z 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:04:09.8569131Z 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:04:09.8570318Z 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:04:09.8571536Z 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:04:09.8572676Z 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:04:09.8574035Z 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:04:09.8575102Z 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:04:09.8576120Z 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:04:09.8577166Z 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:04:09.8578331Z 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:04:09.8579458Z 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:04:09.8580512Z 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:04:09.8582176Z 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:04:09.8583743Z 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:04:09.8584346Z 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:04:09.8585683Z 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:04:09.8586769Z 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:04:09.8587798Z 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:04:09.8588956Z 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:04:09.8590055Z 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:04:09.8591266Z 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:04:09.8592279Z 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:04:09.8593415Z 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:04:09.8594753Z 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:04:09.8595804Z 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:04:09.8597018Z 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:04:09.8598263Z 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:04:09.8599222Z 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:04:09.8600231Z 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:04:09.8601411Z 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:04:09.8602984Z 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:04:09.8603938Z 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:04:09.8605204Z 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:04:09.8606400Z 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:04:09.8607556Z 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:04:09.8608670Z 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:04:09.8609823Z 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:04:09.8611082Z 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:04:09.8612188Z 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:04:09.8613376Z 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:04:09.8614650Z 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:04:09.8615728Z 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:04:09.8616893Z 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:04:09.8618040Z 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:04:09.8619173Z 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:04:09.8620408Z 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:04:09.8621470Z 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:04:09.8622843Z 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:04:09.8623902Z 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:04:09.8625049Z 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:04:09.8626157Z 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:04:09.8627381Z 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:04:09.8628650Z 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:04:09.8629745Z 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:04:09.8630897Z 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:04:09.8632781Z 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:04:09.8633845Z 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:04:09.8635080Z 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:04:09.8636183Z 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:04:09.8637425Z 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:04:09.8638540Z 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:04:09.8639703Z 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:04:09.8640990Z 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:04:09.8642010Z 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:04:09.8643247Z 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:04:09.8644389Z 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:04:09.8645720Z 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:04:09.8646971Z 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:04:09.8648114Z 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:04:09.8649465Z 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:04:09.8650564Z 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:04:09.8651815Z 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:04:09.8653013Z 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:04:09.8654217Z 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:04:09.8655271Z 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:04:09.8656499Z 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:04:09.8657516Z 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:04:09.8658945Z 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:04:09.8659919Z 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:04:09.8661034Z 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:04:09.8662311Z 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:04:09.8663515Z 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:04:09.8664682Z 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:04:09.8665846Z 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:04:09.8667088Z 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:04:09.8668351Z 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:04:09.8669370Z 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:04:09.8670451Z 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:04:09.8671615Z 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:04:09.8672825Z 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:04:09.8674008Z 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:04:09.8675173Z 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:04:09.8676208Z 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:04:09.8677430Z 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:04:09.8678747Z 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:04:09.8679841Z 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:04:09.8681771Z 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:04:09.8682543Z 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:04:09.8683315Z 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:04:09.8684390Z 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:04:09.8685441Z 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:04:09.8686990Z 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:04:09.8688047Z 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:04:09.8689135Z 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:04:09.8690288Z 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:04:09.8691553Z 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:04:09.8692552Z 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:04:09.8693682Z 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:04:09.8694822Z 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:04:09.8696012Z 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:04:09.8697386Z 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:04:09.8698363Z 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:04:09.8699528Z 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:04:09.8700673Z 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:04:09.8702002Z 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:04:09.8703052Z 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:04:09.8705332Z 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:04:09.8706289Z 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:04:09.8707347Z 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:04:09.8708850Z 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:04:09.8710045Z 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:04:09.8711231Z 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:04:09.8712508Z 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:04:09.8713679Z 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:04:09.8714693Z 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:04:09.8715851Z 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:04:09.8717285Z 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:04:09.8718241Z 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:04:09.8719536Z 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:04:09.8720674Z 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:04:09.8721778Z 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:04:09.8722926Z 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:04:09.8724191Z 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:04:09.8725287Z 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:04:09.8726335Z 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:04:09.8727672Z 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:04:09.8728817Z 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:04:09.8730089Z 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:04:09.8731198Z 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:04:09.8732461Z 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:04:09.8733586Z 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:04:09.8734737Z 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:04:09.8735898Z 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:04:09.8737159Z 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:04:09.8738205Z 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:04:09.8739312Z 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:04:09.8740549Z 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:04:09.8741888Z 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:04:09.8743251Z 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:04:09.8744342Z 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:04:09.8745333Z 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:04:09.8746445Z 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:04:09.8747594Z 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:04:09.8748784Z 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:04:09.8749985Z 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:04:09.8751152Z 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:04:09.8752439Z 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:04:09.8753638Z 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:04:09.8754569Z 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:04:09.8755603Z 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:04:09.8756898Z 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:04:09.8758059Z 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:04:09.8759167Z 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:04:09.8760330Z 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:04:09.8761529Z 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:04:09.8762742Z 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:04:09.8763857Z 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:04:09.8765083Z 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:04:09.8766281Z 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:04:09.8767762Z 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:04:09.8768691Z 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:04:09.8769908Z 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:04:09.8771232Z 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:04:09.8772371Z 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:04:09.8773702Z 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:04:09.8774827Z 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:04:09.8775858Z 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:04:09.8777004Z 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:04:09.8778151Z 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:04:09.8779260Z 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:04:09.8780417Z 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:04:09.8781818Z 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:04:09.8782870Z 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:04:09.8784782Z 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:04:09.8785761Z 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:04:09.8786870Z 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:04:09.8788238Z 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:04:09.8789330Z 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:04:09.8790500Z 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:04:09.8791543Z 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:04:09.8792701Z 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:04:09.8793851Z 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:04:09.8795057Z 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:04:09.8796109Z 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:04:09.8797266Z 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:04:09.8798371Z 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:04:09.8799710Z 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:04:09.8800736Z 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:04:09.8801999Z 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:04:09.8803004Z 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:04:09.8804215Z 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:04:09.8805408Z 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:04:09.8806511Z 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:04:09.8808036Z 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:04:09.8809065Z 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:04:09.8810239Z 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:04:09.8811343Z 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:04:09.8812510Z 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:04:09.8813592Z 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:04:09.8814779Z 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:04:09.8815892Z 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:04:09.8817275Z 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:04:09.8818269Z 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:04:09.8819421Z 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:04:09.8820540Z 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:04:09.8821860Z 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:04:09.8822934Z 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:04:09.8824110Z 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:04:09.8825292Z 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:04:09.8826666Z 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:04:09.8827670Z 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:04:09.8828786Z 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:04:09.8830023Z 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:04:09.8831156Z 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:04:09.8832268Z 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:04:09.8833420Z 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:04:09.8834528Z 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:04:09.8835707Z 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:04:09.8836934Z 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:04:09.8838003Z 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:04:09.8839129Z 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:04:09.8840226Z 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:04:09.8842121Z 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:04:09.8842971Z 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:04:09.8844072Z 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:04:09.8845207Z 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:04:09.8846371Z 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:04:09.8847884Z 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:04:09.8849313Z 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:04:09.8850355Z 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:04:09.8851536Z 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:04:09.8852985Z 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:04:09.8853871Z 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:04:09.8855056Z 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:04:09.8856149Z 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:04:09.8857497Z 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:04:09.8858688Z 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:04:09.8862368Z 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:04:09.8863367Z 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:04:09.8864323Z 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:04:09.8865657Z 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:04:09.8866967Z 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:04:09.8868197Z 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:04:09.8869410Z 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:04:09.8870767Z 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:04:09.8872147Z 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:04:09.8873286Z 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:04:09.8874546Z 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:04:09.8876049Z 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:04:09.8877411Z 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:04:09.8878640Z 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:04:09.8880003Z 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:04:09.8881411Z 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:04:09.8882882Z 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:04:09.8884550Z 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:04:09.8885476Z 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:04:09.8886666Z 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:04:09.8887728Z 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:04:09.8888916Z 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:04:09.8890114Z 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:04:09.8891374Z 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:04:09.8892492Z 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:04:09.8893677Z 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:04:09.8894860Z 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:04:09.8896190Z 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:04:09.8897262Z 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:04:09.8898403Z 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:04:09.8899590Z 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:04:09.8901931Z 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:04:09.8902532Z 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:04:09.8903243Z 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:04:09.8904339Z 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:04:09.8905316Z 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:04:09.8906486Z 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:04:09.8907147Z 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:04:09.8908142Z 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:04:09.8909440Z 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:04:09.8910422Z 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:04:09.8911511Z 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:04:09.8912201Z 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:04:09.8913157Z 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:04:09.8913939Z 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:04:09.8914948Z 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:04:09.8915912Z 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:04:09.8916871Z 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:04:09.8917743Z 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:04:09.8918679Z 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:04:09.8919808Z 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:04:09.8920642Z 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:04:09.8921524Z 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:04:09.8922698Z 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:04:09.8923572Z 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:04:09.8924636Z 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:04:09.8925762Z 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:04:09.8926719Z 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:04:09.8927515Z 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:04:09.8928530Z 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:04:09.8929690Z 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:04:09.8930863Z 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:04:09.8931600Z 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:04:09.8932660Z 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:04:09.8934027Z 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:04:09.8934963Z 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:04:09.8935789Z 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:04:09.8936704Z 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:04:09.8937541Z 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:04:09.8938663Z 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:04:09.8939703Z 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:04:09.8940309Z 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:04:09.8941837Z 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:04:09.8942428Z 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:04:09.8943824Z 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:04:09.8944596Z 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:04:09.8945443Z 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:04:09.8946489Z 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:04:09.8947479Z 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:04:09.8948549Z 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:04:09.8949479Z 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:04:09.8950237Z 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:04:09.8951325Z 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:04:09.8952250Z 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:04:09.8953734Z 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:04:09.8954110Z 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:04:09.8955128Z 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:04:09.8956159Z 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:04:09.8957180Z 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:04:09.8958170Z 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:04:09.8959037Z 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:04:09.8959910Z 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:04:09.8960849Z 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:04:09.8962058Z 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:04:09.8963637Z 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:04:09.8964742Z 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:04:09.8965780Z 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:04:09.8966773Z 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:04:09.8967803Z 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:04:09.8969057Z 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:04:09.8970320Z 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:04:09.8971330Z 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:04:09.8972430Z 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:04:09.8973499Z 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:04:09.8974940Z 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:04:09.8975943Z 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:04:09.8977079Z 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:04:09.8978197Z 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:04:09.8979633Z 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:04:09.8980829Z 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:04:09.8981959Z 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:04:09.8983043Z 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:04:09.8984395Z 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:04:09.8985755Z 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:04:09.8986718Z 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:04:09.8987827Z 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:04:09.8989079Z 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:04:09.8990190Z 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:04:09.8991530Z 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:04:09.8992398Z 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:04:09.8993594Z 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:04:09.8994836Z 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:04:09.9011615Z 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:04:09.9012524Z 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:04:09.9013199Z 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:04:09.9013908Z 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:04:09.9014396Z 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:04:09.9015011Z 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:04:09.9015745Z 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:04:09.9016192Z 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:04:09.9016807Z 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:04:09.9017383Z 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:04:09.9017900Z 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:04:09.9018201Z 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:04:09.9018555Z 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:04:09.9018947Z 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:04:09.9019289Z 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:04:09.9019581Z 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:04:09.9020039Z 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:04:09.9020500Z 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:04:09.9020929Z 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:04:09.9021308Z 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:04:09.9021889Z 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:04:09.9022296Z 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:04:09.9022629Z 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:04:09.9022972Z 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:04:09.9023347Z 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:04:09.9024252Z 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:04:09.9024836Z 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:04:09.9025642Z 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:04:09.9026907Z 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:04:09.9027973Z 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:04:09.9029213Z 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:04:09.9030286Z 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:04:09.9031373Z 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:04:09.9032508Z 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:04:09.9033864Z 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:04:09.9034885Z 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:04:09.9035887Z 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:04:09.9037043Z 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:04:09.9038334Z 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:04:09.9039688Z 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:04:09.9040691Z 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:04:09.9041768Z 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:04:09.9043160Z 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:04:09.9044192Z 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:04:09.9045413Z 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:04:09.9046510Z 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:04:09.9047631Z 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:04:09.9048732Z 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:04:09.9049838Z 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:04:09.9051038Z 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:04:09.9052358Z 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:04:09.9053380Z 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:04:09.9054493Z 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:04:09.9055689Z 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:04:09.9057073Z 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:04:09.9058206Z 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:04:09.9059178Z 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:04:09.9060255Z 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:04:09.9061735Z 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:04:09.9063012Z 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:04:09.9064781Z 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:04:09.9065680Z 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:04:09.9067174Z 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:04:09.9068223Z 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:04:09.9069418Z 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:04:09.9070586Z 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:04:09.9071928Z 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:04:09.9072921Z 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:04:09.9073982Z 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:04:09.9075943Z 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:04:09.9076891Z 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:04:09.9078000Z 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:04:09.9079149Z 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:04:09.9080377Z 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:04:09.9081184Z 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:04:09.9082183Z 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:04:09.9082881Z 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:04:09.9084070Z 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:04:09.9084956Z 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:04:09.9085566Z 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:04:09.9086974Z 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:04:09.9087770Z 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:04:09.9089237Z 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:04:09.9090128Z 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:04:09.9090945Z 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:04:09.9092054Z 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:04:09.9092961Z 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:04:09.9093929Z 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:04:09.9094881Z 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:04:09.9096108Z 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:04:09.9096892Z 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:04:09.9098728Z 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:04:09.9099159Z 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:04:09.9099910Z 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:04:09.9100607Z 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:04:09.9101740Z 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:04:09.9102391Z 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:04:09.9103572Z 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:04:09.9104305Z 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:04:09.9105243Z 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:04:09.9106340Z 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:04:09.9107116Z 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:04:09.9108098Z 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:04:09.9109065Z 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:04:09.9110153Z 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:04:09.9111023Z 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:04:09.9112368Z 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:04:09.9113211Z 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:04:09.9113998Z 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:04:09.9115226Z 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:04:09.9115983Z 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:04:09.9116776Z 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:04:09.9117517Z 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:04:09.9118526Z 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:04:09.9119337Z 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:04:09.9120373Z 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:04:09.9121611Z 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:04:09.9122692Z 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:04:09.9123574Z 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:04:09.9124503Z 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:04:09.9125706Z 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:04:09.9126563Z 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:04:09.9127359Z 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:04:09.9128378Z 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:04:09.9130464Z 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:04:09.9130806Z 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:04:09.9131210Z 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:04:09.9131932Z 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:04:09.9133120Z 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:04:09.9133959Z 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:04:09.9134930Z 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:04:09.9135810Z 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:04:09.9136774Z 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:04:09.9137702Z 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:04:09.9139192Z 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:04:09.9139998Z 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:04:09.9140900Z 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:04:09.9142125Z 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:04:09.9142997Z 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:04:09.9144063Z 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:04:09.9145238Z 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:04:09.9146095Z 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:04:09.9146983Z 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:04:09.9147971Z 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:04:09.9148864Z 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:04:09.9149898Z 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:04:09.9150741Z 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:04:09.9151806Z 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:04:09.9152786Z 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:04:09.9153744Z 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:04:09.9154754Z 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:04:09.9155649Z 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:04:09.9156649Z 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:04:09.9157718Z 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:04:09.9158557Z 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:04:09.9159541Z 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:04:09.9160518Z 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:04:09.9161440Z 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:04:09.9162391Z 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:04:09.9163405Z 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:04:09.9164342Z 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:04:09.9165435Z 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:04:09.9166277Z 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:04:09.9167385Z 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:04:09.9168229Z 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:04:09.9169223Z 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:04:09.9170131Z 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:04:09.9171144Z 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:04:09.9172059Z 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:04:09.9173030Z 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:04:09.9173960Z 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:04:09.9174946Z 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:04:09.9175857Z 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:04:09.9176959Z 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:04:09.9177910Z 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:04:09.9178907Z 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:04:09.9179826Z 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:04:09.9180955Z 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:04:09.9181923Z 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:04:09.9183040Z 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:04:09.9183824Z 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:04:09.9184850Z 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:04:09.9185631Z 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:04:09.9186906Z 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:04:09.9187658Z 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:04:09.9189486Z 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:04:09.9189980Z 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:04:09.9191476Z 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:04:09.9191857Z 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:04:09.9192725Z 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:04:09.9193540Z 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:04:09.9194046Z 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:04:09.9195032Z 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:04:09.9195680Z 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:04:09.9196955Z 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:04:09.9197611Z 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:04:09.9198312Z 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:04:09.9199538Z 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:04:09.9200560Z 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:04:09.9201207Z 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:04:09.9201896Z 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:04:09.9202913Z 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:04:09.9204086Z 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:04:09.9204979Z 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:04:09.9206209Z 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:04:09.9207302Z 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:04:09.9208410Z 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:04:09.9209473Z 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:04:09.9210732Z 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:04:09.9212077Z 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:04:09.9213250Z 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:04:09.9214335Z 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:04:09.9215610Z 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:04:09.9216766Z 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:04:09.9217736Z 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:04:09.9218812Z 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:04:09.9220182Z 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:04:09.9221288Z 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:04:09.9222724Z 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:04:09.9224818Z 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:04:09.9225732Z 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:04:09.9226750Z 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:04:09.9228083Z 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:04:09.9229214Z 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:04:09.9230445Z 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:04:09.9231604Z 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:04:09.9232661Z 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:04:09.9233748Z 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:04:09.9235270Z 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:04:09.9236176Z 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:04:09.9237474Z 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:04:09.9238615Z 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:04:09.9239728Z 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:04:09.9240941Z 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:04:09.9242116Z 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:04:09.9243173Z 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:04:09.9244341Z 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:04:09.9245547Z 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:04:09.9246706Z 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:04:09.9247923Z 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:04:09.9249148Z 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:04:09.9250163Z 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:04:09.9251536Z 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:04:09.9252615Z 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:04:09.9253797Z 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:04:09.9255066Z 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:04:09.9256215Z 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:04:09.9257424Z 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:04:09.9258567Z 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:04:09.9259918Z 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:04:09.9260973Z 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:04:09.9262407Z 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:04:09.9263495Z 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:04:09.9264641Z 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:04:09.9266057Z 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:04:09.9267038Z 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:04:09.9268218Z 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:04:09.9269177Z 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:04:09.9270611Z 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:04:09.9271680Z 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:04:09.9272893Z 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:04:09.9273931Z 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:04:09.9275786Z 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:04:09.9276785Z 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:04:09.9278009Z 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:04:09.9278961Z 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:04:09.9280356Z 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:04:09.9281579Z 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:04:09.9282664Z 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:04:09.9283915Z 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:04:09.9285192Z 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:04:09.9286276Z 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:04:09.9287445Z 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:04:09.9288610Z 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:04:09.9290097Z 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:04:09.9290955Z 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:04:09.9292286Z 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:04:09.9293507Z 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:04:09.9294643Z 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:04:09.9295912Z 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:04:09.9297117Z 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:04:09.9298220Z 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:04:09.9299487Z 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:04:09.9300683Z 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:04:09.9301870Z 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:04:09.9303683Z 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:04:09.9304415Z 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:04:09.9305526Z 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:04:09.9306563Z 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:04:09.9307915Z 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:04:09.9309005Z 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:04:09.9310081Z 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:04:09.9311456Z 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:04:09.9312563Z 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:04:09.9313583Z 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:04:09.9314858Z 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:04:09.9316111Z 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:04:09.9317173Z 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:04:09.9318227Z 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:04:09.9319507Z 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:04:09.9320766Z 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:04:09.9321822Z 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:04:09.9322914Z 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:04:09.9324343Z 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:04:09.9325452Z 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:04:09.9326622Z 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:04:09.9327870Z 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:04:09.9329043Z 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:04:09.9330388Z 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:04:09.9331224Z 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:04:09.9341033Z 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:04:09.9341910Z 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:04:09.9343143Z 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:04:09.9344365Z 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:04:09.9345477Z 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:04:09.9346639Z 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:04:09.9347812Z 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:04:09.9348912Z 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:04:09.9350277Z 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:04:09.9351243Z 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:04:09.9352451Z 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:04:09.9353686Z 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:04:09.9354853Z 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:04:09.9355936Z 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:04:09.9357072Z 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:04:09.9358161Z 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:04:09.9360202Z 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:04:09.9360908Z 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:04:09.9362067Z 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:04:09.9362868Z 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:04:09.9364355Z 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:04:09.9365271Z 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:04:09.9366641Z 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:04:09.9367704Z 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:04:09.9368730Z 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:04:09.9369855Z 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:04:09.9371011Z 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:04:09.9372298Z 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:04:09.9373425Z 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:04:09.9374494Z 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:04:09.9375790Z 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:04:09.9376864Z 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:04:09.9377899Z 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:04:09.9379231Z 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:04:09.9380413Z 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:04:09.9382501Z 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:04:09.9383106Z 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:04:09.9384190Z 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:04:09.9385267Z 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:04:09.9386379Z 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:04:09.9387438Z 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:04:09.9388763Z 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:04:09.9389860Z 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:04:09.9390991Z 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:04:09.9392296Z 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:04:09.9393427Z 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:04:09.9394484Z 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:04:09.9395701Z 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:04:09.9396652Z 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:04:09.9397948Z 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:04:09.9398974Z 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:04:09.9400208Z 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:04:09.9401296Z 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:04:09.9402783Z 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:04:09.9403727Z 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:04:09.9404981Z 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:04:09.9405986Z 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:04:09.9407413Z 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:04:09.9408419Z 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:04:09.9409550Z 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:04:09.9410761Z 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:04:09.9411817Z 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:04:09.9412886Z 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:04:09.9414073Z 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:04:09.9415146Z 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:04:09.9416371Z 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:04:09.9417594Z 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:04:09.9418717Z 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:04:09.9420013Z 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:04:09.9421297Z 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:04:09.9422400Z 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:04:09.9424521Z 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:04:09.9425544Z 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:04:09.9426745Z 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:04:09.9427999Z 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:04:09.9429070Z 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:04:09.9430191Z 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:04:09.9432291Z 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:04:09.9432760Z 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:04:09.9433407Z 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:04:09.9434857Z 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:04:09.9435584Z 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:04:09.9436450Z 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:04:09.9437381Z 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:04:09.9438305Z 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:04:09.9439205Z 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:04:09.9440192Z 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:04:09.9441089Z 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:04:09.9442060Z 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:04:09.9443024Z 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:04:09.9444190Z 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:04:09.9445256Z 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:04:09.9446101Z 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:04:09.9447028Z 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:04:09.9448006Z 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:04:09.9448896Z 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:04:09.9449870Z 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:04:09.9450883Z 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:04:09.9451980Z 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:04:09.9452838Z 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:04:09.9453898Z 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:04:09.9454705Z 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:04:09.9455920Z 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:04:09.9456700Z 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:04:09.9457690Z 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:04:09.9458936Z 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:04:09.9459808Z 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:04:09.9460790Z 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:04:09.9461978Z 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:04:09.9462961Z 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:04:09.9463911Z 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:04:09.9464753Z 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:04:09.9465845Z 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:04:09.9466742Z 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:04:09.9467535Z 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:04:09.9468543Z 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:04:09.9469528Z 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:04:09.9470563Z 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:04:09.9471428Z 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:04:09.9472493Z 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:04:09.9473861Z 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:04:09.9474611Z 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:04:09.9475400Z 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:04:09.9476155Z 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:04:09.9477092Z 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:04:09.9478087Z 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:04:09.9478889Z 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:04:09.9479871Z 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:04:09.9480811Z 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:04:09.9481678Z 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:04:09.9482649Z 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:04:09.9483552Z 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:04:09.9484475Z 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:04:09.9485357Z 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:04:09.9486405Z 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:04:09.9487376Z 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:04:09.9488293Z 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:04:09.9489368Z 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:04:09.9490257Z 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:04:09.9491292Z 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:04:09.9492308Z 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:04:09.9493102Z 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:04:09.9494127Z 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:04:09.9494931Z 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:04:09.9496543Z 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:04:09.9497660Z 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:04:09.9498453Z 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:04:09.9499605Z 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:04:09.9500422Z 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:04:09.9501795Z 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:04:09.9502733Z 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:04:09.9503784Z 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:04:09.9504754Z 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:04:09.9505724Z 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:04:09.9506757Z 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:04:09.9507960Z 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:04:09.9509060Z 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:04:09.9509866Z 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:04:09.9510813Z 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:04:09.9511542Z 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:04:09.9512784Z 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:04:09.9513472Z 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:04:09.9514466Z 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:04:09.9515416Z 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:04:09.9516519Z 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:04:09.9517304Z 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:04:09.9518191Z 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:04:09.9519124Z 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:04:09.9519886Z 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:04:09.9521341Z 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:04:09.9522012Z 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:04:09.9522727Z 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:04:09.9523770Z 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:04:09.9524553Z 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:04:09.9525502Z 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:04:09.9526194Z 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:04:09.9527237Z 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:04:09.9528152Z 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:04:09.9528801Z 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:04:09.9530166Z 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:04:09.9530922Z 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:04:09.9532143Z 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:04:09.9533185Z 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:04:09.9534259Z 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:04:09.9535247Z 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:04:09.9536759Z 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:04:09.9537307Z 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:04:09.9538572Z 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:04:09.9539499Z 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:04:09.9540917Z 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:04:09.9541985Z 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:04:09.9543097Z 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:04:09.9544023Z 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:04:09.9545595Z 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:04:09.9546320Z 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:04:09.9547354Z 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:04:09.9548452Z 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:04:09.9549804Z 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:04:09.9550492Z 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:04:09.9551706Z 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:04:09.9552584Z 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:04:09.9553906Z 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:04:09.9555334Z 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:04:09.9555893Z 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:04:09.9556690Z 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:04:09.9558058Z 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:04:09.9558819Z 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:04:09.9559563Z 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:04:09.9561268Z 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:04:09.9562013Z 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:04:09.9563234Z 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:04:09.9564075Z 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:04:09.9564891Z 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:04:09.9566026Z 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:04:09.9566723Z 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:04:09.9567975Z 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:04:09.9568836Z 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:04:09.9569619Z 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:04:09.9570530Z 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:04:09.9571552Z 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:04:09.9572619Z 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:04:09.9573595Z 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:04:09.9574407Z 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:04:09.9575506Z 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:04:09.9576348Z 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:04:09.9577275Z 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:04:09.9578296Z 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:04:09.9579125Z 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:04:09.9580233Z 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:04:09.9581036Z 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:04:09.9582146Z 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:04:09.9582879Z 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:04:09.9584673Z 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:04:09.9585286Z 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:04:09.9586359Z 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:04:09.9587102Z 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:04:09.9588369Z 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:04:09.9589308Z 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:04:09.9590681Z 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:04:09.9591298Z 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:04:09.9593007Z 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:04:09.9594038Z 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:04:09.9595124Z 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:04:09.9596066Z 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:04:09.9596612Z 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:04:09.9597744Z 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:04:09.9599296Z 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:04:09.9599798Z 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:04:09.9600299Z 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:04:09.9601018Z 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:04:09.9601757Z 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:04:09.9602948Z 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:04:09.9604272Z 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:04:09.9605156Z 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:04:09.9605944Z 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:04:09.9607280Z 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:04:09.9608038Z 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:04:09.9608660Z 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:04:09.9609796Z 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:04:09.9611209Z 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:04:09.9612160Z 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:04:09.9612942Z 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:04:09.9613635Z 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:04:09.9614527Z 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:04:09.9615358Z 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:04:09.9616124Z 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:04:09.9617042Z 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:04:09.9617911Z 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:04:09.9618843Z 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:04:09.9620444Z 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:04:09.9621301Z 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:04:09.9622220Z 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:04:09.9623505Z 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:04:09.9624141Z 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:04:09.9626168Z 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:04:09.9626835Z 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:04:09.9627822Z 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:04:09.9630918Z 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:04:09.9631735Z 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:04:09.9632802Z 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:04:09.9633642Z 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:04:09.9634593Z 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:04:09.9635551Z 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:04:09.9636876Z 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:04:09.9637641Z 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:04:09.9638626Z 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:04:09.9639696Z 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:04:09.9640375Z 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:04:09.9641202Z 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:04:09.9642203Z 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:04:09.9643015Z 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:04:09.9643981Z 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:04:09.9644759Z 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:04:09.9645805Z 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:04:09.9646902Z 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:04:09.9647776Z 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:04:09.9648658Z 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:04:09.9649747Z 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:04:09.9651008Z 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:04:09.9652262Z 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:04:09.9653356Z 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:04:09.9654341Z 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:04:09.9655805Z 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:04:09.9657008Z 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:04:09.9657894Z 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:04:09.9658994Z 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:04:09.9660464Z 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:04:09.9661372Z 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:04:09.9662676Z 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:04:09.9663887Z 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:04:09.9665332Z 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:04:09.9666427Z 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:04:09.9667511Z 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:04:09.9668545Z 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:04:09.9669747Z 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:04:09.9670845Z 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:04:09.9671897Z 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:04:09.9673169Z 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:04:09.9674457Z 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:04:09.9675640Z 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:04:09.9676666Z 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:04:09.9677748Z 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:04:09.9678949Z 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:04:09.9680269Z 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:04:09.9681315Z 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:04:09.9682549Z 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:04:09.9683743Z 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:04:09.9684814Z 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:04:09.9686006Z 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:04:09.9687113Z 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:04:09.9688450Z 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:04:09.9689658Z 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:04:09.9690927Z 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:04:09.9692042Z 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:04:09.9693195Z 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:04:09.9694320Z 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:04:09.9696304Z 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:04:09.9697270Z 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:04:09.9698321Z 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:04:09.9699845Z 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:04:09.9700986Z 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:04:09.9702243Z 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:04:09.9703501Z 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:04:09.9705431Z 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:04:09.9706478Z 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:04:09.9707516Z 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:04:09.9708587Z 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:04:09.9709997Z 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:04:09.9711113Z 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:04:09.9712223Z 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:04:09.9713392Z 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:04:09.9714653Z 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:04:09.9715754Z 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:04:09.9716923Z 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:04:09.9718052Z 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:04:09.9719209Z 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:04:09.9720340Z 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:04:09.9721465Z 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:04:09.9722684Z 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:04:09.9723829Z 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:04:09.9724978Z 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:04:09.9726173Z 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:04:09.9727378Z 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:04:09.9728492Z 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:04:09.9729624Z 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:04:09.9730770Z 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:04:09.9731948Z 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:04:09.9733096Z 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:04:09.9734281Z 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:04:09.9735451Z 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:04:09.9736596Z 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:04:09.9737978Z 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:04:09.9738968Z 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:04:09.9740201Z 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:04:09.9741458Z 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:04:09.9742857Z 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:04:09.9743979Z 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:04:09.9745138Z 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:04:09.9746323Z 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:04:09.9747662Z 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:04:09.9749046Z 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:04:09.9750091Z 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:04:09.9751045Z 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:04:09.9752262Z 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:04:09.9753561Z 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:04:09.9754716Z 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:04:09.9755967Z 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:04:09.9757002Z 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:04:09.9758081Z 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:04:09.9759385Z 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:04:09.9760699Z 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:04:09.9761816Z 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:04:09.9763005Z 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:04:09.9764266Z 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:04:09.9765259Z 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:04:09.9766529Z 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:04:09.9767660Z 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:04:09.9769095Z 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:04:09.9770840Z 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:04:09.9771405Z 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:04:09.9772757Z 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:04:09.9774207Z 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:04:09.9775339Z 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:04:09.9776357Z 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:04:09.9777477Z 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:04:09.9778471Z 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:04:09.9779721Z 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:04:09.9780886Z 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:04:09.9782874Z 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:04:09.9783750Z 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:04:09.9784911Z 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:04:09.9785803Z 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:04:09.9786806Z 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:04:09.9787906Z 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:04:09.9789243Z 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:04:09.9790391Z 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:04:09.9791534Z 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:04:09.9792845Z 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:04:09.9793951Z 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:04:09.9795207Z 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:04:09.9796413Z 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:04:09.9797477Z 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:04:09.9798690Z 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:04:09.9799856Z 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:04:09.9800950Z 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:04:09.9802138Z 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:04:09.9803371Z 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:04:09.9804554Z 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:04:09.9805819Z 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:04:09.9807062Z 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:04:09.9808175Z 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:04:09.9809458Z 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:04:09.9810571Z 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:04:09.9811655Z 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:04:09.9812677Z 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:04:09.9813851Z 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:04:09.9814976Z 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:04:09.9816395Z 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:04:09.9817380Z 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:04:09.9818555Z 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:04:09.9819713Z 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:04:09.9821395Z 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:04:09.9822893Z 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:04:09.9823956Z 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:04:09.9825148Z 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:04:09.9826282Z 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:04:09.9827647Z 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:04:09.9828773Z 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:04:09.9829911Z 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:04:09.9831085Z 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:04:09.9832193Z 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:04:09.9833381Z 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:04:09.9834740Z 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:04:09.9835838Z 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:04:09.9836984Z 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:04:09.9838169Z 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:04:09.9839652Z 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:04:09.9840626Z 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:04:09.9841793Z 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:04:09.9842998Z 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:04:09.9844187Z 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:04:09.9845425Z 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:04:09.9846712Z 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:04:09.9847779Z 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:04:09.9849690Z 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:04:09.9850854Z 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:04:09.9851911Z 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:04:09.9853615Z 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:04:09.9854440Z 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:04:09.9855589Z 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:04:09.9856622Z 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:04:09.9857816Z 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:04:09.9859783Z 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:04:09.9860490Z 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:04:09.9861371Z 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:04:09.9862823Z 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:04:09.9864690Z 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:04:09.9866006Z 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:04:09.9867034Z 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:04:09.9868209Z 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:04:09.9869327Z 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:04:09.9870194Z 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:04:09.9871003Z 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:04:09.9871929Z 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:04:09.9872931Z 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:04:09.9873879Z 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:04:09.9875495Z 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:04:09.9876408Z 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:04:09.9876780Z 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:04:09.9877661Z 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:04:09.9878842Z 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:04:09.9879640Z 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:04:09.9880667Z 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:04:09.9881463Z 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:04:09.9882944Z 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:04:09.9884094Z 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:04:09.9885077Z 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:04:09.9886105Z 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:04:09.9888244Z 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:04:09.9888584Z 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:04:09.9889169Z 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:04:09.9889888Z 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:04:09.9891337Z 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:04:09.9892245Z 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:04:09.9893523Z 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:04:09.9894265Z 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:04:09.9895774Z 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:04:09.9896779Z 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:04:09.9897801Z 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:04:09.9898976Z 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:04:09.9900330Z 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:04:09.9901768Z 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:04:09.9902794Z 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:04:09.9903931Z 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:04:09.9905176Z 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:04:09.9906304Z 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:04:09.9907433Z 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:04:09.9908557Z 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:04:09.9910728Z 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:04:09.9911227Z 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:04:09.9911971Z 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:04:09.9912825Z 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:04:09.9913988Z 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:04:09.9914724Z 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:04:09.9915707Z 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:04:09.9916729Z 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:04:09.9918254Z 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:04:09.9919225Z 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:04:09.9920677Z 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:04:09.9921662Z 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:04:09.9922680Z 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:04:09.9923797Z 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:04:09.9924665Z 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:04:09.9925943Z 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:04:09.9926899Z 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:04:09.9927953Z 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:04:09.9928894Z 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:04:09.9932802Z 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:04:09.9933722Z 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:04:09.9935057Z 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:04:09.9935856Z 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:04:09.9936873Z 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:04:09.9937814Z 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:04:09.9938985Z 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:04:09.9939922Z 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:04:09.9940868Z 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:04:09.9942330Z 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:04:09.9943679Z 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:04:09.9944106Z 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:04:09.9944858Z 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:04:09.9945414Z 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:04:09.9946295Z 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:04:09.9947248Z 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:04:09.9948826Z 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:04:09.9949504Z 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:04:09.9950437Z 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:04:09.9951494Z 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:04:09.9952157Z 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:04:09.9953177Z 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:04:09.9954011Z 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:04:09.9955063Z 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:04:09.9956090Z 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:04:09.9957092Z 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:04:09.9958042Z 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:04:09.9959084Z 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:04:09.9960306Z 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:04:09.9961139Z 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:04:09.9962063Z 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:04:09.9963003Z 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:04:09.9963971Z 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:04:09.9965040Z 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:04:09.9966056Z 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:04:09.9966961Z 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:04:09.9968004Z 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:04:09.9968538Z 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:04:09.9970022Z 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:04:09.9970770Z 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:04:09.9971762Z 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:04:09.9973811Z 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:04:09.9974214Z 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:04:09.9974666Z 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:04:09.9975754Z 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:04:09.9976429Z 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:04:09.9977322Z 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:04:09.9978151Z 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:04:09.9978985Z 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:04:09.9980118Z 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:04:09.9980874Z 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:04:09.9982017Z 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:04:09.9983851Z 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:04:09.9984394Z 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:04:09.9985285Z 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:04:09.9986732Z 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:04:09.9987275Z 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:04:09.9988942Z 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:04:09.9989939Z 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:04:09.9990963Z 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:04:09.9992062Z 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:04:09.9993233Z 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:04:09.9994485Z 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:04:09.9995554Z 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:04:09.9996796Z 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:04:09.9997865Z 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:04:09.9999154Z 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:04:10.0000318Z 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:04:10.0001522Z 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:04:10.0002662Z 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:04:10.0003781Z 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:04:10.0004895Z 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:04:10.0006162Z 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:04:10.0007360Z 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:04:10.0008534Z 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:04:10.0009742Z 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:04:10.0010911Z 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:04:10.0011997Z 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:04:10.0013366Z 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:04:10.0014369Z 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:04:10.0015475Z 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:04:10.0016635Z 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:04:10.0017984Z 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:04:10.0019059Z 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:04:10.0020187Z 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:04:10.0021397Z 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:04:10.0022844Z 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:04:10.0024142Z 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:04:10.0025192Z 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:04:10.0026241Z 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:04:10.0027394Z 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:04:10.0028502Z 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:04:10.0029731Z 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:04:10.0030834Z 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:04:10.0032114Z 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:04:10.0033244Z 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:04:10.0034411Z 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:04:10.0035632Z 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:04:10.0036855Z 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:04:10.0038008Z 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:04:10.0039117Z 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:04:10.0040243Z 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:04:10.0041474Z 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:04:10.0042805Z 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:04:10.0043909Z 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:04:10.0045112Z 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:04:10.0046273Z 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:04:10.0047318Z 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:04:10.0048623Z 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:04:10.0050006Z 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:04:10.0051125Z 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:04:10.0052304Z 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:04:10.0053508Z 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:04:10.0054794Z 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:04:10.0055925Z 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:04:10.0057092Z 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:04:10.0058298Z 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:04:10.0059393Z 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:04:10.0060534Z 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:04:10.0062423Z 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:04:10.0063661Z 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:04:10.0064834Z 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:04:10.0066136Z 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:04:10.0067461Z 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:04:10.0068667Z 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:04:10.0069756Z 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:04:10.0070906Z 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:04:10.0072148Z 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:04:10.0073509Z 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:04:10.0074556Z 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:04:10.0075725Z 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:04:10.0076898Z 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:04:10.0078045Z 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:04:10.0079217Z 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:04:10.0080334Z 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:04:10.0081528Z 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:04:10.0082727Z 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:04:10.0083855Z 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:04:10.0085135Z 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:04:10.0086215Z 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:04:10.0087360Z 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:04:10.0088489Z 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:04:10.0089600Z 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:04:10.0091000Z 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:04:10.0092393Z 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:04:10.0093495Z 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:04:10.0094628Z 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:04:10.0095786Z 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:04:10.0096869Z 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:04:10.0098162Z 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:04:10.0099343Z 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:04:10.0100385Z 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:04:10.0101755Z 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:04:10.0102801Z 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:04:10.0103973Z 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:04:10.0105146Z 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:04:10.0106394Z 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:04:10.0107608Z 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:04:10.0108825Z 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:04:10.0110013Z 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:04:10.0111088Z 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:04:10.0112458Z 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:04:10.0113469Z 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:04:10.0114680Z 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:04:10.0115867Z 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:04:10.0117102Z 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:04:10.0118032Z 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:04:10.0119432Z 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:04:10.0120769Z 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:04:10.0121712Z 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:04:10.0122930Z 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:04:10.0124051Z 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:04:10.0125297Z 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:04:10.0126483Z 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:04:10.0127650Z 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:04:10.0128869Z 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:04:10.0130426Z 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:04:10.0131205Z 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:04:10.0132981Z 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:04:10.0133802Z 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:04:10.0134660Z 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:04:10.0135997Z 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:04:10.0136968Z 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:04:10.0138889Z 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:04:10.0140164Z 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:04:10.0141154Z 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:04:10.0142456Z 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:04:10.0143783Z 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:04:10.0144716Z 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:04:10.0145893Z 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:04:10.0147038Z 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:04:10.0148396Z 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:04:10.0149360Z 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:04:10.0150524Z 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:04:10.0151682Z 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:04:10.0152805Z 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:04:10.0153941Z 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:04:10.0155083Z 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:04:10.0156748Z 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:04:10.0158132Z 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:04:10.0159077Z 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:04:10.0160230Z 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:04:10.0161405Z 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:04:10.0162733Z 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:04:10.0163832Z 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:04:10.0164986Z 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:04:10.0166102Z 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:04:10.0167620Z 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:04:10.0168546Z 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:04:10.0169777Z 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:04:10.0170839Z 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:04:10.0172253Z 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:04:10.0173207Z 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:04:10.0174579Z 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:04:10.0175979Z 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:04:10.0176952Z 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:04:10.0178032Z 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:04:10.0179314Z 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:04:10.0180407Z 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:04:10.0181630Z 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:04:10.0182705Z 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:04:10.0184821Z 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:04:10.0185949Z 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:04:10.0186985Z 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:04:10.0188178Z 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:04:10.0189417Z 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:04:10.0190533Z 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:04:10.0191698Z 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:04:10.0192795Z 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:04:10.0194111Z 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:04:10.0195091Z 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:04:10.0196193Z 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:04:10.0197310Z 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:04:10.0198444Z 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:04:10.0199569Z 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:04:10.0200799Z 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:04:10.0201844Z 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:04:10.0203143Z 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:04:10.0204266Z 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:04:10.0205567Z 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:04:10.0206775Z 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:04:10.0207839Z 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:04:10.0209049Z 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:04:10.0210234Z 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:04:10.0211229Z 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:04:10.0212646Z 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:04:10.0213711Z 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:04:10.0215398Z 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:04:10.0216566Z 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:04:10.0217666Z 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:04:10.0218788Z 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:04:10.0219836Z 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:04:10.0222058Z 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:04:10.0223364Z 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:04:10.0224363Z 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:04:10.0229708Z 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:04:10.0230351Z 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:04:10.0231527Z 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:04:10.0232658Z 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:04:10.0233909Z 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:04:10.0234992Z 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:04:10.0236387Z 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:04:10.0237418Z 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:04:10.0238629Z 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:04:10.0239672Z 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:04:10.0240912Z 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:04:10.0242055Z 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:04:10.0243301Z 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:04:10.0244655Z 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:04:10.0245623Z 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:04:10.0247018Z 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:04:10.0248222Z 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:04:10.0249239Z 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:04:10.0250275Z 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:04:10.0251447Z 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:04:10.0252652Z 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:04:10.0253792Z 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:04:10.0254924Z 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:04:10.0256098Z 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:04:10.0257589Z 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:04:10.0258607Z 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:04:10.0259695Z 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:04:10.0260992Z 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:04:10.0262374Z 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:04:10.0263619Z 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:04:10.0264920Z 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:04:10.0266863Z 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:04:10.0268138Z 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:04:10.0269351Z 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:04:10.0270584Z 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:04:10.0271904Z 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:04:10.0273054Z 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:04:10.0274036Z 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:04:10.0275126Z 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:04:10.0276464Z 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:04:10.0277448Z 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:04:10.0278644Z 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:04:10.0279928Z 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:04:10.0281360Z 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:04:10.0282525Z 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:04:10.0283652Z 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:04:10.0284831Z 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:04:10.0286004Z 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:04:10.0287185Z 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:04:10.0288442Z 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:04:10.0289808Z 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:04:10.0290878Z 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:04:10.0292011Z 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:04:10.0293279Z 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:04:10.0294704Z 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:04:10.0295763Z 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:04:10.0297467Z 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:04:10.0298635Z 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:04:10.0300105Z 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:04:10.0301317Z 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:04:10.0302492Z 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:04:10.0304654Z 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:04:10.0305618Z 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:04:10.0306763Z 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:04:10.0307842Z 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:04:10.0308965Z 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:04:10.0310397Z 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:04:10.0311418Z 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:04:10.0312698Z 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:04:10.0313867Z 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:04:10.0315071Z 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:04:10.0316137Z 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:04:10.0317268Z 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:04:10.0318477Z 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:04:10.0319491Z 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:04:10.0320613Z 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:04:10.0321847Z 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:04:10.0323210Z 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:04:10.0324978Z 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:04:10.0325539Z 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:04:10.0326519Z 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:04:10.0327665Z 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:04:10.0328856Z 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:04:10.0330039Z 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:04:10.0331240Z 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:04:10.0332326Z 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:04:10.0333664Z 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:04:10.0334754Z 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:04:10.0335936Z 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:04:10.0337083Z 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:04:10.0338370Z 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:04:10.0339440Z 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:04:10.0340701Z 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:04:10.0342014Z 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:04:10.0343349Z 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:04:10.0344453Z 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:04:10.0345619Z 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:04:10.0346777Z 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:04:10.0348240Z 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:04:10.0349245Z 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:04:10.0350310Z 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:04:10.0351545Z 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:04:10.0352837Z 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:04:10.0353971Z 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:04:10.0355090Z 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:04:10.0356371Z 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:04:10.0357547Z 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:04:10.0358790Z 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:04:10.0360068Z 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:04:10.0361202Z 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:04:10.0362484Z 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:04:10.0363480Z 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:04:10.0364890Z 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:04:10.0366235Z 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:04:10.0368137Z 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:04:10.0368731Z 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:04:10.0369680Z 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:04:10.0370753Z 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:04:10.0371868Z 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:04:10.0373101Z 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:04:10.0374645Z 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:04:10.0375900Z 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:04:10.0376996Z 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:04:10.0378545Z 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:04:10.0379703Z 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:04:10.0380750Z 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:04:10.0382322Z 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:04:10.0383479Z 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:04:10.0384798Z 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:04:10.0385796Z 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:04:10.0386863Z 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:04:10.0388066Z 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:04:10.0389135Z 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:04:10.0390429Z 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:04:10.0391626Z 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:04:10.0392650Z 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:04:10.0393797Z 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:04:10.0394916Z 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:04:10.0396038Z 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:04:10.0397308Z 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:04:10.0398359Z 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:04:10.0399502Z 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:04:10.0400606Z 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:04:10.0401730Z 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:04:10.0403075Z 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:04:10.0404116Z 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:04:10.0405280Z 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:04:10.0406411Z 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:04:10.0407537Z 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:04:10.0408809Z 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:04:10.0409901Z 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:04:10.0411018Z 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:04:10.0412123Z 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:04:10.0413413Z 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:04:10.0414543Z 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:04:10.0415829Z 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:04:10.0417132Z 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:04:10.0418069Z 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:04:10.0419138Z 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:04:10.0420392Z 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:04:10.0421926Z 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:04:10.0423096Z 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:04:10.0424283Z 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:04:10.0425481Z 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:04:10.0426529Z 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:04:10.0427863Z 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:04:10.0429020Z 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:04:10.0429887Z 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:04:10.0431060Z 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:04:10.0432506Z 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:04:10.0433569Z 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:04:10.0434906Z 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:04:10.0435797Z 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:04:10.0436821Z 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:04:10.0438087Z 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:04:10.0439142Z 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:04:10.0440260Z 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:04:10.0441438Z 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:04:10.0442697Z 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:04:10.0443820Z 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:04:10.0445025Z 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:04:10.0446051Z 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:04:10.0447202Z 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:04:10.0448537Z 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:04:10.0450067Z 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:04:10.0451244Z 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:04:10.0452445Z 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:04:10.0453575Z 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:04:10.0454650Z 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:04:10.0455940Z 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:04:10.0457157Z 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:04:10.0458225Z 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:04:10.0459250Z 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:04:10.0460406Z 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:04:10.0461782Z 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:04:10.0462954Z 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:04:10.0464144Z 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:04:10.0465175Z 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:04:10.0466325Z 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:04:10.0467697Z 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:04:10.0468714Z 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:04:10.0469790Z 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:04:10.0470938Z 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:04:10.0472246Z 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:04:10.0473315Z 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:04:10.0474461Z 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:04:10.0475603Z 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:04:10.0476712Z 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:04:10.0477848Z 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:04:10.0479002Z 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:04:10.0480201Z 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:04:10.0481337Z 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:04:10.0482531Z 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:04:10.0483948Z 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:04:10.0484981Z 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:04:10.0486074Z 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:04:10.0487373Z 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:04:10.0488576Z 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:04:10.0489572Z 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:04:10.0490726Z 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:04:10.0491810Z 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:04:10.0492958Z 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:04:10.0494058Z 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:04:10.0495312Z 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:04:10.0496399Z 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:04:10.0497540Z 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:04:10.0498785Z 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:04:10.0499819Z 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:04:10.0501123Z 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:04:10.0502464Z 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:04:10.0503586Z 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:04:10.0504761Z 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:04:10.0505860Z 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:04:10.0507162Z 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:04:10.0508198Z 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:04:10.0509336Z 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:04:10.0510503Z 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:04:10.0511784Z 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:04:10.0512858Z 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:04:10.0513971Z 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:04:10.0515079Z 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:04:10.0516254Z 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:04:10.0518358Z 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:04:10.0519530Z 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:04:10.0520603Z 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:04:10.0521818Z 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:04:10.0523051Z 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:04:10.0524306Z 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:04:10.0529509Z 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:04:10.0530520Z 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:04:10.0531589Z 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:04:10.0532746Z 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:04:10.0533947Z 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:04:10.0535048Z 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:04:10.0536282Z 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:04:10.0537649Z 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:04:10.0538725Z 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:04:10.0539856Z 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:04:10.0540990Z 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:04:10.0542578Z 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:04:10.0544706Z 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:04:10.0545798Z 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:04:10.0547097Z 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:04:10.0548377Z 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:04:10.0549431Z 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:04:10.0550534Z 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:04:10.0551682Z 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:04:10.0552992Z 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:04:10.0554113Z 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:04:10.0555189Z 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:04:10.0556379Z 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:04:10.0557681Z 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:04:10.0558707Z 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:04:10.0559835Z 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:04:10.0561017Z 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:04:10.0562379Z 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:04:10.0563463Z 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:04:10.0564624Z 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:04:10.0565812Z 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:04:10.0567090Z 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:04:10.0568151Z 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:04:10.0569283Z 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:04:10.0570447Z 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:04:10.0571727Z 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:04:10.0572859Z 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:04:10.0574014Z 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:04:10.0575177Z 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:04:10.0576795Z 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:04:10.0578123Z 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:04:10.0579179Z 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:04:10.0580560Z 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:04:10.0581692Z 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:04:10.0582933Z 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:04:10.0584015Z 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:04:10.0585385Z 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:04:10.0586485Z 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:04:10.0588335Z 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:04:10.0589337Z 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:04:10.0590687Z 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:04:10.0591733Z 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:04:10.0592880Z 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:04:10.0594043Z 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:04:10.0595275Z 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:04:10.0596455Z 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:04:10.0598488Z 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:04:10.0599404Z 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:04:10.0600389Z 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:04:10.0601564Z 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:04:10.0603881Z 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:04:10.0604284Z 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:04:10.0605172Z 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:04:10.0605762Z 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:04:10.0607512Z 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:04:10.0608701Z 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:04:10.0609764Z 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:04:10.0610560Z 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:04:10.0611550Z 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:04:10.0612500Z 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:04:10.0613519Z 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:04:10.0614503Z 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:04:10.0615560Z 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:04:10.0616276Z 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:04:10.0617795Z 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:04:10.0618324Z 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:04:10.0620280Z 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:04:10.0620878Z 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:04:10.0621885Z 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:04:10.0622882Z 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:04:10.0623792Z 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:04:10.0625656Z 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:04:10.0626057Z 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:04:10.0627119Z 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:04:10.0627851Z 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:04:10.0628827Z 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:04:10.0629453Z 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:04:10.0630574Z 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:04:10.0631511Z 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:04:10.0633152Z 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:04:10.0633696Z 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:04:10.0634316Z 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:04:10.0635316Z 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:04:10.0636596Z 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:04:10.0637340Z 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:04:10.0638358Z 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:04:10.0639046Z 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:04:10.0640029Z 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:04:10.0641004Z 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:04:10.0641817Z 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:04:10.0642824Z 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:04:10.0644117Z 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:04:10.0644672Z 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:04:10.0645465Z 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:04:10.0646496Z 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:04:10.0647491Z 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:04:10.0648371Z 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:04:10.0649293Z 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:04:10.0650282Z 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:04:10.0651229Z 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:04:10.0652186Z 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:04:10.0653600Z 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:04:10.0654312Z 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:04:10.0655303Z 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:04:10.0656181Z 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:04:10.0657135Z 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:04:10.0658179Z 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:04:10.0659097Z 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:04:10.0660173Z 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:04:10.0660993Z 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:04:10.0662140Z 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:04:10.0663088Z 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:04:10.0664222Z 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:04:10.0664983Z 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:04:10.0666146Z 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:04:10.0666758Z 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:04:10.0667944Z 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:04:10.0668943Z 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:04:10.0670655Z 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:04:10.0671190Z 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:04:10.0672097Z 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:04:10.0673153Z 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:04:10.0674106Z 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:04:10.0675033Z 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:04:10.0676319Z 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:04:10.0677401Z 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:04:10.0678003Z 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:04:10.0679279Z 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:04:10.0679789Z 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:04:10.0681067Z 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:04:10.0681809Z 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:04:10.0682857Z 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:04:10.0683659Z 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:04:10.0685067Z 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:04:10.0685826Z 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:04:10.0686332Z 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:04:10.0687562Z 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:04:10.0688502Z 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:04:10.0689536Z 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:04:10.0690406Z 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:04:10.0692015Z 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:04:10.0692857Z 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:04:10.0694012Z 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:04:10.0695116Z 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:04:10.0696108Z 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:04:10.0696731Z 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:04:10.0697821Z 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:04:10.0698841Z 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:04:10.0699388Z 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:04:10.0700574Z 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:04:10.0701932Z 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:04:10.0702931Z 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:04:10.0703775Z 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:04:10.0704835Z 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:04:10.0705578Z 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:04:10.0706201Z 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:04:10.0707010Z 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:04:10.0707875Z 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:04:10.0708508Z 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:04:10.0709471Z 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:04:10.0710347Z 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:04:10.0711244Z 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:04:10.0711996Z 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:04:10.0712686Z 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:04:10.0713649Z 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:04:10.0714539Z 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:04:10.0715339Z 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:04:10.0716072Z 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:04:10.0716984Z 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:04:10.0717729Z 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:04:10.0718659Z 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:04:10.0719442Z 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:04:10.0720269Z 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:04:10.0721054Z 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:04:10.0722146Z 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:04:10.0722973Z 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:04:10.0723905Z 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:04:10.0724599Z 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:04:10.0725548Z 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:04:10.0726278Z 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:04:10.0727194Z 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:04:10.0727913Z 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:04:10.0729427Z 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:04:10.0730362Z 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:04:10.0731180Z 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:04:10.0732297Z 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:04:10.0733375Z 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:04:10.0734055Z 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:04:10.0734866Z 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:04:10.0735770Z 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:04:10.0736707Z 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:04:10.0737486Z 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:04:10.0738567Z 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:04:10.0739386Z 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:04:10.0739955Z 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:04:10.0741107Z 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:04:10.0742001Z 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:04:10.0743396Z 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:04:10.0744289Z 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:04:10.0745200Z 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:04:10.0745954Z 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:04:10.0746859Z 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:04:10.0747981Z 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:04:10.0748620Z 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:04:10.0749448Z 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:04:10.0750548Z 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:04:10.0751162Z 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:04:10.0752300Z 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:04:10.0753270Z 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:04:10.0754267Z 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:04:10.0755464Z 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:04:10.0756578Z 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:04:10.0757742Z 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:04:10.0758974Z 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:04:10.0760076Z 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:04:10.0761313Z 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:04:10.0762584Z 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:04:10.0764478Z 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:04:10.0765288Z 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:04:10.0766060Z 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:04:10.0767259Z 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:04:10.0768346Z 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:04:10.0769664Z 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:04:10.0770737Z 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:04:10.0771879Z 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:04:10.0772904Z 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:04:10.0774241Z 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:04:10.0775537Z 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:04:10.0776780Z 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:04:10.0777846Z 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:04:10.0778960Z 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:04:10.0780390Z 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:04:10.0781707Z 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:04:10.0782578Z 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:04:10.0785226Z 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:04:10.0786155Z 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:04:10.0787298Z 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:04:10.0788373Z 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:04:10.0789461Z 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:04:10.0790669Z 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:04:10.0791885Z 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:04:10.0793267Z 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:04:10.0794375Z 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:04:10.0795601Z 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:04:10.0796782Z 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:04:10.0798043Z 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:04:10.0799781Z 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:04:10.0800851Z 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:04:10.0801997Z 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:04:10.0803345Z 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:04:10.0804542Z 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:04:10.0805730Z 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:04:10.0806953Z 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:04:10.0807922Z 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:04:10.0809198Z 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:04:10.0810273Z 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:04:10.0811560Z 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:04:10.0812569Z 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:04:10.0813850Z 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:04:10.0815006Z 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:04:10.0816291Z 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:04:10.0817486Z 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:04:10.0818601Z 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:04:10.0819718Z 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:04:10.0821248Z 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:04:10.0822540Z 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:04:10.0823562Z 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:04:10.0824830Z 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:04:10.0826151Z 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:04:10.0827059Z 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:04:10.0828384Z 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:04:10.0829566Z 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:04:10.0830775Z 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:04:10.0831775Z 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:04:10.0832969Z 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:04:10.0834201Z 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:04:10.0835577Z 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:04:10.0837012Z 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:04:10.0838125Z 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:04:10.0839204Z 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:04:10.0840336Z 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:04:10.0841702Z 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:04:10.0842897Z 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:04:10.0844987Z 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:04:10.0845641Z 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:04:10.0847027Z 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:04:10.0847747Z 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:04:10.0848808Z 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:04:10.0850263Z 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:04:10.0851054Z 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:04:10.0852246Z 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:04:10.0853561Z 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:04:10.0854749Z 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:04:10.0855854Z 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:04:10.0856872Z 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:04:10.0858109Z 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:04:10.0859304Z 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:04:10.0860368Z 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:04:10.0861897Z 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:04:10.0862979Z 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:04:10.0864149Z 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:04:10.0865172Z 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:04:10.0866531Z 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:04:10.0867548Z 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:04:10.0868699Z 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:04:10.0869873Z 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:04:10.0871135Z 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:04:10.0872328Z 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:04:10.0873566Z 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:04:10.0874528Z 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:04:10.0876613Z 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:04:10.0877729Z 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:04:10.0879049Z 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:04:10.0880086Z 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:04:10.0881097Z 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:04:10.0882523Z 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:04:10.0883619Z 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:04:10.0884622Z 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:04:10.0885884Z 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:04:10.0887057Z 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:04:10.0888245Z 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:04:10.0889450Z 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:04:10.0890711Z 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:04:10.0891787Z 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:04:10.0892823Z 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:04:10.0894029Z 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:04:10.0896095Z 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:04:10.0896839Z 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:04:10.0897762Z 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:04:10.0898705Z 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:04:10.0900021Z 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:04:10.0901249Z 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:04:10.0902406Z 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:04:10.0903632Z 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:04:10.0904711Z 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:04:10.0905858Z 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:04:10.0907252Z 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:04:10.0908355Z 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:04:10.0909583Z 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:04:10.0910580Z 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:04:10.0911731Z 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:04:10.0912886Z 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:04:10.0914221Z 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:04:10.0915549Z 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:04:10.0916709Z 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:04:10.0918037Z 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:04:10.0919101Z 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:04:10.0920154Z 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:04:10.0921495Z 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:04:10.0922693Z 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:04:10.0923933Z 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:04:10.0925475Z 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:04:10.0926760Z 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:04:10.0927876Z 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:04:10.0929114Z 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:04:10.0930119Z 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:04:10.0931407Z 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:04:10.0932827Z 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:04:10.0933995Z 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:04:10.0935073Z 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:04:10.0936366Z 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:04:10.0938046Z 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:04:10.0939439Z 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:04:10.0940836Z 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:04:10.0942252Z 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:04:10.0943536Z 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:04:10.0944869Z 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:04:10.0946182Z 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:04:10.0947516Z 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:04:10.0948669Z 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:04:10.0950125Z 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:04:10.0951214Z 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:04:10.0952216Z 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:04:10.0953486Z 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:04:10.0955251Z 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:04:10.0956483Z 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:04:10.0957487Z 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:04:10.0958708Z 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:04:10.0960038Z 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:04:10.0961489Z 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:04:10.0962573Z 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:04:10.0963707Z 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:04:10.0964917Z 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:04:10.0966269Z 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:04:10.0967436Z 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:04:10.0968592Z 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:04:10.0969779Z 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:04:10.0971088Z 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:04:10.0972170Z 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:04:10.0973299Z 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:04:10.0974467Z 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:04:10.0975604Z 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:04:10.0976827Z 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:04:10.0978154Z 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:04:10.0979240Z 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:04:10.0980379Z 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:04:10.0981493Z 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:04:10.0982790Z 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:04:10.0984659Z 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:04:10.0985768Z 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:04:10.0987043Z 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:04:10.0988105Z 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:04:10.0989115Z 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:04:10.0990419Z 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:04:10.0991796Z 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:04:10.0992789Z 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:04:10.0993889Z 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:04:10.0995289Z 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:04:10.0996601Z 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:04:10.0997526Z 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:04:10.0998573Z 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:04:10.0999738Z 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:04:10.1001010Z 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:04:10.1002191Z 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:04:10.1003576Z 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:04:10.1004660Z 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:04:10.1005828Z 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:04:10.1006949Z 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:04:10.1008296Z 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:04:10.1009396Z 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:04:10.1010549Z 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:04:10.1011686Z 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:04:10.1013017Z 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:04:10.1014357Z 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:04:10.1015329Z 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:04:10.1016494Z 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:04:10.1017651Z 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:04:10.1018965Z 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:04:10.1020027Z 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:04:10.1021192Z 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:04:10.1022525Z 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:04:10.1023670Z 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:04:10.1024878Z 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:04:10.1026174Z 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:04:10.1027509Z 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:04:10.1028492Z 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:04:10.1029811Z 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:04:10.1030872Z 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:04:10.1032827Z 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:04:10.1033855Z 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:04:10.1034945Z 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:04:10.1036224Z 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:04:10.1037340Z 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:04:10.1038652Z 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:04:10.1039625Z 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:04:10.1040861Z 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:04:10.1042131Z 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:04:10.1043575Z 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:04:10.1044594Z 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:04:10.1045745Z 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:04:10.1047126Z 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:04:10.1048164Z 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:04:10.1049403Z 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:04:10.1050545Z 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:04:10.1051640Z 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:04:10.1052781Z 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:04:10.1053963Z 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:04:10.1054989Z 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:04:10.1056384Z 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:04:10.1057449Z 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:04:10.1058690Z 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:04:10.1059777Z 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:04:10.1060929Z 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:04:10.1062343Z 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:04:10.1063391Z 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:04:10.1064616Z 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:04:10.1065867Z 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:04:10.1067096Z 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:04:10.1068171Z 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:04:10.1069252Z 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:04:10.1070535Z 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:04:10.1071478Z 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:04:10.1074091Z 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:04:10.1074662Z 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:04:10.1075224Z 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:04:10.1076675Z 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:04:10.1077551Z 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:04:10.1078686Z 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:04:10.1079729Z 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:04:10.1080984Z 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:04:10.1082416Z 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:04:10.1083521Z 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:04:10.1084716Z 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:04:10.1086042Z 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:04:10.1087483Z 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:04:10.1088520Z 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:04:10.1089656Z 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:04:10.1090801Z 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:04:10.1092762Z 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:04:10.1093325Z 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:04:10.1094106Z 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:04:10.1095509Z 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:04:10.1096409Z 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:04:10.1097862Z 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:04:10.1098601Z 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:04:10.1099924Z 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:04:10.1101099Z 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:04:10.1102453Z 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:04:10.1103519Z 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:04:10.1105002Z 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:04:10.1105954Z 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:04:10.1107062Z 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:04:10.1108961Z 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:04:10.1109853Z 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:04:10.1110992Z 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:04:10.1112238Z 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:04:10.1113388Z 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:04:10.1114828Z 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:04:10.1115756Z 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:04:10.1116988Z 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:04:10.1117996Z 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:04:10.1119304Z 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:04:10.1120437Z 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:04:10.1121627Z 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:04:10.1122950Z 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:04:10.1124336Z 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:04:10.1125379Z 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:04:10.1126659Z 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:04:10.1127675Z 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:04:10.1128813Z 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:04:10.1130326Z 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:04:10.1131402Z 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:04:10.1132624Z 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:04:10.1133916Z 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:04:10.1135018Z 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:04:10.1136369Z 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:04:10.1137726Z 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:04:10.1138616Z 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:04:10.1139771Z 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:04:10.1140984Z 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:04:10.1142225Z 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:04:10.1145413Z 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:04:10.1146439Z 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:04:10.1147010Z 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:04:10.1147632Z 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:04:10.1148508Z 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:04:10.1149532Z 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:04:10.1150365Z 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:04:10.1151352Z 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:04:10.1152257Z 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:04:10.1153633Z 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:04:10.1154273Z 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:04:10.1156196Z 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:04:10.1156845Z 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:04:10.1158199Z 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:04:10.1158923Z 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:04:10.1160004Z 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:04:10.1160986Z 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:04:10.1162192Z 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:04:10.1163265Z 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:04:10.1164065Z 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:04:10.1164835Z 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:04:10.1165662Z 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:04:10.1166648Z 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:04:10.1167679Z 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:04:10.1168695Z 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:04:10.1169517Z 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:04:10.1170422Z 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:04:10.1171662Z 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:04:10.1172601Z 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:04:10.1173767Z 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:04:10.1174528Z 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:04:10.1175586Z 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:04:10.1176664Z 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:04:10.1178030Z 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:04:10.1178910Z 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:04:10.1180539Z 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:04:10.1181447Z 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:04:10.1182842Z 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:04:10.1184000Z 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:04:10.1185165Z 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:04:10.1186181Z 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:04:10.1187352Z 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:04:10.1188471Z 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:04:10.1189767Z 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:04:10.1190646Z 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:04:10.1191417Z 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:04:10.1192945Z 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:04:10.1193800Z 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:04:10.1194853Z 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:04:10.1195607Z 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:04:10.1196554Z 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:04:10.1197727Z 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:04:10.1198863Z 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:04:10.1200014Z 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:04:10.1200940Z 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:04:10.1201918Z 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:04:10.1203098Z 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:04:10.1203954Z 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:04:10.1204944Z 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:04:10.1205916Z 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:04:10.1206797Z 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:04:10.1207874Z 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:04:10.1208917Z 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:04:10.1209877Z 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:04:10.1210818Z 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:04:10.1211891Z 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:04:10.1212945Z 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:04:10.1213797Z 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:04:10.1214546Z 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:04:10.1215869Z 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:04:10.1216614Z 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:04:10.1217367Z 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:04:10.1218688Z 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:04:10.1219339Z 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:04:10.1220173Z 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:04:10.1221292Z 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:04:10.1222152Z 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:04:10.1223127Z 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:04:10.1223666Z 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:04:10.1224573Z 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:04:10.1225548Z 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:04:10.1226270Z 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:04:10.1227278Z 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:04:10.1228105Z 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:04:10.1228845Z 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:04:10.1230299Z 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:04:10.1231222Z 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:04:10.1231939Z 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:04:10.1232773Z 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:04:10.1233876Z 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:04:10.1234708Z 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:04:10.1235618Z 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:04:10.1236331Z 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:04:10.1237464Z 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:04:10.1238123Z 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:04:10.1239127Z 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:04:10.1240055Z 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:04:10.1240970Z 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:04:10.1242013Z 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:04:10.1243463Z 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:04:10.1244273Z 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:04:10.1245205Z 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:04:10.1246118Z 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:04:10.1247075Z 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:04:10.1247996Z 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:04:10.1248951Z 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:04:10.1250162Z 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:04:10.1251387Z 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:04:10.1252324Z 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:04:10.1252858Z 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:04:10.1253761Z 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:04:10.1254720Z 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:04:10.1255463Z 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:04:10.1256315Z 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:04:10.1257235Z 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:04:10.1258170Z 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:04:10.1259111Z 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:04:10.1259911Z 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:04:10.1260772Z 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:04:10.1261990Z 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:04:10.1263301Z 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:04:10.1264060Z 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:04:10.1265016Z 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:04:10.1265807Z 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:04:10.1266984Z 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:04:10.1267713Z 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:04:10.1268766Z 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:04:10.1269389Z 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:04:10.1271323Z 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:04:10.1271975Z 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:04:10.1272309Z 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:04:10.1273514Z 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:04:10.1274184Z 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:04:10.1275063Z 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:04:10.1275873Z 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:04:10.1276974Z 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:04:10.1277863Z 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:04:10.1278856Z 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:04:10.1279355Z 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:04:10.1280391Z 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:04:10.1281324Z 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:04:10.1282379Z 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:04:10.1283830Z 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:04:10.1284818Z 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:04:10.1285786Z 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:04:10.1286460Z 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:04:10.1287489Z 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:04:10.1288478Z 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:04:10.1289409Z 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:04:10.1290219Z 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:04:10.1291378Z 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:04:10.1292780Z 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:04:10.1293482Z 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:04:10.1294589Z 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:04:10.1295860Z 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:04:10.1296593Z 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:04:10.1298023Z 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:04:10.1298834Z 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:04:10.1299836Z 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:04:10.1300759Z 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:04:10.1302062Z 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:04:10.1303334Z 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:04:10.1305043Z 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:04:10.1306394Z 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:04:10.1307337Z 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:04:10.1308318Z 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:04:10.1309491Z 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:04:10.1310366Z 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:04:10.1312081Z 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:04:10.1312690Z 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:04:10.1313517Z 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:04:10.1314603Z 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:04:10.1315514Z 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:04:10.1316398Z 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:04:10.1317278Z 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:04:10.1318312Z 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:04:10.1319203Z 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:04:10.1320137Z 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:04:10.1321096Z 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:04:10.1321794Z 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:04:10.1322760Z 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:04:10.1324054Z 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:04:10.1324670Z 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:04:10.1325400Z 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:04:10.1327121Z 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:04:10.1327737Z 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:04:10.1328618Z 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:04:10.1329471Z 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:04:10.1331036Z 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:04:10.1331565Z 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:04:10.1333088Z 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:04:10.1333795Z 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:04:10.1334907Z 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:04:10.1335691Z 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:04:10.1337029Z 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:04:10.1337736Z 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:04:10.1339110Z 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:04:10.1339805Z 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:04:10.1340759Z 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:04:10.1342129Z 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:04:10.1342941Z 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:04:10.1343908Z 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:04:10.1344898Z 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:04:10.1346034Z 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:04:10.1347188Z 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:04:10.1348445Z 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:04:10.1349445Z 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:04:10.1350555Z 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:04:10.1351666Z 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:04:10.1352799Z 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:04:10.1353976Z 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:04:10.1355201Z 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:04:10.1356270Z 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:04:10.1357479Z 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:04:10.1358867Z 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:04:10.1360151Z 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:04:10.1361262Z 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:04:10.1362429Z 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:04:10.1363504Z 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:04:10.1365328Z 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:04:10.1365958Z 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:04:10.1367019Z 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:04:10.1368025Z 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:04:10.1369568Z 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:04:10.1370410Z 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:04:10.1371354Z 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:04:10.1372308Z 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:04:10.1373801Z 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:04:10.1374589Z 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:04:10.1375487Z 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:04:10.1376233Z 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:04:10.1377193Z 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:04:10.1378039Z 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:04:10.1378974Z 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:04:10.1379795Z 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:04:10.1380766Z 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:04:10.1381734Z 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:04:10.1382458Z 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:04:10.1383171Z 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:04:10.1384039Z 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:04:10.1385469Z 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:04:10.1386139Z 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:04:10.1387114Z 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:04:10.1387721Z 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:04:10.1389445Z 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:04:10.1389889Z 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:04:10.1390921Z 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:04:10.1391474Z 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:04:10.1393342Z 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:04:10.1393901Z 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:04:10.1394773Z 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:04:10.1395574Z 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:04:10.1397129Z 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:04:10.1397659Z 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:04:10.1398718Z 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:04:10.1399505Z 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:04:10.1401282Z 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:04:10.1401878Z 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:04:10.1402711Z 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:04:10.1403740Z 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:04:10.1404863Z 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:04:10.1405724Z 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:04:10.1406773Z 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:04:10.1407575Z 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:04:10.1409155Z 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:04:10.1409808Z 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:04:10.1410751Z 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:04:10.1411607Z 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:04:10.1412621Z 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:04:10.1413444Z 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:04:10.1414331Z 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:04:10.1415263Z 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:04:10.1416366Z 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:04:10.1417189Z 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:04:10.1418118Z 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:04:10.1419052Z 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:04:10.1420182Z 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:04:10.1420940Z 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:04:10.1422010Z 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:04:10.1423165Z 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:04:10.1423954Z 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:04:10.1424676Z 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:04:10.1425793Z 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:04:10.1426519Z 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:04:10.1427655Z 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:04:10.1428406Z 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:04:10.1429514Z 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:04:10.1430348Z 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:04:10.1431675Z 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:04:10.1432478Z 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:04:10.1433456Z 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:04:10.1435054Z 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:04:10.1435851Z 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:04:10.1436678Z 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:04:10.1437701Z 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:04:10.1438522Z 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:04:10.1439617Z 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:04:10.1440435Z 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:04:10.1441550Z 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:04:10.1442867Z 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:04:10.1443485Z 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:04:10.1444488Z 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:04:10.1445150Z 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:04:10.1447080Z 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:04:10.1447964Z 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:04:10.1449162Z 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:04:10.1450078Z 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:04:10.1450698Z 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:04:10.1451702Z 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:04:10.1452755Z 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:04:10.1453790Z 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:04:10.1455288Z 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:04:10.1455854Z 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:04:10.1456979Z 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:04:10.1458097Z 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:04:10.1459937Z 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:04:10.1460451Z 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:04:10.1461343Z 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:04:10.1462331Z 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:04:10.1464420Z 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:04:10.1465062Z 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:04:10.1466033Z 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:04:10.1466812Z 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:04:10.1467927Z 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:04:10.1469401Z 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:04:10.1470037Z 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:04:10.1471127Z 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:04:10.1472422Z 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:04:10.1473165Z 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:04:10.1474465Z 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:04:10.1475808Z 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:04:10.1476302Z 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:04:10.1477708Z 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:04:10.1478593Z 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:04:10.1479481Z 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:04:10.1480531Z 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:04:10.1481446Z 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:04:10.1482485Z 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:04:10.1483531Z 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:04:10.1484469Z 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:04:10.1485620Z 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:04:10.1486543Z 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:04:10.1487804Z 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:04:10.1488511Z 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:04:10.1489376Z 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:04:10.1490215Z 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:04:10.1491231Z 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:04:10.1492769Z 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:04:10.1493550Z 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:04:10.1494260Z 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:04:10.1495116Z 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:04:10.1496278Z 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:04:10.1497194Z 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:04:10.1498018Z 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:04:10.1498610Z 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:04:10.1500313Z 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:04:10.1500754Z 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:04:10.1502460Z 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:04:10.1503279Z 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:04:10.1504544Z 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:04:10.1505340Z 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:04:10.1505972Z 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:04:10.1506808Z 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:04:10.1507944Z 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:04:10.1508790Z 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:04:10.1509590Z 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:04:10.1510201Z 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:04:10.1511436Z 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:04:10.1512481Z 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:04:10.1513223Z 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:04:10.1513895Z 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:04:10.1514670Z 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:04:10.1516164Z 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:04:10.1516899Z 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:04:10.1517585Z 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:04:10.1518890Z 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:04:10.1519925Z 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:04:10.1521038Z 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:04:10.1521997Z 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:04:10.1534046Z 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:04:10.1535099Z 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:04:10.1536239Z 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:04:10.1537368Z 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:04:10.1538411Z 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:04:10.1539535Z 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:04:10.1540653Z 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:04:10.1542160Z 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:04:10.1543177Z 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:04:10.1544298Z 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:04:10.1545306Z 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:04:10.1545967Z 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:04:10.1546878Z 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:04:10.1547815Z 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:04:10.1548692Z 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:04:10.1549446Z 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:04:10.1550126Z 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:04:10.1550846Z 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:04:10.1551673Z 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:04:10.1552442Z 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:04:10.1553253Z 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:04:10.1553991Z 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:04:10.1554783Z 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:04:10.1555498Z 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:04:10.1556336Z 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:04:10.1557104Z 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:04:10.1557707Z 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:04:10.1558477Z 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:04:10.1559190Z 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:04:10.1560001Z 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:04:10.1560826Z 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:04:10.1561532Z 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:04:10.1562132Z 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:04:10.1562854Z 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:04:10.1563508Z 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:04:10.1564126Z 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:04:10.1564776Z 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:04:10.1565514Z 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:04:10.1566273Z 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:04:10.1566993Z 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:04:10.1567695Z 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:04:10.1568396Z 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:04:10.1569133Z 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:04:10.1569844Z 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:04:10.1570419Z 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:04:10.1571189Z 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:04:10.1572020Z 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:04:10.1574297Z 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:04:10.1575343Z 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:04:10.1576717Z 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:04:10.1577921Z 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:04:10.1578943Z 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:04:10.1579930Z 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:04:10.1581339Z 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:04:10.1582541Z 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:04:10.1583559Z 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:04:10.1584582Z 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:04:10.1585630Z 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:04:10.1586566Z 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:04:10.1587547Z 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:04:10.1588594Z 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:04:10.1590004Z 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:04:10.1590738Z 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:04:10.1592029Z 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:04:10.1593017Z 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:04:10.1594283Z 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:04:10.1595239Z 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:04:10.1596318Z 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:04:10.1597398Z 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:04:10.1598685Z 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:04:10.1599948Z 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:04:10.1600506Z 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:04:10.1601770Z 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:04:10.1603049Z 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:04:10.1603964Z 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:04:10.1605149Z 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:04:10.1605969Z 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:04:10.1607218Z 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:04:10.1608215Z 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:04:10.1609089Z 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:04:10.1610042Z 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:04:10.1611229Z 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:04:10.1612684Z 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:04:10.1613978Z 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:04:10.1615143Z 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:04:10.1616368Z 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:04:10.1617498Z 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:04:10.1618660Z 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:04:10.1619336Z 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:04:10.1620109Z 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:04:10.1621300Z 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:04:10.1622803Z 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:04:10.1624013Z 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:04:10.1625275Z 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:04:10.1626049Z 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:04:10.1626941Z 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:04:10.1627735Z 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:04:10.1628537Z 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:04:10.1629425Z 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:04:10.1630156Z 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:04:10.1631152Z 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:04:10.1632202Z 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:04:10.1633279Z 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:04:10.1634152Z 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:04:10.1635696Z 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:04:10.1636589Z 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:04:10.1637603Z 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:04:10.1638420Z 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:04:10.1639326Z 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:04:10.1640214Z 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:04:10.1641360Z 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:04:10.1642635Z 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:04:10.1643818Z 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:04:10.1644729Z 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:04:10.1645574Z 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:04:10.1646358Z 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:04:10.1647385Z 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:04:10.1648303Z 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:04:10.1649349Z 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:04:10.1650281Z 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:04:10.1651540Z 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:04:10.1652840Z 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:04:10.1653833Z 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:04:10.1654964Z 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:04:10.1655951Z 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:04:10.1656769Z 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:04:10.1657950Z 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:04:10.1658811Z 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:04:10.1659867Z 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:04:10.1661036Z 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:04:10.1662319Z 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:04:10.1662903Z 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:04:10.1663764Z 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:04:10.1665101Z 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:04:10.1666071Z 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:04:10.1667067Z 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:04:10.1667831Z 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:04:10.1668825Z 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:04:10.1669974Z 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:04:10.1670909Z 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:04:10.1671752Z 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:04:10.1672716Z 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:04:10.1673947Z 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:04:10.1675329Z 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:04:10.1676411Z 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:04:10.1677060Z 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:04:10.1678107Z 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:04:10.1679089Z 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:04:10.1680120Z 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:04:10.1681174Z 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:04:10.1682202Z 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:04:10.1683330Z 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:04:10.1684317Z 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:04:10.1685538Z 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:04:10.1686740Z 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:04:10.1687990Z 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:04:10.1689082Z 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:04:10.1689983Z 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:04:10.1690880Z 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:04:10.1691963Z 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:04:10.1693239Z 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:04:10.1694089Z 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:04:10.1694718Z 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:04:10.1695425Z 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:04:10.1696216Z 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:04:10.1697190Z 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:04:10.1698249Z 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:04:10.1699233Z 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:04:10.1700600Z 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:04:10.1701859Z 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:04:10.1703016Z 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:04:10.1704014Z 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:04:10.1704977Z 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:04:10.1706200Z 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:04:10.1707453Z 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:04:10.1708337Z 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:04:10.1709185Z 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:04:10.1710284Z 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:04:10.1711045Z 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:04:10.1712311Z 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:04:10.1713143Z 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:04:10.1714108Z 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:04:10.1715138Z 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:04:10.1715991Z 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:04:10.1716954Z 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:04:10.1717747Z 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:04:10.1718768Z 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:04:10.1719738Z 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:04:10.1720796Z 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:04:10.1721508Z 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:04:10.1722530Z 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:04:10.1723659Z 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:04:10.1724971Z 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:04:10.1725964Z 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:04:10.1726879Z 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:04:10.1727850Z 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:04:10.1728905Z 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:04:10.1730111Z 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:04:10.1732127Z 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:04:10.1732937Z 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:04:10.1733691Z 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:04:10.1734537Z 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:04:10.1735414Z 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:04:10.1736533Z 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:04:10.1737713Z 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:04:10.1738350Z 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:04:10.1739180Z 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:04:10.1740051Z 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:04:10.1741197Z 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:04:10.1742154Z 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:04:10.1743275Z 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:04:10.1744991Z 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:04:10.1745773Z 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:04:10.1746759Z 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:04:10.1747740Z 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:04:10.1748594Z 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:04:10.1749719Z 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:04:10.1750783Z 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:04:10.1751837Z 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:04:10.1752917Z 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:04:10.1753853Z 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:04:10.1754672Z 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:04:10.1755757Z 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:04:10.1756709Z 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:04:10.1757531Z 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:04:10.1758440Z 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:04:10.1759417Z 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:04:10.1760276Z 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:04:10.1762066Z 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:04:10.1763085Z 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:04:10.1764161Z 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:04:10.1765337Z 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:04:10.1766226Z 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:04:10.1766911Z 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:04:10.1767869Z 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:04:10.1768845Z 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:04:10.1769798Z 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:04:10.1770930Z 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:04:10.1771546Z 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:04:10.1772720Z 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:04:10.1773723Z 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:04:10.1774486Z 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:04:10.1775255Z 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:04:10.1776603Z 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:04:10.1777573Z 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:04:10.1778428Z 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:04:10.1779364Z 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:04:10.1780337Z 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:04:10.1781483Z 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:04:10.1782681Z 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:04:10.1783613Z 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:04:10.1784637Z 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:04:10.1785733Z 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:04:10.1786849Z 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:04:10.1787862Z 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:04:10.1788786Z 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:04:10.1789526Z 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:04:10.1790263Z 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:04:10.1790887Z 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:04:10.1791771Z 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:04:10.1792550Z 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:04:10.1793775Z 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:04:10.1794642Z 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:04:10.1795442Z 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:04:10.1796452Z 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:04:10.1797398Z 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:04:10.1798376Z 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:04:10.1799456Z 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:04:10.1800501Z 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:04:10.1801463Z 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:04:10.1802596Z 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:04:10.1803651Z 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:04:10.1804575Z 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:04:10.1805575Z 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:04:10.1806700Z 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:04:10.1807645Z 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:04:10.1808676Z 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:04:10.1809700Z 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:04:10.1810803Z 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:04:10.1811781Z 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:04:10.1812959Z 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:04:10.1814160Z 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:04:10.1815138Z 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:04:10.1816181Z 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:04:10.1817454Z 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:04:10.1818412Z 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:04:10.1819249Z 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:04:10.1820216Z 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:04:10.1821070Z 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:04:10.1822156Z 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:04:10.1822976Z 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:04:10.1823990Z 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:04:10.1824873Z 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:04:10.1825756Z 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:04:10.1826668Z 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:04:10.1827405Z 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:04:10.1829454Z 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:04:10.1830366Z 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:04:10.1831244Z 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:04:10.1832313Z 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:04:10.1833103Z 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:04:10.1834163Z 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:04:10.1834951Z 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:04:10.1835675Z 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:04:10.1837676Z 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:04:10.1838355Z 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:04:10.1839010Z 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:04:10.1839728Z 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:04:10.1840756Z 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:04:10.1841713Z 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:04:10.1842403Z 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:04:10.1843389Z 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:04:10.1844615Z 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:04:10.1845584Z 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:04:10.1846306Z 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:04:10.1847106Z 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:04:10.1847881Z 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:04:10.1848836Z 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:04:10.1850002Z 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:04:10.1850864Z 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:04:10.1851942Z 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:04:10.1852800Z 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:04:10.1853896Z 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:04:10.1854810Z 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:04:10.1855660Z 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:04:10.1856397Z 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:04:10.1857460Z 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:04:10.1858604Z 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:04:10.1859476Z 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:04:10.1860619Z 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:04:10.1861675Z 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:04:10.1862567Z 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:04:10.1863486Z 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:04:10.1864986Z 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:04:10.1865940Z 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:04:10.1866924Z 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:04:10.1867771Z 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:04:10.1868722Z 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:04:10.1869785Z 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:04:10.1870816Z 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:04:10.1871769Z 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:04:10.1872785Z 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:04:10.1873767Z 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:04:10.1874746Z 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:04:10.1876081Z 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:04:10.1877030Z 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:04:10.1878185Z 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:04:10.1879115Z 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:04:10.1879761Z 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:04:10.1880469Z 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:04:10.1881371Z 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:04:10.1882021Z 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:04:10.1883297Z 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:04:10.1883968Z 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:04:10.1885814Z 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:04:10.1886533Z 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:04:10.1887395Z 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:04:10.1888115Z 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:04:10.1889229Z 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:04:10.1890027Z 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:04:10.1891414Z 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:04:10.1892191Z 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:04:10.1893247Z 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:04:10.1894251Z 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:04:10.1895405Z 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:04:10.1896305Z 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:04:10.1897198Z 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:04:10.1898379Z 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:04:10.1899419Z 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:04:10.1900337Z 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:04:10.1901412Z 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:04:10.1902498Z 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:04:10.1903437Z 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:04:10.1904691Z 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:04:10.1905727Z 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:04:10.1906684Z 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:04:10.1907618Z 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:04:10.1908853Z 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:04:10.1909972Z 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:04:10.1910955Z 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:04:10.1912275Z 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:04:10.1912954Z 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:04:10.1914024Z 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:04:10.1914947Z 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:04:10.1915955Z 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:04:10.1916957Z 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:04:10.1917904Z 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:04:10.1919116Z 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:04:10.1920179Z 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:04:10.1921190Z 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:04:10.1922218Z 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:04:10.1923187Z 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:04:10.1924196Z 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:04:10.1925303Z 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:04:10.1926339Z 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:04:10.1927243Z 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:04:10.1928293Z 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:04:10.1929363Z 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:04:10.1930232Z 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:04:10.1931271Z 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:04:10.1932295Z 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:04:10.1933265Z 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:04:10.1934285Z 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:04:10.1935356Z 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:04:10.1936367Z 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:04:10.1937304Z 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:04:10.1938213Z 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:04:10.1939204Z 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:04:10.1940111Z 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:04:10.1941059Z 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:04:10.1942230Z 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:04:10.1942998Z 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:04:10.1943616Z 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:04:10.1944244Z 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:04:10.1944899Z 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:04:10.1945520Z 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:04:10.1946424Z 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:04:10.1947073Z 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:04:10.1948033Z 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:04:10.1948926Z 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:04:10.1950215Z 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:04:10.1950951Z 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:04:10.1952022Z 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:04:10.1952930Z 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:04:10.1954317Z 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:04:10.1955335Z 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:04:10.1956172Z 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:04:10.1956912Z 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:04:10.1958423Z 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:04:10.1959395Z 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:04:10.1960563Z 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:04:10.1961478Z 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:04:10.1962561Z 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:04:10.1963809Z 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:04:10.1964974Z 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:04:10.1965889Z 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:04:10.1966877Z 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:04:10.1967654Z 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:04:10.1968522Z 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:04:10.1969581Z 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:04:10.1970571Z 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:04:10.1971514Z 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:04:10.1972483Z 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:04:10.1973540Z 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:04:10.1974427Z 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:04:10.1975293Z 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:04:10.1976237Z 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:04:10.1977383Z 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:04:10.1978403Z 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:04:10.1979403Z 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:04:10.1980177Z 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:04:10.1981176Z 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:04:10.1982141Z 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:04:10.1983331Z 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:04:10.1984263Z 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:04:10.1985380Z 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:04:10.1986427Z 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:04:10.1987465Z 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:04:10.1988297Z 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:04:10.1989269Z 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:04:10.1990280Z 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:04:10.1991626Z 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:04:10.1992366Z 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:04:10.1993366Z 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:04:10.1994216Z 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:04:10.1995144Z 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:04:10.1996118Z 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:04:10.1997079Z 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:04:10.1998080Z 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:04:10.1999306Z 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:04:10.2000327Z 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:04:10.2001415Z 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:04:10.2002410Z 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:04:10.2003439Z 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:04:10.2004453Z 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:04:10.2005403Z 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:04:10.2006323Z 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:04:10.2007394Z 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:04:10.2008388Z 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:04:10.2009413Z 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:04:10.2010404Z 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:04:10.2011069Z 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:04:10.2011814Z 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:04:10.2012676Z 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:04:10.2013635Z 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:04:10.2014543Z 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:04:10.2015458Z 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:04:10.2016674Z 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:04:10.2018311Z 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:04:10.2022729Z 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:04:10.2023386Z 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:04:10.2024401Z 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:04:10.2025192Z 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:04:10.2025902Z 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:04:10.2027045Z 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:04:10.2028041Z 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:04:10.2028841Z 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:04:10.2029822Z 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:04:10.2030337Z 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:04:10.2031030Z 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:04:10.2031629Z 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:04:10.2032097Z 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:04:10.2032658Z 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:04:10.2033361Z 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:04:10.2033918Z 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:04:10.2034767Z 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:04:10.2035470Z 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:04:10.2036514Z 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:04:10.2037421Z 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:04:10.2038064Z 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:04:10.2039012Z 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:04:10.2039711Z 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:04:10.2040639Z 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:04:10.2041441Z 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:04:10.2042450Z 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:04:10.2043601Z 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:04:10.2044700Z 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:04:10.2045389Z 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:04:10.2047117Z 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:04:10.2047642Z 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:04:10.2048128Z 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:04:10.2048730Z 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:04:10.2050025Z 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:04:10.2050646Z 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:04:10.2051639Z 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:04:10.2052497Z 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:04:10.2053804Z 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:04:10.2054376Z 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:04:10.2055696Z 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:04:10.2056648Z 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:04:10.2057606Z 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:04:10.2058673Z 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:04:10.2059616Z 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:04:10.2060426Z 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:04:10.2061408Z 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:04:10.2062974Z 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:04:10.2064574Z 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:04:10.2065228Z 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:04:10.2066082Z 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:04:10.2067204Z 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:04:10.2067876Z 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:04:10.2069217Z 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:04:10.2069767Z 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:04:10.2071188Z 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:04:10.2071740Z 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:04:10.2072805Z 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:04:10.2073913Z 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:04:10.2074850Z 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:04:10.2075900Z 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:04:10.2076774Z 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:04:10.2077509Z 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:04:10.2078691Z 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:04:10.2080106Z 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:04:10.2081015Z 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:04:10.2081890Z 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:04:10.2082660Z 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:04:10.2083776Z 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:04:10.2084790Z 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:04:10.2085582Z 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:04:10.2086301Z 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:04:10.2087083Z 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:04:10.2088064Z 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:04:10.2088852Z 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:04:10.2089629Z 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:04:10.2091128Z 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:04:10.2091604Z 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:04:10.2092793Z 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:04:10.2093447Z 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:04:10.2094209Z 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:04:10.2095274Z 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:04:10.2096131Z 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:04:10.2096895Z 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:04:10.2098425Z 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:04:10.2099019Z 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:04:10.2100402Z 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:04:10.2101002Z 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:04:10.2102483Z 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:04:10.2105192Z 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:04:10.2105650Z 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:04:10.2106220Z 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:04:10.2106639Z 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:04:10.2106961Z 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:04:10.2107784Z 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:04:10.2108666Z 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:04:10.2109703Z 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:04:10.2110657Z 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:04:10.2111610Z 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:04:10.2112916Z 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:04:10.2113362Z 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:04:10.2114638Z 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:04:10.2115267Z 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:04:10.2116324Z 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:04:10.2117255Z 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:04:10.2118333Z 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:04:10.2119051Z 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:04:10.2119921Z 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:04:10.2120925Z 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:04:10.2121895Z 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:04:10.2122881Z 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:04:10.2123809Z 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:04:10.2124756Z 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:04:10.2125686Z 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:04:10.2126635Z 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:04:10.2127736Z 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:04:10.2128647Z 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:04:10.2129587Z 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:04:10.2130534Z 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:04:10.2131553Z 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:04:10.2132508Z 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:04:10.2133376Z 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:04:10.2134434Z 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:04:10.2135376Z 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:04:10.2136346Z 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:04:10.2137228Z 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:04:10.2138132Z 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:04:10.2139135Z 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:04:10.2140878Z 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:04:10.2141738Z 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:04:10.2142723Z 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:04:10.2143453Z 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:04:10.2144541Z 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:04:10.2145215Z 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:04:10.2146291Z 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:04:10.2147170Z 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:04:10.2148268Z 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:04:10.2149181Z 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:04:10.2149802Z 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:04:10.2150869Z 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:04:10.2151657Z 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:04:10.2152555Z 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:04:10.2153601Z 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:04:10.2154462Z 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:04:10.2155411Z 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:04:10.2156077Z 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:04:10.2157048Z 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:04:10.2157851Z 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:04:10.2158896Z 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:04:10.2159933Z 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:04:10.2160744Z 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:04:10.2161370Z 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:04:10.2162508Z 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:04:10.2163543Z 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:04:10.2164193Z 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:04:10.2165134Z 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:04:10.2166208Z 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:04:10.2167141Z 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:04:10.2168235Z 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:04:10.2168979Z 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:04:10.2169749Z 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:04:10.2170588Z 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:04:10.2171455Z 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:04:10.2172183Z 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:04:10.2173083Z 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:04:10.2173963Z 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:04:10.2175077Z 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:04:10.2175833Z 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:04:10.2176741Z 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:04:10.2177431Z 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:04:10.2178790Z 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:04:10.2179300Z 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:04:10.2180201Z 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:04:10.2181131Z 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:04:10.2182299Z 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:04:10.2182960Z 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:04:10.2183965Z 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:04:10.2184844Z 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:04:10.2185818Z 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:04:10.2186777Z 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:04:10.2187700Z 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:04:10.2188682Z 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:04:10.2189679Z 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:04:10.2191221Z 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:04:10.2191821Z 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:04:10.2192888Z 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:04:10.2193545Z 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:04:10.2194611Z 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:04:10.2195434Z 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:04:10.2196374Z 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:04:10.2197494Z 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:04:10.2198362Z 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:04:10.2199881Z 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:04:10.2200560Z 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:04:10.2201502Z 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:04:10.2202524Z 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:04:10.2203377Z 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:04:10.2204201Z 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:04:10.2205061Z 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:04:10.2205978Z 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:04:10.2207071Z 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:04:10.2207839Z 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:04:10.2208846Z 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:04:10.2209770Z 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:04:10.2210732Z 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:04:10.2211912Z 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:04:10.2212544Z 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:04:10.2213700Z 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:04:10.2214331Z 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:04:10.2215170Z 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:04:10.2216057Z 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:04:10.2217170Z 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:04:10.2218124Z 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:04:10.2218984Z 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:04:10.2219894Z 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:04:10.2220849Z 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:04:10.2222207Z 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:04:10.2223923Z 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:04:10.2224747Z 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:04:10.2225752Z 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:04:10.2226791Z 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:04:10.2228043Z 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:04:10.2228877Z 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:04:10.2229704Z 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:04:10.2230725Z 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:04:10.2231641Z 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:04:10.2232663Z 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:04:10.2233585Z 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:04:10.2234685Z 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:04:10.2235605Z 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:04:10.2236595Z 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:04:10.2237493Z 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:04:10.2238536Z 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:04:10.2239636Z 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:04:10.2240521Z 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:04:10.2241505Z 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:04:10.2242757Z 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:04:10.2243662Z 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:04:10.2244719Z 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:04:10.2245708Z 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:04:10.2246848Z 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:04:10.2247800Z 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:04:10.2248511Z 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:04:10.2249949Z 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:04:10.2250676Z 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:04:10.2252523Z 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:04:10.2252926Z 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:04:10.2253934Z 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:04:10.2254704Z 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:04:10.2255416Z 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:04:10.2256305Z 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:04:10.2257148Z 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:04:10.2258358Z 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:04:10.2258957Z 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:04:10.2260291Z 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:04:10.2261029Z 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:04:10.2262956Z 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:04:10.2263401Z 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:04:10.2264420Z 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:04:10.2265576Z 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:04:10.2266498Z 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:04:10.2267342Z 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:04:10.2268825Z 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:04:10.2269584Z 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:04:10.2270437Z 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:04:10.2271349Z 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:04:10.2272244Z 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:04:10.2273241Z 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:04:10.2274262Z 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:04:10.2275263Z 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:04:10.2276020Z 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:04:10.2276899Z 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:04:10.2278516Z 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:04:10.2279094Z 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:04:10.2279855Z 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:04:10.2280629Z 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:04:10.2281974Z 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:04:10.2283293Z 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:04:10.2283987Z 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:04:10.2285186Z 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:04:10.2286068Z 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:04:10.2286935Z 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:04:10.2287803Z 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:04:10.2288741Z 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:04:10.2289639Z 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:04:10.2290603Z 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:04:10.2291484Z 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:04:10.2292675Z 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:04:10.2293475Z 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:04:10.2294581Z 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:04:10.2295405Z 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:04:10.2296308Z 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:04:10.2297263Z 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:04:10.2298365Z 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:04:10.2299607Z 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:04:10.2300511Z 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:04:10.2301465Z 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:04:10.2302810Z 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:04:10.2303536Z 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:04:10.2304350Z 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:04:10.2305584Z 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:04:10.2306273Z 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:04:10.2307508Z 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:04:10.2308536Z 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:04:10.2309727Z 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:04:10.2310362Z 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:04:10.2312136Z 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:04:10.2312695Z 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:04:10.2313830Z 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:04:10.2314576Z 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:04:10.2315505Z 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:04:10.2316510Z 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:04:10.2317479Z 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:04:10.2318357Z 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:04:10.2319198Z 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:04:10.2320068Z 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:04:10.2320970Z 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:04:10.2322138Z 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:04:10.2322925Z 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:04:10.2323696Z 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:04:10.2325166Z 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:04:10.2325751Z 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:04:10.2327366Z 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:04:10.2327941Z 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:04:10.2329241Z 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:04:10.2330779Z 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:04:10.2331182Z 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:04:10.2331498Z 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:04:10.2332961Z 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:04:10.2333637Z 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:04:10.2337964Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:04:10.2338797Z 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:04:10.2339889Z 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:04:10.2340910Z 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:04:10.2342094Z 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:04:10.2343029Z 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:04:10.2344739Z 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:04:10.2345210Z 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:04:10.2346081Z 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:04:10.2346797Z 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:04:10.2348042Z 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:04:10.2349137Z 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:04:10.2350287Z 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:04:10.2351336Z 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:04:10.2352065Z 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:04:10.2353268Z 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:04:10.2355456Z 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:04:10.2356381Z 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:04:10.2357662Z 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:04:10.2358437Z 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:04:10.2359657Z 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:04:10.2360643Z 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:04:10.2361725Z 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:04:10.2362974Z 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:04:10.2363967Z 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:04:10.2364943Z 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:04:10.2366203Z 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:04:10.2367287Z 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:04:10.2368202Z 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:04:10.2369219Z 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:04:10.2370412Z 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:04:10.2371448Z 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:04:10.2372469Z 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:04:10.2373451Z 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:04:10.2374500Z 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:04:10.2375613Z 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:04:10.2377272Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:04:10.2378303Z 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:04:10.2379184Z 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:04:10.2380182Z 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:04:10.2381318Z 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:04:10.2382429Z 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:04:10.2383425Z 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:04:10.2384646Z 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:04:10.2385834Z 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:04:10.2386929Z 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:04:10.2387937Z 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:04:10.2389390Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:04:10.2390019Z 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:04:10.2391119Z 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:04:10.2392108Z 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:04:10.2393190Z 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:04:10.2395189Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:04:10.2395692Z 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:04:10.2396052Z 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:04:10.2397016Z 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:04:10.2398013Z 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:04:10.2399951Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:04:10.2400706Z 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:04:10.2401537Z 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:04:10.2402626Z 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:04:10.2403539Z 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:04:10.2404302Z 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:04:10.2405072Z 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:04:10.2405897Z 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:04:10.2406676Z 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:04:10.2407601Z 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:04:10.2408393Z 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:04:10.2409227Z 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:04:10.2410104Z 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:04:10.2411061Z 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:04:10.2412434Z 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:04:10.2413531Z 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:04:10.2414093Z 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:04:10.2415077Z 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:04:10.2415931Z 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:04:10.2417087Z 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:04:10.2417932Z 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:04:10.2419153Z 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:04:10.2420079Z 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:04:10.2420925Z 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:04:10.2421867Z 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:04:10.2422837Z 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:04:10.2424551Z 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:04:10.2425684Z 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:04:10.2426231Z 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:04:10.2427109Z 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:04:10.2428064Z 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:04:10.2429022Z 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:04:10.2430003Z 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:04:10.2431698Z 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:04:10.2432012Z 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:04:10.2434425Z 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:04:10.2435304Z 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:04:10.2436091Z 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:04:10.2437039Z 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:04:10.2439115Z 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:04:10.2439870Z 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:04:10.2440854Z 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:04:10.2441855Z 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:04:10.2443116Z 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:04:10.2444151Z 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:04:10.2445316Z 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:04:10.2446440Z 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:04:10.2447353Z 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:04:10.2448348Z 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:04:10.2449570Z 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:04:10.2450733Z 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:04:10.2451706Z 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:04:10.2452896Z 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:04:10.2453713Z 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:04:10.2454918Z 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:04:10.2456286Z 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:04:10.2457358Z 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:04:10.2458385Z 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:04:10.2459453Z 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:04:10.2460508Z 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:04:10.2461791Z 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:04:10.2462831Z 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:04:10.2463919Z 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:04:10.2465003Z 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:04:10.2465933Z 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:04:10.2466997Z 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:04:10.2468057Z 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:04:10.2469196Z 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:04:10.2470150Z 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:04:10.2471100Z 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:04:10.2472215Z 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:04:10.2473110Z 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:04:10.2474245Z 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:04:10.2475325Z 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:04:10.2477396Z 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:04:10.2478648Z 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:04:10.2479001Z 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:04:10.2479572Z 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:04:10.2480763Z 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:04:10.2481625Z 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:04:10.2482932Z 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:04:10.2483538Z 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:04:10.2485040Z 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:04:10.2485858Z 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:04:10.2486947Z 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:04:10.2488143Z 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:04:10.2489005Z 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:04:10.2490564Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:04:10.2491201Z 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:04:10.2492523Z 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:04:10.2493742Z 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:04:10.2494523Z 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:04:10.2495688Z 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:04:10.2496819Z 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:04:10.2497891Z 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:04:10.2498870Z 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:04:10.2500015Z 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:04:10.2500870Z 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:04:10.2502060Z 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:04:10.2504110Z 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:04:10.2504758Z 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:04:10.2505452Z 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:04:10.2506496Z 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:04:10.2507514Z 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:04:10.2508476Z 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:04:10.2510765Z 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:04:10.2511189Z 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:04:10.2511997Z 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:04:10.2512884Z 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:04:10.2513581Z 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:04:10.2514745Z 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:04:10.2515784Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:04:10.2516600Z 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:04:10.2517611Z 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:04:10.2518383Z 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:04:10.2519237Z 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:04:10.2520802Z 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:04:10.2521475Z 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:04:10.2522369Z 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:04:10.2523570Z 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:04:10.2524144Z 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:04:10.2525196Z 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:04:10.2526112Z 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:04:10.2526944Z 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:04:10.2527802Z 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:04:10.2528438Z 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:04:10.2529355Z 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:04:10.2529971Z 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:04:10.2531440Z 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:04:10.2532142Z 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:04:10.2533028Z 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:04:10.2534013Z 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:04:10.2534708Z 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:04:10.2535870Z 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:04:10.2536576Z 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:04:10.2537540Z 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:04:10.2538496Z 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:04:10.2539578Z 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:04:10.2540380Z 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:04:10.2541350Z 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:04:10.2542378Z 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:04:10.2543386Z 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:04:10.2544418Z 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:04:10.2545098Z 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:04:10.2547081Z 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:04:10.2547777Z 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:04:10.2548818Z 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:04:10.2550531Z 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:04:10.2551231Z 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:04:10.2551759Z 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:04:10.2553125Z 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:04:10.2553898Z 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:04:10.2555009Z 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:04:10.2556007Z 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:04:10.2556965Z 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:04:10.2557930Z 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:04:10.2558949Z 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:04:10.2559954Z 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:04:10.2560798Z 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:04:10.2561670Z 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:04:10.2562718Z 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:04:10.2563691Z 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:04:10.2564428Z 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:04:10.2565286Z 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:04:10.2566153Z 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:04:10.2567046Z 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:04:10.2568885Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:04:10.2569486Z 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:04:10.2570375Z 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:04:10.2571141Z 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:04:10.2571851Z 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:04:10.2572660Z 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:04:10.2573487Z 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:04:10.2574364Z 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:04:10.2575610Z 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:04:10.2576296Z 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:04:10.2582115Z 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:04:10.2582725Z 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:04:10.2583320Z 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:04:10.2583647Z 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:04:10.2584139Z 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:04:10.2584598Z 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:04:10.2584995Z 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:04:10.2585324Z 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:04:10.2585648Z 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:04:10.2586208Z 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:04:10.2587138Z 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:04:10.2587867Z 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:04:10.2589196Z 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:04:10.2590238Z 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:04:10.2591085Z 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:04:10.2592324Z 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:04:10.2593197Z 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:04:10.2594162Z 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:04:10.2595089Z 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:04:10.2596630Z 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:04:10.2597113Z 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:04:10.2597647Z 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:04:10.2598402Z 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:04:10.2600251Z 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:04:10.2601098Z 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:04:10.2602107Z 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:04:10.2603908Z 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:04:10.2604579Z 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:04:10.2605375Z 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:04:10.2606308Z 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:04:10.2607202Z 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:04:10.2608972Z 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:04:10.2609735Z 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:04:10.2610508Z 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:04:10.2611302Z 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:04:10.2612087Z 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:04:10.2612955Z 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:04:10.2613937Z 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:04:10.2615033Z 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:04:10.2615961Z 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:04:10.2617051Z 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:04:10.2617845Z 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:04:10.2618898Z 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:04:10.2619673Z 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:04:10.2620930Z 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:04:10.2622272Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:04:10.2622963Z 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:04:10.2623869Z 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:04:10.2624820Z 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:04:10.2625768Z 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:04:10.2626491Z 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:04:10.2627261Z 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:04:10.2628836Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:04:10.2629263Z 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:04:10.2630081Z 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:04:10.2631014Z 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:04:10.2631921Z 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:04:10.2633283Z 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:04:10.2634488Z 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:04:10.2635438Z 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:04:10.2636271Z 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:04:10.2637546Z 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:04:10.2638464Z 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:04:10.2639558Z 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:04:10.2640636Z 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:04:10.2642514Z 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:04:10.2643147Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-11-23T01:04:10.2643873Z 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:04:10.2645141Z 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:04:10.2648223Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2 2022-11-23T01:04:10.2648738Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:04:10.2649305Z 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:04:10.2651455Z 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:04:10.2652309Z 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:04:10.2653113Z 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:04:10.2654171Z 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:04:10.2655264Z 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:04:10.2656215Z 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:04:10.2657644Z creating build/bdist.linux-x86_64/wheel/torch/include/c10 2022-11-23T01:04:10.2658507Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T01:04:10.2659183Z 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:04:10.2660443Z 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:04:10.2661897Z 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:04:10.2664075Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:04:10.2664463Z 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:04:10.2665340Z 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:04:10.2666262Z 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:04:10.2667020Z 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:04:10.2668146Z 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:04:10.2668728Z 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:04:10.2670746Z 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:04:10.2671082Z 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:04:10.2672752Z 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:04:10.2673166Z 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:04:10.2674136Z 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:04:10.2674497Z 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:04:10.2675945Z 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:04:10.2676270Z 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:04:10.2677741Z 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:04:10.2678900Z 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:04:10.2679372Z 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:04:10.2680381Z 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:04:10.2681865Z 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:04:10.2682307Z 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:04:10.2683236Z 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:04:10.2683901Z 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:04:10.2684746Z 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:04:10.2685442Z 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:04:10.2686476Z 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:04:10.2687051Z 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:04:10.2688068Z 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:04:10.2689165Z 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:04:10.2689748Z 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:04:10.2690683Z 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:04:10.2691508Z 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:04:10.2692366Z 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:04:10.2693197Z 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:04:10.2694322Z 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:04:10.2694936Z 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:04:10.2696009Z 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:04:10.2696801Z 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:04:10.2697689Z 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:04:10.2699459Z 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:04:10.2700378Z 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:04:10.2701202Z 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:04:10.2702065Z 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:04:10.2702891Z 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:04:10.2704527Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:04:10.2704960Z 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:04:10.2705839Z 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:04:10.2706277Z 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:04:10.2707218Z 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:04:10.2708294Z 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:04:10.2708798Z 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:04:10.2709853Z 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:04:10.2710503Z 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:04:10.2711541Z 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:04:10.2712441Z 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:04:10.2713925Z 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:04:10.2714632Z 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:04:10.2715422Z 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:04:10.2716676Z 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:04:10.2718488Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:04:10.2719237Z 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:04:10.2719950Z 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:04:10.2720926Z 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:04:10.2721889Z 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:04:10.2722707Z 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:04:10.2723751Z 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:04:10.2724509Z 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:04:10.2725015Z 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:04:10.2726077Z 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:04:10.2727053Z 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:04:10.2727909Z 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:04:10.2729035Z 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:04:10.2729870Z 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:04:10.2730991Z 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:04:10.2731603Z 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:04:10.2733525Z 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:04:10.2734028Z 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:04:10.2735123Z 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:04:10.2735931Z 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:04:10.2736867Z 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:04:10.2737572Z 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:04:10.2738877Z 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:04:10.2739486Z 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:04:10.2740402Z 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:04:10.2741112Z 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:04:10.2743044Z 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:04:10.2743467Z 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:04:10.2744327Z 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:04:10.2745264Z 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:04:10.2746550Z 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:04:10.2747480Z 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:04:10.2748393Z 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:04:10.2749352Z 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:04:10.2749987Z 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:04:10.2751391Z 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:04:10.2752377Z 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:04:10.2753224Z 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:04:10.2754157Z 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:04:10.2755663Z 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:04:10.2756169Z 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:04:10.2757129Z 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:04:10.2757735Z 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:04:10.2759186Z 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:04:10.2759981Z 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:04:10.2761055Z 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:04:10.2761574Z 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:04:10.2762877Z 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:04:10.2764128Z 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:04:10.2765210Z 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:04:10.2766269Z 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:04:10.2767559Z 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:04:10.2768588Z 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:04:10.2769561Z 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:04:10.2770675Z 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:04:10.2771800Z 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:04:10.2773450Z 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:04:10.2774535Z 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:04:10.2775533Z 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:04:10.2776943Z 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:04:10.2778263Z 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:04:10.2779044Z 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:04:10.2780691Z 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:04:10.2781419Z 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:04:10.2782587Z 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:04:10.2784855Z 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:04:10.2785735Z 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:04:10.2787361Z 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:04:10.2788541Z 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:04:10.2789453Z 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:04:10.2790505Z 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:04:10.2791582Z 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:04:10.2792735Z 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:04:10.2793768Z 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:04:10.2794816Z 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:04:10.2795802Z 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:04:10.2797007Z 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:04:10.2798144Z 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:04:10.2799633Z 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:04:10.2800599Z 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:04:10.2802213Z 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:04:10.2803610Z 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:04:10.2805050Z 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:04:10.2806224Z 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:04:10.2807283Z 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:04:10.2808477Z 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:04:10.2810546Z 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:04:10.2811936Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:04:10.2812490Z 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:04:10.2813444Z 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:04:10.2815083Z 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:04:10.2815928Z 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:04:10.2817063Z 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:04:10.2818043Z 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:04:10.2819061Z 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:04:10.2820179Z 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:04:10.2821313Z 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:04:10.2822500Z 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:04:10.2823916Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T01:04:10.2824625Z 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:04:10.2825725Z 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:04:10.2827098Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:04:10.2827770Z 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:04:10.2829047Z 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:04:10.2829894Z 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:04:10.2830601Z 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:04:10.2831713Z 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:04:10.2832576Z 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:04:10.2834714Z 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:04:10.2835101Z 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:04:10.2835590Z 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:04:10.2837405Z 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:04:10.2838276Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/hip/impl 2022-11-23T01:04:10.2838819Z 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:04:10.2840183Z 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:04:10.2841229Z 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:04:10.2842399Z creating build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:04:10.2843266Z 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:04:10.2844074Z 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:04:10.2845252Z 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:04:10.2846594Z 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:04:10.2847949Z 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:04:10.2849283Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:04:10.2850153Z 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:04:10.2851159Z 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:04:10.2852190Z 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:04:10.2853324Z 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:04:10.2854459Z 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:04:10.2855229Z 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:04:10.2856956Z 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:04:10.2858055Z 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:04:10.2859042Z 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:04:10.2860048Z 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:04:10.2861065Z 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:04:10.2862347Z 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:04:10.2863187Z 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:04:10.2864183Z 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:04:10.2865219Z 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:04:10.2866962Z 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:04:10.2867537Z 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:04:10.2868339Z 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:04:10.2869621Z 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:04:10.2870600Z 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:04:10.2871643Z 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:04:10.2872598Z 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:04:10.2873790Z 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:04:10.2874829Z 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:04:10.2875884Z 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:04:10.2876992Z 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:04:10.2878004Z 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:04:10.2878965Z 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:04:10.2880299Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api 2022-11-23T01:04:10.2881348Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include 2022-11-23T01:04:10.2882495Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:04:10.2883312Z 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:04:10.2884575Z 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:04:10.2885821Z 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:04:10.2886872Z 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:04:10.2887738Z 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:04:10.2888783Z 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:04:10.2889901Z 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:04:10.2890931Z 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:04:10.2892139Z 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:04:10.2893083Z 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:04:10.2894139Z 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:04:10.2895446Z 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:04:10.2896364Z 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:04:10.2897379Z 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:04:10.2898455Z 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:04:10.2899684Z 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:04:10.2900782Z 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:04:10.2901962Z 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:04:10.2903174Z 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:04:10.2904489Z 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:04:10.2905641Z 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:04:10.2906902Z 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:04:10.2908026Z 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:04:10.2909264Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:04:10.2910179Z 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:04:10.2911614Z 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:04:10.2912624Z 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:04:10.2913613Z 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:04:10.2914615Z 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:04:10.2915681Z 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:04:10.2916802Z 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:04:10.2917853Z 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:04:10.2919098Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:04:10.2920129Z 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:04:10.2921294Z 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:04:10.2922366Z 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:04:10.2923479Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:04:10.2924407Z 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:04:10.2925603Z 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:04:10.2926867Z 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:04:10.2927928Z 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:04:10.2928998Z 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:04:10.2930152Z 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:04:10.2931058Z 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:04:10.2932188Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:04:10.2933126Z 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:04:10.2934208Z 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:04:10.2935283Z 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:04:10.2936477Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:04:10.2937427Z 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:04:10.2938595Z 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:04:10.2939614Z 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:04:10.2940627Z 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:04:10.2941894Z 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:04:10.2942949Z 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:04:10.2943961Z 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:04:10.2945194Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:04:10.2946114Z 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:04:10.2947359Z 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:04:10.2948522Z 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:04:10.2949570Z 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:04:10.2950647Z 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:04:10.2951692Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:04:10.2952592Z 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:04:10.2953879Z 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:04:10.2955123Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:04:10.2956014Z 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:04:10.2957183Z 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:04:10.2958195Z 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:04:10.2959304Z 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:04:10.2960656Z 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:04:10.2961609Z 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:04:10.2962747Z 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:04:10.2963733Z 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:04:10.2964864Z 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:04:10.2966128Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:04:10.2967061Z 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:04:10.2968544Z 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:04:10.2969619Z 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:04:10.2970679Z 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:04:10.2971731Z 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:04:10.2972879Z 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:04:10.2973916Z 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:04:10.2974929Z 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:04:10.2975990Z 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:04:10.2977036Z 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:04:10.2978337Z 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:04:10.2979366Z 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:04:10.2980419Z 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:04:10.2981496Z 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:04:10.2983033Z 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:04:10.2985321Z 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:04:10.2986379Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:04:10.2987445Z 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:04:10.2988762Z 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:04:10.2989887Z 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:04:10.2990926Z 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:04:10.2991981Z 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:04:10.2993185Z 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:04:10.2995028Z 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:04:10.2995781Z 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:04:10.2996528Z 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:04:10.2997535Z 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:04:10.2998477Z 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:04:10.2999801Z 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:04:10.3000903Z 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:04:10.3001994Z 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:04:10.3003121Z 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:04:10.3004348Z 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:04:10.3005512Z 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:04:10.3006554Z 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:04:10.3007814Z 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:04:10.3009085Z 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:04:10.3010258Z 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:04:10.3011482Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:04:10.3012577Z 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:04:10.3013606Z 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:04:10.3014986Z 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:04:10.3016231Z 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:04:10.3017189Z 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:04:10.3018252Z 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:04:10.3019650Z 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:04:10.3020690Z 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:04:10.3021864Z 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:04:10.3022910Z 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:04:10.3023968Z 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:04:10.3025170Z 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:04:10.3026447Z 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:04:10.3028522Z 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:04:10.3029276Z 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:04:10.3030118Z 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:04:10.3031005Z 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:04:10.3032332Z 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:04:10.3033666Z 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:04:10.3037964Z 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:04:10.3038726Z 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:04:10.3039563Z 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:04:10.3040292Z 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:04:10.3040767Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:04:10.3041549Z 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:04:10.3042441Z 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:04:10.3043246Z 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:04:10.3044039Z 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:04:10.3044850Z 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:04:10.3045643Z 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:04:10.3046608Z 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:04:10.3047583Z 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:04:10.3048401Z 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:04:10.3049356Z 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:04:10.3051076Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T01:04:10.3051528Z 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:04:10.3053487Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:04:10.3053970Z 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:04:10.3054610Z 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:04:10.3055922Z 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:04:10.3057487Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:04:10.3058039Z 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:04:10.3059022Z 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:04:10.3059631Z 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:04:10.3060411Z 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:04:10.3061209Z 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:04:10.3062845Z 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:04:10.3063654Z 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:04:10.3064370Z 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:04:10.3065344Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:04:10.3066135Z 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:04:10.3067242Z 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:04:10.3068089Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:04:10.3068876Z 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:04:10.3069905Z 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:04:10.3070767Z 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:04:10.3071517Z 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:04:10.3072663Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:04:10.3073020Z 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:04:10.3074761Z 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:04:10.3075158Z 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:04:10.3076211Z 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:04:10.3077081Z 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:04:10.3078079Z 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:04:10.3078819Z 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:04:10.3079416Z 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:04:10.3080570Z 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:04:10.3081367Z 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:04:10.3082412Z 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:04:10.3083267Z 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:04:10.3084537Z 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:04:10.3085085Z 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:04:10.3087002Z 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:04:10.3087513Z 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:04:10.3088511Z 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:04:10.3089094Z 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:04:10.3090136Z 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:04:10.3091115Z 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:04:10.3091859Z 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:04:10.3092897Z 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:04:10.3093647Z 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:04:10.3094692Z 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:04:10.3095512Z 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:04:10.3096623Z 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:04:10.3097675Z 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:04:10.3098370Z 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:04:10.3099296Z 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:04:10.3100304Z 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:04:10.3101137Z 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:04:10.3102276Z 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:04:10.3103350Z 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:04:10.3104451Z 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:04:10.3105047Z 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:04:10.3105827Z 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:04:10.3106579Z 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:04:10.3107558Z 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:04:10.3108198Z 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:04:10.3109419Z 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:04:10.3110422Z 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:04:10.3111049Z 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:04:10.3111841Z 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:04:10.3112925Z 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:04:10.3113586Z 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:04:10.3114517Z 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:04:10.3116164Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:04:10.3116824Z 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:04:10.3117844Z 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:04:10.3118446Z 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:04:10.3119343Z 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:04:10.3120067Z 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:04:10.3121100Z 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:04:10.3122715Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:04:10.3123415Z 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:04:10.3124229Z 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:04:10.3125018Z 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:04:10.3127777Z 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:04:10.3128788Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:04:10.3129239Z 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:04:10.3130410Z 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:04:10.3131361Z 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:04:10.3132218Z 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:04:10.3132988Z 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:04:10.3133836Z 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:04:10.3135129Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:04:10.3135579Z 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:04:10.3136512Z 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:04:10.3137171Z 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:04:10.3137840Z 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:04:10.3138442Z 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:04:10.3139209Z 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:04:10.3140083Z 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:04:10.3140892Z 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:04:10.3141899Z 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:04:10.3142763Z 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:04:10.3144403Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed 2022-11-23T01:04:10.3145485Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:04:10.3146110Z 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:04:10.3147222Z 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:04:10.3147857Z 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:04:10.3148743Z 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:04:10.3149474Z 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:04:10.3150537Z 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:04:10.3151433Z 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:04:10.3152335Z 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:04:10.3153088Z 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:04:10.3153955Z 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:04:10.3154956Z 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:04:10.3155648Z 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:04:10.3157284Z 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:04:10.3157980Z 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:04:10.3158983Z 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:04:10.3159703Z 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:04:10.3160645Z 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:04:10.3161996Z 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:04:10.3162791Z 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:04:10.3163840Z 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:04:10.3164881Z 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:04:10.3165697Z 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:04:10.3166686Z 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:04:10.3167595Z 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:04:10.3168501Z 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:04:10.3169304Z 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:04:10.3170301Z 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:04:10.3171221Z 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:04:10.3172112Z 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:04:10.3172992Z 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:04:10.3173962Z 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:04:10.3174842Z 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:04:10.3175977Z 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:04:10.3176664Z 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:04:10.3177716Z 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:04:10.3178523Z 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:04:10.3179517Z 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:04:10.3180300Z 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:04:10.3181468Z 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:04:10.3182419Z 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:04:10.3184008Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:04:10.3184545Z 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:04:10.3185469Z 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:04:10.3186070Z 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:04:10.3186918Z 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:04:10.3187953Z 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:04:10.3188663Z 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:04:10.3189414Z 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:04:10.3190044Z 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:04:10.3190848Z 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:04:10.3191632Z 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:04:10.3192446Z 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:04:10.3193075Z 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:04:10.3193971Z 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:04:10.3194755Z 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:04:10.3195512Z 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:04:10.3196704Z 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:04:10.3197483Z 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:04:10.3198309Z 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:04:10.3199188Z 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:04:10.3200014Z 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:04:10.3200934Z 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:04:10.3201950Z 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:04:10.3202978Z 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:04:10.3203901Z 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:04:10.3204818Z 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:04:10.3205766Z 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:04:10.3206678Z 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:04:10.3207817Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T01:04:10.3208555Z 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:04:10.3209527Z 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:04:10.3210304Z 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:04:10.3211422Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:04:10.3212032Z 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:04:10.3213157Z 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:04:10.3213799Z 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:04:10.3214675Z 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:04:10.3215804Z 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:04:10.3216382Z 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:04:10.3217330Z 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:04:10.3218346Z 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:04:10.3219011Z 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:04:10.3220488Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:04:10.3221086Z 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:04:10.3222306Z 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:04:10.3222874Z 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:04:10.3223801Z 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:04:10.3224442Z 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:04:10.3225230Z 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:04:10.3225950Z 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:04:10.3226760Z 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:04:10.3227414Z 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:04:10.3228345Z 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:04:10.3229148Z 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:04:10.3229960Z 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:04:10.3230842Z 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:04:10.3232125Z 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:04:10.3232612Z 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:04:10.3233531Z 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:04:10.3234241Z 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:04:10.3235071Z 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:04:10.3235778Z 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:04:10.3236574Z 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:04:10.3237447Z 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:04:10.3238046Z 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:04:10.3238917Z 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:04:10.3239555Z 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:04:10.3240406Z 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:04:10.3241099Z 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:04:10.3241897Z 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:04:10.3242747Z 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:04:10.3243529Z 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:04:10.3244363Z 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:04:10.3245253Z 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:04:10.3245974Z 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:04:10.3246746Z 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:04:10.3247535Z 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:04:10.3248491Z 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:04:10.3249213Z 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:04:10.3250250Z 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:04:10.3250943Z 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:04:10.3251989Z 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:04:10.3252719Z 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:04:10.3253735Z 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:04:10.3255173Z 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:04:10.3255972Z 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:04:10.3256992Z 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:04:10.3257821Z 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:04:10.3258830Z 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:04:10.3259645Z 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:04:10.3260634Z 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:04:10.3261629Z 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:04:10.3262545Z 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:04:10.3263596Z 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:04:10.3264329Z 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:04:10.3265256Z 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:04:10.3266148Z 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:04:10.3267200Z 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:04:10.3267867Z 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:04:10.3268737Z 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:04:10.3269545Z 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:04:10.3270475Z 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:04:10.3271391Z 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:04:10.3272144Z 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:04:10.3273083Z 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:04:10.3273940Z 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:04:10.3274702Z 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:04:10.3275652Z 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:04:10.3276597Z 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:04:10.3277369Z 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:04:10.3278288Z 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:04:10.3279080Z 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:04:10.3280004Z 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:04:10.3280907Z 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:04:10.3281761Z 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:04:10.3282596Z 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:04:10.3283634Z 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:04:10.3284340Z 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:04:10.3285338Z 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:04:10.3286110Z 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:04:10.3286946Z 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:04:10.3287975Z 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:04:10.3288877Z 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:04:10.3289834Z 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:04:10.3290813Z 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:04:10.3291526Z 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:04:10.3292548Z 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:04:10.3293537Z 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:04:10.3294394Z 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:04:10.3295533Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:04:10.3296163Z 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:04:10.3297730Z 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:04:10.3298178Z 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:04:10.3298855Z 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:04:10.3299670Z 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:04:10.3300478Z 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:04:10.3301236Z 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:04:10.3302738Z 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:04:10.3304088Z 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:04:10.3305013Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:04:10.3305748Z 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:04:10.3306671Z 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:04:10.3307558Z 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:04:10.3308552Z 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:04:10.3309174Z 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:04:10.3310423Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:04:10.3310899Z 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:04:10.3312109Z 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:04:10.3312912Z 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:04:10.3313871Z 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:04:10.3315598Z 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:04:10.3316233Z 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:04:10.3316688Z 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:04:10.3317111Z 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:04:10.3318080Z 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:04:10.3319121Z 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:04:10.3320045Z 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:04:10.3320896Z 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:04:10.3321654Z 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:04:10.3323125Z 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:04:10.3323706Z 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:04:10.3324590Z 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:04:10.3325542Z 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:04:10.3326581Z 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:04:10.3327268Z 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:04:10.3328402Z 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:04:10.3329017Z 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:04:10.3330177Z 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:04:10.3331140Z 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:04:10.3331657Z 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:04:10.3332763Z 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:04:10.3333648Z 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:04:10.3334682Z 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:04:10.3335413Z 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:04:10.3336369Z 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:04:10.3338145Z 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:04:10.3338508Z 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:04:10.3353854Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:04:10.3355669Z 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:04:10.3356349Z 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:04:10.3357112Z 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:04:10.3357679Z 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:04:10.3358068Z 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:04:10.3358442Z 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:04:10.3358826Z 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:04:10.3359158Z 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:04:10.3359626Z 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:04:10.3359979Z 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:04:10.3360370Z 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:04:10.3360799Z 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:04:10.3361012Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:04:10.3361538Z 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:04:10.3361918Z 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:04:10.3362412Z 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:04:10.3362857Z 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:04:10.3363239Z 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:04:10.3363632Z 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:04:10.3364028Z 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:04:10.3364441Z 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:04:10.3364815Z 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:04:10.3365268Z 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:04:10.3365612Z 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:04:10.3366134Z 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:04:10.3366588Z 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:04:10.3366972Z 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:04:10.3367355Z 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:04:10.3367881Z 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:04:10.3368389Z 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:04:10.3368912Z 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:04:10.3369383Z 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:04:10.3369928Z 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:04:10.3370499Z 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:04:10.3370849Z 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:04:10.3371192Z 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:04:10.3372837Z 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:04:10.3373784Z 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:04:10.3374934Z 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:04:10.3375723Z 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:04:10.3377115Z 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:04:10.3377842Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:04:10.3378305Z 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:04:10.3379507Z 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:04:10.3380419Z 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:04:10.3382153Z 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:04:10.3382492Z 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:04:10.3383843Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:04:10.3384728Z 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:04:10.3385366Z 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:04:10.3385926Z 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:04:10.3386747Z 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:04:10.3387799Z 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:04:10.3388775Z 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:04:10.3389427Z 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:04:10.3390320Z 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:04:10.3391297Z 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:04:10.3391957Z 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:04:10.3392814Z 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:04:10.3393433Z 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:04:10.3395037Z 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:04:10.3396460Z 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:04:10.3397264Z 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:04:10.3398587Z 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:04:10.3399768Z 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:04:10.3400413Z 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:04:10.3402537Z 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:04:10.3403181Z 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:04:10.3403986Z 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:04:10.3404791Z 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:04:10.3405732Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:04:10.3406388Z 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:04:10.3407509Z 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:04:10.3408268Z 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:04:10.3409748Z 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:04:10.3410224Z 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:04:10.3411070Z 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:04:10.3411988Z 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:04:10.3412544Z 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:04:10.3413479Z 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:04:10.3413921Z 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:04:10.3415012Z 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:04:10.3415549Z 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:04:10.3416626Z 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:04:10.3417417Z 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:04:10.3418036Z 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:04:10.3419734Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:04:10.3420160Z 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:04:10.3420933Z 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:04:10.3421679Z 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:04:10.3422718Z 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:04:10.3423607Z 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:04:10.3424689Z 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:04:10.3425836Z 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:04:10.3426606Z 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:04:10.3427260Z 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:04:10.3428186Z 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:04:10.3429007Z 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:04:10.3429949Z 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:04:10.3430919Z 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:04:10.3432021Z 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:04:10.3432812Z 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:04:10.3433611Z 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:04:10.3434651Z 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:04:10.3442487Z 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:04:10.3443159Z 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:04:10.3444147Z 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:04:10.3444921Z 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:04:10.3445436Z 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:04:10.3446555Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-11-23T01:04:10.3447255Z 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:04:10.3448112Z 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:04:10.3449490Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:04:10.3449943Z 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:04:10.3451016Z 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:04:10.3452394Z 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:04:10.3452803Z 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:04:10.3453853Z 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:04:10.3454740Z 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:04:10.3455583Z 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:04:10.3456573Z 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:04:10.3457477Z 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:04:10.3458411Z 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:04:10.3459139Z 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:04:10.3460219Z 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:04:10.3460844Z 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:04:10.3461900Z 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:04:10.3462670Z 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:04:10.3464830Z 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:04:10.3465432Z 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:04:10.3466480Z 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:04:10.3467142Z 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:04:10.3468065Z 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:04:10.3468928Z 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:04:10.3470384Z 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:04:10.3470929Z 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:04:10.3471890Z 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:04:10.3472712Z 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:04:10.3473824Z 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:04:10.3474728Z 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:04:10.3475572Z 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:04:10.3476394Z 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:04:10.3477295Z 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:04:10.3478953Z 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:04:10.3479713Z 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:04:10.3480509Z 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:04:10.3481352Z 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:04:10.3482343Z 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:04:10.3483349Z 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:04:10.3484311Z 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:04:10.3485349Z 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:04:10.3486493Z 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:04:10.3486973Z 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:04:10.3488623Z 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:04:10.3489223Z 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:04:10.3490104Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:04:10.3491080Z 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:04:10.3491863Z 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:04:10.3492303Z 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:04:10.3493325Z 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:04:10.3494584Z 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:04:10.3494991Z 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:04:10.3495914Z 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:04:10.3496640Z 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:04:10.3497544Z 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:04:10.3498676Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen 2022-11-23T01:04:10.3500075Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:04:10.3500618Z 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:04:10.3502309Z 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:04:10.3502943Z 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:04:10.3503562Z 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:04:10.3504725Z 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:04:10.3505506Z 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:04:10.3506394Z 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:04:10.3507239Z 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:04:10.3508129Z 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:04:10.3508993Z 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:04:10.3509948Z 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:04:10.3510837Z 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:04:10.3511712Z 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:04:10.3512688Z 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:04:10.3513439Z 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:04:10.3514533Z 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:04:10.3515731Z 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:04:10.3516873Z 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:04:10.3517898Z 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:04:10.3518522Z 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:04:10.3519790Z 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:04:10.3520365Z 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:04:10.3521161Z 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:04:10.3522341Z 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:04:10.3523826Z 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:04:10.3524472Z 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:04:10.3525447Z 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:04:10.3526204Z 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:04:10.3527248Z 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:04:10.3528447Z 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:04:10.3529148Z 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:04:10.3529974Z 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:04:10.3530889Z 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:04:10.3531705Z 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:04:10.3532418Z 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:04:10.3533705Z 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:04:10.3534248Z 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:04:10.3535392Z 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:04:10.3536334Z 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:04:10.3536943Z 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:04:10.3537698Z 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:04:10.3538539Z 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:04:10.3539251Z 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:04:10.3539974Z 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:04:10.3540827Z 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:04:10.3541907Z 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:04:10.3542856Z 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:04:10.3543439Z 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:04:10.3544526Z 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:04:10.3545030Z 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:04:10.3545954Z 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:04:10.3546811Z 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:04:10.3547800Z 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:04:10.3548612Z 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:04:10.3549656Z 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:04:10.3550533Z 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:04:10.3551471Z 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:04:10.3552291Z 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:04:10.3553174Z 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:04:10.3554187Z 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:04:10.3554985Z 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:04:10.3556001Z 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:04:10.3556873Z 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:04:10.3557683Z 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:04:10.3558539Z 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:04:10.3559486Z 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:04:10.3560420Z 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:04:10.3561216Z 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:04:10.3562097Z 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:04:10.3563508Z 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:04:10.3564412Z 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:04:10.3565459Z 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:04:10.3566284Z 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:04:10.3566934Z 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:04:10.3567898Z 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:04:10.3568710Z 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:04:10.3569461Z 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:04:10.3570361Z 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:04:10.3571303Z 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:04:10.3572346Z 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:04:10.3573262Z 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:04:10.3574031Z 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:04:10.3574721Z 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:04:10.3575415Z 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:04:10.3576381Z 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:04:10.3577091Z 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:04:10.3577836Z 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:04:10.3578579Z 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:04:10.3580220Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:04:10.3580767Z 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:04:10.3581825Z 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:04:10.3582729Z 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:04:10.3583650Z 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:04:10.3584914Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:04:10.3585474Z 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:04:10.3586332Z 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:04:10.3587193Z 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:04:10.3588208Z 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:04:10.3588946Z 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:04:10.3589650Z 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:04:10.3590595Z 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:04:10.3591301Z 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:04:10.3592210Z 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:04:10.3593123Z 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:04:10.3593816Z 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:04:10.3594467Z 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:04:10.3595481Z 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:04:10.3596447Z 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:04:10.3597052Z 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:04:10.3598060Z 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:04:10.3598778Z 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:04:10.3600454Z 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:04:10.3601394Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-11-23T01:04:10.3601933Z 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:04:10.3602859Z 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:04:10.3603973Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:04:10.3604409Z 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:04:10.3605532Z 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:04:10.3606378Z 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:04:10.3607150Z 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:04:10.3607830Z 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:04:10.3608851Z 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:04:10.3610246Z 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:04:10.3610942Z 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:04:10.3611758Z 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:04:10.3613318Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:04:10.3614110Z 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:04:10.3615037Z 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:04:10.3616267Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:04:10.3616832Z 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:04:10.3618364Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:04:10.3619008Z 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:04:10.3620352Z 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:04:10.3621099Z 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:04:10.3622201Z 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:04:10.3623668Z 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:04:10.3624672Z 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:04:10.3625808Z 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:04:10.3626434Z 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:04:10.3627345Z 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:04:10.3628394Z 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:04:10.3629409Z 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:04:10.3630136Z 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:04:10.3631142Z 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:04:10.3631858Z 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:04:10.3633807Z 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:04:10.3634319Z 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:04:10.3635486Z 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:04:10.3636140Z 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:04:10.3636991Z 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:04:10.3637896Z 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:04:10.3638541Z 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:04:10.3639577Z 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:04:10.3640278Z 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:04:10.3641269Z 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:04:10.3642126Z 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:04:10.3643102Z 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:04:10.3644025Z 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:04:10.3644769Z 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:04:10.3645579Z 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:04:10.3646408Z 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:04:10.3647218Z 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:04:10.3648248Z 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:04:10.3649077Z 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:04:10.3649868Z 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:04:10.3650715Z 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:04:10.3651617Z 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:04:10.3652083Z 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:04:10.3653816Z 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:04:10.3654322Z 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:04:10.3655512Z 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:04:10.3656357Z 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:04:10.3656963Z 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:04:10.3658528Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2022-11-23T01:04:10.3658956Z 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:04:10.3660184Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy 2022-11-23T01:04:10.3660866Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:04:10.3661296Z 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:04:10.3662694Z 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:04:10.3663114Z 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:04:10.3664017Z 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:04:10.3665299Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:04:10.3665790Z 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:04:10.3666430Z 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:04:10.3667283Z 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:04:10.3668310Z 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:04:10.3669098Z 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:04:10.3669754Z 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:04:10.3670300Z 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:04:10.3671022Z 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:04:10.3671754Z 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:04:10.3672325Z 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:04:10.3673213Z 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:04:10.3674039Z 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:04:10.3674922Z 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:04:10.3675723Z 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:04:10.3676212Z 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:04:10.3678000Z 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:04:10.3681366Z 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:04:10.3682141Z 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:04:10.3683182Z 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:04:10.3683937Z 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:04:10.3684843Z 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:04:10.3685598Z 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:04:10.3686669Z 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:04:10.3688215Z 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:04:10.3690463Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T01:04:10.3690855Z 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:04:10.3691238Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:04:10.3691678Z 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:04:10.3692347Z 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:04:10.3693307Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:04:10.3694146Z 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:04:10.3694956Z 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:04:10.3695446Z 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:04:10.3696468Z 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:04:10.3697315Z 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:04:10.3698356Z 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:04:10.3699156Z 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:04:10.3699657Z 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:04:10.3700915Z 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:04:10.3701493Z 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:04:10.3703257Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:04:10.3703576Z 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:04:10.3704909Z 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:04:10.3705661Z 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:04:10.3707117Z 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:04:10.3707875Z 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:04:10.3708856Z 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:04:10.3709554Z 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:04:10.3710799Z 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:04:10.3711341Z 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:04:10.3712308Z 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:04:10.3713020Z 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:04:10.3714011Z 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:04:10.3714767Z 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:04:10.3716460Z 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:04:10.3717045Z 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:04:10.3717970Z 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:04:10.3719867Z 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:04:10.3721439Z 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:04:10.3722787Z 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:04:10.3724095Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:04:10.3724476Z 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:04:10.3725555Z 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:04:10.3726871Z 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:04:10.3727635Z 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:04:10.3728779Z 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:04:10.3729823Z 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:04:10.3730753Z 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:04:10.3732948Z creating build/bdist.linux-x86_64/wheel/torch/include/THH 2022-11-23T01:04:10.3733276Z 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:04:10.3733592Z 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:04:10.3735847Z creating build/bdist.linux-x86_64/wheel/torch/share 2022-11-23T01:04:10.3736309Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake 2022-11-23T01:04:10.3737314Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2022-11-23T01:04:10.3737726Z 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:04:10.3738987Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:04:10.3739665Z 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:04:10.3740503Z 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:04:10.3741663Z 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:04:10.3742452Z 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:04:10.3743393Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:04:10.3744004Z 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:04:10.3745055Z 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:04:10.3745942Z 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:04:10.3746826Z 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:04:10.3747734Z 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:04:10.3748669Z 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:04:10.3749492Z 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:04:10.3750330Z 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:04:10.3751608Z 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:04:10.3752822Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:04:10.3753352Z 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:04:10.3754357Z 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:04:10.3755227Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:04:10.3755797Z 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:04:10.3756766Z 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:04:10.3758320Z 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:04:10.3759280Z 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:04:10.3760229Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:04:10.3760759Z 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:04:10.3761653Z 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:04:10.3762424Z 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:04:10.3763143Z 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:04:10.3764609Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-11-23T01:04:10.3764984Z 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:04:10.3765835Z 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:04:10.3766808Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-11-23T01:04:10.3767725Z 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:04:10.3768815Z 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:04:10.3769818Z 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:04:10.3771193Z 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:04:10.3774791Z creating build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:04:10.3775290Z copying build/lib.linux-x86_64-cpython-38/torchgen/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:04:10.3776068Z copying build/lib.linux-x86_64-cpython-38/torchgen/code_template.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:04:10.3776985Z copying build/lib.linux-x86_64-cpython-38/torchgen/context.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:04:10.3778022Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:04:10.3780170Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_backend_stubs.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:04:10.3781162Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_functionalization_type.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:04:10.3782584Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_lazy_tensor.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:04:10.3783825Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_vmap_plumbing.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:04:10.3784945Z copying build/lib.linux-x86_64-cpython-38/torchgen/local.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:04:10.3786045Z copying build/lib.linux-x86_64-cpython-38/torchgen/model.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:04:10.3788358Z copying build/lib.linux-x86_64-cpython-38/torchgen/native_function_generation.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:04:10.3789159Z copying build/lib.linux-x86_64-cpython-38/torchgen/utils.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:04:10.3790614Z creating build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:04:10.3791504Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:04:10.3792492Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/autograd.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:04:10.3793793Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/cpp.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:04:10.3794540Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/dispatcher.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:04:10.3795342Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/functionalization.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:04:10.3796112Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/lazy.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:04:10.3797161Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/meta.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:04:10.3797950Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/native.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:04:10.3798821Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/python.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:04:10.3800136Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/structured.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:04:10.3800962Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/translate.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:04:10.3802102Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/types.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:04:10.3803230Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:04:10.3804128Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/unboxing.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:04:10.3805553Z creating build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:04:10.3805837Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:04:10.3806710Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/lazy_ir.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:04:10.3807737Z 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:04:10.3808546Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/native_functions.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:04:10.3809384Z 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:04:10.3810797Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:04:10.3811937Z creating build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T01:04:10.3812618Z 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:04:10.3813587Z 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:04:10.3814765Z 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:04:10.3815763Z creating build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T01:04:10.3816169Z 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:04:10.3817077Z 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:04:10.3818081Z 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:04:10.3819786Z creating build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:04:10.3820260Z 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:04:10.3820817Z 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:04:10.3821827Z 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:04:10.3822514Z 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:04:10.3824794Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged 2022-11-23T01:04:10.3825198Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen 2022-11-23T01:04:10.3826160Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-11-23T01:04:10.3826594Z 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:04:10.3831122Z 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:04:10.3832259Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:04:10.3832752Z 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:04:10.3834063Z 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:04:10.3834687Z 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:04:10.3835575Z 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:04:10.3837112Z 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:04:10.3837713Z 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:04:10.3838441Z 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:04:10.3839408Z 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:04:10.3839993Z 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:04:10.3840836Z 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:04:10.3841437Z 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:04:10.3843121Z 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:04:10.3843763Z 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:04:10.3845059Z 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:04:10.3845993Z 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:04:10.3846781Z 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:04:10.3847798Z 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:04:10.3848659Z 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:04:10.3849602Z 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:04:10.3850340Z 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:04:10.3852418Z 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:04:10.3852970Z 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:04:10.3853732Z 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:04:10.3854848Z 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:04:10.3855902Z 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:04:10.3856682Z 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:04:10.3857692Z 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:04:10.3858690Z 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:04:10.3859535Z 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:04:10.3860491Z 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:04:10.3861987Z 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:04:10.3862933Z 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:04:10.3863861Z 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:04:10.3865021Z 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:04:10.3866014Z 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:04:10.3867099Z 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:04:10.3868193Z 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:04:10.3869186Z 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:04:10.3870137Z 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:04:10.3874260Z running install_egg_info 2022-11-23T01:04:10.5328587Z running egg_info 2022-11-23T01:04:10.5328924Z creating torch.egg-info 2022-11-23T01:04:10.5364579Z writing torch.egg-info/PKG-INFO 2022-11-23T01:04:10.5367904Z writing dependency_links to torch.egg-info/dependency_links.txt 2022-11-23T01:04:10.5370405Z writing entry points to torch.egg-info/entry_points.txt 2022-11-23T01:04:10.5371949Z writing requirements to torch.egg-info/requires.txt 2022-11-23T01:04:10.5374344Z writing top-level names to torch.egg-info/top_level.txt 2022-11-23T01:04:10.5375353Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T01:04:10.7417832Z reading manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T01:04:10.7418176Z reading manifest template 'MANIFEST.in' 2022-11-23T01:04:10.7426804Z warning: no files found matching 'CITATION' 2022-11-23T01:04:12.5397949Z warning: no previously-included files matching '*.o' found anywhere in distribution 2022-11-23T01:04:12.6566344Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2022-11-23T01:04:12.8768561Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2022-11-23T01:04:12.8769057Z adding license file 'LICENSE' 2022-11-23T01:04:12.8769463Z adding license file 'NOTICE' 2022-11-23T01:04:13.4376808Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T01:04:13.4469000Z Copying torch.egg-info to build/bdist.linux-x86_64/wheel/torch-1.14.0a0+git1cfd385-py3.8.egg-info 2022-11-23T01:04:13.4496300Z running install_scripts 2022-11-23T01:04:13.5813430Z adding license file "LICENSE" (matched pattern "LICEN[CS]E*") 2022-11-23T01:04:13.5813773Z adding license file "NOTICE" (matched pattern "NOTICE*") 2022-11-23T01:04:13.5921322Z creating build/bdist.linux-x86_64/wheel/torch-1.14.0a0+git1cfd385.dist-info/WHEEL 2022-11-23T01:04:13.5924060Z 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:04:13.6116124Z adding 'functorch/_C.cpython-38-x86_64-linux-gnu.so' 2022-11-23T01:04:13.6125734Z adding 'functorch/__init__.py' 2022-11-23T01:04:13.6127437Z adding 'functorch/_src/__init__.py' 2022-11-23T01:04:13.6138099Z adding 'functorch/_src/aot_autograd.py' 2022-11-23T01:04:13.6141346Z adding 'functorch/_src/benchmark_utils.py' 2022-11-23T01:04:13.6144084Z adding 'functorch/_src/compile_utils.py' 2022-11-23T01:04:13.6147950Z adding 'functorch/_src/compilers.py' 2022-11-23T01:04:13.6149947Z adding 'functorch/_src/config.py' 2022-11-23T01:04:13.6167423Z adding 'functorch/_src/eager_transforms.py' 2022-11-23T01:04:13.6172098Z adding 'functorch/_src/fx_minifier.py' 2022-11-23T01:04:13.6177843Z adding 'functorch/_src/make_functional.py' 2022-11-23T01:04:13.6179978Z adding 'functorch/_src/named_members_polyfill.py' 2022-11-23T01:04:13.6186377Z adding 'functorch/_src/partitioners.py' 2022-11-23T01:04:13.6188294Z adding 'functorch/_src/python_key.py' 2022-11-23T01:04:13.6189848Z adding 'functorch/_src/pytree_hacks.py' 2022-11-23T01:04:13.6195406Z adding 'functorch/_src/top_operators_github_usage.py' 2022-11-23T01:04:13.6201971Z adding 'functorch/_src/vmap.py' 2022-11-23T01:04:13.6204331Z adding 'functorch/compile/__init__.py' 2022-11-23T01:04:13.6206911Z adding 'functorch/dim/__init__.py' 2022-11-23T01:04:13.6208560Z adding 'functorch/dim/batch_tensor.py' 2022-11-23T01:04:13.6210339Z adding 'functorch/dim/delayed_mul_tensor.py' 2022-11-23T01:04:13.6212318Z adding 'functorch/dim/dim.py' 2022-11-23T01:04:13.6214048Z adding 'functorch/dim/magic_trace.py' 2022-11-23T01:04:13.6216412Z adding 'functorch/dim/op_properties.py' 2022-11-23T01:04:13.6222823Z adding 'functorch/dim/reference.py' 2022-11-23T01:04:13.6224789Z adding 'functorch/dim/tree_map.py' 2022-11-23T01:04:13.6226441Z adding 'functorch/dim/wrap_type.py' 2022-11-23T01:04:13.6228202Z adding 'functorch/experimental/__init__.py' 2022-11-23T01:04:13.6230273Z adding 'functorch/experimental/_map.py' 2022-11-23T01:04:13.6231944Z adding 'functorch/experimental/batch_norm_replacement.py' 2022-11-23T01:04:13.6234275Z adding 'functorch/experimental/cond.py' 2022-11-23T01:04:13.6235689Z adding 'functorch/experimental/control_flow.py' 2022-11-23T01:04:13.6236963Z adding 'functorch/experimental/ops.py' 2022-11-23T01:04:13.6248176Z adding 'torch/_C.cpython-38-x86_64-linux-gnu.so' 2022-11-23T01:04:13.6259323Z adding 'torch/_C_flatbuffer.cpython-38-x86_64-linux-gnu.so' 2022-11-23T01:04:13.6261792Z adding 'torch/_VF.py' 2022-11-23T01:04:13.6263353Z adding 'torch/__config__.py' 2022-11-23T01:04:13.6264878Z adding 'torch/__future__.py' 2022-11-23T01:04:13.6276500Z adding 'torch/__init__.py' 2022-11-23T01:04:13.6283443Z adding 'torch/_appdirs.py' 2022-11-23T01:04:13.6285916Z adding 'torch/_classes.py' 2022-11-23T01:04:13.6287972Z adding 'torch/_deploy.py' 2022-11-23T01:04:13.6304007Z adding 'torch/_jit_internal.py' 2022-11-23T01:04:13.6307331Z adding 'torch/_linalg_utils.py' 2022-11-23T01:04:13.6319781Z adding 'torch/_lobpcg.py' 2022-11-23T01:04:13.6324629Z adding 'torch/_lowrank.py' 2022-11-23T01:04:13.6342506Z adding 'torch/_meta_registrations.py' 2022-11-23T01:04:13.6346710Z adding 'torch/_namedtensor_internals.py' 2022-11-23T01:04:13.6353658Z adding 'torch/_ops.py' 2022-11-23T01:04:13.6357154Z adding 'torch/_python_dispatcher.py' 2022-11-23T01:04:13.6359121Z adding 'torch/_six.py' 2022-11-23T01:04:13.6361597Z adding 'torch/_sources.py' 2022-11-23T01:04:13.6363502Z adding 'torch/_storage_docs.py' 2022-11-23T01:04:13.6378307Z adding 'torch/_tensor.py' 2022-11-23T01:04:13.6409977Z adding 'torch/_tensor_docs.py' 2022-11-23T01:04:13.6419374Z adding 'torch/_tensor_str.py' 2022-11-23T01:04:13.6533987Z adding 'torch/_torch_docs.py' 2022-11-23T01:04:13.6551658Z adding 'torch/_utils.py' 2022-11-23T01:04:13.6553956Z adding 'torch/_utils_internal.py' 2022-11-23T01:04:13.6558583Z adding 'torch/_vmap_internals.py' 2022-11-23T01:04:13.6562507Z adding 'torch/_weights_only_unpickler.py' 2022-11-23T01:04:13.6585638Z adding 'torch/functional.py' 2022-11-23T01:04:13.6596293Z adding 'torch/hub.py' 2022-11-23T01:04:13.6599713Z adding 'torch/library.py' 2022-11-23T01:04:13.6621504Z adding 'torch/overrides.py' 2022-11-23T01:04:13.6625281Z adding 'torch/py.typed' 2022-11-23T01:04:13.6628013Z adding 'torch/quasirandom.py' 2022-11-23T01:04:13.6630621Z adding 'torch/random.py' 2022-11-23T01:04:13.6632376Z adding 'torch/return_types.py' 2022-11-23T01:04:13.6646218Z adding 'torch/serialization.py' 2022-11-23T01:04:13.6655000Z adding 'torch/storage.py' 2022-11-23T01:04:13.6657998Z adding 'torch/torch_version.py' 2022-11-23T01:04:13.6659872Z adding 'torch/types.py' 2022-11-23T01:04:13.6661369Z adding 'torch/version.py' 2022-11-23T01:04:13.6688959Z adding 'torch/_C/_VariableFunctions.pyi' 2022-11-23T01:04:13.6720438Z adding 'torch/_C/__init__.pyi' 2022-11-23T01:04:13.6725202Z adding 'torch/_C/_autograd.pyi' 2022-11-23T01:04:13.6726673Z adding 'torch/_C/_cudnn.pyi' 2022-11-23T01:04:13.6728365Z adding 'torch/_C/_distributed_autograd.pyi' 2022-11-23T01:04:13.6731434Z adding 'torch/_C/_distributed_c10d.pyi' 2022-11-23T01:04:13.6734163Z adding 'torch/_C/_distributed_rpc.pyi' 2022-11-23T01:04:13.6735896Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2022-11-23T01:04:13.6737341Z adding 'torch/_C/_functions.pyi' 2022-11-23T01:04:13.6738938Z adding 'torch/_C/_functorch.pyi' 2022-11-23T01:04:13.6740385Z adding 'torch/_C/_itt.pyi' 2022-11-23T01:04:13.6742088Z adding 'torch/_C/_lazy.pyi' 2022-11-23T01:04:13.6743777Z adding 'torch/_C/_lazy_ts_backend.pyi' 2022-11-23T01:04:13.6745211Z adding 'torch/_C/_monitor.pyi' 2022-11-23T01:04:13.6746802Z adding 'torch/_C/_nn.pyi' 2022-11-23T01:04:13.6748254Z adding 'torch/_C/_nvtx.pyi' 2022-11-23T01:04:13.6749622Z adding 'torch/_C/_onnx.pyi' 2022-11-23T01:04:13.6751841Z adding 'torch/_C/_profiler.pyi' 2022-11-23T01:04:13.6753300Z adding 'torch/_C/_verbose.pyi' 2022-11-23T01:04:13.6754935Z adding 'torch/_C_flatbuffer/__init__.pyi' 2022-11-23T01:04:13.6757841Z adding 'torch/_decomp/__init__.py' 2022-11-23T01:04:13.6784596Z adding 'torch/_decomp/decompositions.py' 2022-11-23T01:04:13.6790183Z adding 'torch/_decomp/decompositions_for_jvp.py' 2022-11-23T01:04:13.6792017Z adding 'torch/_dispatch/__init__.py' 2022-11-23T01:04:13.6793648Z adding 'torch/_dispatch/python.py' 2022-11-23T01:04:13.6796416Z adding 'torch/_dynamo/__init__.py' 2022-11-23T01:04:13.6799740Z adding 'torch/_dynamo/allowed_functions.py' 2022-11-23T01:04:13.6802904Z adding 'torch/_dynamo/bytecode_analysis.py' 2022-11-23T01:04:13.6807377Z adding 'torch/_dynamo/bytecode_transformation.py' 2022-11-23T01:04:13.6811542Z adding 'torch/_dynamo/codegen.py' 2022-11-23T01:04:13.6815002Z adding 'torch/_dynamo/config.py' 2022-11-23T01:04:13.6820270Z adding 'torch/_dynamo/convert_frame.py' 2022-11-23T01:04:13.6829536Z adding 'torch/_dynamo/debug_utils.py' 2022-11-23T01:04:13.6838128Z adding 'torch/_dynamo/eval_frame.py' 2022-11-23T01:04:13.6840780Z adding 'torch/_dynamo/exc.py' 2022-11-23T01:04:13.6849993Z adding 'torch/_dynamo/guards.py' 2022-11-23T01:04:13.6852847Z adding 'torch/_dynamo/logging.py' 2022-11-23T01:04:13.6855380Z adding 'torch/_dynamo/mutation_guard.py' 2022-11-23T01:04:13.6860957Z adding 'torch/_dynamo/output_graph.py' 2022-11-23T01:04:13.6863652Z adding 'torch/_dynamo/profiler.py' 2022-11-23T01:04:13.6865560Z adding 'torch/_dynamo/replay_record.py' 2022-11-23T01:04:13.6868940Z adding 'torch/_dynamo/resume_execution.py' 2022-11-23T01:04:13.6872256Z adding 'torch/_dynamo/side_effects.py' 2022-11-23T01:04:13.6874708Z adding 'torch/_dynamo/skipfiles.py' 2022-11-23T01:04:13.6876984Z adding 'torch/_dynamo/source.py' 2022-11-23T01:04:13.6895334Z adding 'torch/_dynamo/symbolic_convert.py' 2022-11-23T01:04:13.6898437Z adding 'torch/_dynamo/test_case.py' 2022-11-23T01:04:13.6900589Z adding 'torch/_dynamo/test_minifier_common.py' 2022-11-23T01:04:13.6903678Z adding 'torch/_dynamo/testing.py' 2022-11-23T01:04:13.6913924Z adding 'torch/_dynamo/utils.py' 2022-11-23T01:04:13.6916231Z adding 'torch/_dynamo/optimizations/__init__.py' 2022-11-23T01:04:13.6918679Z adding 'torch/_dynamo/optimizations/analysis.py' 2022-11-23T01:04:13.6925630Z adding 'torch/_dynamo/optimizations/backends.py' 2022-11-23T01:04:13.6930414Z adding 'torch/_dynamo/optimizations/distributed.py' 2022-11-23T01:04:13.6933062Z adding 'torch/_dynamo/optimizations/inference.py' 2022-11-23T01:04:13.6934992Z adding 'torch/_dynamo/optimizations/log_args.py' 2022-11-23T01:04:13.6938973Z adding 'torch/_dynamo/optimizations/normalize.py' 2022-11-23T01:04:13.6941903Z adding 'torch/_dynamo/optimizations/subgraph.py' 2022-11-23T01:04:13.6944884Z adding 'torch/_dynamo/optimizations/torchxla_integration.py' 2022-11-23T01:04:13.6950330Z adding 'torch/_dynamo/optimizations/training.py' 2022-11-23T01:04:13.6952774Z adding 'torch/_dynamo/variables/__init__.py' 2022-11-23T01:04:13.6955969Z adding 'torch/_dynamo/variables/base.py' 2022-11-23T01:04:13.6963476Z adding 'torch/_dynamo/variables/builder.py' 2022-11-23T01:04:13.6971565Z adding 'torch/_dynamo/variables/builtin.py' 2022-11-23T01:04:13.6974827Z adding 'torch/_dynamo/variables/constant.py' 2022-11-23T01:04:13.6978874Z adding 'torch/_dynamo/variables/dicts.py' 2022-11-23T01:04:13.6983591Z adding 'torch/_dynamo/variables/functions.py' 2022-11-23T01:04:13.6988393Z adding 'torch/_dynamo/variables/lists.py' 2022-11-23T01:04:13.6994395Z adding 'torch/_dynamo/variables/misc.py' 2022-11-23T01:04:13.7000301Z adding 'torch/_dynamo/variables/nn_module.py' 2022-11-23T01:04:13.7006165Z adding 'torch/_dynamo/variables/tensor.py' 2022-11-23T01:04:13.7013252Z adding 'torch/_dynamo/variables/torch.py' 2022-11-23T01:04:13.7017713Z adding 'torch/_dynamo/variables/user_defined.py' 2022-11-23T01:04:13.7019629Z adding 'torch/_functorch/__init__.py' 2022-11-23T01:04:13.7022176Z adding 'torch/_functorch/pyfunctorch.py' 2022-11-23T01:04:13.7023865Z adding 'torch/_functorch/utils.py' 2022-11-23T01:04:13.7025519Z adding 'torch/_inductor/__init__.py' 2022-11-23T01:04:13.7031189Z adding 'torch/_inductor/codecache.py' 2022-11-23T01:04:13.7035773Z adding 'torch/_inductor/compile_fx.py' 2022-11-23T01:04:13.7038866Z adding 'torch/_inductor/config.py' 2022-11-23T01:04:13.7040541Z adding 'torch/_inductor/cuda_properties.py' 2022-11-23T01:04:13.7044201Z adding 'torch/_inductor/debug.py' 2022-11-23T01:04:13.7048939Z adding 'torch/_inductor/decomposition.py' 2022-11-23T01:04:13.7052792Z adding 'torch/_inductor/dependencies.py' 2022-11-23T01:04:13.7054810Z adding 'torch/_inductor/exc.py' 2022-11-23T01:04:13.7059468Z adding 'torch/_inductor/graph.py' 2022-11-23T01:04:13.7094494Z adding 'torch/_inductor/ir.py' 2022-11-23T01:04:13.7129026Z adding 'torch/_inductor/lowering.py' 2022-11-23T01:04:13.7132907Z adding 'torch/_inductor/metrics.py' 2022-11-23T01:04:13.7140889Z adding 'torch/_inductor/overrides.py' 2022-11-23T01:04:13.7153869Z adding 'torch/_inductor/scheduler.py' 2022-11-23T01:04:13.7160464Z adding 'torch/_inductor/sizevars.py' 2022-11-23T01:04:13.7165065Z adding 'torch/_inductor/utils.py' 2022-11-23T01:04:13.7167315Z adding 'torch/_inductor/virtualized.py' 2022-11-23T01:04:13.7169033Z adding 'torch/_inductor/codegen/__init__.py' 2022-11-23T01:04:13.7171687Z adding 'torch/_inductor/codegen/autotuner.py' 2022-11-23T01:04:13.7177427Z adding 'torch/_inductor/codegen/common.py' 2022-11-23T01:04:13.7191835Z adding 'torch/_inductor/codegen/cpp.py' 2022-11-23T01:04:13.7195021Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2022-11-23T01:04:13.7209633Z adding 'torch/_inductor/codegen/triton.py' 2022-11-23T01:04:13.7213512Z adding 'torch/_inductor/codegen/triton_conv_delta_x.j2' 2022-11-23T01:04:13.7216130Z adding 'torch/_inductor/codegen/triton_conv_delta_x_hwc.j2' 2022-11-23T01:04:13.7218461Z adding 'torch/_inductor/codegen/triton_mm.j2' 2022-11-23T01:04:13.7222310Z adding 'torch/_inductor/codegen/triton_template.py' 2022-11-23T01:04:13.7226734Z adding 'torch/_inductor/codegen/wrapper.py' 2022-11-23T01:04:13.7228800Z adding 'torch/_inductor/triton_ops/__init__.py' 2022-11-23T01:04:13.7233740Z adding 'torch/_inductor/triton_ops/autotune.py' 2022-11-23T01:04:13.7236949Z adding 'torch/_inductor/triton_ops/batched_matmul.py' 2022-11-23T01:04:13.7242088Z adding 'torch/_inductor/triton_ops/conv.py' 2022-11-23T01:04:13.7245343Z adding 'torch/_inductor/triton_ops/conv1x1.py' 2022-11-23T01:04:13.7250274Z adding 'torch/_inductor/triton_ops/conv_perf_model.py' 2022-11-23T01:04:13.7252773Z adding 'torch/_inductor/triton_ops/matmul.py' 2022-11-23T01:04:13.7254850Z adding 'torch/_inductor/triton_ops/mm_perf_model.py' 2022-11-23T01:04:13.7256635Z adding 'torch/_inductor/triton_ops/utils.py' 2022-11-23T01:04:13.7258364Z adding 'torch/_lazy/__init__.py' 2022-11-23T01:04:13.7260751Z adding 'torch/_lazy/closure.py' 2022-11-23T01:04:13.7262402Z adding 'torch/_lazy/computation.py' 2022-11-23T01:04:13.7263766Z adding 'torch/_lazy/config.py' 2022-11-23T01:04:13.7265153Z adding 'torch/_lazy/debug.py' 2022-11-23T01:04:13.7266544Z adding 'torch/_lazy/device_context.py' 2022-11-23T01:04:13.7269782Z adding 'torch/_lazy/extract_compiled_graph.py' 2022-11-23T01:04:13.7271340Z adding 'torch/_lazy/ir_cache.py' 2022-11-23T01:04:13.7272877Z adding 'torch/_lazy/metrics.py' 2022-11-23T01:04:13.7274460Z adding 'torch/_lazy/tensor_factory_functions.py' 2022-11-23T01:04:13.7275886Z adding 'torch/_lazy/ts_backend.py' 2022-11-23T01:04:13.7295932Z adding 'torch/_prims/__init__.py' 2022-11-23T01:04:13.7302406Z adding 'torch/_prims/context.py' 2022-11-23T01:04:13.7304618Z adding 'torch/_prims/executor.py' 2022-11-23T01:04:13.7311023Z adding 'torch/_prims/nvfuser_executor.py' 2022-11-23T01:04:13.7316080Z adding 'torch/_prims/nvfuser_prims.py' 2022-11-23T01:04:13.7332421Z adding 'torch/_prims_common/__init__.py' 2022-11-23T01:04:13.7337934Z adding 'torch/_prims_common/wrappers.py' 2022-11-23T01:04:13.7383004Z adding 'torch/_refs/__init__.py' 2022-11-23T01:04:13.7388660Z adding 'torch/_refs/_conversions.py' 2022-11-23T01:04:13.7393129Z adding 'torch/_refs/fft.py' 2022-11-23T01:04:13.7396888Z adding 'torch/_refs/linalg/__init__.py' 2022-11-23T01:04:13.7398388Z adding 'torch/_refs/nn/__init__.py' 2022-11-23T01:04:13.7407659Z adding 'torch/_refs/nn/functional/__init__.py' 2022-11-23T01:04:13.7411185Z adding 'torch/_refs/special/__init__.py' 2022-11-23T01:04:13.7413046Z adding 'torch/_subclasses/__init__.py' 2022-11-23T01:04:13.7426240Z adding 'torch/_subclasses/fake_tensor.py' 2022-11-23T01:04:13.7429811Z adding 'torch/_subclasses/fake_utils.py' 2022-11-23T01:04:13.7435974Z adding 'torch/_subclasses/meta_utils.py' 2022-11-23T01:04:13.7438168Z adding 'torch/amp/__init__.py' 2022-11-23T01:04:13.7442098Z adding 'torch/amp/autocast_mode.py' 2022-11-23T01:04:13.7444475Z adding 'torch/ao/__init__.py' 2022-11-23T01:04:13.7446392Z adding 'torch/ao/nn/__init__.py' 2022-11-23T01:04:13.7448139Z adding 'torch/ao/nn/intrinsic/__init__.py' 2022-11-23T01:04:13.7449908Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2022-11-23T01:04:13.7452028Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2022-11-23T01:04:13.7453909Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2022-11-23T01:04:13.7455781Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2022-11-23T01:04:13.7461979Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2022-11-23T01:04:13.7465703Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2022-11-23T01:04:13.7467561Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2022-11-23T01:04:13.7469399Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2022-11-23T01:04:13.7471068Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2022-11-23T01:04:13.7472723Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-11-23T01:04:13.7474577Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-11-23T01:04:13.7476374Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2022-11-23T01:04:13.7478312Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2022-11-23T01:04:13.7480683Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2022-11-23T01:04:13.7482782Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2022-11-23T01:04:13.7484483Z adding 'torch/ao/nn/qat/__init__.py' 2022-11-23T01:04:13.7486087Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2022-11-23T01:04:13.7487662Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2022-11-23T01:04:13.7489298Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2022-11-23T01:04:13.7490988Z adding 'torch/ao/nn/qat/modules/__init__.py' 2022-11-23T01:04:13.7493579Z adding 'torch/ao/nn/qat/modules/conv.py' 2022-11-23T01:04:13.7496228Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2022-11-23T01:04:13.7498372Z adding 'torch/ao/nn/qat/modules/linear.py' 2022-11-23T01:04:13.7500121Z adding 'torch/ao/nn/quantizable/__init__.py' 2022-11-23T01:04:13.7501945Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2022-11-23T01:04:13.7507396Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2022-11-23T01:04:13.7512538Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2022-11-23T01:04:13.7514722Z adding 'torch/ao/nn/quantized/__init__.py' 2022-11-23T01:04:13.7520566Z adding 'torch/ao/nn/quantized/functional.py' 2022-11-23T01:04:13.7522696Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2022-11-23T01:04:13.7524418Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2022-11-23T01:04:13.7527180Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2022-11-23T01:04:13.7530042Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2022-11-23T01:04:13.7540022Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2022-11-23T01:04:13.7544016Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2022-11-23T01:04:13.7546955Z adding 'torch/ao/nn/quantized/modules/activation.py' 2022-11-23T01:04:13.7549468Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2022-11-23T01:04:13.7555857Z adding 'torch/ao/nn/quantized/modules/conv.py' 2022-11-23T01:04:13.7558333Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2022-11-23T01:04:13.7561588Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2022-11-23T01:04:13.7564455Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2022-11-23T01:04:13.7568318Z adding 'torch/ao/nn/quantized/modules/linear.py' 2022-11-23T01:04:13.7570730Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2022-11-23T01:04:13.7572589Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2022-11-23T01:04:13.7574907Z adding 'torch/ao/nn/quantized/modules/utils.py' 2022-11-23T01:04:13.7576860Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2022-11-23T01:04:13.7578372Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2022-11-23T01:04:13.7580926Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2022-11-23T01:04:13.7583408Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2022-11-23T01:04:13.7587983Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2022-11-23T01:04:13.7590592Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2022-11-23T01:04:13.7593018Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2022-11-23T01:04:13.7594585Z adding 'torch/ao/nn/sparse/__init__.py' 2022-11-23T01:04:13.7595991Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2022-11-23T01:04:13.7598515Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2022-11-23T01:04:13.7600545Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2022-11-23T01:04:13.7602003Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2022-11-23T01:04:13.7604396Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2022-11-23T01:04:13.7606004Z adding 'torch/ao/ns/__init__.py' 2022-11-23T01:04:13.7610678Z adding 'torch/ao/ns/_numeric_suite.py' 2022-11-23T01:04:13.7619971Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2022-11-23T01:04:13.7622547Z adding 'torch/ao/ns/fx/__init__.py' 2022-11-23T01:04:13.7627993Z adding 'torch/ao/ns/fx/graph_matcher.py' 2022-11-23T01:04:13.7638589Z adding 'torch/ao/ns/fx/graph_passes.py' 2022-11-23T01:04:13.7643594Z adding 'torch/ao/ns/fx/mappings.py' 2022-11-23T01:04:13.7652994Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2022-11-23T01:04:13.7655741Z adding 'torch/ao/ns/fx/ns_types.py' 2022-11-23T01:04:13.7658573Z adding 'torch/ao/ns/fx/pattern_utils.py' 2022-11-23T01:04:13.7662020Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2022-11-23T01:04:13.7667691Z adding 'torch/ao/ns/fx/utils.py' 2022-11-23T01:04:13.7671369Z adding 'torch/ao/ns/fx/weight_utils.py' 2022-11-23T01:04:13.7673546Z adding 'torch/ao/pruning/__init__.py' 2022-11-23T01:04:13.7675163Z adding 'torch/ao/pruning/_mappings.py' 2022-11-23T01:04:13.7676749Z adding 'torch/ao/pruning/_experimental/__init__.py' 2022-11-23T01:04:13.7678298Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2022-11-23T01:04:13.7683649Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2022-11-23T01:04:13.7685678Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2022-11-23T01:04:13.7688620Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2022-11-23T01:04:13.7690558Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2022-11-23T01:04:13.7694984Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2022-11-23T01:04:13.7698227Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2022-11-23T01:04:13.7700735Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2022-11-23T01:04:13.7702453Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2022-11-23T01:04:13.7704132Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2022-11-23T01:04:13.7705822Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2022-11-23T01:04:13.7708212Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2022-11-23T01:04:13.7709955Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2022-11-23T01:04:13.7713344Z adding 'torch/ao/pruning/_experimental/pruner/base_pruner.py' 2022-11-23T01:04:13.7715562Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2022-11-23T01:04:13.7717156Z adding 'torch/ao/pruning/scheduler/__init__.py' 2022-11-23T01:04:13.7719763Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2022-11-23T01:04:13.7722067Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2022-11-23T01:04:13.7724105Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2022-11-23T01:04:13.7725707Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2022-11-23T01:04:13.7729519Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2022-11-23T01:04:13.7731724Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2022-11-23T01:04:13.7733676Z adding 'torch/ao/pruning/sparsifier/utils.py' 2022-11-23T01:04:13.7736806Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2022-11-23T01:04:13.7739588Z adding 'torch/ao/quantization/__init__.py' 2022-11-23T01:04:13.7742128Z adding 'torch/ao/quantization/_correct_bias.py' 2022-11-23T01:04:13.7745016Z adding 'torch/ao/quantization/_equalize.py' 2022-11-23T01:04:13.7747771Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2022-11-23T01:04:13.7753289Z adding 'torch/ao/quantization/fake_quantize.py' 2022-11-23T01:04:13.7756585Z adding 'torch/ao/quantization/fuse_modules.py' 2022-11-23T01:04:13.7759817Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2022-11-23T01:04:13.7775336Z adding 'torch/ao/quantization/observer.py' 2022-11-23T01:04:13.7782410Z adding 'torch/ao/quantization/qconfig.py' 2022-11-23T01:04:13.7786562Z adding 'torch/ao/quantization/qconfig_mapping.py' 2022-11-23T01:04:13.7788918Z adding 'torch/ao/quantization/qconfig_mapping_utils.py' 2022-11-23T01:04:13.7790510Z adding 'torch/ao/quantization/quant_type.py' 2022-11-23T01:04:13.7794066Z adding 'torch/ao/quantization/quantization_mappings.py' 2022-11-23T01:04:13.7801528Z adding 'torch/ao/quantization/quantize.py' 2022-11-23T01:04:13.7809279Z adding 'torch/ao/quantization/quantize_fx.py' 2022-11-23T01:04:13.7813856Z adding 'torch/ao/quantization/quantize_jit.py' 2022-11-23T01:04:13.7815919Z adding 'torch/ao/quantization/stubs.py' 2022-11-23T01:04:13.7823261Z adding 'torch/ao/quantization/utils.py' 2022-11-23T01:04:13.7825607Z adding 'torch/ao/quantization/backend_config/__init__.py' 2022-11-23T01:04:13.7831029Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2022-11-23T01:04:13.7836880Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2022-11-23T01:04:13.7840120Z adding 'torch/ao/quantization/backend_config/executorch.py' 2022-11-23T01:04:13.7842665Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2022-11-23T01:04:13.7845054Z adding 'torch/ao/quantization/backend_config/native.py' 2022-11-23T01:04:13.7846734Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2022-11-23T01:04:13.7848973Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2022-11-23T01:04:13.7851081Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2022-11-23T01:04:13.7853948Z adding 'torch/ao/quantization/backend_config/utils.py' 2022-11-23T01:04:13.7856102Z adding 'torch/ao/quantization/backend_config/x86.py' 2022-11-23T01:04:13.7858004Z adding 'torch/ao/quantization/fx/__init__.py' 2022-11-23T01:04:13.7860688Z adding 'torch/ao/quantization/fx/_decomposed.py' 2022-11-23T01:04:13.7871173Z adding 'torch/ao/quantization/fx/_equalize.py' 2022-11-23T01:04:13.7882523Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2022-11-23T01:04:13.7886094Z adding 'torch/ao/quantization/fx/backend_config_utils.py' 2022-11-23T01:04:13.7900066Z adding 'torch/ao/quantization/fx/convert.py' 2022-11-23T01:04:13.7905534Z adding 'torch/ao/quantization/fx/custom_config.py' 2022-11-23T01:04:13.7908972Z adding 'torch/ao/quantization/fx/fuse.py' 2022-11-23T01:04:13.7911458Z adding 'torch/ao/quantization/fx/fusion_patterns.py' 2022-11-23T01:04:13.7913773Z adding 'torch/ao/quantization/fx/graph_module.py' 2022-11-23T01:04:13.7915545Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2022-11-23T01:04:13.7917259Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2022-11-23T01:04:13.7920336Z adding 'torch/ao/quantization/fx/match_utils.py' 2022-11-23T01:04:13.7922877Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2022-11-23T01:04:13.7943902Z adding 'torch/ao/quantization/fx/prepare.py' 2022-11-23T01:04:13.7949222Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2022-11-23T01:04:13.7951933Z adding 'torch/ao/quantization/fx/quantization_patterns.py' 2022-11-23T01:04:13.7954364Z adding 'torch/ao/quantization/fx/tracer.py' 2022-11-23T01:04:13.7967537Z adding 'torch/ao/quantization/fx/utils.py' 2022-11-23T01:04:13.7970299Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2022-11-23T01:04:13.7989627Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2022-11-23T01:04:13.7999510Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2022-11-23T01:04:13.8003885Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2022-11-23T01:04:13.8012940Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2022-11-23T01:04:13.8019578Z adding 'torch/autograd/__init__.py' 2022-11-23T01:04:13.8022558Z adding 'torch/autograd/anomaly_mode.py' 2022-11-23T01:04:13.8025803Z adding 'torch/autograd/forward_ad.py' 2022-11-23T01:04:13.8033142Z adding 'torch/autograd/function.py' 2022-11-23T01:04:13.8045728Z adding 'torch/autograd/functional.py' 2022-11-23T01:04:13.8050338Z adding 'torch/autograd/grad_mode.py' 2022-11-23T01:04:13.8075350Z adding 'torch/autograd/gradcheck.py' 2022-11-23T01:04:13.8082587Z adding 'torch/autograd/graph.py' 2022-11-23T01:04:13.8092685Z adding 'torch/autograd/profiler.py' 2022-11-23T01:04:13.8097087Z adding 'torch/autograd/profiler_legacy.py' 2022-11-23T01:04:13.8107153Z adding 'torch/autograd/profiler_util.py' 2022-11-23T01:04:13.8109593Z adding 'torch/autograd/variable.py' 2022-11-23T01:04:13.8111250Z adding 'torch/autograd/_functions/__init__.py' 2022-11-23T01:04:13.8113054Z adding 'torch/autograd/_functions/tensor.py' 2022-11-23T01:04:13.8115027Z adding 'torch/autograd/_functions/utils.py' 2022-11-23T01:04:13.8117385Z adding 'torch/backends/__init__.py' 2022-11-23T01:04:13.8119091Z adding 'torch/backends/_coreml/__init__.py' 2022-11-23T01:04:13.8121494Z adding 'torch/backends/_coreml/preprocess.py' 2022-11-23T01:04:13.8123274Z adding 'torch/backends/_nnapi/__init__.py' 2022-11-23T01:04:13.8126030Z adding 'torch/backends/_nnapi/prepare.py' 2022-11-23T01:04:13.8145834Z adding 'torch/backends/_nnapi/serializer.py' 2022-11-23T01:04:13.8151224Z adding 'torch/backends/cuda/__init__.py' 2022-11-23T01:04:13.8154593Z adding 'torch/backends/cudnn/__init__.py' 2022-11-23T01:04:13.8156637Z adding 'torch/backends/cudnn/rnn.py' 2022-11-23T01:04:13.8158894Z adding 'torch/backends/mkl/__init__.py' 2022-11-23T01:04:13.8161255Z adding 'torch/backends/mkldnn/__init__.py' 2022-11-23T01:04:13.8163213Z adding 'torch/backends/mps/__init__.py' 2022-11-23T01:04:13.8164938Z adding 'torch/backends/openmp/__init__.py' 2022-11-23T01:04:13.8167271Z adding 'torch/backends/opt_einsum/__init__.py' 2022-11-23T01:04:13.8169401Z adding 'torch/backends/quantized/__init__.py' 2022-11-23T01:04:13.8170955Z adding 'torch/backends/xeon/__init__.py' 2022-11-23T01:04:13.8178705Z adding 'torch/backends/xeon/run_cpu.py' 2022-11-23T01:04:13.8181467Z adding 'torch/backends/xnnpack/__init__.py' 2022-11-23T01:04:13.8465468Z adding 'torch/bin/FileStoreTest' 2022-11-23T01:04:13.8763475Z adding 'torch/bin/HashStoreTest' 2022-11-23T01:04:13.9098210Z adding 'torch/bin/TCPStoreTest' 2022-11-23T01:04:13.9153967Z adding 'torch/bin/aot_model_compiler_test' 2022-11-23T01:04:14.1655092Z adding 'torch/bin/protoc' 2022-11-23T01:04:14.4281712Z adding 'torch/bin/protoc-3.13.0.0' 2022-11-23T01:04:15.0472377Z adding 'torch/bin/test_api' 2022-11-23T01:04:15.1191013Z adding 'torch/bin/test_cpp_rpc' 2022-11-23T01:04:15.1499691Z adding 'torch/bin/test_dist_autograd' 2022-11-23T01:04:15.4552857Z adding 'torch/bin/test_jit' 2022-11-23T01:04:15.6409446Z adding 'torch/bin/test_lazy' 2022-11-23T01:04:15.6890199Z adding 'torch/bin/test_mobile_nnc' 2022-11-23T01:04:16.1184684Z adding 'torch/bin/test_tensorexpr' 2022-11-23T01:04:16.1432575Z adding 'torch/bin/torch_shm_manager' 2022-11-23T01:04:16.1505843Z adding 'torch/bin/tutorial_tensorexpr' 2022-11-23T01:04:16.1511878Z adding 'torch/contrib/__init__.py' 2022-11-23T01:04:16.1514612Z adding 'torch/contrib/_tensorboard_vis.py' 2022-11-23T01:04:16.1516304Z adding 'torch/cpu/__init__.py' 2022-11-23T01:04:16.1517822Z adding 'torch/cpu/amp/__init__.py' 2022-11-23T01:04:16.1519299Z adding 'torch/cpu/amp/autocast_mode.py' 2022-11-23T01:04:16.1528722Z adding 'torch/cuda/__init__.py' 2022-11-23T01:04:16.1532083Z adding 'torch/cuda/_dynamo_graphs.py' 2022-11-23T01:04:16.1536802Z adding 'torch/cuda/_memory_viz.py' 2022-11-23T01:04:16.1542931Z adding 'torch/cuda/_sanitizer.py' 2022-11-23T01:04:16.1545297Z adding 'torch/cuda/_utils.py' 2022-11-23T01:04:16.1546685Z adding 'torch/cuda/comm.py' 2022-11-23T01:04:16.1548107Z adding 'torch/cuda/error.py' 2022-11-23T01:04:16.1553942Z adding 'torch/cuda/graphs.py' 2022-11-23T01:04:16.1557132Z adding 'torch/cuda/jiterator.py' 2022-11-23T01:04:16.1563848Z adding 'torch/cuda/memory.py' 2022-11-23T01:04:16.1566585Z adding 'torch/cuda/nccl.py' 2022-11-23T01:04:16.1568553Z adding 'torch/cuda/nvtx.py' 2022-11-23T01:04:16.1570113Z adding 'torch/cuda/profiler.py' 2022-11-23T01:04:16.1572188Z adding 'torch/cuda/random.py' 2022-11-23T01:04:16.1573594Z adding 'torch/cuda/sparse.py' 2022-11-23T01:04:16.1577835Z adding 'torch/cuda/streams.py' 2022-11-23T01:04:16.1579739Z adding 'torch/cuda/amp/__init__.py' 2022-11-23T01:04:16.1582306Z adding 'torch/cuda/amp/autocast_mode.py' 2022-11-23T01:04:16.1583966Z adding 'torch/cuda/amp/common.py' 2022-11-23T01:04:16.1590821Z adding 'torch/cuda/amp/grad_scaler.py' 2022-11-23T01:04:16.1593986Z adding 'torch/distributed/__init__.py' 2022-11-23T01:04:16.1596062Z adding 'torch/distributed/argparse_util.py' 2022-11-23T01:04:16.1597731Z adding 'torch/distributed/c10d_error_logger.py' 2022-11-23T01:04:16.1599107Z adding 'torch/distributed/constants.py' 2022-11-23T01:04:16.1637094Z adding 'torch/distributed/distributed_c10d.py' 2022-11-23T01:04:16.1643263Z adding 'torch/distributed/launch.py' 2022-11-23T01:04:16.1644911Z adding 'torch/distributed/logging_handlers.py' 2022-11-23T01:04:16.1647060Z adding 'torch/distributed/remote_device.py' 2022-11-23T01:04:16.1650239Z adding 'torch/distributed/rendezvous.py' 2022-11-23T01:04:16.1658539Z adding 'torch/distributed/run.py' 2022-11-23T01:04:16.1662246Z adding 'torch/distributed/utils.py' 2022-11-23T01:04:16.1664012Z adding 'torch/distributed/_composable/__init__.py' 2022-11-23T01:04:16.1690321Z adding 'torch/distributed/_composable/_ddp.py' 2022-11-23T01:04:16.1694663Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2022-11-23T01:04:16.1697142Z adding 'torch/distributed/_composable/contract.py' 2022-11-23T01:04:16.1699186Z adding 'torch/distributed/_composable/fully_shard.py' 2022-11-23T01:04:16.1701232Z adding 'torch/distributed/_composable/replicate.py' 2022-11-23T01:04:16.1703015Z adding 'torch/distributed/_shard/__init__.py' 2022-11-23T01:04:16.1704772Z adding 'torch/distributed/_shard/_utils.py' 2022-11-23T01:04:16.1708646Z adding 'torch/distributed/_shard/api.py' 2022-11-23T01:04:16.1710786Z adding 'torch/distributed/_shard/common_op_utils.py' 2022-11-23T01:04:16.1712708Z adding 'torch/distributed/_shard/metadata.py' 2022-11-23T01:04:16.1714190Z adding 'torch/distributed/_shard/op_registry_utils.py' 2022-11-23T01:04:16.1718139Z adding 'torch/distributed/_shard/partial_tensor.py' 2022-11-23T01:04:16.1721545Z adding 'torch/distributed/_shard/replicated_tensor.py' 2022-11-23T01:04:16.1723568Z adding 'torch/distributed/_shard/sharder.py' 2022-11-23T01:04:16.1725380Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2022-11-23T01:04:16.1727610Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2022-11-23T01:04:16.1729963Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2022-11-23T01:04:16.1734404Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2022-11-23T01:04:16.1747304Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2022-11-23T01:04:16.1750326Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2022-11-23T01:04:16.1753514Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2022-11-23T01:04:16.1755622Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2022-11-23T01:04:16.1758648Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2022-11-23T01:04:16.1760711Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2022-11-23T01:04:16.1762904Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2022-11-23T01:04:16.1764844Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2022-11-23T01:04:16.1766706Z adding 'torch/distributed/_shard/sharded_tensor/_ops/chunk.py' 2022-11-23T01:04:16.1768345Z adding 'torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py' 2022-11-23T01:04:16.1770495Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2022-11-23T01:04:16.1772620Z adding 'torch/distributed/_shard/sharded_tensor/_ops/math_ops.py' 2022-11-23T01:04:16.1774414Z adding 'torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py' 2022-11-23T01:04:16.1776136Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2022-11-23T01:04:16.1778673Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2022-11-23T01:04:16.1781117Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2022-11-23T01:04:16.1782906Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2022-11-23T01:04:16.1784706Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2022-11-23T01:04:16.1787730Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2022-11-23T01:04:16.1791184Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2022-11-23T01:04:16.1794515Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2022-11-23T01:04:16.1796403Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2022-11-23T01:04:16.1800395Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2022-11-23T01:04:16.1804452Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2022-11-23T01:04:16.1809935Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2022-11-23T01:04:16.1814976Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py' 2022-11-23T01:04:16.1817263Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py' 2022-11-23T01:04:16.1821313Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py' 2022-11-23T01:04:16.1823403Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py' 2022-11-23T01:04:16.1825070Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2022-11-23T01:04:16.1826705Z adding 'torch/distributed/_sharding_spec/__init__.py' 2022-11-23T01:04:16.1828211Z adding 'torch/distributed/_spmd/__init__.py' 2022-11-23T01:04:16.1831495Z adding 'torch/distributed/_spmd/comm_tensor.py' 2022-11-23T01:04:16.1835053Z adding 'torch/distributed/_tensor/__init__.py' 2022-11-23T01:04:16.1840198Z adding 'torch/distributed/_tensor/api.py' 2022-11-23T01:04:16.1845781Z adding 'torch/distributed/_tensor/device_mesh.py' 2022-11-23T01:04:16.1850052Z adding 'torch/distributed/_tensor/dispatch.py' 2022-11-23T01:04:16.1855254Z adding 'torch/distributed/_tensor/placement_types.py' 2022-11-23T01:04:16.1858795Z adding 'torch/distributed/_tensor/redistribute.py' 2022-11-23T01:04:16.1860720Z adding 'torch/distributed/_tensor/utils.py' 2022-11-23T01:04:16.1862581Z adding 'torch/distributed/_tensor/ops/__init__.py' 2022-11-23T01:04:16.1867137Z adding 'torch/distributed/_tensor/ops/common_rules.py' 2022-11-23T01:04:16.1869559Z adding 'torch/distributed/_tensor/ops/math_ops.py' 2022-11-23T01:04:16.1871608Z adding 'torch/distributed/_tensor/ops/matrix_ops.py' 2022-11-23T01:04:16.1874566Z adding 'torch/distributed/_tensor/ops/pointwise_ops.py' 2022-11-23T01:04:16.1879510Z adding 'torch/distributed/_tensor/ops/tensor_ops.py' 2022-11-23T01:04:16.1881820Z adding 'torch/distributed/_tensor/ops/tp_sharding_ops.py' 2022-11-23T01:04:16.1883738Z adding 'torch/distributed/_tensor/ops/utils.py' 2022-11-23T01:04:16.1890813Z adding 'torch/distributed/_tensor/ops/view_ops.py' 2022-11-23T01:04:16.1893225Z adding 'torch/distributed/_tensor/parallel/__init__.py' 2022-11-23T01:04:16.1895395Z adding 'torch/distributed/_tensor/parallel/_view_with_dim_change.py' 2022-11-23T01:04:16.1898533Z adding 'torch/distributed/_tensor/parallel/api.py' 2022-11-23T01:04:16.1902371Z adding 'torch/distributed/_tensor/parallel/fsdp.py' 2022-11-23T01:04:16.1905895Z adding 'torch/distributed/_tensor/parallel/multihead_attention_tp.py' 2022-11-23T01:04:16.1908526Z adding 'torch/distributed/_tensor/parallel/style.py' 2022-11-23T01:04:16.1911092Z adding 'torch/distributed/_tensor/parallel/utils.py' 2022-11-23T01:04:16.1912857Z adding 'torch/distributed/algorithms/__init__.py' 2022-11-23T01:04:16.1916988Z adding 'torch/distributed/algorithms/join.py' 2022-11-23T01:04:16.1918901Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2022-11-23T01:04:16.1922616Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2022-11-23T01:04:16.1924405Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2022-11-23T01:04:16.1926804Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2022-11-23T01:04:16.1928581Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2022-11-23T01:04:16.1930477Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2022-11-23T01:04:16.1932110Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2022-11-23T01:04:16.1934227Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2022-11-23T01:04:16.1936644Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2022-11-23T01:04:16.1941870Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2022-11-23T01:04:16.1944112Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2022-11-23T01:04:16.1946569Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2022-11-23T01:04:16.1948849Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2022-11-23T01:04:16.1951375Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2022-11-23T01:04:16.1962045Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2022-11-23T01:04:16.1965950Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2022-11-23T01:04:16.1967788Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2022-11-23T01:04:16.1969973Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2022-11-23T01:04:16.1973445Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2022-11-23T01:04:16.1975619Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2022-11-23T01:04:16.1977564Z adding 'torch/distributed/autograd/__init__.py' 2022-11-23T01:04:16.1979386Z adding 'torch/distributed/checkpoint/__init__.py' 2022-11-23T01:04:16.1981125Z adding 'torch/distributed/checkpoint/api.py' 2022-11-23T01:04:16.1982959Z adding 'torch/distributed/checkpoint/dedup_tensors.py' 2022-11-23T01:04:16.1985703Z adding 'torch/distributed/checkpoint/default_planner.py' 2022-11-23T01:04:16.1989275Z adding 'torch/distributed/checkpoint/filesystem.py' 2022-11-23T01:04:16.1991272Z adding 'torch/distributed/checkpoint/metadata.py' 2022-11-23T01:04:16.1995236Z adding 'torch/distributed/checkpoint/planner.py' 2022-11-23T01:04:16.1998204Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2022-11-23T01:04:16.2000000Z adding 'torch/distributed/checkpoint/resharding.py' 2022-11-23T01:04:16.2002331Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2022-11-23T01:04:16.2004777Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2022-11-23T01:04:16.2007252Z adding 'torch/distributed/checkpoint/storage.py' 2022-11-23T01:04:16.2009851Z adding 'torch/distributed/checkpoint/traverse.py' 2022-11-23T01:04:16.2013046Z adding 'torch/distributed/checkpoint/utils.py' 2022-11-23T01:04:16.2015723Z adding 'torch/distributed/elastic/__init__.py' 2022-11-23T01:04:16.2017309Z adding 'torch/distributed/elastic/agent/__init__.py' 2022-11-23T01:04:16.2019279Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2022-11-23T01:04:16.2029955Z adding 'torch/distributed/elastic/agent/server/api.py' 2022-11-23T01:04:16.2034943Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2022-11-23T01:04:16.2037813Z adding 'torch/distributed/elastic/events/__init__.py' 2022-11-23T01:04:16.2039814Z adding 'torch/distributed/elastic/events/api.py' 2022-11-23T01:04:16.2041395Z adding 'torch/distributed/elastic/events/handlers.py' 2022-11-23T01:04:16.2044102Z adding 'torch/distributed/elastic/metrics/__init__.py' 2022-11-23T01:04:16.2046727Z adding 'torch/distributed/elastic/metrics/api.py' 2022-11-23T01:04:16.2050421Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2022-11-23T01:04:16.2057536Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2022-11-23T01:04:16.2060296Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2022-11-23T01:04:16.2062706Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2022-11-23T01:04:16.2067635Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2022-11-23T01:04:16.2070675Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2022-11-23T01:04:16.2072314Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2022-11-23T01:04:16.2075211Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2022-11-23T01:04:16.2078722Z adding 'torch/distributed/elastic/rendezvous/api.py' 2022-11-23T01:04:16.2082221Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2022-11-23T01:04:16.2092560Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2022-11-23T01:04:16.2104993Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2022-11-23T01:04:16.2108785Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2022-11-23T01:04:16.2112134Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2022-11-23T01:04:16.2115160Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2022-11-23T01:04:16.2117148Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2022-11-23T01:04:16.2119186Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2022-11-23T01:04:16.2122376Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2022-11-23T01:04:16.2124634Z adding 'torch/distributed/elastic/timer/__init__.py' 2022-11-23T01:04:16.2128084Z adding 'torch/distributed/elastic/timer/api.py' 2022-11-23T01:04:16.2132504Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2022-11-23T01:04:16.2135009Z adding 'torch/distributed/elastic/timer/local_timer.py' 2022-11-23T01:04:16.2136905Z adding 'torch/distributed/elastic/utils/__init__.py' 2022-11-23T01:04:16.2138634Z adding 'torch/distributed/elastic/utils/api.py' 2022-11-23T01:04:16.2141463Z adding 'torch/distributed/elastic/utils/distributed.py' 2022-11-23T01:04:16.2143087Z adding 'torch/distributed/elastic/utils/log_level.py' 2022-11-23T01:04:16.2145010Z adding 'torch/distributed/elastic/utils/logging.py' 2022-11-23T01:04:16.2147109Z adding 'torch/distributed/elastic/utils/store.py' 2022-11-23T01:04:16.2148966Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2022-11-23T01:04:16.2150807Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2022-11-23T01:04:16.2152927Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2022-11-23T01:04:16.2154800Z adding 'torch/distributed/fsdp/__init__.py' 2022-11-23T01:04:16.2157815Z adding 'torch/distributed/fsdp/_common_utils.py' 2022-11-23T01:04:16.2162533Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2022-11-23T01:04:16.2165127Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2022-11-23T01:04:16.2173463Z adding 'torch/distributed/fsdp/_init_utils.py' 2022-11-23T01:04:16.2175946Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2022-11-23T01:04:16.2191009Z adding 'torch/distributed/fsdp/_optim_utils.py' 2022-11-23T01:04:16.2205213Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2022-11-23T01:04:16.2209751Z adding 'torch/distributed/fsdp/_shard_utils.py' 2022-11-23T01:04:16.2216534Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2022-11-23T01:04:16.2220886Z adding 'torch/distributed/fsdp/_symbolic_trace.py' 2022-11-23T01:04:16.2224463Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2022-11-23T01:04:16.2226949Z adding 'torch/distributed/fsdp/_utils.py' 2022-11-23T01:04:16.2230257Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2022-11-23T01:04:16.2234167Z adding 'torch/distributed/fsdp/api.py' 2022-11-23T01:04:16.2257945Z adding 'torch/distributed/fsdp/flat_param.py' 2022-11-23T01:04:16.2284752Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2022-11-23T01:04:16.2291708Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2022-11-23T01:04:16.2297044Z adding 'torch/distributed/fsdp/wrap.py' 2022-11-23T01:04:16.2299510Z adding 'torch/distributed/launcher/__init__.py' 2022-11-23T01:04:16.2303230Z adding 'torch/distributed/launcher/api.py' 2022-11-23T01:04:16.2305280Z adding 'torch/distributed/nn/__init__.py' 2022-11-23T01:04:16.2309389Z adding 'torch/distributed/nn/functional.py' 2022-11-23T01:04:16.2311473Z adding 'torch/distributed/nn/api/__init__.py' 2022-11-23T01:04:16.2318734Z adding 'torch/distributed/nn/api/remote_module.py' 2022-11-23T01:04:16.2321152Z adding 'torch/distributed/nn/jit/__init__.py' 2022-11-23T01:04:16.2323852Z adding 'torch/distributed/nn/jit/instantiator.py' 2022-11-23T01:04:16.2325693Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2022-11-23T01:04:16.2327914Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2022-11-23T01:04:16.2330021Z adding 'torch/distributed/optim/__init__.py' 2022-11-23T01:04:16.2332257Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2022-11-23T01:04:16.2334552Z adding 'torch/distributed/optim/functional_adadelta.py' 2022-11-23T01:04:16.2336854Z adding 'torch/distributed/optim/functional_adagrad.py' 2022-11-23T01:04:16.2339461Z adding 'torch/distributed/optim/functional_adam.py' 2022-11-23T01:04:16.2342077Z adding 'torch/distributed/optim/functional_adamax.py' 2022-11-23T01:04:16.2344739Z adding 'torch/distributed/optim/functional_adamw.py' 2022-11-23T01:04:16.2347143Z adding 'torch/distributed/optim/functional_rmsprop.py' 2022-11-23T01:04:16.2349460Z adding 'torch/distributed/optim/functional_rprop.py' 2022-11-23T01:04:16.2351941Z adding 'torch/distributed/optim/functional_sgd.py' 2022-11-23T01:04:16.2355716Z adding 'torch/distributed/optim/optimizer.py' 2022-11-23T01:04:16.2358385Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2022-11-23T01:04:16.2360336Z adding 'torch/distributed/optim/utils.py' 2022-11-23T01:04:16.2381086Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2022-11-23T01:04:16.2384549Z adding 'torch/distributed/pipeline/__init__.py' 2022-11-23T01:04:16.2386367Z adding 'torch/distributed/pipeline/sync/__init__.py' 2022-11-23T01:04:16.2388969Z adding 'torch/distributed/pipeline/sync/batchnorm.py' 2022-11-23T01:04:16.2392890Z adding 'torch/distributed/pipeline/sync/checkpoint.py' 2022-11-23T01:04:16.2395274Z adding 'torch/distributed/pipeline/sync/copy.py' 2022-11-23T01:04:16.2397159Z adding 'torch/distributed/pipeline/sync/dependency.py' 2022-11-23T01:04:16.2400208Z adding 'torch/distributed/pipeline/sync/microbatch.py' 2022-11-23T01:04:16.2402281Z adding 'torch/distributed/pipeline/sync/phony.py' 2022-11-23T01:04:16.2408080Z adding 'torch/distributed/pipeline/sync/pipe.py' 2022-11-23T01:04:16.2411988Z adding 'torch/distributed/pipeline/sync/pipeline.py' 2022-11-23T01:04:16.2414447Z adding 'torch/distributed/pipeline/sync/stream.py' 2022-11-23T01:04:16.2416366Z adding 'torch/distributed/pipeline/sync/utils.py' 2022-11-23T01:04:16.2418734Z adding 'torch/distributed/pipeline/sync/worker.py' 2022-11-23T01:04:16.2421859Z adding 'torch/distributed/pipeline/sync/_balance/__init__.py' 2022-11-23T01:04:16.2424376Z adding 'torch/distributed/pipeline/sync/_balance/blockpartition.py' 2022-11-23T01:04:16.2426657Z adding 'torch/distributed/pipeline/sync/_balance/profile.py' 2022-11-23T01:04:16.2429687Z adding 'torch/distributed/pipeline/sync/skip/__init__.py' 2022-11-23T01:04:16.2431970Z adding 'torch/distributed/pipeline/sync/skip/layout.py' 2022-11-23T01:04:16.2433916Z adding 'torch/distributed/pipeline/sync/skip/namespace.py' 2022-11-23T01:04:16.2436764Z adding 'torch/distributed/pipeline/sync/skip/portal.py' 2022-11-23T01:04:16.2441398Z adding 'torch/distributed/pipeline/sync/skip/skippable.py' 2022-11-23T01:04:16.2444556Z adding 'torch/distributed/pipeline/sync/skip/tracker.py' 2022-11-23T01:04:16.2448489Z adding 'torch/distributed/rpc/__init__.py' 2022-11-23T01:04:16.2450542Z adding 'torch/distributed/rpc/_utils.py' 2022-11-23T01:04:16.2459799Z adding 'torch/distributed/rpc/api.py' 2022-11-23T01:04:16.2465708Z adding 'torch/distributed/rpc/backend_registry.py' 2022-11-23T01:04:16.2468052Z adding 'torch/distributed/rpc/constants.py' 2022-11-23T01:04:16.2470508Z adding 'torch/distributed/rpc/functions.py' 2022-11-23T01:04:16.2474309Z adding 'torch/distributed/rpc/internal.py' 2022-11-23T01:04:16.2477496Z adding 'torch/distributed/rpc/options.py' 2022-11-23T01:04:16.2480285Z adding 'torch/distributed/rpc/rref_proxy.py' 2022-11-23T01:04:16.2483526Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2022-11-23T01:04:16.2485770Z adding 'torch/distributed/rpc/_testing/__init__.py' 2022-11-23T01:04:16.2487971Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2022-11-23T01:04:16.2491027Z adding 'torch/distributions/__init__.py' 2022-11-23T01:04:16.2493871Z adding 'torch/distributions/bernoulli.py' 2022-11-23T01:04:16.2495625Z adding 'torch/distributions/beta.py' 2022-11-23T01:04:16.2498141Z adding 'torch/distributions/binomial.py' 2022-11-23T01:04:16.2500856Z adding 'torch/distributions/categorical.py' 2022-11-23T01:04:16.2503182Z adding 'torch/distributions/cauchy.py' 2022-11-23T01:04:16.2504914Z adding 'torch/distributions/chi2.py' 2022-11-23T01:04:16.2508300Z adding 'torch/distributions/constraint_registry.py' 2022-11-23T01:04:16.2513020Z adding 'torch/distributions/constraints.py' 2022-11-23T01:04:16.2516293Z adding 'torch/distributions/continuous_bernoulli.py' 2022-11-23T01:04:16.2518631Z adding 'torch/distributions/dirichlet.py' 2022-11-23T01:04:16.2522429Z adding 'torch/distributions/distribution.py' 2022-11-23T01:04:16.2524515Z adding 'torch/distributions/exp_family.py' 2022-11-23T01:04:16.2526607Z adding 'torch/distributions/exponential.py' 2022-11-23T01:04:16.2528645Z adding 'torch/distributions/fishersnedecor.py' 2022-11-23T01:04:16.2530650Z adding 'torch/distributions/gamma.py' 2022-11-23T01:04:16.2533024Z adding 'torch/distributions/geometric.py' 2022-11-23T01:04:16.2534982Z adding 'torch/distributions/gumbel.py' 2022-11-23T01:04:16.2536856Z adding 'torch/distributions/half_cauchy.py' 2022-11-23T01:04:16.2538620Z adding 'torch/distributions/half_normal.py' 2022-11-23T01:04:16.2540734Z adding 'torch/distributions/independent.py' 2022-11-23T01:04:16.2548461Z adding 'torch/distributions/kl.py' 2022-11-23T01:04:16.2551211Z adding 'torch/distributions/kumaraswamy.py' 2022-11-23T01:04:16.2553311Z adding 'torch/distributions/laplace.py' 2022-11-23T01:04:16.2556122Z adding 'torch/distributions/lkj_cholesky.py' 2022-11-23T01:04:16.2558018Z adding 'torch/distributions/log_normal.py' 2022-11-23T01:04:16.2559790Z adding 'torch/distributions/logistic_normal.py' 2022-11-23T01:04:16.2563000Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2022-11-23T01:04:16.2566165Z adding 'torch/distributions/mixture_same_family.py' 2022-11-23T01:04:16.2568824Z adding 'torch/distributions/multinomial.py' 2022-11-23T01:04:16.2572217Z adding 'torch/distributions/multivariate_normal.py' 2022-11-23T01:04:16.2574590Z adding 'torch/distributions/negative_binomial.py' 2022-11-23T01:04:16.2576708Z adding 'torch/distributions/normal.py' 2022-11-23T01:04:16.2579031Z adding 'torch/distributions/one_hot_categorical.py' 2022-11-23T01:04:16.2580885Z adding 'torch/distributions/pareto.py' 2022-11-23T01:04:16.2582862Z adding 'torch/distributions/poisson.py' 2022-11-23T01:04:16.2585239Z adding 'torch/distributions/relaxed_bernoulli.py' 2022-11-23T01:04:16.2587609Z adding 'torch/distributions/relaxed_categorical.py' 2022-11-23T01:04:16.2589724Z adding 'torch/distributions/studentT.py' 2022-11-23T01:04:16.2592679Z adding 'torch/distributions/transformed_distribution.py' 2022-11-23T01:04:16.2602496Z adding 'torch/distributions/transforms.py' 2022-11-23T01:04:16.2605518Z adding 'torch/distributions/uniform.py' 2022-11-23T01:04:16.2608252Z adding 'torch/distributions/utils.py' 2022-11-23T01:04:16.2610877Z adding 'torch/distributions/von_mises.py' 2022-11-23T01:04:16.2612859Z adding 'torch/distributions/weibull.py' 2022-11-23T01:04:16.2616692Z adding 'torch/distributions/wishart.py' 2022-11-23T01:04:16.2626433Z adding 'torch/fft/__init__.py' 2022-11-23T01:04:16.2632175Z adding 'torch/futures/__init__.py' 2022-11-23T01:04:16.2635137Z adding 'torch/fx/__init__.py' 2022-11-23T01:04:16.2636711Z adding 'torch/fx/_compatibility.py' 2022-11-23T01:04:16.2638389Z adding 'torch/fx/_pytree.py' 2022-11-23T01:04:16.2650935Z adding 'torch/fx/_symbolic_trace.py' 2022-11-23T01:04:16.2653447Z adding 'torch/fx/annotate.py' 2022-11-23T01:04:16.2672073Z adding 'torch/fx/graph.py' 2022-11-23T01:04:16.2683259Z adding 'torch/fx/graph_module.py' 2022-11-23T01:04:16.2685859Z adding 'torch/fx/immutable_collections.py' 2022-11-23T01:04:16.2690845Z adding 'torch/fx/interpreter.py' 2022-11-23T01:04:16.2699482Z adding 'torch/fx/node.py' 2022-11-23T01:04:16.2706071Z adding 'torch/fx/operator_schemas.py' 2022-11-23T01:04:16.2711360Z adding 'torch/fx/proxy.py' 2022-11-23T01:04:16.2715780Z adding 'torch/fx/subgraph_rewriter.py' 2022-11-23T01:04:16.2717868Z adding 'torch/fx/tensor_type.py' 2022-11-23T01:04:16.2719536Z adding 'torch/fx/traceback.py' 2022-11-23T01:04:16.2721309Z adding 'torch/fx/experimental/__init__.py' 2022-11-23T01:04:16.2733848Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2022-11-23T01:04:16.2738888Z adding 'torch/fx/experimental/const_fold.py' 2022-11-23T01:04:16.2740803Z adding 'torch/fx/experimental/debug.py' 2022-11-23T01:04:16.2749507Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2022-11-23T01:04:16.2753120Z adding 'torch/fx/experimental/merge_matmul.py' 2022-11-23T01:04:16.2756726Z adding 'torch/fx/experimental/meta_tracer.py' 2022-11-23T01:04:16.2759362Z adding 'torch/fx/experimental/normalize.py' 2022-11-23T01:04:16.2764739Z adding 'torch/fx/experimental/optimization.py' 2022-11-23T01:04:16.2768956Z adding 'torch/fx/experimental/partitioner_utils.py' 2022-11-23T01:04:16.2778429Z adding 'torch/fx/experimental/proxy_tensor.py' 2022-11-23T01:04:16.2780637Z adding 'torch/fx/experimental/refinement_types.py' 2022-11-23T01:04:16.2783082Z adding 'torch/fx/experimental/rewriter.py' 2022-11-23T01:04:16.2785615Z adding 'torch/fx/experimental/schema_type_annotation.py' 2022-11-23T01:04:16.2793054Z adding 'torch/fx/experimental/symbolic_shapes.py' 2022-11-23T01:04:16.2795636Z adding 'torch/fx/experimental/unify_refinements.py' 2022-11-23T01:04:16.2797314Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2022-11-23T01:04:16.2801102Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2022-11-23T01:04:16.2812660Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2022-11-23T01:04:16.2823862Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2022-11-23T01:04:16.2826249Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2022-11-23T01:04:16.2830073Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2022-11-23T01:04:16.2832088Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2022-11-23T01:04:16.2833705Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2022-11-23T01:04:16.2835347Z adding 'torch/fx/experimental/unification/__init__.py' 2022-11-23T01:04:16.2837279Z adding 'torch/fx/experimental/unification/core.py' 2022-11-23T01:04:16.2838714Z adding 'torch/fx/experimental/unification/dispatch.py' 2022-11-23T01:04:16.2840808Z adding 'torch/fx/experimental/unification/match.py' 2022-11-23T01:04:16.2842905Z adding 'torch/fx/experimental/unification/more.py' 2022-11-23T01:04:16.2846459Z adding 'torch/fx/experimental/unification/unification_tools.py' 2022-11-23T01:04:16.2849344Z adding 'torch/fx/experimental/unification/utils.py' 2022-11-23T01:04:16.2851129Z adding 'torch/fx/experimental/unification/variable.py' 2022-11-23T01:04:16.2852952Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2022-11-23T01:04:16.2855012Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2022-11-23T01:04:16.2856909Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2022-11-23T01:04:16.2861366Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2022-11-23T01:04:16.2864499Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2022-11-23T01:04:16.2866522Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2022-11-23T01:04:16.2868341Z adding 'torch/fx/passes/__init__.py' 2022-11-23T01:04:16.2870055Z adding 'torch/fx/passes/fake_tensor_prop.py' 2022-11-23T01:04:16.2873784Z adding 'torch/fx/passes/graph_drawer.py' 2022-11-23T01:04:16.2876415Z adding 'torch/fx/passes/graph_manipulation.py' 2022-11-23T01:04:16.2882476Z adding 'torch/fx/passes/net_min_base.py' 2022-11-23T01:04:16.2885953Z adding 'torch/fx/passes/operator_support.py' 2022-11-23T01:04:16.2888217Z adding 'torch/fx/passes/param_fetch.py' 2022-11-23T01:04:16.2891090Z adding 'torch/fx/passes/pass_manager.py' 2022-11-23T01:04:16.2901502Z adding 'torch/fx/passes/reinplace.py' 2022-11-23T01:04:16.2905002Z adding 'torch/fx/passes/shape_prop.py' 2022-11-23T01:04:16.2909493Z adding 'torch/fx/passes/split_module.py' 2022-11-23T01:04:16.2913533Z adding 'torch/fx/passes/split_utils.py' 2022-11-23T01:04:16.2922702Z adding 'torch/fx/passes/splitter_base.py' 2022-11-23T01:04:16.2926998Z adding 'torch/fx/passes/tools_common.py' 2022-11-23T01:04:16.2928813Z adding 'torch/fx/passes/backends/__init__.py' 2022-11-23T01:04:16.2930694Z adding 'torch/fx/passes/backends/cudagraphs.py' 2022-11-23T01:04:16.2932301Z adding 'torch/fx/passes/dialect/__init__.py' 2022-11-23T01:04:16.2933878Z adding 'torch/fx/passes/dialect/common/__init__.py' 2022-11-23T01:04:16.2936256Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2022-11-23T01:04:16.2937932Z adding 'torch/fx/passes/infra/__init__.py' 2022-11-23T01:04:16.2941718Z adding 'torch/fx/passes/infra/partitioner.py' 2022-11-23T01:04:16.2943969Z adding 'torch/fx/passes/infra/pass_base.py' 2022-11-23T01:04:16.2947621Z adding 'torch/fx/passes/infra/pass_manager.py' 2022-11-23T01:04:16.2949463Z adding 'torch/fx/passes/tests/__init__.py' 2022-11-23T01:04:16.2951174Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2022-11-23T01:04:16.2952734Z adding 'torch/fx/passes/utils/__init__.py' 2022-11-23T01:04:16.2954675Z adding 'torch/fx/passes/utils/common.py' 2022-11-23T01:04:16.2957842Z adding 'torch/fx/passes/utils/fuser_utils.py' 2022-11-23T01:04:16.2963053Z adding 'torch/fx/passes/utils/matcher_utils.py' 2022-11-23T01:04:16.2965030Z adding 'torch/include/clog.h' 2022-11-23T01:04:16.2973548Z adding 'torch/include/cpuinfo.h' 2022-11-23T01:04:16.2976150Z adding 'torch/include/dnnl.h' 2022-11-23T01:04:16.2977559Z adding 'torch/include/dnnl_config.h' 2022-11-23T01:04:16.2978909Z adding 'torch/include/dnnl_debug.h' 2022-11-23T01:04:16.2980302Z adding 'torch/include/dnnl_ocl.h' 2022-11-23T01:04:16.2981810Z adding 'torch/include/dnnl_sycl.h' 2022-11-23T01:04:16.2983388Z adding 'torch/include/dnnl_sycl_types.h' 2022-11-23T01:04:16.2984977Z adding 'torch/include/dnnl_threadpool.h' 2022-11-23T01:04:16.2986543Z adding 'torch/include/dnnl_types.h' 2022-11-23T01:04:16.2988150Z adding 'torch/include/dnnl_version.h' 2022-11-23T01:04:16.2989593Z adding 'torch/include/fp16.h' 2022-11-23T01:04:16.2992993Z adding 'torch/include/fxdiv.h' 2022-11-23T01:04:16.2995067Z adding 'torch/include/libshm.h' 2022-11-23T01:04:16.3000505Z adding 'torch/include/nnpack.h' 2022-11-23T01:04:16.3009031Z adding 'torch/include/psimd.h' 2022-11-23T01:04:16.3015812Z adding 'torch/include/pthreadpool.h' 2022-11-23T01:04:16.3019234Z adding 'torch/include/qnnpack.h' 2022-11-23T01:04:16.3021491Z adding 'torch/include/qnnpack_func.h' 2022-11-23T01:04:16.3051449Z adding 'torch/include/sleef.h' 2022-11-23T01:04:16.3071843Z adding 'torch/include/xnnpack.h' 2022-11-23T01:04:16.3077375Z adding 'torch/include/ATen/ATen.h' 2022-11-23T01:04:16.3079653Z adding 'torch/include/ATen/AccumulateType.h' 2022-11-23T01:04:16.3081164Z adding 'torch/include/ATen/ArrayRef.h' 2022-11-23T01:04:16.3082990Z adding 'torch/include/ATen/Backend.h' 2022-11-23T01:04:16.3084201Z adding 'torch/include/ATen/Backtrace.h' 2022-11-23T01:04:16.3085829Z adding 'torch/include/ATen/BatchedFallback.h' 2022-11-23T01:04:16.3088397Z adding 'torch/include/ATen/BatchedTensorImpl.h' 2022-11-23T01:04:16.3091907Z adding 'torch/include/ATen/CPUApplyUtils.h' 2022-11-23T01:04:16.3093755Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2022-11-23T01:04:16.3095560Z adding 'torch/include/ATen/CPUFunctions.h' 2022-11-23T01:04:16.3099556Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2022-11-23T01:04:16.3102100Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2022-11-23T01:04:16.3104023Z adding 'torch/include/ATen/CUDAFunctions.h' 2022-11-23T01:04:16.3108335Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2022-11-23T01:04:16.3111049Z adding 'torch/include/ATen/CollapseDims.h' 2022-11-23T01:04:16.3113070Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2022-11-23T01:04:16.3117513Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2022-11-23T01:04:16.3120341Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2022-11-23T01:04:16.3123638Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2022-11-23T01:04:16.3126139Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2022-11-23T01:04:16.3130480Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2022-11-23T01:04:16.3133282Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2022-11-23T01:04:16.3134973Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2022-11-23T01:04:16.3136644Z adding 'torch/include/ATen/Config.h' 2022-11-23T01:04:16.3140855Z adding 'torch/include/ATen/Context.h' 2022-11-23T01:04:16.3143033Z adding 'torch/include/ATen/DLConvertor.h' 2022-11-23T01:04:16.3144414Z adding 'torch/include/ATen/Device.h' 2022-11-23T01:04:16.3145920Z adding 'torch/include/ATen/DeviceGuard.h' 2022-11-23T01:04:16.3147423Z adding 'torch/include/ATen/DimVector.h' 2022-11-23T01:04:16.3148774Z adding 'torch/include/ATen/Dimname.h' 2022-11-23T01:04:16.3154057Z adding 'torch/include/ATen/Dispatch.h' 2022-11-23T01:04:16.3156121Z adding 'torch/include/ATen/DynamicLibrary.h' 2022-11-23T01:04:16.3157942Z adding 'torch/include/ATen/EmptyTensor.h' 2022-11-23T01:04:16.3160066Z adding 'torch/include/ATen/ExpandBase.h' 2022-11-23T01:04:16.3163339Z adding 'torch/include/ATen/ExpandUtils.h' 2022-11-23T01:04:16.3174838Z adding 'torch/include/ATen/Formatting.h' 2022-11-23T01:04:16.3175471Z adding 'torch/include/ATen/FuncTorchTLS.h' 2022-11-23T01:04:16.3176061Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2022-11-23T01:04:16.3176396Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2022-11-23T01:04:16.3181788Z adding 'torch/include/ATen/Functions.h' 2022-11-23T01:04:16.3184456Z adding 'torch/include/ATen/Generator.h' 2022-11-23T01:04:16.3186514Z adding 'torch/include/ATen/InferSize.h' 2022-11-23T01:04:16.3188260Z adding 'torch/include/ATen/InitialTensorOptions.h' 2022-11-23T01:04:16.3189670Z adding 'torch/include/ATen/Layout.h' 2022-11-23T01:04:16.3191452Z adding 'torch/include/ATen/LinalgBackend.h' 2022-11-23T01:04:16.3193658Z adding 'torch/include/ATen/MapAllocator.h' 2022-11-23T01:04:16.3195938Z adding 'torch/include/ATen/MatrixRef.h' 2022-11-23T01:04:16.3197891Z adding 'torch/include/ATen/MemoryOverlap.h' 2022-11-23T01:04:16.3199902Z adding 'torch/include/ATen/MetaFunctions.h' 2022-11-23T01:04:16.3203006Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2022-11-23T01:04:16.3206572Z adding 'torch/include/ATen/MethodOperators.h' 2022-11-23T01:04:16.3208571Z adding 'torch/include/ATen/NamedTensor.h' 2022-11-23T01:04:16.3211302Z adding 'torch/include/ATen/NamedTensorUtils.h' 2022-11-23T01:04:16.3218889Z adding 'torch/include/ATen/NativeFunctions.h' 2022-11-23T01:04:16.3227540Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2022-11-23T01:04:16.3232490Z adding 'torch/include/ATen/NestedTensorImpl.h' 2022-11-23T01:04:16.3234697Z adding 'torch/include/ATen/NumericUtils.h' 2022-11-23T01:04:16.3236569Z adding 'torch/include/ATen/OpMathType.h' 2022-11-23T01:04:16.3239173Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2022-11-23T01:04:16.3247137Z adding 'torch/include/ATen/Operators.h' 2022-11-23T01:04:16.3250307Z adding 'torch/include/ATen/PTThreadPool.h' 2022-11-23T01:04:16.3251892Z adding 'torch/include/ATen/PadNd.h' 2022-11-23T01:04:16.3253902Z adding 'torch/include/ATen/Parallel-inl.h' 2022-11-23T01:04:16.3257443Z adding 'torch/include/ATen/Parallel.h' 2022-11-23T01:04:16.3259217Z adding 'torch/include/ATen/ParallelFuture.h' 2022-11-23T01:04:16.3260892Z adding 'torch/include/ATen/ParallelNative.h' 2022-11-23T01:04:16.3263275Z adding 'torch/include/ATen/ParallelNativeTBB.h' 2022-11-23T01:04:16.3264642Z adding 'torch/include/ATen/ParallelOpenMP.h' 2022-11-23T01:04:16.3266364Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2022-11-23T01:04:16.3474058Z adding 'torch/include/ATen/RedispatchFunctions.h' 2022-11-23T01:04:16.3624493Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2022-11-23T01:04:16.3643364Z adding 'torch/include/ATen/SavedTensorHooks.h' 2022-11-23T01:04:16.3644728Z adding 'torch/include/ATen/Scalar.h' 2022-11-23T01:04:16.3646527Z adding 'torch/include/ATen/ScalarOps.h' 2022-11-23T01:04:16.3648080Z adding 'torch/include/ATen/ScalarType.h' 2022-11-23T01:04:16.3649583Z adding 'torch/include/ATen/SequenceNumber.h' 2022-11-23T01:04:16.3650900Z adding 'torch/include/ATen/SmallVector.h' 2022-11-23T01:04:16.3653335Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2022-11-23T01:04:16.3656471Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2022-11-23T01:04:16.3660862Z adding 'torch/include/ATen/SparseTensorImpl.h' 2022-11-23T01:04:16.3663977Z adding 'torch/include/ATen/SparseTensorUtils.h' 2022-11-23T01:04:16.3665467Z adding 'torch/include/ATen/Storage.h' 2022-11-23T01:04:16.3667184Z adding 'torch/include/ATen/Tensor.h' 2022-11-23T01:04:16.3668203Z adding 'torch/include/ATen/TensorAccessor.h' 2022-11-23T01:04:16.3670131Z adding 'torch/include/ATen/TensorGeometry.h' 2022-11-23T01:04:16.3676978Z adding 'torch/include/ATen/TensorIndexing.h' 2022-11-23T01:04:16.3688329Z adding 'torch/include/ATen/TensorIterator.h' 2022-11-23T01:04:16.3691199Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2022-11-23T01:04:16.3693806Z adding 'torch/include/ATen/TensorMeta.h' 2022-11-23T01:04:16.3696127Z adding 'torch/include/ATen/TensorNames.h' 2022-11-23T01:04:16.3698149Z adding 'torch/include/ATen/TensorOperators.h' 2022-11-23T01:04:16.3699689Z adding 'torch/include/ATen/TensorOptions.h' 2022-11-23T01:04:16.3702081Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2022-11-23T01:04:16.3704244Z adding 'torch/include/ATen/TensorUtils.h' 2022-11-23T01:04:16.3706487Z adding 'torch/include/ATen/ThreadLocalState.h' 2022-11-23T01:04:16.3709127Z adding 'torch/include/ATen/TracerMode.h' 2022-11-23T01:04:16.3710820Z adding 'torch/include/ATen/TypeDefault.h' 2022-11-23T01:04:16.3712735Z adding 'torch/include/ATen/Utils.h' 2022-11-23T01:04:16.3714313Z adding 'torch/include/ATen/Version.h' 2022-11-23T01:04:16.3857041Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2022-11-23T01:04:16.3895179Z adding 'torch/include/ATen/VmapMode.h' 2022-11-23T01:04:16.3898088Z adding 'torch/include/ATen/VmapTransforms.h' 2022-11-23T01:04:16.3900481Z adding 'torch/include/ATen/WrapDimUtils.h' 2022-11-23T01:04:16.3902367Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2022-11-23T01:04:16.3904977Z adding 'torch/include/ATen/autocast_mode.h' 2022-11-23T01:04:16.3906670Z adding 'torch/include/ATen/ceil_div.h' 2022-11-23T01:04:16.3909421Z adding 'torch/include/ATen/code_template.h' 2022-11-23T01:04:16.3911671Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2022-11-23T01:04:16.3913473Z adding 'torch/include/ATen/div_rtn.h' 2022-11-23T01:04:16.3915844Z adding 'torch/include/ATen/dlpack.h' 2022-11-23T01:04:16.3917445Z adding 'torch/include/ATen/jit_macros.h' 2022-11-23T01:04:16.3919099Z adding 'torch/include/ATen/jiterator_macros.h' 2022-11-23T01:04:16.3925442Z adding 'torch/include/ATen/record_function.h' 2022-11-23T01:04:16.3928258Z adding 'torch/include/ATen/core/ATenGeneral.h' 2022-11-23T01:04:16.3929722Z adding 'torch/include/ATen/core/ATenOpList.h' 2022-11-23T01:04:16.3931258Z adding 'torch/include/ATen/core/ATen_fwd.h' 2022-11-23T01:04:16.3933703Z adding 'torch/include/ATen/core/ATen_pch.h' 2022-11-23T01:04:16.3935402Z adding 'torch/include/ATen/core/Array.h' 2022-11-23T01:04:16.3936790Z adding 'torch/include/ATen/core/Backtrace.h' 2022-11-23T01:04:16.3938197Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2022-11-23T01:04:16.3940220Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2022-11-23T01:04:16.3942056Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2022-11-23T01:04:16.3946226Z adding 'torch/include/ATen/core/Dict.h' 2022-11-23T01:04:16.3949132Z adding 'torch/include/ATen/core/Dict_inl.h' 2022-11-23T01:04:16.3950783Z adding 'torch/include/ATen/core/DimVector.h' 2022-11-23T01:04:16.3952368Z adding 'torch/include/ATen/core/Dimname.h' 2022-11-23T01:04:16.3955413Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2022-11-23T01:04:16.3957254Z adding 'torch/include/ATen/core/Formatting.h' 2022-11-23T01:04:16.3959811Z adding 'torch/include/ATen/core/Generator.h' 2022-11-23T01:04:16.3965862Z adding 'torch/include/ATen/core/IListRef.h' 2022-11-23T01:04:16.3968595Z adding 'torch/include/ATen/core/IListRef_inl.h' 2022-11-23T01:04:16.3971137Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2022-11-23T01:04:16.3975610Z adding 'torch/include/ATen/core/List.h' 2022-11-23T01:04:16.3979146Z adding 'torch/include/ATen/core/List_inl.h' 2022-11-23T01:04:16.3982176Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2022-11-23T01:04:16.3984898Z adding 'torch/include/ATen/core/NamedTensor.h' 2022-11-23T01:04:16.3987972Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2022-11-23T01:04:16.3989653Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2022-11-23T01:04:16.3991322Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2022-11-23T01:04:16.3993157Z adding 'torch/include/ATen/core/QuantizerBase.h' 2022-11-23T01:04:16.3994715Z adding 'torch/include/ATen/core/Range.h' 2022-11-23T01:04:16.3996621Z adding 'torch/include/ATen/core/Reduction.h' 2022-11-23T01:04:16.3997849Z adding 'torch/include/ATen/core/Scalar.h' 2022-11-23T01:04:16.3998832Z adding 'torch/include/ATen/core/ScalarType.h' 2022-11-23T01:04:16.4000553Z adding 'torch/include/ATen/core/Tensor.h' 2022-11-23T01:04:16.4003749Z adding 'torch/include/ATen/core/TensorAccessor.h' 2022-11-23T01:04:16.4014662Z adding 'torch/include/ATen/core/TensorBase.h' 2022-11-23T01:04:16.4062364Z adding 'torch/include/ATen/core/TensorBody.h' 2022-11-23T01:04:16.4070331Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2022-11-23T01:04:16.4072908Z adding 'torch/include/ATen/core/TransformationHelper.h' 2022-11-23T01:04:16.4074671Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2022-11-23T01:04:16.4076539Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2022-11-23T01:04:16.4078464Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2022-11-23T01:04:16.4080194Z adding 'torch/include/ATen/core/Variadic.h' 2022-11-23T01:04:16.4082048Z adding 'torch/include/ATen/core/Vitals.h' 2022-11-23T01:04:16.4084090Z adding 'torch/include/ATen/core/alias_info.h' 2022-11-23T01:04:16.4094733Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2022-11-23T01:04:16.4098428Z adding 'torch/include/ATen/core/blob.h' 2022-11-23T01:04:16.4100318Z adding 'torch/include/ATen/core/builtin_function.h' 2022-11-23T01:04:16.4104696Z adding 'torch/include/ATen/core/class_type.h' 2022-11-23T01:04:16.4106598Z adding 'torch/include/ATen/core/custom_class.h' 2022-11-23T01:04:16.4109981Z adding 'torch/include/ATen/core/dynamic_type.h' 2022-11-23T01:04:16.4111665Z adding 'torch/include/ATen/core/enum_tag.h' 2022-11-23T01:04:16.4113512Z adding 'torch/include/ATen/core/enum_type.h' 2022-11-23T01:04:16.4115585Z adding 'torch/include/ATen/core/function.h' 2022-11-23T01:04:16.4122541Z adding 'torch/include/ATen/core/function_schema.h' 2022-11-23T01:04:16.4127438Z adding 'torch/include/ATen/core/function_schema_inl.h' 2022-11-23T01:04:16.4129420Z adding 'torch/include/ATen/core/functional.h' 2022-11-23T01:04:16.4131026Z adding 'torch/include/ATen/core/grad_mode.h' 2022-11-23T01:04:16.4134556Z adding 'torch/include/ATen/core/interned_strings.h' 2022-11-23T01:04:16.4136769Z adding 'torch/include/ATen/core/interned_strings_class.h' 2022-11-23T01:04:16.4150774Z adding 'torch/include/ATen/core/ivalue.h' 2022-11-23T01:04:16.4175363Z adding 'torch/include/ATen/core/ivalue_inl.h' 2022-11-23T01:04:16.4178628Z adding 'torch/include/ATen/core/ivalue_to.h' 2022-11-23T01:04:16.4197033Z adding 'torch/include/ATen/core/jit_type.h' 2022-11-23T01:04:16.4205073Z adding 'torch/include/ATen/core/jit_type_base.h' 2022-11-23T01:04:16.4207433Z adding 'torch/include/ATen/core/operator_name.h' 2022-11-23T01:04:16.4209475Z adding 'torch/include/ATen/core/qualified_name.h' 2022-11-23T01:04:16.4211069Z adding 'torch/include/ATen/core/rref_interface.h' 2022-11-23T01:04:16.4213448Z adding 'torch/include/ATen/core/stack.h' 2022-11-23T01:04:16.4215974Z adding 'torch/include/ATen/core/symbol.h' 2022-11-23T01:04:16.4217872Z adding 'torch/include/ATen/core/type_factory.h' 2022-11-23T01:04:16.4219541Z adding 'torch/include/ATen/core/type_ptr.h' 2022-11-23T01:04:16.4220423Z adding 'torch/include/ATen/core/typeid.h' 2022-11-23T01:04:16.4223958Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2022-11-23T01:04:16.4226159Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2022-11-23T01:04:16.4229018Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2022-11-23T01:04:16.4232250Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2022-11-23T01:04:16.4234050Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2022-11-23T01:04:16.4236056Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2022-11-23T01:04:16.4237791Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2022-11-23T01:04:16.4241504Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2022-11-23T01:04:16.4248583Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2022-11-23T01:04:16.4251755Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2022-11-23T01:04:16.4254087Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2022-11-23T01:04:16.4257454Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2022-11-23T01:04:16.4266673Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2022-11-23T01:04:16.4269037Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2022-11-23T01:04:16.4273278Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2022-11-23T01:04:16.4275293Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2022-11-23T01:04:16.4276963Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2022-11-23T01:04:16.4279257Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2022-11-23T01:04:16.4281960Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2022-11-23T01:04:16.4285100Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2022-11-23T01:04:16.4291322Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2022-11-23T01:04:16.4293940Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2022-11-23T01:04:16.4296911Z adding 'torch/include/ATen/cpu/vml.h' 2022-11-23T01:04:16.4298881Z adding 'torch/include/ATen/cpu/vec/functional.h' 2022-11-23T01:04:16.4301660Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2022-11-23T01:04:16.4305602Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2022-11-23T01:04:16.4307931Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2022-11-23T01:04:16.4309615Z adding 'torch/include/ATen/cpu/vec/vec.h' 2022-11-23T01:04:16.4317480Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2022-11-23T01:04:16.4321181Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2022-11-23T01:04:16.4323146Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2022-11-23T01:04:16.4326051Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2022-11-23T01:04:16.4332234Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2022-11-23T01:04:16.4337195Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2022-11-23T01:04:16.4342366Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2022-11-23T01:04:16.4346181Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2022-11-23T01:04:16.4349842Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2022-11-23T01:04:16.4355213Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2022-11-23T01:04:16.4364889Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2022-11-23T01:04:16.4373561Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2022-11-23T01:04:16.4377674Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2022-11-23T01:04:16.4384573Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2022-11-23T01:04:16.4390377Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2022-11-23T01:04:16.4397626Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2022-11-23T01:04:16.4402092Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2022-11-23T01:04:16.4406679Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2022-11-23T01:04:16.4415038Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2022-11-23T01:04:16.4423795Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2022-11-23T01:04:16.4426966Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2022-11-23T01:04:16.4428705Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2022-11-23T01:04:16.4431189Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2022-11-23T01:04:16.4435334Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2022-11-23T01:04:16.4441338Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2022-11-23T01:04:16.4444898Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2022-11-23T01:04:16.4446888Z adding 'torch/include/ATen/cuda/CUDAConfig.h' 2022-11-23T01:04:16.4448875Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2022-11-23T01:04:16.4450841Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2022-11-23T01:04:16.4452437Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2022-11-23T01:04:16.4455216Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2022-11-23T01:04:16.4457903Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2022-11-23T01:04:16.4460048Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2022-11-23T01:04:16.4462151Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2022-11-23T01:04:16.4464129Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2022-11-23T01:04:16.4466901Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2022-11-23T01:04:16.4469671Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2022-11-23T01:04:16.4471395Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2022-11-23T01:04:16.4472973Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2022-11-23T01:04:16.4474795Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2022-11-23T01:04:16.4476684Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2022-11-23T01:04:16.4478439Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2022-11-23T01:04:16.4481053Z adding 'torch/include/ATen/cuda/Exceptions.h' 2022-11-23T01:04:16.4483527Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2022-11-23T01:04:16.4485223Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2022-11-23T01:04:16.4486710Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2022-11-23T01:04:16.4488571Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2022-11-23T01:04:16.4490098Z adding 'torch/include/ATen/cuda/Sleep.h' 2022-11-23T01:04:16.4491680Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2022-11-23T01:04:16.4495548Z adding 'torch/include/ATen/cuda/cub.cuh' 2022-11-23T01:04:16.4498194Z adding 'torch/include/ATen/cuda/cub.h' 2022-11-23T01:04:16.4500070Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2022-11-23T01:04:16.4501956Z adding 'torch/include/ATen/cuda/jiterator.h' 2022-11-23T01:04:16.4504526Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2022-11-23T01:04:16.4506509Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2022-11-23T01:04:16.4508536Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2022-11-23T01:04:16.4511905Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2022-11-23T01:04:16.4513700Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2022-11-23T01:04:16.4516159Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2022-11-23T01:04:16.4518117Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2022-11-23T01:04:16.4519720Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2022-11-23T01:04:16.4521998Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2022-11-23T01:04:16.4524001Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2022-11-23T01:04:16.4526171Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2022-11-23T01:04:16.4528111Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2022-11-23T01:04:16.4532467Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2022-11-23T01:04:16.4534301Z adding 'torch/include/ATen/cudnn/Exceptions.h' 2022-11-23T01:04:16.4535780Z adding 'torch/include/ATen/cudnn/Handle.h' 2022-11-23T01:04:16.4537229Z adding 'torch/include/ATen/cudnn/Handles.h' 2022-11-23T01:04:16.4538742Z adding 'torch/include/ATen/cudnn/Types.h' 2022-11-23T01:04:16.4540150Z adding 'torch/include/ATen/cudnn/Utils.h' 2022-11-23T01:04:16.4541933Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2022-11-23T01:04:16.4544866Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2022-11-23T01:04:16.4546722Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2022-11-23T01:04:16.4548495Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2022-11-23T01:04:16.4550182Z adding 'torch/include/ATen/detail/ORTHooksInterface.h' 2022-11-23T01:04:16.4551983Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2022-11-23T01:04:16.4556213Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2022-11-23T01:04:16.4558646Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2022-11-23T01:04:16.4561266Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2022-11-23T01:04:16.4563653Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2022-11-23T01:04:16.4593458Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2022-11-23T01:04:16.4595277Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2022-11-23T01:04:16.4598096Z adding 'torch/include/ATen/functorch/Interpreter.h' 2022-11-23T01:04:16.4601521Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2022-11-23T01:04:16.4603163Z adding 'torch/include/ATen/functorch/Macros.h' 2022-11-23T01:04:16.4605099Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2022-11-23T01:04:16.4607224Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2022-11-23T01:04:16.4608871Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2022-11-23T01:04:16.4610826Z adding 'torch/include/ATen/hip/ATenHIPGeneral.h' 2022-11-23T01:04:16.4612474Z adding 'torch/include/ATen/hip/ApplyGridUtils.cuh' 2022-11-23T01:04:16.4614212Z adding 'torch/include/ATen/hip/AsmUtils.cuh' 2022-11-23T01:04:16.4618667Z adding 'torch/include/ATen/hip/Atomic.cuh' 2022-11-23T01:04:16.4621104Z adding 'torch/include/ATen/hip/CachingHostAllocator.h' 2022-11-23T01:04:16.4623076Z adding 'torch/include/ATen/hip/DeviceUtils.cuh' 2022-11-23T01:04:16.4624653Z adding 'torch/include/ATen/hip/EmptyTensor.h' 2022-11-23T01:04:16.4627102Z adding 'torch/include/ATen/hip/Exceptions.h' 2022-11-23T01:04:16.4632722Z adding 'torch/include/ATen/hip/HIPApplyUtils.cuh' 2022-11-23T01:04:16.4636051Z adding 'torch/include/ATen/hip/HIPBlas.h' 2022-11-23T01:04:16.4637869Z adding 'torch/include/ATen/hip/HIPConfig.h' 2022-11-23T01:04:16.4639704Z adding 'torch/include/ATen/hip/HIPContext.h' 2022-11-23T01:04:16.4641433Z adding 'torch/include/ATen/hip/HIPDataType.h' 2022-11-23T01:04:16.4643040Z adding 'torch/include/ATen/hip/HIPDevice.h' 2022-11-23T01:04:16.4645666Z adding 'torch/include/ATen/hip/HIPEvent.h' 2022-11-23T01:04:16.4648332Z adding 'torch/include/ATen/hip/HIPGeneratorImpl.h' 2022-11-23T01:04:16.4650470Z adding 'torch/include/ATen/hip/HIPGraph.h' 2022-11-23T01:04:16.4652365Z adding 'torch/include/ATen/hip/HIPGraphsUtils.cuh' 2022-11-23T01:04:16.4654163Z adding 'torch/include/ATen/hip/HIPSparse.h' 2022-11-23T01:04:16.4656702Z adding 'torch/include/ATen/hip/HIPSparseBlas.h' 2022-11-23T01:04:16.4659669Z adding 'torch/include/ATen/hip/HIPSparseDescriptors.h' 2022-11-23T01:04:16.4661048Z adding 'torch/include/ATen/hip/HIPTensorMethods.cuh' 2022-11-23T01:04:16.4662789Z adding 'torch/include/ATen/hip/HIPUtils.h' 2022-11-23T01:04:16.4664735Z adding 'torch/include/ATen/hip/NumericLimits.cuh' 2022-11-23T01:04:16.4666543Z adding 'torch/include/ATen/hip/PeerToPeerAccess.h' 2022-11-23T01:04:16.4667767Z adding 'torch/include/ATen/hip/PinnedMemoryAllocator.h' 2022-11-23T01:04:16.4669695Z adding 'torch/include/ATen/hip/ScanUtils.cuh' 2022-11-23T01:04:16.4671254Z adding 'torch/include/ATen/hip/Sleep.h' 2022-11-23T01:04:16.4673026Z adding 'torch/include/ATen/hip/ThrustAllocator.h' 2022-11-23T01:04:16.4676648Z adding 'torch/include/ATen/hip/cub.cuh' 2022-11-23T01:04:16.4679271Z adding 'torch/include/ATen/hip/cub.h' 2022-11-23T01:04:16.4681114Z adding 'torch/include/ATen/hip/cub_definitions.cuh' 2022-11-23T01:04:16.4682926Z adding 'torch/include/ATen/hip/jiterator.h' 2022-11-23T01:04:16.4685588Z adding 'torch/include/ATen/hip/jiterator_impl.h' 2022-11-23T01:04:16.4687610Z adding 'torch/include/ATen/hip/llvm_jit_strings.h' 2022-11-23T01:04:16.4691061Z adding 'torch/include/ATen/hip/detail/DeviceThreadHandles.h' 2022-11-23T01:04:16.4693391Z adding 'torch/include/ATen/hip/detail/HIPHooks.h' 2022-11-23T01:04:16.4695352Z adding 'torch/include/ATen/hip/detail/IndexUtils.cuh' 2022-11-23T01:04:16.4697952Z adding 'torch/include/ATen/hip/detail/IntegerDivider.cuh' 2022-11-23T01:04:16.4700101Z adding 'torch/include/ATen/hip/detail/KernelUtils.h' 2022-11-23T01:04:16.4702067Z adding 'torch/include/ATen/hip/detail/LazyNVRTC.h' 2022-11-23T01:04:16.4704630Z adding 'torch/include/ATen/hip/detail/OffsetCalculator.cuh' 2022-11-23T01:04:16.4706794Z adding 'torch/include/ATen/hip/detail/PhiloxCudaStateRaw.cuh' 2022-11-23T01:04:16.4709117Z adding 'torch/include/ATen/hip/detail/TensorInfo.cuh' 2022-11-23T01:04:16.4711254Z adding 'torch/include/ATen/hip/detail/UnpackRaw.cuh' 2022-11-23T01:04:16.4713549Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2022-11-23T01:04:16.4715276Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2022-11-23T01:04:16.4719286Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2022-11-23T01:04:16.4722066Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2022-11-23T01:04:16.4725375Z adding 'torch/include/ATen/native/Activation.h' 2022-11-23T01:04:16.4727299Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2022-11-23T01:04:16.4730183Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2022-11-23T01:04:16.4732702Z adding 'torch/include/ATen/native/BinaryOps.h' 2022-11-23T01:04:16.4735864Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2022-11-23T01:04:16.4738276Z adding 'torch/include/ATen/native/CPUBlas.h' 2022-11-23T01:04:16.4740482Z adding 'torch/include/ATen/native/CPUFallback.h' 2022-11-23T01:04:16.4742301Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2022-11-23T01:04:16.4744651Z adding 'torch/include/ATen/native/ComplexHelper.h' 2022-11-23T01:04:16.4746562Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2022-11-23T01:04:16.4749277Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2022-11-23T01:04:16.4753785Z adding 'torch/include/ATen/native/ConvUtils.h' 2022-11-23T01:04:16.4755930Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2022-11-23T01:04:16.4757578Z adding 'torch/include/ATen/native/Copy.h' 2022-11-23T01:04:16.4759140Z adding 'torch/include/ATen/native/Cross.h' 2022-11-23T01:04:16.4761918Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2022-11-23T01:04:16.4765292Z adding 'torch/include/ATen/native/DispatchStub.h' 2022-11-23T01:04:16.4767243Z adding 'torch/include/ATen/native/Distance.h' 2022-11-23T01:04:16.4771581Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2022-11-23T01:04:16.4778506Z adding 'torch/include/ATen/native/Distributions.h' 2022-11-23T01:04:16.4781449Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2022-11-23T01:04:16.4783432Z adding 'torch/include/ATen/native/Fill.h' 2022-11-23T01:04:16.4786366Z adding 'torch/include/ATen/native/ForeachUtils.h' 2022-11-23T01:04:16.4788268Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2022-11-23T01:04:16.4791545Z adding 'torch/include/ATen/native/GridSampler.h' 2022-11-23T01:04:16.4793999Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2022-11-23T01:04:16.4795740Z adding 'torch/include/ATen/native/Histogram.h' 2022-11-23T01:04:16.4797559Z adding 'torch/include/ATen/native/IndexKernel.h' 2022-11-23T01:04:16.4800216Z adding 'torch/include/ATen/native/IndexingUtils.h' 2022-11-23T01:04:16.4802341Z adding 'torch/include/ATen/native/Lerp.h' 2022-11-23T01:04:16.4804048Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2022-11-23T01:04:16.4812342Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2022-11-23T01:04:16.4814965Z adding 'torch/include/ATen/native/LossMulti.h' 2022-11-23T01:04:16.4854078Z adding 'torch/include/ATen/native/Math.h' 2022-11-23T01:04:16.4859370Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2022-11-23T01:04:16.4862559Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2022-11-23T01:04:16.4864734Z adding 'torch/include/ATen/native/MaxPooling.h' 2022-11-23T01:04:16.4866434Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2022-11-23T01:04:16.4868503Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2022-11-23T01:04:16.4870190Z adding 'torch/include/ATen/native/Normalization.h' 2022-11-23T01:04:16.4871886Z adding 'torch/include/ATen/native/PointwiseOps.h' 2022-11-23T01:04:16.4875385Z adding 'torch/include/ATen/native/Pool.h' 2022-11-23T01:04:16.4877715Z adding 'torch/include/ATen/native/Pow.h' 2022-11-23T01:04:16.4879723Z adding 'torch/include/ATen/native/RNN.h' 2022-11-23T01:04:16.4881472Z adding 'torch/include/ATen/native/RangeFactories.h' 2022-11-23T01:04:16.4883146Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2022-11-23T01:04:16.4885112Z adding 'torch/include/ATen/native/ReduceOps.h' 2022-11-23T01:04:16.4889409Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2022-11-23T01:04:16.4891900Z adding 'torch/include/ATen/native/Repeat.h' 2022-11-23T01:04:16.4895074Z adding 'torch/include/ATen/native/Resize.h' 2022-11-23T01:04:16.4897118Z adding 'torch/include/ATen/native/ResizeCommon.h' 2022-11-23T01:04:16.4899189Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2022-11-23T01:04:16.4901019Z adding 'torch/include/ATen/native/SegmentReduce.h' 2022-11-23T01:04:16.4904964Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2022-11-23T01:04:16.4907775Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2022-11-23T01:04:16.4909385Z adding 'torch/include/ATen/native/Sorting.h' 2022-11-23T01:04:16.4911441Z adding 'torch/include/ATen/native/SortingUtils.h' 2022-11-23T01:04:16.4913943Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2022-11-23T01:04:16.4916697Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2022-11-23T01:04:16.4918944Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2022-11-23T01:04:16.4921469Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2022-11-23T01:04:16.4923629Z adding 'torch/include/ATen/native/TensorCompare.h' 2022-11-23T01:04:16.4925381Z adding 'torch/include/ATen/native/TensorConversions.h' 2022-11-23T01:04:16.4927639Z adding 'torch/include/ATen/native/TensorDimApply.h' 2022-11-23T01:04:16.4929940Z adding 'torch/include/ATen/native/TensorFactories.h' 2022-11-23T01:04:16.4931527Z adding 'torch/include/ATen/native/TensorIterator.h' 2022-11-23T01:04:16.4933591Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2022-11-23T01:04:16.4935081Z adding 'torch/include/ATen/native/TensorProperties.h' 2022-11-23T01:04:16.4937015Z adding 'torch/include/ATen/native/TensorShape.h' 2022-11-23T01:04:16.4938796Z adding 'torch/include/ATen/native/TensorTransformations.h' 2022-11-23T01:04:16.4940863Z adding 'torch/include/ATen/native/TopKImpl.h' 2022-11-23T01:04:16.4943333Z adding 'torch/include/ATen/native/TransposeType.h' 2022-11-23T01:04:16.4944733Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2022-11-23T01:04:16.4946492Z adding 'torch/include/ATen/native/TypeProperties.h' 2022-11-23T01:04:16.4948492Z adding 'torch/include/ATen/native/UnaryOps.h' 2022-11-23T01:04:16.4950261Z adding 'torch/include/ATen/native/Unfold2d.h' 2022-11-23T01:04:16.4951853Z adding 'torch/include/ATen/native/Unfold3d.h' 2022-11-23T01:04:16.4954039Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2022-11-23T01:04:16.4958529Z adding 'torch/include/ATen/native/UpSample.h' 2022-11-23T01:04:16.4960790Z adding 'torch/include/ATen/native/batch_norm.h' 2022-11-23T01:04:16.4962656Z adding 'torch/include/ATen/native/group_norm.h' 2022-11-23T01:04:16.4964942Z adding 'torch/include/ATen/native/im2col.h' 2022-11-23T01:04:16.4967575Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2022-11-23T01:04:16.4969785Z adding 'torch/include/ATen/native/layer_norm.h' 2022-11-23T01:04:16.4971471Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2022-11-23T01:04:16.4973450Z adding 'torch/include/ATen/native/vol2col.h' 2022-11-23T01:04:16.4975800Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2022-11-23T01:04:16.4977395Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2022-11-23T01:04:16.4979037Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2022-11-23T01:04:16.4980565Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2022-11-23T01:04:16.4982346Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2022-11-23T01:04:16.4985773Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2022-11-23T01:04:16.4987925Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2022-11-23T01:04:16.4990190Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2022-11-23T01:04:16.4991960Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2022-11-23T01:04:16.4993915Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2022-11-23T01:04:16.4998056Z adding 'torch/include/ATen/native/cpu/Loops.h' 2022-11-23T01:04:16.5000112Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2022-11-23T01:04:16.5001671Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2022-11-23T01:04:16.5005886Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2022-11-23T01:04:16.5009022Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2022-11-23T01:04:16.5010854Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2022-11-23T01:04:16.5012416Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2022-11-23T01:04:16.5014114Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2022-11-23T01:04:16.5018520Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2022-11-23T01:04:16.5020884Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2022-11-23T01:04:16.5023479Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2022-11-23T01:04:16.5025789Z adding 'torch/include/ATen/native/cpu/utils.h' 2022-11-23T01:04:16.5028133Z adding 'torch/include/ATen/native/cpu/zmath.h' 2022-11-23T01:04:16.5030857Z adding 'torch/include/ATen/native/cuda/Activation.h' 2022-11-23T01:04:16.5032651Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2022-11-23T01:04:16.5036250Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2022-11-23T01:04:16.5039708Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2022-11-23T01:04:16.5041824Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2022-11-23T01:04:16.5043366Z adding 'torch/include/ATen/native/cuda/Copy.h' 2022-11-23T01:04:16.5049418Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2022-11-23T01:04:16.5051784Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2022-11-23T01:04:16.5053537Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2022-11-23T01:04:16.5059857Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2022-11-23T01:04:16.5062364Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2022-11-23T01:04:16.5064293Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2022-11-23T01:04:16.5067244Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2022-11-23T01:04:16.5070879Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2022-11-23T01:04:16.5072883Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2022-11-23T01:04:16.5074466Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2022-11-23T01:04:16.5077516Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2022-11-23T01:04:16.5079823Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2022-11-23T01:04:16.5081505Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2022-11-23T01:04:16.5084988Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2022-11-23T01:04:16.5113937Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2022-11-23T01:04:16.5120640Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2022-11-23T01:04:16.5122827Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2022-11-23T01:04:16.5125932Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2022-11-23T01:04:16.5141021Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2022-11-23T01:04:16.5147279Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2022-11-23T01:04:16.5149670Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2022-11-23T01:04:16.5153642Z adding 'torch/include/ATen/native/cuda/ROCmLoops.cuh' 2022-11-23T01:04:16.5156025Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2022-11-23T01:04:16.5169044Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2022-11-23T01:04:16.5171797Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2022-11-23T01:04:16.5173826Z adding 'torch/include/ATen/native/cuda/Resize.h' 2022-11-23T01:04:16.5175768Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2022-11-23T01:04:16.5180025Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2022-11-23T01:04:16.5182363Z adding 'torch/include/ATen/native/cuda/Sort.h' 2022-11-23T01:04:16.5183946Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2022-11-23T01:04:16.5187226Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2022-11-23T01:04:16.5189112Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2022-11-23T01:04:16.5191722Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2022-11-23T01:04:16.5195900Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2022-11-23T01:04:16.5201363Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2022-11-23T01:04:16.5203543Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2022-11-23T01:04:16.5205211Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2022-11-23T01:04:16.5206819Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2022-11-23T01:04:16.5210389Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2022-11-23T01:04:16.5212900Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2022-11-23T01:04:16.5214724Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2022-11-23T01:04:16.5216409Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2022-11-23T01:04:16.5219196Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2022-11-23T01:04:16.5222481Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2022-11-23T01:04:16.5225469Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2022-11-23T01:04:16.5231359Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2022-11-23T01:04:16.5233706Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2022-11-23T01:04:16.5236828Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2022-11-23T01:04:16.5239661Z adding 'torch/include/ATen/native/hip/Activation.h' 2022-11-23T01:04:16.5241521Z adding 'torch/include/ATen/native/hip/BinaryInternal.h' 2022-11-23T01:04:16.5243407Z adding 'torch/include/ATen/native/hip/CompositeRandomAccessor.h' 2022-11-23T01:04:16.5245014Z adding 'torch/include/ATen/native/hip/Copy.h' 2022-11-23T01:04:16.5250921Z adding 'torch/include/ATen/native/hip/CuFFTPlanCache.h' 2022-11-23T01:04:16.5253430Z adding 'torch/include/ATen/native/hip/CuFFTUtils.h' 2022-11-23T01:04:16.5255316Z adding 'torch/include/ATen/native/hip/DeviceSqrt.cuh' 2022-11-23T01:04:16.5261509Z adding 'torch/include/ATen/native/hip/DistributionTemplates.h' 2022-11-23T01:04:16.5264109Z adding 'torch/include/ATen/native/hip/Distributions.h' 2022-11-23T01:04:16.5265832Z adding 'torch/include/ATen/native/hip/EmbeddingBackwardKernel.cuh' 2022-11-23T01:04:16.5268970Z adding 'torch/include/ATen/native/hip/ForeachFunctors.cuh' 2022-11-23T01:04:16.5272691Z adding 'torch/include/ATen/native/hip/GridSampler.cuh' 2022-11-23T01:04:16.5275778Z adding 'torch/include/ATen/native/hip/GridSampler.h' 2022-11-23T01:04:16.5279434Z adding 'torch/include/ATen/native/hip/HIPJitLoops.cuh' 2022-11-23T01:04:16.5283250Z adding 'torch/include/ATen/native/hip/HIPLoops.cuh' 2022-11-23T01:04:16.5286537Z adding 'torch/include/ATen/native/hip/IndexKernel.h' 2022-11-23T01:04:16.5289593Z adding 'torch/include/ATen/native/hip/JitLoops.cuh' 2022-11-23T01:04:16.5292274Z adding 'torch/include/ATen/native/hip/KernelUtils.cuh' 2022-11-23T01:04:16.5293887Z adding 'torch/include/ATen/native/hip/LaunchUtils.h' 2022-11-23T01:04:16.5297262Z adding 'torch/include/ATen/native/hip/Loops.cuh' 2022-11-23T01:04:16.5326152Z adding 'torch/include/ATen/native/hip/Math.cuh' 2022-11-23T01:04:16.5332700Z adding 'torch/include/ATen/native/hip/MemoryAccess.cuh' 2022-11-23T01:04:16.5334825Z adding 'torch/include/ATen/native/hip/MiscUtils.h' 2022-11-23T01:04:16.5337985Z adding 'torch/include/ATen/native/hip/MultiTensorApply.cuh' 2022-11-23T01:04:16.5352868Z adding 'torch/include/ATen/native/hip/Normalization.cuh' 2022-11-23T01:04:16.5358569Z adding 'torch/include/ATen/native/hip/PersistentSoftmax.cuh' 2022-11-23T01:04:16.5360765Z adding 'torch/include/ATen/native/hip/Pow.cuh' 2022-11-23T01:04:16.5364638Z adding 'torch/include/ATen/native/hip/ROCmLoops.cuh' 2022-11-23T01:04:16.5366893Z adding 'torch/include/ATen/native/hip/Randperm.cuh' 2022-11-23T01:04:16.5379522Z adding 'torch/include/ATen/native/hip/Reduce.cuh' 2022-11-23T01:04:16.5382287Z adding 'torch/include/ATen/native/hip/ReduceOps.h' 2022-11-23T01:04:16.5384123Z adding 'torch/include/ATen/native/hip/Resize.h' 2022-11-23T01:04:16.5385705Z adding 'torch/include/ATen/native/hip/ScanKernels.h' 2022-11-23T01:04:16.5389780Z adding 'torch/include/ATen/native/hip/ScanUtils.cuh' 2022-11-23T01:04:16.5392124Z adding 'torch/include/ATen/native/hip/Sort.h' 2022-11-23T01:04:16.5393412Z adding 'torch/include/ATen/native/hip/SortStable.h' 2022-11-23T01:04:16.5396308Z adding 'torch/include/ATen/native/hip/SortUtils.cuh' 2022-11-23T01:04:16.5398142Z adding 'torch/include/ATen/native/hip/Sorting.h' 2022-11-23T01:04:16.5400762Z adding 'torch/include/ATen/native/hip/SortingCommon.cuh' 2022-11-23T01:04:16.5404623Z adding 'torch/include/ATen/native/hip/SortingRadixSelect.cuh' 2022-11-23T01:04:16.5409776Z adding 'torch/include/ATen/native/hip/TensorModeKernel.cuh' 2022-11-23T01:04:16.5411918Z adding 'torch/include/ATen/native/hip/TensorModeKernel.h' 2022-11-23T01:04:16.5413496Z adding 'torch/include/ATen/native/hip/TensorTopK.h' 2022-11-23T01:04:16.5414806Z adding 'torch/include/ATen/native/hip/UniqueCub.cuh' 2022-11-23T01:04:16.5418329Z adding 'torch/include/ATen/native/hip/UpSample.cuh' 2022-11-23T01:04:16.5420526Z adding 'torch/include/ATen/native/hip/block_reduce.cuh' 2022-11-23T01:04:16.5422481Z adding 'torch/include/ATen/native/hip/fused_adam_amsgrad_impl.cuh' 2022-11-23T01:04:16.5423760Z adding 'torch/include/ATen/native/hip/fused_adam_impl.cuh' 2022-11-23T01:04:16.5426439Z adding 'torch/include/ATen/native/hip/fused_adam_utils.cuh' 2022-11-23T01:04:16.5429549Z adding 'torch/include/ATen/native/hip/im2col.cuh' 2022-11-23T01:04:16.5432252Z adding 'torch/include/ATen/native/hip/jit_utils.h' 2022-11-23T01:04:16.5437855Z adding 'torch/include/ATen/native/hip/reduction_template.cuh' 2022-11-23T01:04:16.5439953Z adding 'torch/include/ATen/native/hip/thread_constants.h' 2022-11-23T01:04:16.5442948Z adding 'torch/include/ATen/native/hip/vol2col.cuh' 2022-11-23T01:04:16.5445327Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2022-11-23T01:04:16.5447097Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2022-11-23T01:04:16.5448412Z adding 'torch/include/ATen/native/quantized/Copy.h' 2022-11-23T01:04:16.5449785Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2022-11-23T01:04:16.5451350Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2022-11-23T01:04:16.5453026Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2022-11-23T01:04:16.5454859Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2022-11-23T01:04:16.5456351Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2022-11-23T01:04:16.5459628Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2022-11-23T01:04:16.5464743Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2022-11-23T01:04:16.5468414Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2022-11-23T01:04:16.5470934Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2022-11-23T01:04:16.5472482Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2022-11-23T01:04:16.5475466Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2022-11-23T01:04:16.5479178Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2022-11-23T01:04:16.5482512Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2022-11-23T01:04:16.5484148Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2022-11-23T01:04:16.5485634Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2022-11-23T01:04:16.5486907Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2022-11-23T01:04:16.5538910Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2022-11-23T01:04:16.5540649Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2022-11-23T01:04:16.5542532Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5544135Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2022-11-23T01:04:16.5545758Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2022-11-23T01:04:16.5547336Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2022-11-23T01:04:16.5549071Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2022-11-23T01:04:16.5550774Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5552394Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2022-11-23T01:04:16.5553945Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2022-11-23T01:04:16.5555470Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2022-11-23T01:04:16.5557158Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2022-11-23T01:04:16.5559121Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2022-11-23T01:04:16.5560747Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2022-11-23T01:04:16.5562463Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5564033Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:04:16.5565556Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:04:16.5567059Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2022-11-23T01:04:16.5568768Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2022-11-23T01:04:16.5570492Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5572006Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2022-11-23T01:04:16.5573542Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2022-11-23T01:04:16.5575028Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2022-11-23T01:04:16.5576760Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2022-11-23T01:04:16.5578405Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2022-11-23T01:04:16.5580002Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5581386Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2022-11-23T01:04:16.5583237Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2022-11-23T01:04:16.5584911Z adding 'torch/include/ATen/ops/_add_relu.h' 2022-11-23T01:04:16.5586641Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5588184Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2022-11-23T01:04:16.5589781Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2022-11-23T01:04:16.5591299Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2022-11-23T01:04:16.5593147Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2022-11-23T01:04:16.5594941Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2022-11-23T01:04:16.5596724Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.5598286Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2022-11-23T01:04:16.5599871Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2022-11-23T01:04:16.5601422Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2022-11-23T01:04:16.5603070Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2022-11-23T01:04:16.5604648Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2022-11-23T01:04:16.5606344Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2022-11-23T01:04:16.5608058Z adding 'torch/include/ATen/ops/_aminmax.h' 2022-11-23T01:04:16.5609808Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5611388Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2022-11-23T01:04:16.5612929Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2022-11-23T01:04:16.5614474Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2022-11-23T01:04:16.5616228Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2022-11-23T01:04:16.5618062Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2022-11-23T01:04:16.5619818Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5621380Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2022-11-23T01:04:16.5623022Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2022-11-23T01:04:16.5624749Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2022-11-23T01:04:16.5626533Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2022-11-23T01:04:16.5628345Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5629942Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2022-11-23T01:04:16.5631515Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2022-11-23T01:04:16.5633056Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2022-11-23T01:04:16.5634822Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2022-11-23T01:04:16.5636482Z adding 'torch/include/ATen/ops/_assert_async.h' 2022-11-23T01:04:16.5638171Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2022-11-23T01:04:16.5639716Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2022-11-23T01:04:16.5641057Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2022-11-23T01:04:16.5642753Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2022-11-23T01:04:16.5644488Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2022-11-23T01:04:16.5646384Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5647690Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2022-11-23T01:04:16.5649176Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2022-11-23T01:04:16.5650657Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2022-11-23T01:04:16.5652356Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5653719Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2022-11-23T01:04:16.5655333Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2022-11-23T01:04:16.5656893Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2022-11-23T01:04:16.5658515Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5659943Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2022-11-23T01:04:16.5661508Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2022-11-23T01:04:16.5663013Z adding 'torch/include/ATen/ops/_backward.h' 2022-11-23T01:04:16.5664704Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5666157Z adding 'torch/include/ATen/ops/_backward_native.h' 2022-11-23T01:04:16.5667765Z adding 'torch/include/ATen/ops/_backward_ops.h' 2022-11-23T01:04:16.5669539Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2022-11-23T01:04:16.5671285Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2022-11-23T01:04:16.5672950Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5674615Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2022-11-23T01:04:16.5676398Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2022-11-23T01:04:16.5678193Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5679854Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2022-11-23T01:04:16.5681568Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2022-11-23T01:04:16.5683276Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2022-11-23T01:04:16.5685505Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5686460Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2022-11-23T01:04:16.5688033Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2022-11-23T01:04:16.5689671Z adding 'torch/include/ATen/ops/_cast_Char.h' 2022-11-23T01:04:16.5691303Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5692583Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2022-11-23T01:04:16.5694200Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2022-11-23T01:04:16.5695763Z adding 'torch/include/ATen/ops/_cast_Double.h' 2022-11-23T01:04:16.5697389Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5698835Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2022-11-23T01:04:16.5700437Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2022-11-23T01:04:16.5702044Z adding 'torch/include/ATen/ops/_cast_Float.h' 2022-11-23T01:04:16.5703755Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5705195Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2022-11-23T01:04:16.5706827Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2022-11-23T01:04:16.5708320Z adding 'torch/include/ATen/ops/_cast_Half.h' 2022-11-23T01:04:16.5709959Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5711394Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2022-11-23T01:04:16.5712955Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2022-11-23T01:04:16.5714495Z adding 'torch/include/ATen/ops/_cast_Int.h' 2022-11-23T01:04:16.5716098Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5717521Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2022-11-23T01:04:16.5719105Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2022-11-23T01:04:16.5720738Z adding 'torch/include/ATen/ops/_cast_Long.h' 2022-11-23T01:04:16.5722335Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5723733Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2022-11-23T01:04:16.5725366Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2022-11-23T01:04:16.5726922Z adding 'torch/include/ATen/ops/_cast_Short.h' 2022-11-23T01:04:16.5728524Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5729953Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2022-11-23T01:04:16.5731563Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2022-11-23T01:04:16.5733219Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2022-11-23T01:04:16.5734868Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5736358Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2022-11-23T01:04:16.5737913Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2022-11-23T01:04:16.5739437Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2022-11-23T01:04:16.5741084Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2022-11-23T01:04:16.5742947Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2022-11-23T01:04:16.5744688Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5746262Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2022-11-23T01:04:16.5747804Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2022-11-23T01:04:16.5749368Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2022-11-23T01:04:16.5751026Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2022-11-23T01:04:16.5752678Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2022-11-23T01:04:16.5754354Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5755876Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2022-11-23T01:04:16.5757396Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2022-11-23T01:04:16.5758866Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2022-11-23T01:04:16.5760552Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2022-11-23T01:04:16.5762148Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2022-11-23T01:04:16.5763908Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5765302Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2022-11-23T01:04:16.5766932Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2022-11-23T01:04:16.5768454Z adding 'torch/include/ATen/ops/_coalesce.h' 2022-11-23T01:04:16.5770132Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5771584Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2022-11-23T01:04:16.5773229Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2022-11-23T01:04:16.5774820Z adding 'torch/include/ATen/ops/_coalesced.h' 2022-11-23T01:04:16.5776515Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5778012Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2022-11-23T01:04:16.5779478Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2022-11-23T01:04:16.5781155Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2022-11-23T01:04:16.5783076Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2022-11-23T01:04:16.5784771Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2022-11-23T01:04:16.5786349Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2022-11-23T01:04:16.5787805Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2022-11-23T01:04:16.5789733Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2022-11-23T01:04:16.5791015Z adding 'torch/include/ATen/ops/_conj.h' 2022-11-23T01:04:16.5792685Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5794056Z adding 'torch/include/ATen/ops/_conj_copy.h' 2022-11-23T01:04:16.5795647Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5797272Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.5798621Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2022-11-23T01:04:16.5800273Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2022-11-23T01:04:16.5801778Z adding 'torch/include/ATen/ops/_conj_native.h' 2022-11-23T01:04:16.5803376Z adding 'torch/include/ATen/ops/_conj_ops.h' 2022-11-23T01:04:16.5804959Z adding 'torch/include/ATen/ops/_conj_physical.h' 2022-11-23T01:04:16.5806626Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5808128Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2022-11-23T01:04:16.5809705Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2022-11-23T01:04:16.5811665Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2022-11-23T01:04:16.5815837Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2022-11-23T01:04:16.5817568Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2022-11-23T01:04:16.5819357Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2022-11-23T01:04:16.5821115Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2022-11-23T01:04:16.5822977Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.5824531Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2022-11-23T01:04:16.5826161Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2022-11-23T01:04:16.5827677Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2022-11-23T01:04:16.5829256Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2022-11-23T01:04:16.5830828Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2022-11-23T01:04:16.5832502Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2022-11-23T01:04:16.5834266Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2022-11-23T01:04:16.5836082Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.5837586Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2022-11-23T01:04:16.5839216Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2022-11-23T01:04:16.5840789Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2022-11-23T01:04:16.5842428Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2022-11-23T01:04:16.5844252Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2022-11-23T01:04:16.5845814Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2022-11-23T01:04:16.5847854Z adding 'torch/include/ATen/ops/_convolution.h' 2022-11-23T01:04:16.5849951Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5851931Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5853536Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2022-11-23T01:04:16.5855365Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5856939Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2022-11-23T01:04:16.5858717Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2022-11-23T01:04:16.5860357Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2022-11-23T01:04:16.5862187Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5863856Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2022-11-23T01:04:16.5865423Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2022-11-23T01:04:16.5867013Z adding 'torch/include/ATen/ops/_convolution_native.h' 2022-11-23T01:04:16.5868929Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2022-11-23T01:04:16.5870669Z adding 'torch/include/ATen/ops/_copy_from.h' 2022-11-23T01:04:16.5872303Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2022-11-23T01:04:16.5874001Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5875434Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2022-11-23T01:04:16.5877086Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2022-11-23T01:04:16.5878758Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5880172Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2022-11-23T01:04:16.5881880Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2022-11-23T01:04:16.5883840Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2022-11-23T01:04:16.5885755Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2022-11-23T01:04:16.5887561Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5889193Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2022-11-23T01:04:16.5890793Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2022-11-23T01:04:16.5892458Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2022-11-23T01:04:16.5894423Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2022-11-23T01:04:16.5896213Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5897765Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2022-11-23T01:04:16.5899336Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2022-11-23T01:04:16.5900923Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2022-11-23T01:04:16.5902917Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2022-11-23T01:04:16.5904860Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2022-11-23T01:04:16.5906614Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5908204Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2022-11-23T01:04:16.5909704Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2022-11-23T01:04:16.5911581Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2022-11-23T01:04:16.5913431Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2022-11-23T01:04:16.5915123Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5916667Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2022-11-23T01:04:16.5918195Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2022-11-23T01:04:16.5919955Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2022-11-23T01:04:16.5922301Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2022-11-23T01:04:16.5925137Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2022-11-23T01:04:16.5927461Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5929288Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2022-11-23T01:04:16.5931017Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2022-11-23T01:04:16.5933056Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2022-11-23T01:04:16.5935027Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5936750Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2022-11-23T01:04:16.5938737Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2022-11-23T01:04:16.5940846Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.5942458Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2022-11-23T01:04:16.5944367Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2022-11-23T01:04:16.5946137Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2022-11-23T01:04:16.5947780Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2022-11-23T01:04:16.5949767Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2022-11-23T01:04:16.5951459Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2022-11-23T01:04:16.5953136Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5954567Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2022-11-23T01:04:16.5956138Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2022-11-23T01:04:16.5957656Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2022-11-23T01:04:16.5959331Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5960776Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2022-11-23T01:04:16.5962431Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2022-11-23T01:04:16.5964034Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2022-11-23T01:04:16.5965685Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5967150Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2022-11-23T01:04:16.5968702Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2022-11-23T01:04:16.5970230Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2022-11-23T01:04:16.5971891Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5973323Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2022-11-23T01:04:16.5974881Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2022-11-23T01:04:16.5976410Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2022-11-23T01:04:16.5978028Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2022-11-23T01:04:16.5979600Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2022-11-23T01:04:16.5981102Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2022-11-23T01:04:16.5982962Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2022-11-23T01:04:16.5984495Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2022-11-23T01:04:16.5986061Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2022-11-23T01:04:16.5987608Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2022-11-23T01:04:16.5989089Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2022-11-23T01:04:16.5990764Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2022-11-23T01:04:16.5992296Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2022-11-23T01:04:16.5993937Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.5995477Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2022-11-23T01:04:16.5997105Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2022-11-23T01:04:16.5998610Z adding 'torch/include/ATen/ops/_dimI.h' 2022-11-23T01:04:16.6000134Z adding 'torch/include/ATen/ops/_dimI_native.h' 2022-11-23T01:04:16.6001783Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2022-11-23T01:04:16.6003374Z adding 'torch/include/ATen/ops/_dimV.h' 2022-11-23T01:04:16.6004943Z adding 'torch/include/ATen/ops/_dimV_native.h' 2022-11-23T01:04:16.6006632Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2022-11-23T01:04:16.6008218Z adding 'torch/include/ATen/ops/_dim_arange.h' 2022-11-23T01:04:16.6009939Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.6011397Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2022-11-23T01:04:16.6013047Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2022-11-23T01:04:16.6014745Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2022-11-23T01:04:16.6016430Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6018033Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2022-11-23T01:04:16.6019602Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2022-11-23T01:04:16.6021212Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2022-11-23T01:04:16.6023095Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2022-11-23T01:04:16.6024802Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2022-11-23T01:04:16.6026530Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2022-11-23T01:04:16.6028110Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2022-11-23T01:04:16.6029852Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2022-11-23T01:04:16.6031529Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2022-11-23T01:04:16.6033287Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2022-11-23T01:04:16.6034926Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2022-11-23T01:04:16.6036683Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2022-11-23T01:04:16.6038466Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2022-11-23T01:04:16.6040188Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6041835Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2022-11-23T01:04:16.6043587Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2022-11-23T01:04:16.6045153Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2022-11-23T01:04:16.6046985Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2022-11-23T01:04:16.6048889Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2022-11-23T01:04:16.6050780Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2022-11-23T01:04:16.6052679Z adding 'torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.6054274Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2022-11-23T01:04:16.6056061Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2022-11-23T01:04:16.6057933Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6059635Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2022-11-23T01:04:16.6061332Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2022-11-23T01:04:16.6063482Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2022-11-23T01:04:16.6065602Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6067251Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2022-11-23T01:04:16.6068996Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2022-11-23T01:04:16.6070649Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2022-11-23T01:04:16.6072646Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2022-11-23T01:04:16.6074457Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2022-11-23T01:04:16.6076404Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6078070Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2022-11-23T01:04:16.6079822Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2022-11-23T01:04:16.6081525Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2022-11-23T01:04:16.6083626Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2022-11-23T01:04:16.6085316Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2022-11-23T01:04:16.6087248Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2022-11-23T01:04:16.6089223Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2022-11-23T01:04:16.6091002Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6092626Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2022-11-23T01:04:16.6094267Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2022-11-23T01:04:16.6095895Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2022-11-23T01:04:16.6097706Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2022-11-23T01:04:16.6099546Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2022-11-23T01:04:16.6101452Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.6103332Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2022-11-23T01:04:16.6105122Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2022-11-23T01:04:16.6107035Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2022-11-23T01:04:16.6108884Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6110589Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2022-11-23T01:04:16.6112216Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2022-11-23T01:04:16.6114123Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2022-11-23T01:04:16.6116053Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2022-11-23T01:04:16.6117926Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6119590Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2022-11-23T01:04:16.6121261Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2022-11-23T01:04:16.6123227Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2022-11-23T01:04:16.6124936Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2022-11-23T01:04:16.6126701Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6128218Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2022-11-23T01:04:16.6129973Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2022-11-23T01:04:16.6131763Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2022-11-23T01:04:16.6133533Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2022-11-23T01:04:16.6135196Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2022-11-23T01:04:16.6136897Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2022-11-23T01:04:16.6138487Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2022-11-23T01:04:16.6140242Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2022-11-23T01:04:16.6142149Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6144011Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2022-11-23T01:04:16.6145473Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2022-11-23T01:04:16.6147048Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2022-11-23T01:04:16.6148945Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2022-11-23T01:04:16.6150652Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2022-11-23T01:04:16.6152378Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2022-11-23T01:04:16.6154162Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2022-11-23T01:04:16.6155924Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2022-11-23T01:04:16.6157517Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2022-11-23T01:04:16.6159271Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2022-11-23T01:04:16.6161579Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6162869Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2022-11-23T01:04:16.6164493Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2022-11-23T01:04:16.6165903Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2022-11-23T01:04:16.6167762Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2022-11-23T01:04:16.6169446Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2022-11-23T01:04:16.6171173Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6172782Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2022-11-23T01:04:16.6174363Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2022-11-23T01:04:16.6176736Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2022-11-23T01:04:16.6178206Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2022-11-23T01:04:16.6179876Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2022-11-23T01:04:16.6181730Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2022-11-23T01:04:16.6183478Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2022-11-23T01:04:16.6185210Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2022-11-23T01:04:16.6186940Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2022-11-23T01:04:16.6188655Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2022-11-23T01:04:16.6190407Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2022-11-23T01:04:16.6192134Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2022-11-23T01:04:16.6193717Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2022-11-23T01:04:16.6195472Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2022-11-23T01:04:16.6197211Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2022-11-23T01:04:16.6198949Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2022-11-23T01:04:16.6200610Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2022-11-23T01:04:16.6202208Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2022-11-23T01:04:16.6204035Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2022-11-23T01:04:16.6205804Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2022-11-23T01:04:16.6207547Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2022-11-23T01:04:16.6209136Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2022-11-23T01:04:16.6211205Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2022-11-23T01:04:16.6213516Z adding 'torch/include/ATen/ops/_foobar.h' 2022-11-23T01:04:16.6215460Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6217038Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2022-11-23T01:04:16.6218649Z adding 'torch/include/ATen/ops/_foobar_native.h' 2022-11-23T01:04:16.6220459Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2022-11-23T01:04:16.6222239Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2022-11-23T01:04:16.6224059Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6225646Z adding 'torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h' 2022-11-23T01:04:16.6227397Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2022-11-23T01:04:16.6228888Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2022-11-23T01:04:16.6230461Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2022-11-23T01:04:16.6232085Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2022-11-23T01:04:16.6234023Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6235650Z adding 'torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h' 2022-11-23T01:04:16.6236952Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2022-11-23T01:04:16.6238539Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2022-11-23T01:04:16.6240252Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2022-11-23T01:04:16.6242137Z adding 'torch/include/ATen/ops/_foreach_add.h' 2022-11-23T01:04:16.6244114Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6245801Z adding 'torch/include/ATen/ops/_foreach_add_cpu_dispatch.h' 2022-11-23T01:04:16.6247450Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2022-11-23T01:04:16.6249161Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2022-11-23T01:04:16.6251270Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2022-11-23T01:04:16.6253372Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2022-11-23T01:04:16.6255315Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6257010Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h' 2022-11-23T01:04:16.6258702Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2022-11-23T01:04:16.6260455Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2022-11-23T01:04:16.6262857Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2022-11-23T01:04:16.6265110Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2022-11-23T01:04:16.6267045Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6268812Z adding 'torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h' 2022-11-23T01:04:16.6270536Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2022-11-23T01:04:16.6272398Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2022-11-23T01:04:16.6274650Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2022-11-23T01:04:16.6276605Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2022-11-23T01:04:16.6278425Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6280043Z adding 'torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h' 2022-11-23T01:04:16.6281627Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2022-11-23T01:04:16.6283318Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2022-11-23T01:04:16.6285029Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2022-11-23T01:04:16.6286773Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2022-11-23T01:04:16.6288509Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6290139Z adding 'torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h' 2022-11-23T01:04:16.6291692Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2022-11-23T01:04:16.6293297Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2022-11-23T01:04:16.6294983Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2022-11-23T01:04:16.6296715Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2022-11-23T01:04:16.6298402Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6299997Z adding 'torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h' 2022-11-23T01:04:16.6301772Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2022-11-23T01:04:16.6303379Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2022-11-23T01:04:16.6305077Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2022-11-23T01:04:16.6306874Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2022-11-23T01:04:16.6308546Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6310083Z adding 'torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h' 2022-11-23T01:04:16.6311659Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2022-11-23T01:04:16.6313211Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2022-11-23T01:04:16.6314991Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2022-11-23T01:04:16.6316736Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2022-11-23T01:04:16.6318519Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6320082Z adding 'torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h' 2022-11-23T01:04:16.6321652Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2022-11-23T01:04:16.6323289Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2022-11-23T01:04:16.6325058Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2022-11-23T01:04:16.6326938Z adding 'torch/include/ATen/ops/_foreach_div.h' 2022-11-23T01:04:16.6328847Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6330545Z adding 'torch/include/ATen/ops/_foreach_div_cpu_dispatch.h' 2022-11-23T01:04:16.6332194Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2022-11-23T01:04:16.6333899Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2022-11-23T01:04:16.6335964Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2022-11-23T01:04:16.6337768Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2022-11-23T01:04:16.6339536Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6341177Z adding 'torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h' 2022-11-23T01:04:16.6342891Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2022-11-23T01:04:16.6344531Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2022-11-23T01:04:16.6346257Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2022-11-23T01:04:16.6347974Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2022-11-23T01:04:16.6349695Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6351269Z adding 'torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h' 2022-11-23T01:04:16.6352862Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2022-11-23T01:04:16.6354524Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2022-11-23T01:04:16.6356482Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2022-11-23T01:04:16.6358068Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2022-11-23T01:04:16.6359814Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6361329Z adding 'torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h' 2022-11-23T01:04:16.6362926Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2022-11-23T01:04:16.6364581Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2022-11-23T01:04:16.6366275Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2022-11-23T01:04:16.6368030Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2022-11-23T01:04:16.6369809Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6371432Z adding 'torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h' 2022-11-23T01:04:16.6372983Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2022-11-23T01:04:16.6374570Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2022-11-23T01:04:16.6376306Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2022-11-23T01:04:16.6378114Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2022-11-23T01:04:16.6379833Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6381661Z adding 'torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h' 2022-11-23T01:04:16.6383339Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2022-11-23T01:04:16.6385005Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2022-11-23T01:04:16.6386658Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2022-11-23T01:04:16.6388351Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2022-11-23T01:04:16.6390174Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6392142Z adding 'torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h' 2022-11-23T01:04:16.6393522Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2022-11-23T01:04:16.6395157Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2022-11-23T01:04:16.6396775Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2022-11-23T01:04:16.6398426Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2022-11-23T01:04:16.6400146Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6401734Z adding 'torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h' 2022-11-23T01:04:16.6403470Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2022-11-23T01:04:16.6404987Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2022-11-23T01:04:16.6406567Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2022-11-23T01:04:16.6408106Z adding 'torch/include/ATen/ops/_foreach_log.h' 2022-11-23T01:04:16.6409630Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2022-11-23T01:04:16.6411200Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6412896Z adding 'torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h' 2022-11-23T01:04:16.6414181Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2022-11-23T01:04:16.6415601Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2022-11-23T01:04:16.6417183Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2022-11-23T01:04:16.6418894Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2022-11-23T01:04:16.6420555Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6422651Z adding 'torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h' 2022-11-23T01:04:16.6423990Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2022-11-23T01:04:16.6425396Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2022-11-23T01:04:16.6427235Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2022-11-23T01:04:16.6428893Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2022-11-23T01:04:16.6430630Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6432101Z adding 'torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h' 2022-11-23T01:04:16.6433833Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2022-11-23T01:04:16.6435295Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2022-11-23T01:04:16.6436824Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2022-11-23T01:04:16.6438458Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6439904Z adding 'torch/include/ATen/ops/_foreach_log_cpu_dispatch.h' 2022-11-23T01:04:16.6441373Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2022-11-23T01:04:16.6442892Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2022-11-23T01:04:16.6444620Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2022-11-23T01:04:16.6446292Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2022-11-23T01:04:16.6448068Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6449577Z adding 'torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h' 2022-11-23T01:04:16.6451079Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2022-11-23T01:04:16.6452623Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2022-11-23T01:04:16.6454162Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2022-11-23T01:04:16.6455757Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2022-11-23T01:04:16.6457344Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6458973Z adding 'torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h' 2022-11-23T01:04:16.6460484Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2022-11-23T01:04:16.6462026Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2022-11-23T01:04:16.6463708Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2022-11-23T01:04:16.6465472Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2022-11-23T01:04:16.6467187Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6468713Z adding 'torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h' 2022-11-23T01:04:16.6470315Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2022-11-23T01:04:16.6471925Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2022-11-23T01:04:16.6473916Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2022-11-23T01:04:16.6475667Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2022-11-23T01:04:16.6477292Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6478764Z adding 'torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h' 2022-11-23T01:04:16.6480256Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2022-11-23T01:04:16.6481701Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2022-11-23T01:04:16.6483461Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2022-11-23T01:04:16.6485095Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2022-11-23T01:04:16.6486754Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6488178Z adding 'torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h' 2022-11-23T01:04:16.6489680Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2022-11-23T01:04:16.6491120Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2022-11-23T01:04:16.6492753Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2022-11-23T01:04:16.6494388Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2022-11-23T01:04:16.6496044Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6497495Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h' 2022-11-23T01:04:16.6498940Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2022-11-23T01:04:16.6500446Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2022-11-23T01:04:16.6502256Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2022-11-23T01:04:16.6503760Z adding 'torch/include/ATen/ops/_foreach_round.h' 2022-11-23T01:04:16.6505393Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6506912Z adding 'torch/include/ATen/ops/_foreach_round_cpu_dispatch.h' 2022-11-23T01:04:16.6508429Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2022-11-23T01:04:16.6509890Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2022-11-23T01:04:16.6511493Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2022-11-23T01:04:16.6513066Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2022-11-23T01:04:16.6514662Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6516109Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h' 2022-11-23T01:04:16.6517630Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2022-11-23T01:04:16.6519055Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2022-11-23T01:04:16.6520688Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2022-11-23T01:04:16.6522375Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2022-11-23T01:04:16.6524071Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6525535Z adding 'torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h' 2022-11-23T01:04:16.6527009Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2022-11-23T01:04:16.6528490Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2022-11-23T01:04:16.6530185Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2022-11-23T01:04:16.6531792Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2022-11-23T01:04:16.6533394Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6534878Z adding 'torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h' 2022-11-23T01:04:16.6536371Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2022-11-23T01:04:16.6537848Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2022-11-23T01:04:16.6539433Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2022-11-23T01:04:16.6541019Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2022-11-23T01:04:16.6542982Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6544521Z adding 'torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h' 2022-11-23T01:04:16.6545969Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2022-11-23T01:04:16.6547412Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2022-11-23T01:04:16.6549004Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2022-11-23T01:04:16.6550760Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2022-11-23T01:04:16.6552478Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6553978Z adding 'torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h' 2022-11-23T01:04:16.6555511Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2022-11-23T01:04:16.6557140Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2022-11-23T01:04:16.6559761Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2022-11-23T01:04:16.6561653Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2022-11-23T01:04:16.6563458Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6564889Z adding 'torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h' 2022-11-23T01:04:16.6566551Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2022-11-23T01:04:16.6568138Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2022-11-23T01:04:16.6570568Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2022-11-23T01:04:16.6572478Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2022-11-23T01:04:16.6574306Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6575875Z adding 'torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h' 2022-11-23T01:04:16.6577486Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2022-11-23T01:04:16.6579574Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2022-11-23T01:04:16.6581409Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2022-11-23T01:04:16.6583464Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2022-11-23T01:04:16.6585232Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6586849Z adding 'torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h' 2022-11-23T01:04:16.6588534Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2022-11-23T01:04:16.6590173Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2022-11-23T01:04:16.6592032Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2022-11-23T01:04:16.6593555Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2022-11-23T01:04:16.6595334Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6596903Z adding 'torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h' 2022-11-23T01:04:16.6599216Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2022-11-23T01:04:16.6600899Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2022-11-23T01:04:16.6602712Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2022-11-23T01:04:16.6604698Z adding 'torch/include/ATen/ops/_fused_adam.h' 2022-11-23T01:04:16.6606628Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6608363Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2022-11-23T01:04:16.6610133Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2022-11-23T01:04:16.6612133Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2022-11-23T01:04:16.6614017Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2022-11-23T01:04:16.6615802Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6617463Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2022-11-23T01:04:16.6619091Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2022-11-23T01:04:16.6620803Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2022-11-23T01:04:16.6622999Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2022-11-23T01:04:16.6625122Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6626854Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2022-11-23T01:04:16.6628570Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2022-11-23T01:04:16.6630162Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2022-11-23T01:04:16.6632141Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2022-11-23T01:04:16.6634080Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2022-11-23T01:04:16.6635777Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2022-11-23T01:04:16.6637407Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2022-11-23T01:04:16.6639096Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2022-11-23T01:04:16.6640784Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2022-11-23T01:04:16.6642608Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2022-11-23T01:04:16.6644116Z adding 'torch/include/ATen/ops/_fw_primal.h' 2022-11-23T01:04:16.6645897Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6647445Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2022-11-23T01:04:16.6649124Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6650773Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.6652211Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2022-11-23T01:04:16.6653972Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2022-11-23T01:04:16.6655499Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2022-11-23T01:04:16.6657063Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2022-11-23T01:04:16.6658680Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2022-11-23T01:04:16.6660414Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.6662147Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2022-11-23T01:04:16.6663963Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2022-11-23T01:04:16.6665698Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2022-11-23T01:04:16.6667393Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2022-11-23T01:04:16.6669208Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.6670681Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2022-11-23T01:04:16.6672376Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2022-11-23T01:04:16.6674145Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6675693Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2022-11-23T01:04:16.6677431Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2022-11-23T01:04:16.6679104Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2022-11-23T01:04:16.6680780Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.6682351Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2022-11-23T01:04:16.6683984Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2022-11-23T01:04:16.6685525Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2022-11-23T01:04:16.6687287Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6688752Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2022-11-23T01:04:16.6690393Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2022-11-23T01:04:16.6692114Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2022-11-23T01:04:16.6693927Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6695518Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2022-11-23T01:04:16.6697117Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2022-11-23T01:04:16.6698913Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2022-11-23T01:04:16.6700664Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2022-11-23T01:04:16.6702628Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6704184Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2022-11-23T01:04:16.6705750Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2022-11-23T01:04:16.6707535Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2022-11-23T01:04:16.6709311Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2022-11-23T01:04:16.6711154Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6712687Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2022-11-23T01:04:16.6714236Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2022-11-23T01:04:16.6715985Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2022-11-23T01:04:16.6717688Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2022-11-23T01:04:16.6719487Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6721120Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2022-11-23T01:04:16.6722828Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2022-11-23T01:04:16.6724401Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2022-11-23T01:04:16.6725937Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2022-11-23T01:04:16.6727746Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2022-11-23T01:04:16.6729270Z adding 'torch/include/ATen/ops/_indices.h' 2022-11-23T01:04:16.6730830Z adding 'torch/include/ATen/ops/_indices_copy.h' 2022-11-23T01:04:16.6732473Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6734102Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.6735505Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2022-11-23T01:04:16.6737235Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2022-11-23T01:04:16.6738776Z adding 'torch/include/ATen/ops/_indices_native.h' 2022-11-23T01:04:16.6740356Z adding 'torch/include/ATen/ops/_indices_ops.h' 2022-11-23T01:04:16.6742116Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2022-11-23T01:04:16.6743673Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.6745163Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2022-11-23T01:04:16.6746706Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2022-11-23T01:04:16.6748227Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2022-11-23T01:04:16.6749851Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6751325Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2022-11-23T01:04:16.6752963Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2022-11-23T01:04:16.6754450Z adding 'torch/include/ATen/ops/_linalg_det.h' 2022-11-23T01:04:16.6756138Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.6757616Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2022-11-23T01:04:16.6759173Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2022-11-23T01:04:16.6760683Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2022-11-23T01:04:16.6762364Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2022-11-23T01:04:16.6763935Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2022-11-23T01:04:16.6765656Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2022-11-23T01:04:16.6767337Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2022-11-23T01:04:16.6769072Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.6770602Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2022-11-23T01:04:16.6772190Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2022-11-23T01:04:16.6773691Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2022-11-23T01:04:16.6775371Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2022-11-23T01:04:16.6776887Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2022-11-23T01:04:16.6778588Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2022-11-23T01:04:16.6780236Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2022-11-23T01:04:16.6782215Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.6783637Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2022-11-23T01:04:16.6785224Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2022-11-23T01:04:16.6786725Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2022-11-23T01:04:16.6788374Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2022-11-23T01:04:16.6789875Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2022-11-23T01:04:16.6791580Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2022-11-23T01:04:16.6793255Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2022-11-23T01:04:16.6795014Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.6796518Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2022-11-23T01:04:16.6798130Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2022-11-23T01:04:16.6799680Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2022-11-23T01:04:16.6801293Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2022-11-23T01:04:16.6802850Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2022-11-23T01:04:16.6804584Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2022-11-23T01:04:16.6806284Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2022-11-23T01:04:16.6808021Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.6809486Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2022-11-23T01:04:16.6811106Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2022-11-23T01:04:16.6812777Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2022-11-23T01:04:16.6814543Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2022-11-23T01:04:16.6816054Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2022-11-23T01:04:16.6817802Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2022-11-23T01:04:16.6819395Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2022-11-23T01:04:16.6821000Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2022-11-23T01:04:16.6822639Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2022-11-23T01:04:16.6824507Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2022-11-23T01:04:16.6826194Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2022-11-23T01:04:16.6827719Z adding 'torch/include/ATen/ops/_log_softmax.h' 2022-11-23T01:04:16.6829374Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2022-11-23T01:04:16.6831117Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.6832611Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2022-11-23T01:04:16.6834190Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2022-11-23T01:04:16.6835738Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2022-11-23T01:04:16.6837415Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2022-11-23T01:04:16.6838959Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2022-11-23T01:04:16.6840750Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2022-11-23T01:04:16.6842585Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.6844154Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2022-11-23T01:04:16.6845565Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2022-11-23T01:04:16.6847020Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2022-11-23T01:04:16.6848411Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2022-11-23T01:04:16.6849952Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2022-11-23T01:04:16.6851722Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2022-11-23T01:04:16.6853303Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2022-11-23T01:04:16.6854877Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2022-11-23T01:04:16.6856402Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2022-11-23T01:04:16.6857837Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2022-11-23T01:04:16.6859417Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2022-11-23T01:04:16.6861083Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2022-11-23T01:04:16.6863046Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6864518Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2022-11-23T01:04:16.6866215Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2022-11-23T01:04:16.6867831Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2022-11-23T01:04:16.6869472Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.6870834Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2022-11-23T01:04:16.6872382Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2022-11-23T01:04:16.6873895Z adding 'torch/include/ATen/ops/_make_dual.h' 2022-11-23T01:04:16.6875525Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6876994Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2022-11-23T01:04:16.6878618Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6880227Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.6881570Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2022-11-23T01:04:16.6883245Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2022-11-23T01:04:16.6884715Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2022-11-23T01:04:16.6886305Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2022-11-23T01:04:16.6887940Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2022-11-23T01:04:16.6889713Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6891172Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2022-11-23T01:04:16.6892667Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2022-11-23T01:04:16.6894116Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2022-11-23T01:04:16.6895842Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2022-11-23T01:04:16.6897355Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2022-11-23T01:04:16.6899023Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6900506Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2022-11-23T01:04:16.6902134Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2022-11-23T01:04:16.6903565Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2022-11-23T01:04:16.6905295Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2022-11-23T01:04:16.6906858Z adding 'torch/include/ATen/ops/_masked_scale.h' 2022-11-23T01:04:16.6908558Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6910080Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2022-11-23T01:04:16.6911644Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2022-11-23T01:04:16.6913906Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2022-11-23T01:04:16.6915415Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2022-11-23T01:04:16.6917145Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2022-11-23T01:04:16.6918745Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6920107Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2022-11-23T01:04:16.6921738Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2022-11-23T01:04:16.6923320Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2022-11-23T01:04:16.6925103Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2022-11-23T01:04:16.6926905Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6928259Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2022-11-23T01:04:16.6929662Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2022-11-23T01:04:16.6931184Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2022-11-23T01:04:16.6932820Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2022-11-23T01:04:16.6934364Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2022-11-23T01:04:16.6936104Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6937447Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2022-11-23T01:04:16.6939084Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2022-11-23T01:04:16.6940679Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2022-11-23T01:04:16.6942518Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6944038Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2022-11-23T01:04:16.6945491Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2022-11-23T01:04:16.6947209Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2022-11-23T01:04:16.6948918Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2022-11-23T01:04:16.6950636Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6952077Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2022-11-23T01:04:16.6953784Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2022-11-23T01:04:16.6955480Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2022-11-23T01:04:16.6957182Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6958559Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2022-11-23T01:04:16.6960354Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2022-11-23T01:04:16.6962030Z adding 'torch/include/ATen/ops/_mps_max_pool2d.h' 2022-11-23T01:04:16.6963957Z adding 'torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6965254Z adding 'torch/include/ATen/ops/_mps_max_pool2d_native.h' 2022-11-23T01:04:16.6966988Z adding 'torch/include/ATen/ops/_mps_max_pool2d_ops.h' 2022-11-23T01:04:16.6968876Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h' 2022-11-23T01:04:16.6970782Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6972353Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h' 2022-11-23T01:04:16.6973966Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h' 2022-11-23T01:04:16.6975576Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h' 2022-11-23T01:04:16.6978264Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h' 2022-11-23T01:04:16.6980203Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2022-11-23T01:04:16.6982283Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6983922Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2022-11-23T01:04:16.6985517Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2022-11-23T01:04:16.6987116Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2022-11-23T01:04:16.6988988Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2022-11-23T01:04:16.6990643Z adding 'torch/include/ATen/ops/_neg_view.h' 2022-11-23T01:04:16.6992178Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6993695Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2022-11-23T01:04:16.6995326Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.6996904Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.6998276Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2022-11-23T01:04:16.6999874Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2022-11-23T01:04:16.7001363Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2022-11-23T01:04:16.7002977Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2022-11-23T01:04:16.7004608Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2022-11-23T01:04:16.7006264Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2022-11-23T01:04:16.7007971Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7009373Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2022-11-23T01:04:16.7011006Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2022-11-23T01:04:16.7012638Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7014138Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2022-11-23T01:04:16.7015635Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2022-11-23T01:04:16.7017099Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2022-11-23T01:04:16.7018802Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2022-11-23T01:04:16.7020355Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2022-11-23T01:04:16.7022023Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2022-11-23T01:04:16.7023670Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2022-11-23T01:04:16.7025246Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2022-11-23T01:04:16.7026800Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2022-11-23T01:04:16.7028343Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2022-11-23T01:04:16.7029948Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2022-11-23T01:04:16.7031628Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7033124Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2022-11-23T01:04:16.7034640Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2022-11-23T01:04:16.7036237Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2022-11-23T01:04:16.7037885Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2022-11-23T01:04:16.7039537Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2022-11-23T01:04:16.7041150Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2022-11-23T01:04:16.7042831Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2022-11-23T01:04:16.7044505Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2022-11-23T01:04:16.7046346Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2022-11-23T01:04:16.7048206Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2022-11-23T01:04:16.7050110Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7051761Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2022-11-23T01:04:16.7053581Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2022-11-23T01:04:16.7055229Z adding 'torch/include/ATen/ops/_nested_tensor_offsets.h' 2022-11-23T01:04:16.7056848Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_native.h' 2022-11-23T01:04:16.7058610Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_ops.h' 2022-11-23T01:04:16.7060290Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2022-11-23T01:04:16.7062245Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7063911Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2022-11-23T01:04:16.7065587Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2022-11-23T01:04:16.7067330Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2022-11-23T01:04:16.7068971Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2022-11-23T01:04:16.7070600Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2022-11-23T01:04:16.7072239Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2022-11-23T01:04:16.7074049Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7075613Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2022-11-23T01:04:16.7077337Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2022-11-23T01:04:16.7079019Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2022-11-23T01:04:16.7080780Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2022-11-23T01:04:16.7082631Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7084417Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.7085959Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2022-11-23T01:04:16.7087771Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2022-11-23T01:04:16.7089524Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2022-11-23T01:04:16.7091401Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2022-11-23T01:04:16.7092869Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2022-11-23T01:04:16.7094403Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2022-11-23T01:04:16.7096085Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2022-11-23T01:04:16.7098179Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7099703Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2022-11-23T01:04:16.7101474Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2022-11-23T01:04:16.7103149Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2022-11-23T01:04:16.7104780Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7105968Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2022-11-23T01:04:16.7107730Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2022-11-23T01:04:16.7109722Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2022-11-23T01:04:16.7111549Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7113135Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2022-11-23T01:04:16.7114867Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2022-11-23T01:04:16.7116371Z adding 'torch/include/ATen/ops/_nnz.h' 2022-11-23T01:04:16.7118033Z adding 'torch/include/ATen/ops/_nnz_native.h' 2022-11-23T01:04:16.7119634Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2022-11-23T01:04:16.7121431Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2022-11-23T01:04:16.7123286Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2022-11-23T01:04:16.7124967Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7126403Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2022-11-23T01:04:16.7128086Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2022-11-23T01:04:16.7129707Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7131113Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2022-11-23T01:04:16.7132803Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2022-11-23T01:04:16.7134333Z adding 'torch/include/ATen/ops/_pad_circular.h' 2022-11-23T01:04:16.7136178Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7137363Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2022-11-23T01:04:16.7138998Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2022-11-23T01:04:16.7140647Z adding 'torch/include/ATen/ops/_pad_enum.h' 2022-11-23T01:04:16.7142538Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7144001Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2022-11-23T01:04:16.7145554Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2022-11-23T01:04:16.7147083Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2022-11-23T01:04:16.7148685Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7150104Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2022-11-23T01:04:16.7151694Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2022-11-23T01:04:16.7153212Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2022-11-23T01:04:16.7155606Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7156612Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2022-11-23T01:04:16.7158139Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2022-11-23T01:04:16.7159542Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2022-11-23T01:04:16.7161455Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2022-11-23T01:04:16.7162986Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2022-11-23T01:04:16.7164580Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7166244Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2022-11-23T01:04:16.7168139Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2022-11-23T01:04:16.7169601Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2022-11-23T01:04:16.7171124Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2022-11-23T01:04:16.7172832Z adding 'torch/include/ATen/ops/_pin_memory.h' 2022-11-23T01:04:16.7174383Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7175824Z adding 'torch/include/ATen/ops/_pin_memory_cuda_dispatch.h' 2022-11-23T01:04:16.7177235Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2022-11-23T01:04:16.7178870Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2022-11-23T01:04:16.7180559Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2022-11-23T01:04:16.7182382Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7183840Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2022-11-23T01:04:16.7185397Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2022-11-23T01:04:16.7187018Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2022-11-23T01:04:16.7188735Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2022-11-23T01:04:16.7190519Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7192137Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.7193580Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2022-11-23T01:04:16.7195169Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2022-11-23T01:04:16.7196641Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2022-11-23T01:04:16.7198127Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2022-11-23T01:04:16.7199617Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2022-11-23T01:04:16.7201049Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2022-11-23T01:04:16.7202755Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2022-11-23T01:04:16.7204357Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2022-11-23T01:04:16.7205999Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7221200Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2022-11-23T01:04:16.7221767Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2022-11-23T01:04:16.7222269Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2022-11-23T01:04:16.7222771Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7223425Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2022-11-23T01:04:16.7223757Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2022-11-23T01:04:16.7224185Z adding 'torch/include/ATen/ops/_resize_output.h' 2022-11-23T01:04:16.7224623Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7225009Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2022-11-23T01:04:16.7225329Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2022-11-23T01:04:16.7225759Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2022-11-23T01:04:16.7226182Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2022-11-23T01:04:16.7226758Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7228322Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2022-11-23T01:04:16.7229743Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2022-11-23T01:04:16.7231111Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2022-11-23T01:04:16.7232640Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7234107Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2022-11-23T01:04:16.7235547Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2022-11-23T01:04:16.7236952Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2022-11-23T01:04:16.7238497Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2022-11-23T01:04:16.7239998Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2022-11-23T01:04:16.7241647Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7243049Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2022-11-23T01:04:16.7244521Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2022-11-23T01:04:16.7246014Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention.h' 2022-11-23T01:04:16.7247581Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7249059Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2022-11-23T01:04:16.7250630Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7252121Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2022-11-23T01:04:16.7253690Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2022-11-23T01:04:16.7255122Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_native.h' 2022-11-23T01:04:16.7256650Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_ops.h' 2022-11-23T01:04:16.7258179Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2022-11-23T01:04:16.7259710Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2022-11-23T01:04:16.7261262Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2022-11-23T01:04:16.7263009Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2022-11-23T01:04:16.7264512Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2022-11-23T01:04:16.7266141Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2022-11-23T01:04:16.7267547Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2022-11-23T01:04:16.7269203Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2022-11-23T01:04:16.7270842Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2022-11-23T01:04:16.7272402Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2022-11-23T01:04:16.7273998Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2022-11-23T01:04:16.7275641Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2022-11-23T01:04:16.7277361Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2022-11-23T01:04:16.7279088Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7280704Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2022-11-23T01:04:16.7282302Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2022-11-23T01:04:16.7283964Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2022-11-23T01:04:16.7285761Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2022-11-23T01:04:16.7287364Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2022-11-23T01:04:16.7288997Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7290525Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2022-11-23T01:04:16.7291996Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2022-11-23T01:04:16.7293823Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2022-11-23T01:04:16.7295623Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7297326Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2022-11-23T01:04:16.7298942Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2022-11-23T01:04:16.7300534Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2022-11-23T01:04:16.7302662Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2022-11-23T01:04:16.7304485Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2022-11-23T01:04:16.7306214Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2022-11-23T01:04:16.7307749Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2022-11-23T01:04:16.7309358Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2022-11-23T01:04:16.7311136Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2022-11-23T01:04:16.7312759Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2022-11-23T01:04:16.7314436Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7315900Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2022-11-23T01:04:16.7317588Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2022-11-23T01:04:16.7319139Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2022-11-23T01:04:16.7320802Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7322329Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2022-11-23T01:04:16.7324083Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2022-11-23T01:04:16.7325633Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2022-11-23T01:04:16.7327294Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7328730Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2022-11-23T01:04:16.7330335Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2022-11-23T01:04:16.7331847Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2022-11-23T01:04:16.7333490Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7334972Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2022-11-23T01:04:16.7336610Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2022-11-23T01:04:16.7338181Z adding 'torch/include/ATen/ops/_softmax.h' 2022-11-23T01:04:16.7339929Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2022-11-23T01:04:16.7341776Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.7343577Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2022-11-23T01:04:16.7345296Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2022-11-23T01:04:16.7346877Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2022-11-23T01:04:16.7348914Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2022-11-23T01:04:16.7350654Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2022-11-23T01:04:16.7353638Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2022-11-23T01:04:16.7355903Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.7357643Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2022-11-23T01:04:16.7359384Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2022-11-23T01:04:16.7361004Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2022-11-23T01:04:16.7362725Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2022-11-23T01:04:16.7364525Z adding 'torch/include/ATen/ops/_softmax_native.h' 2022-11-23T01:04:16.7366465Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2022-11-23T01:04:16.7368321Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2022-11-23T01:04:16.7370444Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7371938Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2022-11-23T01:04:16.7373864Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2022-11-23T01:04:16.7375811Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2022-11-23T01:04:16.7377566Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2022-11-23T01:04:16.7379544Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7381648Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.7383158Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2022-11-23T01:04:16.7385121Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2022-11-23T01:04:16.7386855Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2022-11-23T01:04:16.7388746Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2022-11-23T01:04:16.7391099Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2022-11-23T01:04:16.7393105Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7394854Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2022-11-23T01:04:16.7397144Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2022-11-23T01:04:16.7398959Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2022-11-23T01:04:16.7401150Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7402870Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2022-11-23T01:04:16.7405166Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2022-11-23T01:04:16.7407194Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2022-11-23T01:04:16.7409386Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7411053Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2022-11-23T01:04:16.7413330Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2022-11-23T01:04:16.7415475Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2022-11-23T01:04:16.7417688Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7419354Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2022-11-23T01:04:16.7421886Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2022-11-23T01:04:16.7423890Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2022-11-23T01:04:16.7426581Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2022-11-23T01:04:16.7429022Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7430856Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2022-11-23T01:04:16.7433052Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2022-11-23T01:04:16.7435418Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2022-11-23T01:04:16.7437299Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7439345Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2022-11-23T01:04:16.7441163Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2022-11-23T01:04:16.7443524Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2022-11-23T01:04:16.7445539Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2022-11-23T01:04:16.7447792Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7449431Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2022-11-23T01:04:16.7451775Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2022-11-23T01:04:16.7453625Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2022-11-23T01:04:16.7455851Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7457478Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2022-11-23T01:04:16.7459811Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2022-11-23T01:04:16.7461914Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2022-11-23T01:04:16.7464448Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7466212Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2022-11-23T01:04:16.7468398Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2022-11-23T01:04:16.7470461Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2022-11-23T01:04:16.7472549Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7474365Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2022-11-23T01:04:16.7476589Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2022-11-23T01:04:16.7478582Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2022-11-23T01:04:16.7480629Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2022-11-23T01:04:16.7482906Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7484548Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2022-11-23T01:04:16.7486966Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2022-11-23T01:04:16.7488864Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7490936Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7492815Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2022-11-23T01:04:16.7495177Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2022-11-23T01:04:16.7497077Z adding 'torch/include/ATen/ops/_sparse_mask_helper.h' 2022-11-23T01:04:16.7499226Z adding 'torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7500864Z adding 'torch/include/ATen/ops/_sparse_mask_helper_native.h' 2022-11-23T01:04:16.7503432Z adding 'torch/include/ATen/ops/_sparse_mask_helper_ops.h' 2022-11-23T01:04:16.7505117Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2022-11-23T01:04:16.7507408Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7508954Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2022-11-23T01:04:16.7511208Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2022-11-23T01:04:16.7513057Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2022-11-23T01:04:16.7515182Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2022-11-23T01:04:16.7517165Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7519107Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2022-11-23T01:04:16.7521237Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2022-11-23T01:04:16.7523352Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7525319Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7527210Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2022-11-23T01:04:16.7529576Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2022-11-23T01:04:16.7531395Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2022-11-23T01:04:16.7533714Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7535267Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2022-11-23T01:04:16.7537586Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2022-11-23T01:04:16.7539538Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2022-11-23T01:04:16.7541799Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2022-11-23T01:04:16.7543856Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7545611Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2022-11-23T01:04:16.7547886Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2022-11-23T01:04:16.7549833Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7551931Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7553561Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2022-11-23T01:04:16.7556068Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2022-11-23T01:04:16.7558071Z adding 'torch/include/ATen/ops/_spdiags.h' 2022-11-23T01:04:16.7560378Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7561930Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2022-11-23T01:04:16.7564173Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2022-11-23T01:04:16.7566161Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2022-11-23T01:04:16.7568149Z adding 'torch/include/ATen/ops/_stack.h' 2022-11-23T01:04:16.7570291Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7572064Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2022-11-23T01:04:16.7573981Z adding 'torch/include/ATen/ops/_stack_native.h' 2022-11-23T01:04:16.7576088Z adding 'torch/include/ATen/ops/_stack_ops.h' 2022-11-23T01:04:16.7578032Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2022-11-23T01:04:16.7580120Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7582066Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2022-11-23T01:04:16.7584305Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2022-11-23T01:04:16.7586136Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2022-11-23T01:04:16.7588379Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7590113Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2022-11-23T01:04:16.7592400Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2022-11-23T01:04:16.7594103Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2022-11-23T01:04:16.7595683Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2022-11-23T01:04:16.7597151Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2022-11-23T01:04:16.7598797Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2022-11-23T01:04:16.7600615Z adding 'torch/include/ATen/ops/_symeig_helper.h' 2022-11-23T01:04:16.7602193Z adding 'torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7603826Z adding 'torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h' 2022-11-23T01:04:16.7605265Z adding 'torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h' 2022-11-23T01:04:16.7606631Z adding 'torch/include/ATen/ops/_symeig_helper_native.h' 2022-11-23T01:04:16.7608228Z adding 'torch/include/ATen/ops/_symeig_helper_ops.h' 2022-11-23T01:04:16.7609707Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2022-11-23T01:04:16.7611287Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7612663Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2022-11-23T01:04:16.7614260Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2022-11-23T01:04:16.7615787Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2022-11-23T01:04:16.7617494Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7619236Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7620569Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2022-11-23T01:04:16.7622278Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2022-11-23T01:04:16.7623950Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2022-11-23T01:04:16.7625419Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7626950Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2022-11-23T01:04:16.7628719Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7630238Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.7631585Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2022-11-23T01:04:16.7633249Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2022-11-23T01:04:16.7634837Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2022-11-23T01:04:16.7636395Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2022-11-23T01:04:16.7638004Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2022-11-23T01:04:16.7639862Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7641369Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2022-11-23T01:04:16.7643059Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2022-11-23T01:04:16.7644604Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2022-11-23T01:04:16.7646215Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2022-11-23T01:04:16.7647716Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7649111Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2022-11-23T01:04:16.7650572Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2022-11-23T01:04:16.7652270Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2022-11-23T01:04:16.7653686Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2022-11-23T01:04:16.7655071Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7656845Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2022-11-23T01:04:16.7657821Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2022-11-23T01:04:16.7660025Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2022-11-23T01:04:16.7661311Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2022-11-23T01:04:16.7663266Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7664928Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2022-11-23T01:04:16.7666590Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2022-11-23T01:04:16.7668301Z adding 'torch/include/ATen/ops/_test_string_default.h' 2022-11-23T01:04:16.7670132Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7671722Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2022-11-23T01:04:16.7673570Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2022-11-23T01:04:16.7675369Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2022-11-23T01:04:16.7677194Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7678811Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2022-11-23T01:04:16.7680626Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2022-11-23T01:04:16.7682472Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2022-11-23T01:04:16.7684428Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7686035Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2022-11-23T01:04:16.7687875Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2022-11-23T01:04:16.7689749Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2022-11-23T01:04:16.7691639Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7693372Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2022-11-23T01:04:16.7695179Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2022-11-23T01:04:16.7697030Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2022-11-23T01:04:16.7698937Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2022-11-23T01:04:16.7700840Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7703321Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2022-11-23T01:04:16.7704661Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2022-11-23T01:04:16.7706385Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2022-11-23T01:04:16.7708206Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7709996Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2022-11-23T01:04:16.7711409Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2022-11-23T01:04:16.7713205Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2022-11-23T01:04:16.7715475Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2022-11-23T01:04:16.7716888Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2022-11-23T01:04:16.7718717Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7720394Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2022-11-23T01:04:16.7722207Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7723919Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2022-11-23T01:04:16.7725703Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2022-11-23T01:04:16.7727468Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2022-11-23T01:04:16.7729056Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2022-11-23T01:04:16.7730747Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2022-11-23T01:04:16.7732507Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7734171Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2022-11-23T01:04:16.7735730Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2022-11-23T01:04:16.7737784Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2022-11-23T01:04:16.7739568Z adding 'torch/include/ATen/ops/_to_copy.h' 2022-11-23T01:04:16.7741335Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7743099Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2022-11-23T01:04:16.7744845Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2022-11-23T01:04:16.7746430Z adding 'torch/include/ATen/ops/_to_cpu.h' 2022-11-23T01:04:16.7748099Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7749672Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2022-11-23T01:04:16.7751152Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2022-11-23T01:04:16.7752708Z adding 'torch/include/ATen/ops/_to_dense.h' 2022-11-23T01:04:16.7754353Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7756199Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2022-11-23T01:04:16.7760641Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2022-11-23T01:04:16.7762394Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2022-11-23T01:04:16.7764148Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7765626Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2022-11-23T01:04:16.7767219Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2022-11-23T01:04:16.7768790Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2022-11-23T01:04:16.7770409Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2022-11-23T01:04:16.7772327Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h' 2022-11-23T01:04:16.7774225Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7775851Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h' 2022-11-23T01:04:16.7777480Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h' 2022-11-23T01:04:16.7779106Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h' 2022-11-23T01:04:16.7781111Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h' 2022-11-23T01:04:16.7784077Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2022-11-23T01:04:16.7786025Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7787631Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2022-11-23T01:04:16.7789296Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2022-11-23T01:04:16.7790910Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2022-11-23T01:04:16.7792787Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2022-11-23T01:04:16.7794511Z adding 'torch/include/ATen/ops/_trilinear.h' 2022-11-23T01:04:16.7796177Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7797772Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.7799147Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2022-11-23T01:04:16.7800906Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2022-11-23T01:04:16.7802718Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2022-11-23T01:04:16.7804485Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7806006Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2022-11-23T01:04:16.7807531Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2022-11-23T01:04:16.7809281Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2022-11-23T01:04:16.7810963Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2022-11-23T01:04:16.7812619Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7814091Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2022-11-23T01:04:16.7815558Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2022-11-23T01:04:16.7817184Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2022-11-23T01:04:16.7818773Z adding 'torch/include/ATen/ops/_unique.h' 2022-11-23T01:04:16.7820420Z adding 'torch/include/ATen/ops/_unique2.h' 2022-11-23T01:04:16.7822201Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7823931Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2022-11-23T01:04:16.7825484Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2022-11-23T01:04:16.7826950Z adding 'torch/include/ATen/ops/_unique2_native.h' 2022-11-23T01:04:16.7828619Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2022-11-23T01:04:16.7830307Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7831765Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2022-11-23T01:04:16.7833258Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2022-11-23T01:04:16.7834685Z adding 'torch/include/ATen/ops/_unique_native.h' 2022-11-23T01:04:16.7836363Z adding 'torch/include/ATen/ops/_unique_ops.h' 2022-11-23T01:04:16.7837935Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2022-11-23T01:04:16.7839619Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7841027Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2022-11-23T01:04:16.7842774Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2022-11-23T01:04:16.7844311Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2022-11-23T01:04:16.7846047Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.7847659Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2022-11-23T01:04:16.7849267Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2022-11-23T01:04:16.7851263Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2022-11-23T01:04:16.7853400Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2022-11-23T01:04:16.7855325Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.7856970Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2022-11-23T01:04:16.7858602Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2022-11-23T01:04:16.7860137Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2022-11-23T01:04:16.7861883Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2022-11-23T01:04:16.7863327Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2022-11-23T01:04:16.7864911Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2022-11-23T01:04:16.7866551Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.7867930Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7869419Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2022-11-23T01:04:16.7870950Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2022-11-23T01:04:16.7872369Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2022-11-23T01:04:16.7873886Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2022-11-23T01:04:16.7875340Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2022-11-23T01:04:16.7876990Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2022-11-23T01:04:16.7878951Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2022-11-23T01:04:16.7880988Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2022-11-23T01:04:16.7882863Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.7884421Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2022-11-23T01:04:16.7886009Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2022-11-23T01:04:16.7887466Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2022-11-23T01:04:16.7889038Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2022-11-23T01:04:16.7890497Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2022-11-23T01:04:16.7892096Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2022-11-23T01:04:16.7893710Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.7895137Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7896614Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2022-11-23T01:04:16.7898156Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2022-11-23T01:04:16.7899588Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2022-11-23T01:04:16.7901124Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2022-11-23T01:04:16.7902695Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2022-11-23T01:04:16.7904445Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2022-11-23T01:04:16.7906210Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2022-11-23T01:04:16.7908129Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2022-11-23T01:04:16.7909908Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.7911454Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2022-11-23T01:04:16.7912968Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2022-11-23T01:04:16.7914376Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2022-11-23T01:04:16.7915898Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2022-11-23T01:04:16.7917313Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2022-11-23T01:04:16.7918879Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2022-11-23T01:04:16.7920501Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.7921913Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7923443Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2022-11-23T01:04:16.7924960Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2022-11-23T01:04:16.7926374Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2022-11-23T01:04:16.7927882Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2022-11-23T01:04:16.7929319Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2022-11-23T01:04:16.7930955Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2022-11-23T01:04:16.7932839Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2022-11-23T01:04:16.7934831Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2022-11-23T01:04:16.7936612Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.7938155Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2022-11-23T01:04:16.7939818Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2022-11-23T01:04:16.7941461Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2022-11-23T01:04:16.7943229Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2022-11-23T01:04:16.7944843Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2022-11-23T01:04:16.7946671Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2022-11-23T01:04:16.7948244Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.7949717Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7951274Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2022-11-23T01:04:16.7952759Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2022-11-23T01:04:16.7954222Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2022-11-23T01:04:16.7955737Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2022-11-23T01:04:16.7957296Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2022-11-23T01:04:16.7958971Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2022-11-23T01:04:16.7960919Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2022-11-23T01:04:16.7963118Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2022-11-23T01:04:16.7965074Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.7966698Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2022-11-23T01:04:16.7968261Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2022-11-23T01:04:16.7969718Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2022-11-23T01:04:16.7971345Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2022-11-23T01:04:16.7972901Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2022-11-23T01:04:16.7974586Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2022-11-23T01:04:16.7976257Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.7977711Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7979278Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2022-11-23T01:04:16.7980882Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2022-11-23T01:04:16.7982422Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2022-11-23T01:04:16.7984101Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2022-11-23T01:04:16.7985608Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2022-11-23T01:04:16.7987158Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2022-11-23T01:04:16.7988624Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2022-11-23T01:04:16.7990057Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2022-11-23T01:04:16.7991393Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2022-11-23T01:04:16.7992816Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2022-11-23T01:04:16.7994499Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2022-11-23T01:04:16.7995868Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.7997269Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2022-11-23T01:04:16.7998596Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2022-11-23T01:04:16.8000076Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2022-11-23T01:04:16.8001493Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2022-11-23T01:04:16.8002936Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2022-11-23T01:04:16.8004298Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2022-11-23T01:04:16.8005848Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2022-11-23T01:04:16.8007265Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2022-11-23T01:04:16.8008820Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8010085Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2022-11-23T01:04:16.8011524Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2022-11-23T01:04:16.8012992Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2022-11-23T01:04:16.8014476Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8015774Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2022-11-23T01:04:16.8017244Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2022-11-23T01:04:16.8018694Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2022-11-23T01:04:16.8020205Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8021527Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2022-11-23T01:04:16.8023110Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2022-11-23T01:04:16.8024601Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2022-11-23T01:04:16.8026041Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8027317Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2022-11-23T01:04:16.8028822Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2022-11-23T01:04:16.8030249Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2022-11-23T01:04:16.8031783Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8033083Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2022-11-23T01:04:16.8034624Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2022-11-23T01:04:16.8035989Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2022-11-23T01:04:16.8037470Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8038793Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2022-11-23T01:04:16.8040266Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2022-11-23T01:04:16.8041593Z adding 'torch/include/ATen/ops/_values.h' 2022-11-23T01:04:16.8043061Z adding 'torch/include/ATen/ops/_values_copy.h' 2022-11-23T01:04:16.8044576Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8046043Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8047296Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2022-11-23T01:04:16.8048755Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2022-11-23T01:04:16.8050109Z adding 'torch/include/ATen/ops/_values_native.h' 2022-11-23T01:04:16.8051544Z adding 'torch/include/ATen/ops/_values_ops.h' 2022-11-23T01:04:16.8052901Z adding 'torch/include/ATen/ops/_version.h' 2022-11-23T01:04:16.8054395Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8055679Z adding 'torch/include/ATen/ops/_version_native.h' 2022-11-23T01:04:16.8057072Z adding 'torch/include/ATen/ops/_version_ops.h' 2022-11-23T01:04:16.8058820Z adding 'torch/include/ATen/ops/_weight_norm.h' 2022-11-23T01:04:16.8060280Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8061740Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2022-11-23T01:04:16.8063580Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8065056Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2022-11-23T01:04:16.8066425Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2022-11-23T01:04:16.8067880Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2022-11-23T01:04:16.8069565Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2022-11-23T01:04:16.8071145Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8072695Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2022-11-23T01:04:16.8074146Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2022-11-23T01:04:16.8075518Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2022-11-23T01:04:16.8077152Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2022-11-23T01:04:16.8078748Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8080157Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2022-11-23T01:04:16.8081594Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2022-11-23T01:04:16.8083053Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2022-11-23T01:04:16.8084691Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2022-11-23T01:04:16.8086344Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2022-11-23T01:04:16.8087809Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2022-11-23T01:04:16.8089211Z adding 'torch/include/ATen/ops/abs.h' 2022-11-23T01:04:16.8090830Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8092211Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2022-11-23T01:04:16.8093590Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2022-11-23T01:04:16.8094623Z adding 'torch/include/ATen/ops/abs_native.h' 2022-11-23T01:04:16.8096303Z adding 'torch/include/ATen/ops/abs_ops.h' 2022-11-23T01:04:16.8097826Z adding 'torch/include/ATen/ops/absolute.h' 2022-11-23T01:04:16.8099411Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8100832Z adding 'torch/include/ATen/ops/absolute_native.h' 2022-11-23T01:04:16.8102415Z adding 'torch/include/ATen/ops/absolute_ops.h' 2022-11-23T01:04:16.8103959Z adding 'torch/include/ATen/ops/acos.h' 2022-11-23T01:04:16.8105596Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8106903Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2022-11-23T01:04:16.8108329Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2022-11-23T01:04:16.8109677Z adding 'torch/include/ATen/ops/acos_meta.h' 2022-11-23T01:04:16.8111113Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2022-11-23T01:04:16.8112487Z adding 'torch/include/ATen/ops/acos_native.h' 2022-11-23T01:04:16.8114051Z adding 'torch/include/ATen/ops/acos_ops.h' 2022-11-23T01:04:16.8115540Z adding 'torch/include/ATen/ops/acosh.h' 2022-11-23T01:04:16.8117210Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8118618Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2022-11-23T01:04:16.8120087Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2022-11-23T01:04:16.8121542Z adding 'torch/include/ATen/ops/acosh_meta.h' 2022-11-23T01:04:16.8122984Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2022-11-23T01:04:16.8124384Z adding 'torch/include/ATen/ops/acosh_native.h' 2022-11-23T01:04:16.8125961Z adding 'torch/include/ATen/ops/acosh_ops.h' 2022-11-23T01:04:16.8127480Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2022-11-23T01:04:16.8129047Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8130328Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2022-11-23T01:04:16.8131803Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2022-11-23T01:04:16.8133406Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2022-11-23T01:04:16.8135045Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8136500Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2022-11-23T01:04:16.8138014Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2022-11-23T01:04:16.8139433Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2022-11-23T01:04:16.8141910Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2022-11-23T01:04:16.8143740Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2022-11-23T01:04:16.8145867Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2022-11-23T01:04:16.8147239Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:04:16.8148560Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:04:16.8149970Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2022-11-23T01:04:16.8151545Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2022-11-23T01:04:16.8153188Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8154747Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2022-11-23T01:04:16.8156093Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2022-11-23T01:04:16.8157534Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2022-11-23T01:04:16.8159045Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2022-11-23T01:04:16.8160510Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2022-11-23T01:04:16.8162165Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8163475Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2022-11-23T01:04:16.8165016Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2022-11-23T01:04:16.8166554Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2022-11-23T01:04:16.8168143Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2022-11-23T01:04:16.8169900Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8171245Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2022-11-23T01:04:16.8172705Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2022-11-23T01:04:16.8174131Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2022-11-23T01:04:16.8175617Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2022-11-23T01:04:16.8177049Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2022-11-23T01:04:16.8178535Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2022-11-23T01:04:16.8180240Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8181760Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2022-11-23T01:04:16.8183481Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2022-11-23T01:04:16.8184903Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2022-11-23T01:04:16.8186641Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2022-11-23T01:04:16.8188111Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2022-11-23T01:04:16.8189820Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2022-11-23T01:04:16.8191520Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2022-11-23T01:04:16.8193359Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2022-11-23T01:04:16.8195239Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8196716Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:04:16.8198384Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:04:16.8199914Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2022-11-23T01:04:16.8201588Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2022-11-23T01:04:16.8203186Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2022-11-23T01:04:16.8204917Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2022-11-23T01:04:16.8206783Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8208255Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2022-11-23T01:04:16.8209937Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2022-11-23T01:04:16.8211474Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2022-11-23T01:04:16.8213114Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2022-11-23T01:04:16.8214672Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2022-11-23T01:04:16.8216381Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2022-11-23T01:04:16.8218045Z adding 'torch/include/ATen/ops/add.h' 2022-11-23T01:04:16.8219877Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8221832Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8223273Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2022-11-23T01:04:16.8224960Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2022-11-23T01:04:16.8226342Z adding 'torch/include/ATen/ops/add_meta.h' 2022-11-23T01:04:16.8227880Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2022-11-23T01:04:16.8229381Z adding 'torch/include/ATen/ops/add_native.h' 2022-11-23T01:04:16.8231248Z adding 'torch/include/ATen/ops/add_ops.h' 2022-11-23T01:04:16.8232876Z adding 'torch/include/ATen/ops/addbmm.h' 2022-11-23T01:04:16.8234970Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2022-11-23T01:04:16.8236481Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2022-11-23T01:04:16.8237987Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2022-11-23T01:04:16.8239407Z adding 'torch/include/ATen/ops/addbmm_native.h' 2022-11-23T01:04:16.8241075Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2022-11-23T01:04:16.8243007Z adding 'torch/include/ATen/ops/addcdiv.h' 2022-11-23T01:04:16.8244670Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8246127Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2022-11-23T01:04:16.8247674Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2022-11-23T01:04:16.8249230Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2022-11-23T01:04:16.8250796Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2022-11-23T01:04:16.8252321Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2022-11-23T01:04:16.8254019Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2022-11-23T01:04:16.8255665Z adding 'torch/include/ATen/ops/addcmul.h' 2022-11-23T01:04:16.8257366Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8258883Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2022-11-23T01:04:16.8260432Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2022-11-23T01:04:16.8262082Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2022-11-23T01:04:16.8263685Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2022-11-23T01:04:16.8265229Z adding 'torch/include/ATen/ops/addcmul_native.h' 2022-11-23T01:04:16.8266868Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2022-11-23T01:04:16.8268520Z adding 'torch/include/ATen/ops/addmm.h' 2022-11-23T01:04:16.8270341Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8271859Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2022-11-23T01:04:16.8273424Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2022-11-23T01:04:16.8274966Z adding 'torch/include/ATen/ops/addmm_meta.h' 2022-11-23T01:04:16.8276564Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2022-11-23T01:04:16.8278140Z adding 'torch/include/ATen/ops/addmm_native.h' 2022-11-23T01:04:16.8279904Z adding 'torch/include/ATen/ops/addmm_ops.h' 2022-11-23T01:04:16.8281609Z adding 'torch/include/ATen/ops/addmv.h' 2022-11-23T01:04:16.8283436Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8284990Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2022-11-23T01:04:16.8286614Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2022-11-23T01:04:16.8288135Z adding 'torch/include/ATen/ops/addmv_meta.h' 2022-11-23T01:04:16.8289762Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2022-11-23T01:04:16.8291273Z adding 'torch/include/ATen/ops/addmv_native.h' 2022-11-23T01:04:16.8292968Z adding 'torch/include/ATen/ops/addmv_ops.h' 2022-11-23T01:04:16.8294641Z adding 'torch/include/ATen/ops/addr.h' 2022-11-23T01:04:16.8296386Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8297951Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2022-11-23T01:04:16.8299579Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2022-11-23T01:04:16.8301083Z adding 'torch/include/ATen/ops/addr_native.h' 2022-11-23T01:04:16.8303096Z adding 'torch/include/ATen/ops/addr_ops.h' 2022-11-23T01:04:16.8304680Z adding 'torch/include/ATen/ops/adjoint.h' 2022-11-23T01:04:16.8306165Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8307652Z adding 'torch/include/ATen/ops/adjoint_native.h' 2022-11-23T01:04:16.8309304Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2022-11-23T01:04:16.8310996Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2022-11-23T01:04:16.8312617Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2022-11-23T01:04:16.8314383Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8315873Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2022-11-23T01:04:16.8317536Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2022-11-23T01:04:16.8319274Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8320794Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2022-11-23T01:04:16.8322622Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2022-11-23T01:04:16.8324305Z adding 'torch/include/ATen/ops/alias.h' 2022-11-23T01:04:16.8326019Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8327626Z adding 'torch/include/ATen/ops/alias_copy.h' 2022-11-23T01:04:16.8329380Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8331009Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8332462Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2022-11-23T01:04:16.8334175Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2022-11-23T01:04:16.8335918Z adding 'torch/include/ATen/ops/alias_native.h' 2022-11-23T01:04:16.8337583Z adding 'torch/include/ATen/ops/alias_ops.h' 2022-11-23T01:04:16.8339060Z adding 'torch/include/ATen/ops/align_as.h' 2022-11-23T01:04:16.8340832Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8342291Z adding 'torch/include/ATen/ops/align_as_native.h' 2022-11-23T01:04:16.8344363Z adding 'torch/include/ATen/ops/align_as_ops.h' 2022-11-23T01:04:16.8345907Z adding 'torch/include/ATen/ops/align_tensors.h' 2022-11-23T01:04:16.8347755Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8349610Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2022-11-23T01:04:16.8350352Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2022-11-23T01:04:16.8352136Z adding 'torch/include/ATen/ops/align_to.h' 2022-11-23T01:04:16.8353810Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8355306Z adding 'torch/include/ATen/ops/align_to_native.h' 2022-11-23T01:04:16.8356902Z adding 'torch/include/ATen/ops/align_to_ops.h' 2022-11-23T01:04:16.8358605Z adding 'torch/include/ATen/ops/all.h' 2022-11-23T01:04:16.8360345Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8361917Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8363699Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2022-11-23T01:04:16.8365409Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2022-11-23T01:04:16.8366907Z adding 'torch/include/ATen/ops/all_meta.h' 2022-11-23T01:04:16.8368513Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2022-11-23T01:04:16.8369992Z adding 'torch/include/ATen/ops/all_native.h' 2022-11-23T01:04:16.8371918Z adding 'torch/include/ATen/ops/all_ops.h' 2022-11-23T01:04:16.8373502Z adding 'torch/include/ATen/ops/allclose.h' 2022-11-23T01:04:16.8375136Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8376513Z adding 'torch/include/ATen/ops/allclose_native.h' 2022-11-23T01:04:16.8378434Z adding 'torch/include/ATen/ops/allclose_ops.h' 2022-11-23T01:04:16.8379897Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2022-11-23T01:04:16.8381417Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8383013Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2022-11-23T01:04:16.8384637Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2022-11-23T01:04:16.8386275Z adding 'torch/include/ATen/ops/amax.h' 2022-11-23T01:04:16.8388115Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8389576Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2022-11-23T01:04:16.8391007Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2022-11-23T01:04:16.8392429Z adding 'torch/include/ATen/ops/amax_meta.h' 2022-11-23T01:04:16.8393891Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2022-11-23T01:04:16.8395315Z adding 'torch/include/ATen/ops/amax_native.h' 2022-11-23T01:04:16.8396890Z adding 'torch/include/ATen/ops/amax_ops.h' 2022-11-23T01:04:16.8398391Z adding 'torch/include/ATen/ops/amin.h' 2022-11-23T01:04:16.8399978Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8401356Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2022-11-23T01:04:16.8402868Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2022-11-23T01:04:16.8404302Z adding 'torch/include/ATen/ops/amin_meta.h' 2022-11-23T01:04:16.8405846Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2022-11-23T01:04:16.8407228Z adding 'torch/include/ATen/ops/amin_native.h' 2022-11-23T01:04:16.8408918Z adding 'torch/include/ATen/ops/amin_ops.h' 2022-11-23T01:04:16.8410328Z adding 'torch/include/ATen/ops/aminmax.h' 2022-11-23T01:04:16.8411886Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8413248Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2022-11-23T01:04:16.8414734Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2022-11-23T01:04:16.8416377Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2022-11-23T01:04:16.8417909Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2022-11-23T01:04:16.8419517Z adding 'torch/include/ATen/ops/aminmax_native.h' 2022-11-23T01:04:16.8421024Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2022-11-23T01:04:16.8423395Z adding 'torch/include/ATen/ops/and.h' 2022-11-23T01:04:16.8424343Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8425882Z adding 'torch/include/ATen/ops/and_native.h' 2022-11-23T01:04:16.8427527Z adding 'torch/include/ATen/ops/and_ops.h' 2022-11-23T01:04:16.8429351Z adding 'torch/include/ATen/ops/angle.h' 2022-11-23T01:04:16.8430952Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2022-11-23T01:04:16.8432540Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2022-11-23T01:04:16.8434071Z adding 'torch/include/ATen/ops/angle_native.h' 2022-11-23T01:04:16.8435759Z adding 'torch/include/ATen/ops/angle_ops.h' 2022-11-23T01:04:16.8437514Z adding 'torch/include/ATen/ops/any.h' 2022-11-23T01:04:16.8439380Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8440906Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8442520Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2022-11-23T01:04:16.8444136Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2022-11-23T01:04:16.8445820Z adding 'torch/include/ATen/ops/any_meta.h' 2022-11-23T01:04:16.8447493Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2022-11-23T01:04:16.8449123Z adding 'torch/include/ATen/ops/any_native.h' 2022-11-23T01:04:16.8450944Z adding 'torch/include/ATen/ops/any_ops.h' 2022-11-23T01:04:16.8452871Z adding 'torch/include/ATen/ops/arange.h' 2022-11-23T01:04:16.8454845Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8456400Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2022-11-23T01:04:16.8458016Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2022-11-23T01:04:16.8459729Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2022-11-23T01:04:16.8461247Z adding 'torch/include/ATen/ops/arange_native.h' 2022-11-23T01:04:16.8463323Z adding 'torch/include/ATen/ops/arange_ops.h' 2022-11-23T01:04:16.8465102Z adding 'torch/include/ATen/ops/arccos.h' 2022-11-23T01:04:16.8466900Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8468298Z adding 'torch/include/ATen/ops/arccos_native.h' 2022-11-23T01:04:16.8469986Z adding 'torch/include/ATen/ops/arccos_ops.h' 2022-11-23T01:04:16.8471661Z adding 'torch/include/ATen/ops/arccosh.h' 2022-11-23T01:04:16.8473449Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8474858Z adding 'torch/include/ATen/ops/arccosh_native.h' 2022-11-23T01:04:16.8476567Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2022-11-23T01:04:16.8478262Z adding 'torch/include/ATen/ops/arcsin.h' 2022-11-23T01:04:16.8479973Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8481398Z adding 'torch/include/ATen/ops/arcsin_native.h' 2022-11-23T01:04:16.8483151Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2022-11-23T01:04:16.8484920Z adding 'torch/include/ATen/ops/arcsinh.h' 2022-11-23T01:04:16.8486599Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8488050Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2022-11-23T01:04:16.8489731Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2022-11-23T01:04:16.8491361Z adding 'torch/include/ATen/ops/arctan.h' 2022-11-23T01:04:16.8492995Z adding 'torch/include/ATen/ops/arctan2.h' 2022-11-23T01:04:16.8494725Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8496171Z adding 'torch/include/ATen/ops/arctan2_native.h' 2022-11-23T01:04:16.8497884Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2022-11-23T01:04:16.8499698Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8501161Z adding 'torch/include/ATen/ops/arctan_native.h' 2022-11-23T01:04:16.8503302Z adding 'torch/include/ATen/ops/arctan_ops.h' 2022-11-23T01:04:16.8504943Z adding 'torch/include/ATen/ops/arctanh.h' 2022-11-23T01:04:16.8506746Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8508160Z adding 'torch/include/ATen/ops/arctanh_native.h' 2022-11-23T01:04:16.8509836Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2022-11-23T01:04:16.8511504Z adding 'torch/include/ATen/ops/argmax.h' 2022-11-23T01:04:16.8513360Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8515703Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2022-11-23T01:04:16.8517398Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2022-11-23T01:04:16.8518943Z adding 'torch/include/ATen/ops/argmax_meta.h' 2022-11-23T01:04:16.8520588Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2022-11-23T01:04:16.8522132Z adding 'torch/include/ATen/ops/argmax_native.h' 2022-11-23T01:04:16.8523915Z adding 'torch/include/ATen/ops/argmax_ops.h' 2022-11-23T01:04:16.8525585Z adding 'torch/include/ATen/ops/argmin.h' 2022-11-23T01:04:16.8527442Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8528960Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2022-11-23T01:04:16.8530609Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2022-11-23T01:04:16.8532160Z adding 'torch/include/ATen/ops/argmin_meta.h' 2022-11-23T01:04:16.8533833Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2022-11-23T01:04:16.8535373Z adding 'torch/include/ATen/ops/argmin_native.h' 2022-11-23T01:04:16.8537072Z adding 'torch/include/ATen/ops/argmin_ops.h' 2022-11-23T01:04:16.8538776Z adding 'torch/include/ATen/ops/argsort.h' 2022-11-23T01:04:16.8540611Z adding 'torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8542382Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8543935Z adding 'torch/include/ATen/ops/argsort_cpu_dispatch.h' 2022-11-23T01:04:16.8545605Z adding 'torch/include/ATen/ops/argsort_cuda_dispatch.h' 2022-11-23T01:04:16.8547106Z adding 'torch/include/ATen/ops/argsort_native.h' 2022-11-23T01:04:16.8548918Z adding 'torch/include/ATen/ops/argsort_ops.h' 2022-11-23T01:04:16.8550520Z adding 'torch/include/ATen/ops/argwhere.h' 2022-11-23T01:04:16.8552236Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8553687Z adding 'torch/include/ATen/ops/argwhere_native.h' 2022-11-23T01:04:16.8555318Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2022-11-23T01:04:16.8557072Z adding 'torch/include/ATen/ops/as_strided.h' 2022-11-23T01:04:16.8559022Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8560731Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2022-11-23T01:04:16.8562801Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8564554Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8566024Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2022-11-23T01:04:16.8567789Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2022-11-23T01:04:16.8569471Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2022-11-23T01:04:16.8571092Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2022-11-23T01:04:16.8572682Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2022-11-23T01:04:16.8574289Z adding 'torch/include/ATen/ops/as_strided_native.h' 2022-11-23T01:04:16.8576239Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2022-11-23T01:04:16.8577954Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2022-11-23T01:04:16.8579861Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8581411Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2022-11-23T01:04:16.8583251Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2022-11-23T01:04:16.8584815Z adding 'torch/include/ATen/ops/asin.h' 2022-11-23T01:04:16.8586520Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8587946Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2022-11-23T01:04:16.8589538Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2022-11-23T01:04:16.8591001Z adding 'torch/include/ATen/ops/asin_meta.h' 2022-11-23T01:04:16.8592527Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2022-11-23T01:04:16.8594015Z adding 'torch/include/ATen/ops/asin_native.h' 2022-11-23T01:04:16.8595617Z adding 'torch/include/ATen/ops/asin_ops.h' 2022-11-23T01:04:16.8597228Z adding 'torch/include/ATen/ops/asinh.h' 2022-11-23T01:04:16.8598907Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8600373Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2022-11-23T01:04:16.8601873Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2022-11-23T01:04:16.8603434Z adding 'torch/include/ATen/ops/asinh_meta.h' 2022-11-23T01:04:16.8605002Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2022-11-23T01:04:16.8606504Z adding 'torch/include/ATen/ops/asinh_native.h' 2022-11-23T01:04:16.8608137Z adding 'torch/include/ATen/ops/asinh_ops.h' 2022-11-23T01:04:16.8609752Z adding 'torch/include/ATen/ops/atan.h' 2022-11-23T01:04:16.8611285Z adding 'torch/include/ATen/ops/atan2.h' 2022-11-23T01:04:16.8612968Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8614429Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2022-11-23T01:04:16.8615996Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2022-11-23T01:04:16.8617488Z adding 'torch/include/ATen/ops/atan2_meta.h' 2022-11-23T01:04:16.8619059Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2022-11-23T01:04:16.8620602Z adding 'torch/include/ATen/ops/atan2_native.h' 2022-11-23T01:04:16.8622423Z adding 'torch/include/ATen/ops/atan2_ops.h' 2022-11-23T01:04:16.8624060Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8625535Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2022-11-23T01:04:16.8627015Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2022-11-23T01:04:16.8628486Z adding 'torch/include/ATen/ops/atan_meta.h' 2022-11-23T01:04:16.8630031Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2022-11-23T01:04:16.8631541Z adding 'torch/include/ATen/ops/atan_native.h' 2022-11-23T01:04:16.8633179Z adding 'torch/include/ATen/ops/atan_ops.h' 2022-11-23T01:04:16.8634782Z adding 'torch/include/ATen/ops/atanh.h' 2022-11-23T01:04:16.8636468Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8637921Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2022-11-23T01:04:16.8639427Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2022-11-23T01:04:16.8640890Z adding 'torch/include/ATen/ops/atanh_meta.h' 2022-11-23T01:04:16.8642498Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2022-11-23T01:04:16.8644059Z adding 'torch/include/ATen/ops/atanh_native.h' 2022-11-23T01:04:16.8645707Z adding 'torch/include/ATen/ops/atanh_ops.h' 2022-11-23T01:04:16.8647311Z adding 'torch/include/ATen/ops/atleast_1d.h' 2022-11-23T01:04:16.8648922Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8650360Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2022-11-23T01:04:16.8651938Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2022-11-23T01:04:16.8653499Z adding 'torch/include/ATen/ops/atleast_2d.h' 2022-11-23T01:04:16.8655095Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8656550Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2022-11-23T01:04:16.8658141Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2022-11-23T01:04:16.8659711Z adding 'torch/include/ATen/ops/atleast_3d.h' 2022-11-23T01:04:16.8661350Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8662962Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2022-11-23T01:04:16.8664588Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2022-11-23T01:04:16.8666186Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2022-11-23T01:04:16.8667729Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8669166Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2022-11-23T01:04:16.8670726Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2022-11-23T01:04:16.8672358Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2022-11-23T01:04:16.8673977Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2022-11-23T01:04:16.8675702Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8677229Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2022-11-23T01:04:16.8678791Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2022-11-23T01:04:16.8680298Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2022-11-23T01:04:16.8681884Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2022-11-23T01:04:16.8683848Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2022-11-23T01:04:16.8685549Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2022-11-23T01:04:16.8687241Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8688664Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2022-11-23T01:04:16.8690125Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2022-11-23T01:04:16.8691885Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2022-11-23T01:04:16.8693637Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2022-11-23T01:04:16.8695344Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2022-11-23T01:04:16.8697457Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2022-11-23T01:04:16.8698940Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2022-11-23T01:04:16.8700691Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2022-11-23T01:04:16.8702525Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8704007Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:04:16.8705683Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:04:16.8707261Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2022-11-23T01:04:16.8708693Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2022-11-23T01:04:16.8710208Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2022-11-23T01:04:16.8712051Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2022-11-23T01:04:16.8713988Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8715288Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2022-11-23T01:04:16.8716796Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2022-11-23T01:04:16.8718419Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2022-11-23T01:04:16.8720026Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2022-11-23T01:04:16.8721657Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2022-11-23T01:04:16.8723653Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2022-11-23T01:04:16.8725421Z adding 'torch/include/ATen/ops/baddbmm.h' 2022-11-23T01:04:16.8727293Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8728863Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2022-11-23T01:04:16.8730617Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2022-11-23T01:04:16.8732190Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2022-11-23T01:04:16.8733916Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2022-11-23T01:04:16.8735548Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2022-11-23T01:04:16.8737528Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2022-11-23T01:04:16.8739631Z adding 'torch/include/ATen/ops/bartlett_window.h' 2022-11-23T01:04:16.8741527Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8743367Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2022-11-23T01:04:16.8745146Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2022-11-23T01:04:16.8746837Z adding 'torch/include/ATen/ops/batch_norm.h' 2022-11-23T01:04:16.8748642Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2022-11-23T01:04:16.8750586Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8752241Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2022-11-23T01:04:16.8753796Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2022-11-23T01:04:16.8755570Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2022-11-23T01:04:16.8757434Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2022-11-23T01:04:16.8759301Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8760944Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2022-11-23T01:04:16.8762705Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2022-11-23T01:04:16.8764639Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2022-11-23T01:04:16.8766429Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8768144Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2022-11-23T01:04:16.8769940Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2022-11-23T01:04:16.8771569Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2022-11-23T01:04:16.8773491Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2022-11-23T01:04:16.8775322Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2022-11-23T01:04:16.8777188Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8778853Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2022-11-23T01:04:16.8780493Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2022-11-23T01:04:16.8782514Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2022-11-23T01:04:16.8784442Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2022-11-23T01:04:16.8786307Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8788030Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2022-11-23T01:04:16.8789681Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2022-11-23T01:04:16.8791554Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2022-11-23T01:04:16.8793202Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2022-11-23T01:04:16.8794963Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2022-11-23T01:04:16.8796721Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2022-11-23T01:04:16.8798460Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8800114Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2022-11-23T01:04:16.8801709Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2022-11-23T01:04:16.8803520Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2022-11-23T01:04:16.8805319Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2022-11-23T01:04:16.8807169Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8808810Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2022-11-23T01:04:16.8810462Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2022-11-23T01:04:16.8812096Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2022-11-23T01:04:16.8813936Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2022-11-23T01:04:16.8815792Z adding 'torch/include/ATen/ops/bernoulli.h' 2022-11-23T01:04:16.8817657Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8819373Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8820973Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2022-11-23T01:04:16.8822790Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2022-11-23T01:04:16.8824601Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2022-11-23T01:04:16.8826316Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2022-11-23T01:04:16.8828496Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2022-11-23T01:04:16.8830302Z adding 'torch/include/ATen/ops/bilinear.h' 2022-11-23T01:04:16.8832291Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8833578Z adding 'torch/include/ATen/ops/bilinear_native.h' 2022-11-23T01:04:16.8835304Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2022-11-23T01:04:16.8837142Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2022-11-23T01:04:16.8839045Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2022-11-23T01:04:16.8841031Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2022-11-23T01:04:16.8842579Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2022-11-23T01:04:16.8844475Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2022-11-23T01:04:16.8846168Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2022-11-23T01:04:16.8847882Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2022-11-23T01:04:16.8849899Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2022-11-23T01:04:16.8851418Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2022-11-23T01:04:16.8853159Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2022-11-23T01:04:16.8854941Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2022-11-23T01:04:16.8856690Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8858279Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2022-11-23T01:04:16.8860019Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2022-11-23T01:04:16.8861913Z adding 'torch/include/ATen/ops/bincount.h' 2022-11-23T01:04:16.8863753Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8865443Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2022-11-23T01:04:16.8866876Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2022-11-23T01:04:16.8868373Z adding 'torch/include/ATen/ops/bincount_native.h' 2022-11-23T01:04:16.8870052Z adding 'torch/include/ATen/ops/bincount_ops.h' 2022-11-23T01:04:16.8871779Z adding 'torch/include/ATen/ops/binomial.h' 2022-11-23T01:04:16.8873470Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8875008Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2022-11-23T01:04:16.8876593Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2022-11-23T01:04:16.8878140Z adding 'torch/include/ATen/ops/binomial_native.h' 2022-11-23T01:04:16.8879836Z adding 'torch/include/ATen/ops/binomial_ops.h' 2022-11-23T01:04:16.8881621Z adding 'torch/include/ATen/ops/bitwise_and.h' 2022-11-23T01:04:16.8883546Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8885264Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8886826Z adding 'torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8888415Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2022-11-23T01:04:16.8890029Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2022-11-23T01:04:16.8891581Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2022-11-23T01:04:16.8893177Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2022-11-23T01:04:16.8894784Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2022-11-23T01:04:16.8896720Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2022-11-23T01:04:16.8898634Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2022-11-23T01:04:16.8900439Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8903063Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8904650Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2022-11-23T01:04:16.8906289Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2022-11-23T01:04:16.8907840Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2022-11-23T01:04:16.8909452Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2022-11-23T01:04:16.8911026Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2022-11-23T01:04:16.8913024Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2022-11-23T01:04:16.8914702Z adding 'torch/include/ATen/ops/bitwise_not.h' 2022-11-23T01:04:16.8916471Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8917995Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2022-11-23T01:04:16.8919570Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2022-11-23T01:04:16.8921111Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2022-11-23T01:04:16.8922772Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2022-11-23T01:04:16.8924337Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2022-11-23T01:04:16.8926078Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2022-11-23T01:04:16.8927775Z adding 'torch/include/ATen/ops/bitwise_or.h' 2022-11-23T01:04:16.8929736Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8931429Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8932987Z adding 'torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8934478Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2022-11-23T01:04:16.8936107Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2022-11-23T01:04:16.8937647Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2022-11-23T01:04:16.8939544Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2022-11-23T01:04:16.8941159Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2022-11-23T01:04:16.8943178Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2022-11-23T01:04:16.8945134Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2022-11-23T01:04:16.8946994Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8948709Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8950220Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2022-11-23T01:04:16.8951890Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2022-11-23T01:04:16.8953624Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2022-11-23T01:04:16.8955283Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2022-11-23T01:04:16.8956981Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2022-11-23T01:04:16.8959112Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2022-11-23T01:04:16.8961067Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2022-11-23T01:04:16.8962999Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8964714Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8966326Z adding 'torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.8967958Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2022-11-23T01:04:16.8969715Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2022-11-23T01:04:16.8971308Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2022-11-23T01:04:16.8973079Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2022-11-23T01:04:16.8974682Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2022-11-23T01:04:16.8976683Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2022-11-23T01:04:16.8978660Z adding 'torch/include/ATen/ops/blackman_window.h' 2022-11-23T01:04:16.8980669Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8982480Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2022-11-23T01:04:16.8984727Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2022-11-23T01:04:16.8986484Z adding 'torch/include/ATen/ops/block_diag.h' 2022-11-23T01:04:16.8988338Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.8989777Z adding 'torch/include/ATen/ops/block_diag_native.h' 2022-11-23T01:04:16.8991564Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2022-11-23T01:04:16.8993232Z adding 'torch/include/ATen/ops/bmm.h' 2022-11-23T01:04:16.8995095Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.8996674Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2022-11-23T01:04:16.8998315Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2022-11-23T01:04:16.8999923Z adding 'torch/include/ATen/ops/bmm_meta.h' 2022-11-23T01:04:16.9001574Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2022-11-23T01:04:16.9003327Z adding 'torch/include/ATen/ops/bmm_native.h' 2022-11-23T01:04:16.9005195Z adding 'torch/include/ATen/ops/bmm_ops.h' 2022-11-23T01:04:16.9006788Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2022-11-23T01:04:16.9008603Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9010181Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2022-11-23T01:04:16.9011867Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2022-11-23T01:04:16.9013572Z adding 'torch/include/ATen/ops/broadcast_to.h' 2022-11-23T01:04:16.9015404Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9016890Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2022-11-23T01:04:16.9018595Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2022-11-23T01:04:16.9020365Z adding 'torch/include/ATen/ops/bucketize.h' 2022-11-23T01:04:16.9022403Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9024055Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2022-11-23T01:04:16.9025793Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2022-11-23T01:04:16.9027506Z adding 'torch/include/ATen/ops/bucketize_native.h' 2022-11-23T01:04:16.9029404Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2022-11-23T01:04:16.9031114Z adding 'torch/include/ATen/ops/can_cast.h' 2022-11-23T01:04:16.9032859Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9034351Z adding 'torch/include/ATen/ops/can_cast_native.h' 2022-11-23T01:04:16.9036022Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2022-11-23T01:04:16.9037709Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2022-11-23T01:04:16.9039512Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9040981Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2022-11-23T01:04:16.9042738Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2022-11-23T01:04:16.9044508Z adding 'torch/include/ATen/ops/cat.h' 2022-11-23T01:04:16.9046410Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.9048013Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9049612Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2022-11-23T01:04:16.9051324Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2022-11-23T01:04:16.9053389Z adding 'torch/include/ATen/ops/cat_meta.h' 2022-11-23T01:04:16.9055210Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2022-11-23T01:04:16.9056984Z adding 'torch/include/ATen/ops/cat_native.h' 2022-11-23T01:04:16.9058849Z adding 'torch/include/ATen/ops/cat_ops.h' 2022-11-23T01:04:16.9060634Z adding 'torch/include/ATen/ops/cauchy.h' 2022-11-23T01:04:16.9062581Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9064359Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2022-11-23T01:04:16.9066076Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2022-11-23T01:04:16.9068022Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2022-11-23T01:04:16.9069499Z adding 'torch/include/ATen/ops/cauchy_native.h' 2022-11-23T01:04:16.9071284Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2022-11-23T01:04:16.9072881Z adding 'torch/include/ATen/ops/ccol_indices.h' 2022-11-23T01:04:16.9074582Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2022-11-23T01:04:16.9076303Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9078227Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.9079616Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2022-11-23T01:04:16.9081338Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2022-11-23T01:04:16.9083052Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2022-11-23T01:04:16.9084770Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2022-11-23T01:04:16.9086414Z adding 'torch/include/ATen/ops/cdist.h' 2022-11-23T01:04:16.9088282Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9089748Z adding 'torch/include/ATen/ops/cdist_native.h' 2022-11-23T01:04:16.9091465Z adding 'torch/include/ATen/ops/cdist_ops.h' 2022-11-23T01:04:16.9093204Z adding 'torch/include/ATen/ops/ceil.h' 2022-11-23T01:04:16.9095028Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.9096598Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2022-11-23T01:04:16.9098258Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2022-11-23T01:04:16.9099880Z adding 'torch/include/ATen/ops/ceil_meta.h' 2022-11-23T01:04:16.9101660Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2022-11-23T01:04:16.9103375Z adding 'torch/include/ATen/ops/ceil_native.h' 2022-11-23T01:04:16.9105152Z adding 'torch/include/ATen/ops/ceil_ops.h' 2022-11-23T01:04:16.9106933Z adding 'torch/include/ATen/ops/celu.h' 2022-11-23T01:04:16.9108757Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9110301Z adding 'torch/include/ATen/ops/celu_native.h' 2022-11-23T01:04:16.9112113Z adding 'torch/include/ATen/ops/celu_ops.h' 2022-11-23T01:04:16.9113831Z adding 'torch/include/ATen/ops/chain_matmul.h' 2022-11-23T01:04:16.9115602Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9117156Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2022-11-23T01:04:16.9118920Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2022-11-23T01:04:16.9120512Z adding 'torch/include/ATen/ops/chalf.h' 2022-11-23T01:04:16.9122371Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9124002Z adding 'torch/include/ATen/ops/chalf_native.h' 2022-11-23T01:04:16.9125702Z adding 'torch/include/ATen/ops/chalf_ops.h' 2022-11-23T01:04:16.9127418Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2022-11-23T01:04:16.9129210Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9130831Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2022-11-23T01:04:16.9132406Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2022-11-23T01:04:16.9134171Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2022-11-23T01:04:16.9135937Z adding 'torch/include/ATen/ops/cholesky.h' 2022-11-23T01:04:16.9137668Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2022-11-23T01:04:16.9139318Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2022-11-23T01:04:16.9140984Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2022-11-23T01:04:16.9142820Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2022-11-23T01:04:16.9144705Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2022-11-23T01:04:16.9146246Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2022-11-23T01:04:16.9148014Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2022-11-23T01:04:16.9149628Z adding 'torch/include/ATen/ops/cholesky_native.h' 2022-11-23T01:04:16.9151472Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2022-11-23T01:04:16.9153224Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2022-11-23T01:04:16.9155026Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9156589Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2022-11-23T01:04:16.9158370Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2022-11-23T01:04:16.9160078Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2022-11-23T01:04:16.9161852Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9163480Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2022-11-23T01:04:16.9165272Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2022-11-23T01:04:16.9166906Z adding 'torch/include/ATen/ops/chunk.h' 2022-11-23T01:04:16.9168895Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9170276Z adding 'torch/include/ATen/ops/chunk_native.h' 2022-11-23T01:04:16.9171959Z adding 'torch/include/ATen/ops/chunk_ops.h' 2022-11-23T01:04:16.9173835Z adding 'torch/include/ATen/ops/clamp.h' 2022-11-23T01:04:16.9176049Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.9177684Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2022-11-23T01:04:16.9180199Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2022-11-23T01:04:16.9181653Z adding 'torch/include/ATen/ops/clamp_max.h' 2022-11-23T01:04:16.9183454Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.9184948Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2022-11-23T01:04:16.9186591Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2022-11-23T01:04:16.9188327Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2022-11-23T01:04:16.9190202Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2022-11-23T01:04:16.9192174Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2022-11-23T01:04:16.9193932Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2022-11-23T01:04:16.9195920Z adding 'torch/include/ATen/ops/clamp_meta.h' 2022-11-23T01:04:16.9197539Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2022-11-23T01:04:16.9199650Z adding 'torch/include/ATen/ops/clamp_min.h' 2022-11-23T01:04:16.9201489Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.9203306Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2022-11-23T01:04:16.9204937Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2022-11-23T01:04:16.9206582Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2022-11-23T01:04:16.9208434Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2022-11-23T01:04:16.9209904Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2022-11-23T01:04:16.9211858Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2022-11-23T01:04:16.9213391Z adding 'torch/include/ATen/ops/clamp_native.h' 2022-11-23T01:04:16.9215282Z adding 'torch/include/ATen/ops/clamp_ops.h' 2022-11-23T01:04:16.9217149Z adding 'torch/include/ATen/ops/clip.h' 2022-11-23T01:04:16.9219042Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9220534Z adding 'torch/include/ATen/ops/clip_native.h' 2022-11-23T01:04:16.9222527Z adding 'torch/include/ATen/ops/clip_ops.h' 2022-11-23T01:04:16.9224145Z adding 'torch/include/ATen/ops/clone.h' 2022-11-23T01:04:16.9225774Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9227225Z adding 'torch/include/ATen/ops/clone_native.h' 2022-11-23T01:04:16.9228782Z adding 'torch/include/ATen/ops/clone_ops.h' 2022-11-23T01:04:16.9230225Z adding 'torch/include/ATen/ops/coalesce.h' 2022-11-23T01:04:16.9231810Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9233173Z adding 'torch/include/ATen/ops/coalesce_native.h' 2022-11-23T01:04:16.9234681Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2022-11-23T01:04:16.9236491Z adding 'torch/include/ATen/ops/col2im.h' 2022-11-23T01:04:16.9238286Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2022-11-23T01:04:16.9239895Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2022-11-23T01:04:16.9241378Z adding 'torch/include/ATen/ops/col2im_native.h' 2022-11-23T01:04:16.9243073Z adding 'torch/include/ATen/ops/col2im_ops.h' 2022-11-23T01:04:16.9244630Z adding 'torch/include/ATen/ops/col_indices.h' 2022-11-23T01:04:16.9246204Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2022-11-23T01:04:16.9248026Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9249658Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.9250826Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2022-11-23T01:04:16.9252279Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2022-11-23T01:04:16.9253650Z adding 'torch/include/ATen/ops/col_indices_native.h' 2022-11-23T01:04:16.9255073Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2022-11-23T01:04:16.9256405Z adding 'torch/include/ATen/ops/column_stack.h' 2022-11-23T01:04:16.9258049Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9259332Z adding 'torch/include/ATen/ops/column_stack_native.h' 2022-11-23T01:04:16.9260899Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2022-11-23T01:04:16.9262393Z adding 'torch/include/ATen/ops/combinations.h' 2022-11-23T01:04:16.9264026Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9265342Z adding 'torch/include/ATen/ops/combinations_native.h' 2022-11-23T01:04:16.9266807Z adding 'torch/include/ATen/ops/combinations_ops.h' 2022-11-23T01:04:16.9268160Z adding 'torch/include/ATen/ops/complex.h' 2022-11-23T01:04:16.9269835Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9271153Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2022-11-23T01:04:16.9272570Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2022-11-23T01:04:16.9273948Z adding 'torch/include/ATen/ops/complex_native.h' 2022-11-23T01:04:16.9275443Z adding 'torch/include/ATen/ops/complex_ops.h' 2022-11-23T01:04:16.9276984Z adding 'torch/include/ATen/ops/concat.h' 2022-11-23T01:04:16.9278589Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9279902Z adding 'torch/include/ATen/ops/concat_native.h' 2022-11-23T01:04:16.9281528Z adding 'torch/include/ATen/ops/concat_ops.h' 2022-11-23T01:04:16.9283196Z adding 'torch/include/ATen/ops/concatenate.h' 2022-11-23T01:04:16.9284850Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9286171Z adding 'torch/include/ATen/ops/concatenate_native.h' 2022-11-23T01:04:16.9287820Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2022-11-23T01:04:16.9289276Z adding 'torch/include/ATen/ops/conj.h' 2022-11-23T01:04:16.9290761Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9292798Z adding 'torch/include/ATen/ops/conj_native.h' 2022-11-23T01:04:16.9294355Z adding 'torch/include/ATen/ops/conj_ops.h' 2022-11-23T01:04:16.9295835Z adding 'torch/include/ATen/ops/conj_physical.h' 2022-11-23T01:04:16.9297356Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9298792Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9300161Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2022-11-23T01:04:16.9301687Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2022-11-23T01:04:16.9303108Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2022-11-23T01:04:16.9304663Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2022-11-23T01:04:16.9306368Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2022-11-23T01:04:16.9308042Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9309414Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2022-11-23T01:04:16.9310939Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2022-11-23T01:04:16.9312298Z adding 'torch/include/ATen/ops/contiguous.h' 2022-11-23T01:04:16.9313840Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9315114Z adding 'torch/include/ATen/ops/contiguous_native.h' 2022-11-23T01:04:16.9316539Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2022-11-23T01:04:16.9318016Z adding 'torch/include/ATen/ops/conv1d.h' 2022-11-23T01:04:16.9319606Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9320967Z adding 'torch/include/ATen/ops/conv1d_native.h' 2022-11-23T01:04:16.9322621Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2022-11-23T01:04:16.9324262Z adding 'torch/include/ATen/ops/conv2d.h' 2022-11-23T01:04:16.9325816Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9327143Z adding 'torch/include/ATen/ops/conv2d_native.h' 2022-11-23T01:04:16.9328694Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2022-11-23T01:04:16.9330279Z adding 'torch/include/ATen/ops/conv3d.h' 2022-11-23T01:04:16.9331861Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9333230Z adding 'torch/include/ATen/ops/conv3d_native.h' 2022-11-23T01:04:16.9334832Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2022-11-23T01:04:16.9336657Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2022-11-23T01:04:16.9338417Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9339882Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2022-11-23T01:04:16.9341307Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2022-11-23T01:04:16.9343103Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2022-11-23T01:04:16.9344600Z adding 'torch/include/ATen/ops/conv_tbc.h' 2022-11-23T01:04:16.9346101Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2022-11-23T01:04:16.9347601Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9348889Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2022-11-23T01:04:16.9350370Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2022-11-23T01:04:16.9351912Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9353245Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2022-11-23T01:04:16.9354765Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2022-11-23T01:04:16.9356271Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2022-11-23T01:04:16.9357814Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9359135Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2022-11-23T01:04:16.9360650Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2022-11-23T01:04:16.9362147Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2022-11-23T01:04:16.9363799Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9365164Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2022-11-23T01:04:16.9366719Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2022-11-23T01:04:16.9368198Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2022-11-23T01:04:16.9369754Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9371103Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2022-11-23T01:04:16.9372607Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2022-11-23T01:04:16.9374493Z adding 'torch/include/ATen/ops/convolution.h' 2022-11-23T01:04:16.9376717Z adding 'torch/include/ATen/ops/convolution_backward.h' 2022-11-23T01:04:16.9378719Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9380245Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2022-11-23T01:04:16.9381891Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2022-11-23T01:04:16.9383612Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2022-11-23T01:04:16.9385353Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2022-11-23T01:04:16.9387068Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9388453Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2022-11-23T01:04:16.9390165Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2022-11-23T01:04:16.9391817Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9393214Z adding 'torch/include/ATen/ops/convolution_native.h' 2022-11-23T01:04:16.9394937Z adding 'torch/include/ATen/ops/convolution_ops.h' 2022-11-23T01:04:16.9396552Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2022-11-23T01:04:16.9398153Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9399524Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2022-11-23T01:04:16.9401136Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2022-11-23T01:04:16.9402640Z adding 'torch/include/ATen/ops/copy.h' 2022-11-23T01:04:16.9404230Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9405772Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.9407104Z adding 'torch/include/ATen/ops/copy_native.h' 2022-11-23T01:04:16.9408681Z adding 'torch/include/ATen/ops/copy_ops.h' 2022-11-23T01:04:16.9410219Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2022-11-23T01:04:16.9411788Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9413187Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2022-11-23T01:04:16.9414551Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2022-11-23T01:04:16.9416146Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2022-11-23T01:04:16.9417691Z adding 'torch/include/ATen/ops/copysign.h' 2022-11-23T01:04:16.9419258Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9420736Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.9422247Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2022-11-23T01:04:16.9423695Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2022-11-23T01:04:16.9425084Z adding 'torch/include/ATen/ops/copysign_meta.h' 2022-11-23T01:04:16.9426608Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2022-11-23T01:04:16.9429030Z adding 'torch/include/ATen/ops/copysign_native.h' 2022-11-23T01:04:16.9429875Z adding 'torch/include/ATen/ops/copysign_ops.h' 2022-11-23T01:04:16.9431579Z adding 'torch/include/ATen/ops/corrcoef.h' 2022-11-23T01:04:16.9433449Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9434645Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2022-11-23T01:04:16.9436239Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2022-11-23T01:04:16.9437877Z adding 'torch/include/ATen/ops/cos.h' 2022-11-23T01:04:16.9439513Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.9441029Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2022-11-23T01:04:16.9442659Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2022-11-23T01:04:16.9444303Z adding 'torch/include/ATen/ops/cos_meta.h' 2022-11-23T01:04:16.9445660Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2022-11-23T01:04:16.9447189Z adding 'torch/include/ATen/ops/cos_native.h' 2022-11-23T01:04:16.9448776Z adding 'torch/include/ATen/ops/cos_ops.h' 2022-11-23T01:04:16.9450308Z adding 'torch/include/ATen/ops/cosh.h' 2022-11-23T01:04:16.9451956Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.9453359Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2022-11-23T01:04:16.9454910Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2022-11-23T01:04:16.9456399Z adding 'torch/include/ATen/ops/cosh_meta.h' 2022-11-23T01:04:16.9457894Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2022-11-23T01:04:16.9459306Z adding 'torch/include/ATen/ops/cosh_native.h' 2022-11-23T01:04:16.9460936Z adding 'torch/include/ATen/ops/cosh_ops.h' 2022-11-23T01:04:16.9463207Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2022-11-23T01:04:16.9464713Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9466111Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2022-11-23T01:04:16.9467900Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2022-11-23T01:04:16.9469461Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2022-11-23T01:04:16.9471017Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9472466Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2022-11-23T01:04:16.9474255Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2022-11-23T01:04:16.9475882Z adding 'torch/include/ATen/ops/count_nonzero.h' 2022-11-23T01:04:16.9477703Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9479329Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2022-11-23T01:04:16.9480960Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2022-11-23T01:04:16.9482718Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2022-11-23T01:04:16.9484660Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2022-11-23T01:04:16.9486414Z adding 'torch/include/ATen/ops/cov.h' 2022-11-23T01:04:16.9488187Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9489798Z adding 'torch/include/ATen/ops/cov_native.h' 2022-11-23T01:04:16.9491511Z adding 'torch/include/ATen/ops/cov_ops.h' 2022-11-23T01:04:16.9493251Z adding 'torch/include/ATen/ops/cross.h' 2022-11-23T01:04:16.9495057Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9496882Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2022-11-23T01:04:16.9498758Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9500359Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2022-11-23T01:04:16.9502279Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2022-11-23T01:04:16.9503922Z adding 'torch/include/ATen/ops/cross_native.h' 2022-11-23T01:04:16.9505665Z adding 'torch/include/ATen/ops/cross_ops.h' 2022-11-23T01:04:16.9507332Z adding 'torch/include/ATen/ops/crow_indices.h' 2022-11-23T01:04:16.9509028Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2022-11-23T01:04:16.9510823Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9512551Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.9514060Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2022-11-23T01:04:16.9515787Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2022-11-23T01:04:16.9517417Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2022-11-23T01:04:16.9519103Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2022-11-23T01:04:16.9520851Z adding 'torch/include/ATen/ops/ctc_loss.h' 2022-11-23T01:04:16.9522805Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9524455Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2022-11-23T01:04:16.9526349Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2022-11-23T01:04:16.9528191Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2022-11-23T01:04:16.9529961Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2022-11-23T01:04:16.9531764Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9533404Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2022-11-23T01:04:16.9535034Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2022-11-23T01:04:16.9536868Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2022-11-23T01:04:16.9538719Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9540352Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2022-11-23T01:04:16.9542189Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2022-11-23T01:04:16.9543981Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2022-11-23T01:04:16.9545814Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2022-11-23T01:04:16.9547736Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2022-11-23T01:04:16.9549712Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9551423Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2022-11-23T01:04:16.9553136Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2022-11-23T01:04:16.9555050Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2022-11-23T01:04:16.9556963Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9558643Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2022-11-23T01:04:16.9560325Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2022-11-23T01:04:16.9562360Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2022-11-23T01:04:16.9564271Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2022-11-23T01:04:16.9566157Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2022-11-23T01:04:16.9568027Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9569714Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2022-11-23T01:04:16.9571387Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2022-11-23T01:04:16.9573440Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2022-11-23T01:04:16.9575249Z adding 'torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9576956Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2022-11-23T01:04:16.9578576Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2022-11-23T01:04:16.9580416Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2022-11-23T01:04:16.9582391Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2022-11-23T01:04:16.9584254Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9585994Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2022-11-23T01:04:16.9587648Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2022-11-23T01:04:16.9589494Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2022-11-23T01:04:16.9591349Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2022-11-23T01:04:16.9593237Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9594908Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2022-11-23T01:04:16.9596572Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2022-11-23T01:04:16.9598477Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2022-11-23T01:04:16.9600219Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2022-11-23T01:04:16.9601986Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2022-11-23T01:04:16.9603873Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9605549Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2022-11-23T01:04:16.9607160Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2022-11-23T01:04:16.9608964Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2022-11-23T01:04:16.9610759Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9612414Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2022-11-23T01:04:16.9614063Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2022-11-23T01:04:16.9615822Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2022-11-23T01:04:16.9617477Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2022-11-23T01:04:16.9619277Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9620761Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2022-11-23T01:04:16.9622583Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2022-11-23T01:04:16.9624566Z adding 'torch/include/ATen/ops/cummax.h' 2022-11-23T01:04:16.9626482Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9628215Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9629803Z adding 'torch/include/ATen/ops/cummax_native.h' 2022-11-23T01:04:16.9631707Z adding 'torch/include/ATen/ops/cummax_ops.h' 2022-11-23T01:04:16.9633465Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2022-11-23T01:04:16.9635240Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9636815Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2022-11-23T01:04:16.9638537Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2022-11-23T01:04:16.9640349Z adding 'torch/include/ATen/ops/cummin.h' 2022-11-23T01:04:16.9642204Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9644026Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9645627Z adding 'torch/include/ATen/ops/cummin_native.h' 2022-11-23T01:04:16.9647532Z adding 'torch/include/ATen/ops/cummin_ops.h' 2022-11-23T01:04:16.9649411Z adding 'torch/include/ATen/ops/cumprod.h' 2022-11-23T01:04:16.9651148Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2022-11-23T01:04:16.9652970Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9654525Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2022-11-23T01:04:16.9656249Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2022-11-23T01:04:16.9658067Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.9659722Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9661397Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2022-11-23T01:04:16.9663281Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2022-11-23T01:04:16.9664872Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2022-11-23T01:04:16.9666614Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2022-11-23T01:04:16.9668280Z adding 'torch/include/ATen/ops/cumprod_native.h' 2022-11-23T01:04:16.9670264Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2022-11-23T01:04:16.9672138Z adding 'torch/include/ATen/ops/cumsum.h' 2022-11-23T01:04:16.9683430Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.9685272Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9686985Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2022-11-23T01:04:16.9688746Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2022-11-23T01:04:16.9690517Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2022-11-23T01:04:16.9692225Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2022-11-23T01:04:16.9693846Z adding 'torch/include/ATen/ops/cumsum_native.h' 2022-11-23T01:04:16.9695871Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2022-11-23T01:04:16.9697685Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2022-11-23T01:04:16.9699467Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9701036Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2022-11-23T01:04:16.9702991Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2022-11-23T01:04:16.9704534Z adding 'torch/include/ATen/ops/data.h' 2022-11-23T01:04:16.9706297Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9707827Z adding 'torch/include/ATen/ops/data_native.h' 2022-11-23T01:04:16.9709484Z adding 'torch/include/ATen/ops/data_ops.h' 2022-11-23T01:04:16.9711250Z adding 'torch/include/ATen/ops/deg2rad.h' 2022-11-23T01:04:16.9712935Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9714488Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2022-11-23T01:04:16.9716308Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2022-11-23T01:04:16.9717938Z adding 'torch/include/ATen/ops/dense_dim.h' 2022-11-23T01:04:16.9719563Z adding 'torch/include/ATen/ops/dense_dim_cpu_dispatch.h' 2022-11-23T01:04:16.9721193Z adding 'torch/include/ATen/ops/dense_dim_cuda_dispatch.h' 2022-11-23T01:04:16.9722863Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2022-11-23T01:04:16.9724487Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2022-11-23T01:04:16.9726241Z adding 'torch/include/ATen/ops/dequantize.h' 2022-11-23T01:04:16.9728024Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9729582Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2022-11-23T01:04:16.9731199Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2022-11-23T01:04:16.9732819Z adding 'torch/include/ATen/ops/dequantize_native.h' 2022-11-23T01:04:16.9734662Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2022-11-23T01:04:16.9736332Z adding 'torch/include/ATen/ops/det.h' 2022-11-23T01:04:16.9738157Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9739677Z adding 'torch/include/ATen/ops/det_native.h' 2022-11-23T01:04:16.9741344Z adding 'torch/include/ATen/ops/det_ops.h' 2022-11-23T01:04:16.9743195Z adding 'torch/include/ATen/ops/detach.h' 2022-11-23T01:04:16.9744934Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9746599Z adding 'torch/include/ATen/ops/detach_copy.h' 2022-11-23T01:04:16.9748558Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9750311Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.9751776Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2022-11-23T01:04:16.9753443Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2022-11-23T01:04:16.9755112Z adding 'torch/include/ATen/ops/detach_native.h' 2022-11-23T01:04:16.9756955Z adding 'torch/include/ATen/ops/detach_ops.h' 2022-11-23T01:04:16.9758658Z adding 'torch/include/ATen/ops/diag.h' 2022-11-23T01:04:16.9760419Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9762102Z adding 'torch/include/ATen/ops/diag_embed.h' 2022-11-23T01:04:16.9763981Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9765728Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.9767269Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2022-11-23T01:04:16.9769064Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2022-11-23T01:04:16.9770719Z adding 'torch/include/ATen/ops/diag_native.h' 2022-11-23T01:04:16.9772469Z adding 'torch/include/ATen/ops/diag_ops.h' 2022-11-23T01:04:16.9774157Z adding 'torch/include/ATen/ops/diagflat.h' 2022-11-23T01:04:16.9775958Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9777515Z adding 'torch/include/ATen/ops/diagflat_native.h' 2022-11-23T01:04:16.9779212Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2022-11-23T01:04:16.9780904Z adding 'torch/include/ATen/ops/diagonal.h' 2022-11-23T01:04:16.9783061Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2022-11-23T01:04:16.9785057Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9786682Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2022-11-23T01:04:16.9788440Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2022-11-23T01:04:16.9790236Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9791986Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9793569Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2022-11-23T01:04:16.9795359Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9797078Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.9798617Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2022-11-23T01:04:16.9800383Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2022-11-23T01:04:16.9802039Z adding 'torch/include/ATen/ops/diagonal_native.h' 2022-11-23T01:04:16.9803980Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2022-11-23T01:04:16.9805779Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2022-11-23T01:04:16.9807609Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9809186Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2022-11-23T01:04:16.9810993Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2022-11-23T01:04:16.9812750Z adding 'torch/include/ATen/ops/diff.h' 2022-11-23T01:04:16.9814607Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9816236Z adding 'torch/include/ATen/ops/diff_native.h' 2022-11-23T01:04:16.9818054Z adding 'torch/include/ATen/ops/diff_ops.h' 2022-11-23T01:04:16.9819776Z adding 'torch/include/ATen/ops/digamma.h' 2022-11-23T01:04:16.9821732Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.9823410Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2022-11-23T01:04:16.9825151Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2022-11-23T01:04:16.9826741Z adding 'torch/include/ATen/ops/digamma_meta.h' 2022-11-23T01:04:16.9828549Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2022-11-23T01:04:16.9830080Z adding 'torch/include/ATen/ops/digamma_native.h' 2022-11-23T01:04:16.9831878Z adding 'torch/include/ATen/ops/digamma_ops.h' 2022-11-23T01:04:16.9833665Z adding 'torch/include/ATen/ops/dist.h' 2022-11-23T01:04:16.9835460Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9837045Z adding 'torch/include/ATen/ops/dist_native.h' 2022-11-23T01:04:16.9838776Z adding 'torch/include/ATen/ops/dist_ops.h' 2022-11-23T01:04:16.9840676Z adding 'torch/include/ATen/ops/div.h' 2022-11-23T01:04:16.9842630Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9844491Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.9846137Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2022-11-23T01:04:16.9847854Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2022-11-23T01:04:16.9849612Z adding 'torch/include/ATen/ops/div_meta.h' 2022-11-23T01:04:16.9851309Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2022-11-23T01:04:16.9853120Z adding 'torch/include/ATen/ops/div_native.h' 2022-11-23T01:04:16.9855425Z adding 'torch/include/ATen/ops/div_ops.h' 2022-11-23T01:04:16.9857478Z adding 'torch/include/ATen/ops/divide.h' 2022-11-23T01:04:16.9859411Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9861066Z adding 'torch/include/ATen/ops/divide_native.h' 2022-11-23T01:04:16.9863395Z adding 'torch/include/ATen/ops/divide_ops.h' 2022-11-23T01:04:16.9865223Z adding 'torch/include/ATen/ops/dot.h' 2022-11-23T01:04:16.9867013Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9868646Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2022-11-23T01:04:16.9870293Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2022-11-23T01:04:16.9871919Z adding 'torch/include/ATen/ops/dot_native.h' 2022-11-23T01:04:16.9873712Z adding 'torch/include/ATen/ops/dot_ops.h' 2022-11-23T01:04:16.9875391Z adding 'torch/include/ATen/ops/dropout.h' 2022-11-23T01:04:16.9877148Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9878786Z adding 'torch/include/ATen/ops/dropout_native.h' 2022-11-23T01:04:16.9880444Z adding 'torch/include/ATen/ops/dropout_ops.h' 2022-11-23T01:04:16.9882104Z adding 'torch/include/ATen/ops/dsplit.h' 2022-11-23T01:04:16.9883958Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9885568Z adding 'torch/include/ATen/ops/dsplit_native.h' 2022-11-23T01:04:16.9887413Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2022-11-23T01:04:16.9889050Z adding 'torch/include/ATen/ops/dstack.h' 2022-11-23T01:04:16.9890846Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9892395Z adding 'torch/include/ATen/ops/dstack_native.h' 2022-11-23T01:04:16.9894134Z adding 'torch/include/ATen/ops/dstack_ops.h' 2022-11-23T01:04:16.9895810Z adding 'torch/include/ATen/ops/einsum.h' 2022-11-23T01:04:16.9897599Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9899138Z adding 'torch/include/ATen/ops/einsum_native.h' 2022-11-23T01:04:16.9900860Z adding 'torch/include/ATen/ops/einsum_ops.h' 2022-11-23T01:04:16.9902753Z adding 'torch/include/ATen/ops/elu.h' 2022-11-23T01:04:16.9904591Z adding 'torch/include/ATen/ops/elu_backward.h' 2022-11-23T01:04:16.9906470Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.9908242Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2022-11-23T01:04:16.9910063Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2022-11-23T01:04:16.9911544Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2022-11-23T01:04:16.9913273Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2022-11-23T01:04:16.9914929Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2022-11-23T01:04:16.9916718Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2022-11-23T01:04:16.9918567Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:16.9920202Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2022-11-23T01:04:16.9921902Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2022-11-23T01:04:16.9923638Z adding 'torch/include/ATen/ops/elu_meta.h' 2022-11-23T01:04:16.9925376Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2022-11-23T01:04:16.9926998Z adding 'torch/include/ATen/ops/elu_native.h' 2022-11-23T01:04:16.9928868Z adding 'torch/include/ATen/ops/elu_ops.h' 2022-11-23T01:04:16.9930744Z adding 'torch/include/ATen/ops/embedding.h' 2022-11-23T01:04:16.9932561Z adding 'torch/include/ATen/ops/embedding_backward.h' 2022-11-23T01:04:16.9934486Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9936129Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2022-11-23T01:04:16.9937792Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2022-11-23T01:04:16.9939545Z adding 'torch/include/ATen/ops/embedding_bag.h' 2022-11-23T01:04:16.9941457Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9943471Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2022-11-23T01:04:16.9945263Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2022-11-23T01:04:16.9947113Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9949089Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2022-11-23T01:04:16.9950903Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9952602Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2022-11-23T01:04:16.9954276Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2022-11-23T01:04:16.9955893Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2022-11-23T01:04:16.9957680Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2022-11-23T01:04:16.9959407Z adding 'torch/include/ATen/ops/embedding_native.h' 2022-11-23T01:04:16.9961322Z adding 'torch/include/ATen/ops/embedding_ops.h' 2022-11-23T01:04:16.9963257Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2022-11-23T01:04:16.9965136Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9966664Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2022-11-23T01:04:16.9968388Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2022-11-23T01:04:16.9970063Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2022-11-23T01:04:16.9971484Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2022-11-23T01:04:16.9973206Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2022-11-23T01:04:16.9974837Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2022-11-23T01:04:16.9976665Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9978196Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2022-11-23T01:04:16.9979816Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2022-11-23T01:04:16.9982099Z adding 'torch/include/ATen/ops/empty.h' 2022-11-23T01:04:16.9984128Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9985800Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:16.9987441Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2022-11-23T01:04:16.9989066Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2022-11-23T01:04:16.9990888Z adding 'torch/include/ATen/ops/empty_like.h' 2022-11-23T01:04:16.9992691Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:16.9994275Z adding 'torch/include/ATen/ops/empty_like_native.h' 2022-11-23T01:04:16.9996093Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2022-11-23T01:04:16.9997801Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2022-11-23T01:04:16.9999501Z adding 'torch/include/ATen/ops/empty_native.h' 2022-11-23T01:04:17.0001589Z adding 'torch/include/ATen/ops/empty_ops.h' 2022-11-23T01:04:17.0003593Z adding 'torch/include/ATen/ops/empty_quantized.h' 2022-11-23T01:04:17.0005379Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0006971Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2022-11-23T01:04:17.0008742Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2022-11-23T01:04:17.0010823Z adding 'torch/include/ATen/ops/empty_strided.h' 2022-11-23T01:04:17.0012732Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0014382Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2022-11-23T01:04:17.0016048Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2022-11-23T01:04:17.0017695Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2022-11-23T01:04:17.0019322Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2022-11-23T01:04:17.0021115Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2022-11-23T01:04:17.0023014Z adding 'torch/include/ATen/ops/eq.h' 2022-11-23T01:04:17.0024840Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0026456Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2022-11-23T01:04:17.0028093Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2022-11-23T01:04:17.0029663Z adding 'torch/include/ATen/ops/eq_meta.h' 2022-11-23T01:04:17.0031370Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2022-11-23T01:04:17.0032959Z adding 'torch/include/ATen/ops/eq_native.h' 2022-11-23T01:04:17.0034855Z adding 'torch/include/ATen/ops/eq_ops.h' 2022-11-23T01:04:17.0036515Z adding 'torch/include/ATen/ops/equal.h' 2022-11-23T01:04:17.0038138Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2022-11-23T01:04:17.0039715Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2022-11-23T01:04:17.0041249Z adding 'torch/include/ATen/ops/equal_native.h' 2022-11-23T01:04:17.0042894Z adding 'torch/include/ATen/ops/equal_ops.h' 2022-11-23T01:04:17.0044622Z adding 'torch/include/ATen/ops/erf.h' 2022-11-23T01:04:17.0046311Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0047863Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2022-11-23T01:04:17.0049413Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2022-11-23T01:04:17.0050936Z adding 'torch/include/ATen/ops/erf_meta.h' 2022-11-23T01:04:17.0052530Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2022-11-23T01:04:17.0054119Z adding 'torch/include/ATen/ops/erf_native.h' 2022-11-23T01:04:17.0055829Z adding 'torch/include/ATen/ops/erf_ops.h' 2022-11-23T01:04:17.0057474Z adding 'torch/include/ATen/ops/erfc.h' 2022-11-23T01:04:17.0059214Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0060745Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2022-11-23T01:04:17.0062386Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2022-11-23T01:04:17.0064014Z adding 'torch/include/ATen/ops/erfc_meta.h' 2022-11-23T01:04:17.0065610Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2022-11-23T01:04:17.0067201Z adding 'torch/include/ATen/ops/erfc_native.h' 2022-11-23T01:04:17.0068898Z adding 'torch/include/ATen/ops/erfc_ops.h' 2022-11-23T01:04:17.0070511Z adding 'torch/include/ATen/ops/erfinv.h' 2022-11-23T01:04:17.0072253Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0073797Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2022-11-23T01:04:17.0075348Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2022-11-23T01:04:17.0076886Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2022-11-23T01:04:17.0078483Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2022-11-23T01:04:17.0080067Z adding 'torch/include/ATen/ops/erfinv_native.h' 2022-11-23T01:04:17.0082546Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2022-11-23T01:04:17.0084404Z adding 'torch/include/ATen/ops/exp.h' 2022-11-23T01:04:17.0086198Z adding 'torch/include/ATen/ops/exp2.h' 2022-11-23T01:04:17.0087889Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0089401Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2022-11-23T01:04:17.0090991Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2022-11-23T01:04:17.0092584Z adding 'torch/include/ATen/ops/exp2_meta.h' 2022-11-23T01:04:17.0094276Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2022-11-23T01:04:17.0095926Z adding 'torch/include/ATen/ops/exp2_native.h' 2022-11-23T01:04:17.0097711Z adding 'torch/include/ATen/ops/exp2_ops.h' 2022-11-23T01:04:17.0099569Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0101158Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2022-11-23T01:04:17.0103173Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2022-11-23T01:04:17.0104827Z adding 'torch/include/ATen/ops/exp_meta.h' 2022-11-23T01:04:17.0106519Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2022-11-23T01:04:17.0108132Z adding 'torch/include/ATen/ops/exp_native.h' 2022-11-23T01:04:17.0109931Z adding 'torch/include/ATen/ops/exp_ops.h' 2022-11-23T01:04:17.0111661Z adding 'torch/include/ATen/ops/expand.h' 2022-11-23T01:04:17.0113252Z adding 'torch/include/ATen/ops/expand_as.h' 2022-11-23T01:04:17.0115010Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0116533Z adding 'torch/include/ATen/ops/expand_as_native.h' 2022-11-23T01:04:17.0118217Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2022-11-23T01:04:17.0119993Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0121774Z adding 'torch/include/ATen/ops/expand_copy.h' 2022-11-23T01:04:17.0123742Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0125579Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0127227Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2022-11-23T01:04:17.0128896Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2022-11-23T01:04:17.0130532Z adding 'torch/include/ATen/ops/expand_native.h' 2022-11-23T01:04:17.0132243Z adding 'torch/include/ATen/ops/expand_ops.h' 2022-11-23T01:04:17.0133968Z adding 'torch/include/ATen/ops/expm1.h' 2022-11-23T01:04:17.0135774Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0137378Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2022-11-23T01:04:17.0139108Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2022-11-23T01:04:17.0140744Z adding 'torch/include/ATen/ops/expm1_meta.h' 2022-11-23T01:04:17.0142453Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2022-11-23T01:04:17.0144181Z adding 'torch/include/ATen/ops/expm1_native.h' 2022-11-23T01:04:17.0145994Z adding 'torch/include/ATen/ops/expm1_ops.h' 2022-11-23T01:04:17.0147790Z adding 'torch/include/ATen/ops/exponential.h' 2022-11-23T01:04:17.0149574Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0151234Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2022-11-23T01:04:17.0152959Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2022-11-23T01:04:17.0154631Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2022-11-23T01:04:17.0156274Z adding 'torch/include/ATen/ops/exponential_native.h' 2022-11-23T01:04:17.0158107Z adding 'torch/include/ATen/ops/exponential_ops.h' 2022-11-23T01:04:17.0159993Z adding 'torch/include/ATen/ops/eye.h' 2022-11-23T01:04:17.0161844Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0163558Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2022-11-23T01:04:17.0165334Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2022-11-23T01:04:17.0166994Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2022-11-23T01:04:17.0168683Z adding 'torch/include/ATen/ops/eye_native.h' 2022-11-23T01:04:17.0170551Z adding 'torch/include/ATen/ops/eye_ops.h' 2022-11-23T01:04:17.0172349Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2022-11-23T01:04:17.0174171Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2022-11-23T01:04:17.0175928Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2022-11-23T01:04:17.0177700Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0179329Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2022-11-23T01:04:17.0181165Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2022-11-23T01:04:17.0183042Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0184672Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2022-11-23T01:04:17.0186403Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2022-11-23T01:04:17.0188052Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2022-11-23T01:04:17.0189905Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2022-11-23T01:04:17.0191815Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0193447Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2022-11-23T01:04:17.0195209Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2022-11-23T01:04:17.0196905Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2022-11-23T01:04:17.0198635Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2022-11-23T01:04:17.0200306Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2022-11-23T01:04:17.0202033Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0203547Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2022-11-23T01:04:17.0205258Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2022-11-23T01:04:17.0207065Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0208702Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2022-11-23T01:04:17.0210409Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2022-11-23T01:04:17.0212033Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2022-11-23T01:04:17.0213892Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2022-11-23T01:04:17.0215696Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0217352Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2022-11-23T01:04:17.0219148Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2022-11-23T01:04:17.0220923Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2022-11-23T01:04:17.0222825Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0224525Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2022-11-23T01:04:17.0226298Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0227847Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2022-11-23T01:04:17.0229578Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2022-11-23T01:04:17.0231250Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2022-11-23T01:04:17.0232978Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2022-11-23T01:04:17.0234684Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2022-11-23T01:04:17.0236464Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0238144Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2022-11-23T01:04:17.0239945Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0241589Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2022-11-23T01:04:17.0243401Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2022-11-23T01:04:17.0245106Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2022-11-23T01:04:17.0246896Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2022-11-23T01:04:17.0248576Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2022-11-23T01:04:17.0250395Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0252065Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2022-11-23T01:04:17.0253728Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2022-11-23T01:04:17.0255369Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2022-11-23T01:04:17.0257141Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0258728Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2022-11-23T01:04:17.0260400Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2022-11-23T01:04:17.0262237Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2022-11-23T01:04:17.0264089Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0265784Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2022-11-23T01:04:17.0267406Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2022-11-23T01:04:17.0269096Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2022-11-23T01:04:17.0270874Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0272470Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2022-11-23T01:04:17.0274203Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2022-11-23T01:04:17.0275883Z adding 'torch/include/ATen/ops/feature_dropout.h' 2022-11-23T01:04:17.0277651Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0279222Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2022-11-23T01:04:17.0280938Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2022-11-23T01:04:17.0282736Z adding 'torch/include/ATen/ops/fft_fft.h' 2022-11-23T01:04:17.0284510Z adding 'torch/include/ATen/ops/fft_fft2.h' 2022-11-23T01:04:17.0286480Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0288107Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2022-11-23T01:04:17.0289867Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2022-11-23T01:04:17.0291700Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0293336Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2022-11-23T01:04:17.0295088Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2022-11-23T01:04:17.0296897Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2022-11-23T01:04:17.0298791Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0300425Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2022-11-23T01:04:17.0302340Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2022-11-23T01:04:17.0304154Z adding 'torch/include/ATen/ops/fft_fftn.h' 2022-11-23T01:04:17.0305984Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0307606Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2022-11-23T01:04:17.0309357Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2022-11-23T01:04:17.0311044Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2022-11-23T01:04:17.0312821Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0314372Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2022-11-23T01:04:17.0316072Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2022-11-23T01:04:17.0317812Z adding 'torch/include/ATen/ops/fft_hfft.h' 2022-11-23T01:04:17.0319621Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2022-11-23T01:04:17.0321385Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0322971Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2022-11-23T01:04:17.0324770Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2022-11-23T01:04:17.0326650Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0328254Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2022-11-23T01:04:17.0329912Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2022-11-23T01:04:17.0331653Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2022-11-23T01:04:17.0333389Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0334944Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2022-11-23T01:04:17.0336689Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2022-11-23T01:04:17.0338327Z adding 'torch/include/ATen/ops/fft_ifft.h' 2022-11-23T01:04:17.0339977Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2022-11-23T01:04:17.0342085Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0343558Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2022-11-23T01:04:17.0345290Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2022-11-23T01:04:17.0347112Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0348554Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2022-11-23T01:04:17.0350321Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2022-11-23T01:04:17.0352047Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2022-11-23T01:04:17.0353870Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0355370Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2022-11-23T01:04:17.0357079Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2022-11-23T01:04:17.0358712Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2022-11-23T01:04:17.0360424Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0361900Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2022-11-23T01:04:17.0363635Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2022-11-23T01:04:17.0365322Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2022-11-23T01:04:17.0367003Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2022-11-23T01:04:17.0368779Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0370306Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2022-11-23T01:04:17.0372082Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2022-11-23T01:04:17.0373799Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0375315Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2022-11-23T01:04:17.0377113Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2022-11-23T01:04:17.0378828Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2022-11-23T01:04:17.0380578Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0382239Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2022-11-23T01:04:17.0383994Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2022-11-23T01:04:17.0385686Z adding 'torch/include/ATen/ops/fft_irfft.h' 2022-11-23T01:04:17.0387379Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2022-11-23T01:04:17.0389169Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0390660Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2022-11-23T01:04:17.0392400Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2022-11-23T01:04:17.0394167Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0395671Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2022-11-23T01:04:17.0397394Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2022-11-23T01:04:17.0399092Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2022-11-23T01:04:17.0400881Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0402598Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2022-11-23T01:04:17.0404448Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2022-11-23T01:04:17.0406212Z adding 'torch/include/ATen/ops/fft_rfft.h' 2022-11-23T01:04:17.0407994Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2022-11-23T01:04:17.0409814Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0411446Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2022-11-23T01:04:17.0413219Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2022-11-23T01:04:17.0415143Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0416722Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2022-11-23T01:04:17.0418541Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2022-11-23T01:04:17.0420360Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2022-11-23T01:04:17.0422341Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0424082Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2022-11-23T01:04:17.0425900Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2022-11-23T01:04:17.0427702Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2022-11-23T01:04:17.0429651Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0431192Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2022-11-23T01:04:17.0432934Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2022-11-23T01:04:17.0434728Z adding 'torch/include/ATen/ops/fill.h' 2022-11-23T01:04:17.0436577Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0438192Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2022-11-23T01:04:17.0439870Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2022-11-23T01:04:17.0441442Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2022-11-23T01:04:17.0443223Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0444775Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2022-11-23T01:04:17.0446495Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2022-11-23T01:04:17.0448194Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2022-11-23T01:04:17.0449866Z adding 'torch/include/ATen/ops/fill_native.h' 2022-11-23T01:04:17.0451860Z adding 'torch/include/ATen/ops/fill_ops.h' 2022-11-23T01:04:17.0453628Z adding 'torch/include/ATen/ops/fix.h' 2022-11-23T01:04:17.0455444Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0457016Z adding 'torch/include/ATen/ops/fix_native.h' 2022-11-23T01:04:17.0458808Z adding 'torch/include/ATen/ops/fix_ops.h' 2022-11-23T01:04:17.0460610Z adding 'torch/include/ATen/ops/flatten.h' 2022-11-23T01:04:17.0462487Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0464151Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2022-11-23T01:04:17.0465876Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0467359Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2022-11-23T01:04:17.0469058Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2022-11-23T01:04:17.0470629Z adding 'torch/include/ATen/ops/flatten_native.h' 2022-11-23T01:04:17.0472504Z adding 'torch/include/ATen/ops/flatten_ops.h' 2022-11-23T01:04:17.0474263Z adding 'torch/include/ATen/ops/flip.h' 2022-11-23T01:04:17.0475910Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0477453Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2022-11-23T01:04:17.0479825Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2022-11-23T01:04:17.0481404Z adding 'torch/include/ATen/ops/flip_native.h' 2022-11-23T01:04:17.0483269Z adding 'torch/include/ATen/ops/flip_ops.h' 2022-11-23T01:04:17.0484911Z adding 'torch/include/ATen/ops/fliplr.h' 2022-11-23T01:04:17.0486618Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0488099Z adding 'torch/include/ATen/ops/fliplr_native.h' 2022-11-23T01:04:17.0489714Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2022-11-23T01:04:17.0491263Z adding 'torch/include/ATen/ops/flipud.h' 2022-11-23T01:04:17.0492944Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0494390Z adding 'torch/include/ATen/ops/flipud_native.h' 2022-11-23T01:04:17.0495972Z adding 'torch/include/ATen/ops/flipud_ops.h' 2022-11-23T01:04:17.0497710Z adding 'torch/include/ATen/ops/float_power.h' 2022-11-23T01:04:17.0499632Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0501189Z adding 'torch/include/ATen/ops/float_power_native.h' 2022-11-23T01:04:17.0503341Z adding 'torch/include/ATen/ops/float_power_ops.h' 2022-11-23T01:04:17.0505072Z adding 'torch/include/ATen/ops/floor.h' 2022-11-23T01:04:17.0506816Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0508344Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2022-11-23T01:04:17.0509934Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2022-11-23T01:04:17.0511609Z adding 'torch/include/ATen/ops/floor_divide.h' 2022-11-23T01:04:17.0513394Z adding 'torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0514899Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2022-11-23T01:04:17.0516509Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2022-11-23T01:04:17.0518114Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2022-11-23T01:04:17.0519687Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2022-11-23T01:04:17.0521534Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2022-11-23T01:04:17.0523208Z adding 'torch/include/ATen/ops/floor_meta.h' 2022-11-23T01:04:17.0524901Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2022-11-23T01:04:17.0526474Z adding 'torch/include/ATen/ops/floor_native.h' 2022-11-23T01:04:17.0528207Z adding 'torch/include/ATen/ops/floor_ops.h' 2022-11-23T01:04:17.0529847Z adding 'torch/include/ATen/ops/fmax.h' 2022-11-23T01:04:17.0531560Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0533077Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2022-11-23T01:04:17.0534698Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2022-11-23T01:04:17.0536239Z adding 'torch/include/ATen/ops/fmax_meta.h' 2022-11-23T01:04:17.0537851Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2022-11-23T01:04:17.0539422Z adding 'torch/include/ATen/ops/fmax_native.h' 2022-11-23T01:04:17.0541121Z adding 'torch/include/ATen/ops/fmax_ops.h' 2022-11-23T01:04:17.0542851Z adding 'torch/include/ATen/ops/fmin.h' 2022-11-23T01:04:17.0544619Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0546165Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2022-11-23T01:04:17.0547732Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2022-11-23T01:04:17.0549254Z adding 'torch/include/ATen/ops/fmin_meta.h' 2022-11-23T01:04:17.0550872Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2022-11-23T01:04:17.0552392Z adding 'torch/include/ATen/ops/fmin_native.h' 2022-11-23T01:04:17.0554108Z adding 'torch/include/ATen/ops/fmin_ops.h' 2022-11-23T01:04:17.0555802Z adding 'torch/include/ATen/ops/fmod.h' 2022-11-23T01:04:17.0557558Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0559211Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0560725Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2022-11-23T01:04:17.0562537Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2022-11-23T01:04:17.0563946Z adding 'torch/include/ATen/ops/fmod_meta.h' 2022-11-23T01:04:17.0565579Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2022-11-23T01:04:17.0567224Z adding 'torch/include/ATen/ops/fmod_native.h' 2022-11-23T01:04:17.0569109Z adding 'torch/include/ATen/ops/fmod_ops.h' 2022-11-23T01:04:17.0570864Z adding 'torch/include/ATen/ops/frac.h' 2022-11-23T01:04:17.0572658Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0574413Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2022-11-23T01:04:17.0575870Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2022-11-23T01:04:17.0577347Z adding 'torch/include/ATen/ops/frac_meta.h' 2022-11-23T01:04:17.0578935Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2022-11-23T01:04:17.0580502Z adding 'torch/include/ATen/ops/frac_native.h' 2022-11-23T01:04:17.0582383Z adding 'torch/include/ATen/ops/frac_ops.h' 2022-11-23T01:04:17.0584439Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2022-11-23T01:04:17.0586352Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2022-11-23T01:04:17.0588051Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0589546Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2022-11-23T01:04:17.0591165Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2022-11-23T01:04:17.0592793Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2022-11-23T01:04:17.0594414Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2022-11-23T01:04:17.0595965Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2022-11-23T01:04:17.0597700Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2022-11-23T01:04:17.0599419Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0600944Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2022-11-23T01:04:17.0602640Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2022-11-23T01:04:17.0604227Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2022-11-23T01:04:17.0605906Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2022-11-23T01:04:17.0607511Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2022-11-23T01:04:17.0609242Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2022-11-23T01:04:17.0610961Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2022-11-23T01:04:17.0612691Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2022-11-23T01:04:17.0614376Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:04:17.0616001Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:04:17.0617613Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2022-11-23T01:04:17.0619345Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2022-11-23T01:04:17.0621104Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0622775Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2022-11-23T01:04:17.0624509Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2022-11-23T01:04:17.0626874Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2022-11-23T01:04:17.0628833Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2022-11-23T01:04:17.0630475Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2022-11-23T01:04:17.0632257Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2022-11-23T01:04:17.0633931Z adding 'torch/include/ATen/ops/frexp.h' 2022-11-23T01:04:17.0635622Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0637159Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2022-11-23T01:04:17.0638756Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2022-11-23T01:04:17.0640365Z adding 'torch/include/ATen/ops/frexp_native.h' 2022-11-23T01:04:17.0642059Z adding 'torch/include/ATen/ops/frexp_ops.h' 2022-11-23T01:04:17.0643846Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2022-11-23T01:04:17.0645622Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0647107Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2022-11-23T01:04:17.0648848Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2022-11-23T01:04:17.0650906Z adding 'torch/include/ATen/ops/from_blob.h' 2022-11-23T01:04:17.0652823Z adding 'torch/include/ATen/ops/from_file.h' 2022-11-23T01:04:17.0654615Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0656218Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2022-11-23T01:04:17.0657879Z adding 'torch/include/ATen/ops/from_file_native.h' 2022-11-23T01:04:17.0659611Z adding 'torch/include/ATen/ops/from_file_ops.h' 2022-11-23T01:04:17.0661923Z adding 'torch/include/ATen/ops/full.h' 2022-11-23T01:04:17.0663994Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0665801Z adding 'torch/include/ATen/ops/full_like.h' 2022-11-23T01:04:17.0667692Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0669290Z adding 'torch/include/ATen/ops/full_like_native.h' 2022-11-23T01:04:17.0671251Z adding 'torch/include/ATen/ops/full_like_ops.h' 2022-11-23T01:04:17.0672854Z adding 'torch/include/ATen/ops/full_native.h' 2022-11-23T01:04:17.0674617Z adding 'torch/include/ATen/ops/full_ops.h' 2022-11-23T01:04:17.0676402Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2022-11-23T01:04:17.0678064Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0679522Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2022-11-23T01:04:17.0681183Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2022-11-23T01:04:17.0682819Z adding 'torch/include/ATen/ops/gather.h' 2022-11-23T01:04:17.0684419Z adding 'torch/include/ATen/ops/gather_backward.h' 2022-11-23T01:04:17.0686079Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0687521Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2022-11-23T01:04:17.0689102Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2022-11-23T01:04:17.0690748Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0692215Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0693730Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2022-11-23T01:04:17.0695251Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2022-11-23T01:04:17.0696768Z adding 'torch/include/ATen/ops/gather_meta.h' 2022-11-23T01:04:17.0698171Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2022-11-23T01:04:17.0699623Z adding 'torch/include/ATen/ops/gather_native.h' 2022-11-23T01:04:17.0701353Z adding 'torch/include/ATen/ops/gather_ops.h' 2022-11-23T01:04:17.0703140Z adding 'torch/include/ATen/ops/gcd.h' 2022-11-23T01:04:17.0704822Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0706394Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2022-11-23T01:04:17.0707789Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2022-11-23T01:04:17.0709330Z adding 'torch/include/ATen/ops/gcd_meta.h' 2022-11-23T01:04:17.0710856Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2022-11-23T01:04:17.0712274Z adding 'torch/include/ATen/ops/gcd_native.h' 2022-11-23T01:04:17.0713826Z adding 'torch/include/ATen/ops/gcd_ops.h' 2022-11-23T01:04:17.0715346Z adding 'torch/include/ATen/ops/ge.h' 2022-11-23T01:04:17.0717016Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0718370Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2022-11-23T01:04:17.0719855Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2022-11-23T01:04:17.0721243Z adding 'torch/include/ATen/ops/ge_meta.h' 2022-11-23T01:04:17.0722812Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2022-11-23T01:04:17.0724326Z adding 'torch/include/ATen/ops/ge_native.h' 2022-11-23T01:04:17.0726046Z adding 'torch/include/ATen/ops/ge_ops.h' 2022-11-23T01:04:17.0727603Z adding 'torch/include/ATen/ops/gelu.h' 2022-11-23T01:04:17.0729125Z adding 'torch/include/ATen/ops/gelu_backward.h' 2022-11-23T01:04:17.0730771Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0732087Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2022-11-23T01:04:17.0733646Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2022-11-23T01:04:17.0734946Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2022-11-23T01:04:17.0736504Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2022-11-23T01:04:17.0738001Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2022-11-23T01:04:17.0739595Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2022-11-23T01:04:17.0741334Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0742961Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2022-11-23T01:04:17.0744603Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2022-11-23T01:04:17.0745973Z adding 'torch/include/ATen/ops/gelu_meta.h' 2022-11-23T01:04:17.0747428Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2022-11-23T01:04:17.0748803Z adding 'torch/include/ATen/ops/gelu_native.h' 2022-11-23T01:04:17.0750245Z adding 'torch/include/ATen/ops/gelu_ops.h' 2022-11-23T01:04:17.0751711Z adding 'torch/include/ATen/ops/geometric.h' 2022-11-23T01:04:17.0753345Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0754819Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2022-11-23T01:04:17.0756190Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2022-11-23T01:04:17.0757732Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2022-11-23T01:04:17.0759161Z adding 'torch/include/ATen/ops/geometric_native.h' 2022-11-23T01:04:17.0760743Z adding 'torch/include/ATen/ops/geometric_ops.h' 2022-11-23T01:04:17.0762277Z adding 'torch/include/ATen/ops/geqrf.h' 2022-11-23T01:04:17.0763791Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2022-11-23T01:04:17.0765254Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2022-11-23T01:04:17.0766664Z adding 'torch/include/ATen/ops/geqrf_native.h' 2022-11-23T01:04:17.0768255Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2022-11-23T01:04:17.0769696Z adding 'torch/include/ATen/ops/ger.h' 2022-11-23T01:04:17.0771327Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0772608Z adding 'torch/include/ATen/ops/ger_native.h' 2022-11-23T01:04:17.0774221Z adding 'torch/include/ATen/ops/ger_ops.h' 2022-11-23T01:04:17.0775673Z adding 'torch/include/ATen/ops/glu.h' 2022-11-23T01:04:17.0777269Z adding 'torch/include/ATen/ops/glu_backward.h' 2022-11-23T01:04:17.0779603Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2022-11-23T01:04:17.0780301Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2022-11-23T01:04:17.0782000Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2022-11-23T01:04:17.0783631Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0785094Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2022-11-23T01:04:17.0786498Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2022-11-23T01:04:17.0788124Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2022-11-23T01:04:17.0789849Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2022-11-23T01:04:17.0791440Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2022-11-23T01:04:17.0793075Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2022-11-23T01:04:17.0794913Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0796362Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2022-11-23T01:04:17.0797911Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2022-11-23T01:04:17.0799412Z adding 'torch/include/ATen/ops/glu_jvp.h' 2022-11-23T01:04:17.0801014Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0802552Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2022-11-23T01:04:17.0804158Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2022-11-23T01:04:17.0805598Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2022-11-23T01:04:17.0807094Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2022-11-23T01:04:17.0808484Z adding 'torch/include/ATen/ops/glu_meta.h' 2022-11-23T01:04:17.0809995Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2022-11-23T01:04:17.0811476Z adding 'torch/include/ATen/ops/glu_native.h' 2022-11-23T01:04:17.0813084Z adding 'torch/include/ATen/ops/glu_ops.h' 2022-11-23T01:04:17.0814785Z adding 'torch/include/ATen/ops/gradient.h' 2022-11-23T01:04:17.0816586Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0818096Z adding 'torch/include/ATen/ops/gradient_native.h' 2022-11-23T01:04:17.0820037Z adding 'torch/include/ATen/ops/gradient_ops.h' 2022-11-23T01:04:17.0822211Z adding 'torch/include/ATen/ops/greater.h' 2022-11-23T01:04:17.0823989Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0825610Z adding 'torch/include/ATen/ops/greater_equal.h' 2022-11-23T01:04:17.0827368Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0828997Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2022-11-23T01:04:17.0830910Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2022-11-23T01:04:17.0832581Z adding 'torch/include/ATen/ops/greater_native.h' 2022-11-23T01:04:17.0834443Z adding 'torch/include/ATen/ops/greater_ops.h' 2022-11-23T01:04:17.0836206Z adding 'torch/include/ATen/ops/grid_sampler.h' 2022-11-23T01:04:17.0837899Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2022-11-23T01:04:17.0839686Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2022-11-23T01:04:17.0841487Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0843150Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2022-11-23T01:04:17.0844794Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2022-11-23T01:04:17.0846478Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2022-11-23T01:04:17.0848288Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2022-11-23T01:04:17.0850168Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0851814Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2022-11-23T01:04:17.0853613Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2022-11-23T01:04:17.0855364Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2022-11-23T01:04:17.0858291Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2022-11-23T01:04:17.0860314Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2022-11-23T01:04:17.0862502Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2022-11-23T01:04:17.0864493Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0866294Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2022-11-23T01:04:17.0868088Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2022-11-23T01:04:17.0869872Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2022-11-23T01:04:17.0871871Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2022-11-23T01:04:17.0873821Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0875579Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2022-11-23T01:04:17.0877368Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2022-11-23T01:04:17.0879121Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2022-11-23T01:04:17.0881027Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2022-11-23T01:04:17.0883033Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0884668Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2022-11-23T01:04:17.0886261Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2022-11-23T01:04:17.0887820Z adding 'torch/include/ATen/ops/group_norm.h' 2022-11-23T01:04:17.0889492Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0890960Z adding 'torch/include/ATen/ops/group_norm_native.h' 2022-11-23T01:04:17.0892591Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2022-11-23T01:04:17.0894226Z adding 'torch/include/ATen/ops/gru.h' 2022-11-23T01:04:17.0895842Z adding 'torch/include/ATen/ops/gru_cell.h' 2022-11-23T01:04:17.0897531Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0898988Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2022-11-23T01:04:17.0900629Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2022-11-23T01:04:17.0902513Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.0904082Z adding 'torch/include/ATen/ops/gru_native.h' 2022-11-23T01:04:17.0905820Z adding 'torch/include/ATen/ops/gru_ops.h' 2022-11-23T01:04:17.0907501Z adding 'torch/include/ATen/ops/gt.h' 2022-11-23T01:04:17.0909243Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0910739Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2022-11-23T01:04:17.0912363Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2022-11-23T01:04:17.0913950Z adding 'torch/include/ATen/ops/gt_meta.h' 2022-11-23T01:04:17.0915560Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2022-11-23T01:04:17.0917122Z adding 'torch/include/ATen/ops/gt_native.h' 2022-11-23T01:04:17.0918944Z adding 'torch/include/ATen/ops/gt_ops.h' 2022-11-23T01:04:17.0921015Z adding 'torch/include/ATen/ops/hamming_window.h' 2022-11-23T01:04:17.0923127Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0924771Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2022-11-23T01:04:17.0926887Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2022-11-23T01:04:17.0928863Z adding 'torch/include/ATen/ops/hann_window.h' 2022-11-23T01:04:17.0930685Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0932218Z adding 'torch/include/ATen/ops/hann_window_native.h' 2022-11-23T01:04:17.0934030Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2022-11-23T01:04:17.0935755Z adding 'torch/include/ATen/ops/hardshrink.h' 2022-11-23T01:04:17.0937422Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2022-11-23T01:04:17.0939184Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0940677Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2022-11-23T01:04:17.0942575Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2022-11-23T01:04:17.0944137Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2022-11-23T01:04:17.0945713Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2022-11-23T01:04:17.0947209Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2022-11-23T01:04:17.0948847Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2022-11-23T01:04:17.0950576Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0952062Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2022-11-23T01:04:17.0953744Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2022-11-23T01:04:17.0955239Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2022-11-23T01:04:17.0956793Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2022-11-23T01:04:17.0958290Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2022-11-23T01:04:17.0959886Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2022-11-23T01:04:17.0961501Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2022-11-23T01:04:17.0963184Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2022-11-23T01:04:17.0964959Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0966493Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2022-11-23T01:04:17.0968066Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2022-11-23T01:04:17.0969552Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2022-11-23T01:04:17.0971155Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2022-11-23T01:04:17.0972670Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2022-11-23T01:04:17.0974284Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2022-11-23T01:04:17.0976055Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.0977562Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2022-11-23T01:04:17.0979201Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2022-11-23T01:04:17.0980621Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2022-11-23T01:04:17.0982428Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2022-11-23T01:04:17.0984000Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2022-11-23T01:04:17.0985631Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2022-11-23T01:04:17.0987245Z adding 'torch/include/ATen/ops/hardswish.h' 2022-11-23T01:04:17.0988865Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2022-11-23T01:04:17.0990566Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.0992081Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2022-11-23T01:04:17.0993645Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2022-11-23T01:04:17.0995121Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2022-11-23T01:04:17.0996740Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2022-11-23T01:04:17.0998323Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2022-11-23T01:04:17.0999909Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2022-11-23T01:04:17.1001450Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2022-11-23T01:04:17.1003067Z adding 'torch/include/ATen/ops/hardswish_native.h' 2022-11-23T01:04:17.1004743Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2022-11-23T01:04:17.1006419Z adding 'torch/include/ATen/ops/hardtanh.h' 2022-11-23T01:04:17.1008075Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2022-11-23T01:04:17.1009759Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2022-11-23T01:04:17.1011313Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2022-11-23T01:04:17.1012855Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2022-11-23T01:04:17.1014506Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2022-11-23T01:04:17.1016227Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2022-11-23T01:04:17.1017821Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2022-11-23T01:04:17.1019403Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2022-11-23T01:04:17.1020934Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2022-11-23T01:04:17.1023007Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2022-11-23T01:04:17.1024646Z adding 'torch/include/ATen/ops/heaviside.h' 2022-11-23T01:04:17.1026232Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1027805Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2022-11-23T01:04:17.1029295Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2022-11-23T01:04:17.1030700Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2022-11-23T01:04:17.1032016Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2022-11-23T01:04:17.1033510Z adding 'torch/include/ATen/ops/heaviside_native.h' 2022-11-23T01:04:17.1035113Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2022-11-23T01:04:17.1036823Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2022-11-23T01:04:17.1038291Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1039734Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2022-11-23T01:04:17.1041498Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2022-11-23T01:04:17.1043247Z adding 'torch/include/ATen/ops/histc.h' 2022-11-23T01:04:17.1045041Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2022-11-23T01:04:17.1046689Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2022-11-23T01:04:17.1048289Z adding 'torch/include/ATen/ops/histc_native.h' 2022-11-23T01:04:17.1050209Z adding 'torch/include/ATen/ops/histc_ops.h' 2022-11-23T01:04:17.1052062Z adding 'torch/include/ATen/ops/histogram.h' 2022-11-23T01:04:17.1053937Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2022-11-23T01:04:17.1055619Z adding 'torch/include/ATen/ops/histogram_native.h' 2022-11-23T01:04:17.1057679Z adding 'torch/include/ATen/ops/histogram_ops.h' 2022-11-23T01:04:17.1059618Z adding 'torch/include/ATen/ops/histogramdd.h' 2022-11-23T01:04:17.1061531Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1063067Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2022-11-23T01:04:17.1064983Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2022-11-23T01:04:17.1066580Z adding 'torch/include/ATen/ops/hsplit.h' 2022-11-23T01:04:17.1068444Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1069774Z adding 'torch/include/ATen/ops/hsplit_native.h' 2022-11-23T01:04:17.1071423Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2022-11-23T01:04:17.1072969Z adding 'torch/include/ATen/ops/hspmm.h' 2022-11-23T01:04:17.1074510Z adding 'torch/include/ATen/ops/hspmm_native.h' 2022-11-23T01:04:17.1076032Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2022-11-23T01:04:17.1077795Z adding 'torch/include/ATen/ops/hstack.h' 2022-11-23T01:04:17.1079380Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1080879Z adding 'torch/include/ATen/ops/hstack_native.h' 2022-11-23T01:04:17.1082561Z adding 'torch/include/ATen/ops/hstack_ops.h' 2022-11-23T01:04:17.1084264Z adding 'torch/include/ATen/ops/huber_loss.h' 2022-11-23T01:04:17.1085932Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2022-11-23T01:04:17.1087882Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.1089446Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2022-11-23T01:04:17.1091050Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2022-11-23T01:04:17.1092540Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2022-11-23T01:04:17.1094304Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2022-11-23T01:04:17.1095873Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2022-11-23T01:04:17.1097374Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2022-11-23T01:04:17.1098782Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2022-11-23T01:04:17.1100410Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2022-11-23T01:04:17.1102129Z adding 'torch/include/ATen/ops/hypot.h' 2022-11-23T01:04:17.1103839Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1105251Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2022-11-23T01:04:17.1106788Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2022-11-23T01:04:17.1108199Z adding 'torch/include/ATen/ops/hypot_meta.h' 2022-11-23T01:04:17.1109717Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2022-11-23T01:04:17.1111118Z adding 'torch/include/ATen/ops/hypot_native.h' 2022-11-23T01:04:17.1112718Z adding 'torch/include/ATen/ops/hypot_ops.h' 2022-11-23T01:04:17.1114247Z adding 'torch/include/ATen/ops/i0.h' 2022-11-23T01:04:17.1115976Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1117283Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2022-11-23T01:04:17.1118774Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2022-11-23T01:04:17.1120207Z adding 'torch/include/ATen/ops/i0_meta.h' 2022-11-23T01:04:17.1121725Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2022-11-23T01:04:17.1123207Z adding 'torch/include/ATen/ops/i0_native.h' 2022-11-23T01:04:17.1124851Z adding 'torch/include/ATen/ops/i0_ops.h' 2022-11-23T01:04:17.1126405Z adding 'torch/include/ATen/ops/igamma.h' 2022-11-23T01:04:17.1128132Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1129458Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2022-11-23T01:04:17.1131033Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2022-11-23T01:04:17.1132484Z adding 'torch/include/ATen/ops/igamma_meta.h' 2022-11-23T01:04:17.1134015Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2022-11-23T01:04:17.1135545Z adding 'torch/include/ATen/ops/igamma_native.h' 2022-11-23T01:04:17.1137071Z adding 'torch/include/ATen/ops/igamma_ops.h' 2022-11-23T01:04:17.1138603Z adding 'torch/include/ATen/ops/igammac.h' 2022-11-23T01:04:17.1140358Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1141858Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2022-11-23T01:04:17.1143406Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2022-11-23T01:04:17.1144849Z adding 'torch/include/ATen/ops/igammac_meta.h' 2022-11-23T01:04:17.1146401Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2022-11-23T01:04:17.1147833Z adding 'torch/include/ATen/ops/igammac_native.h' 2022-11-23T01:04:17.1149467Z adding 'torch/include/ATen/ops/igammac_ops.h' 2022-11-23T01:04:17.1151054Z adding 'torch/include/ATen/ops/im2col.h' 2022-11-23T01:04:17.1152681Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2022-11-23T01:04:17.1154230Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2022-11-23T01:04:17.1155702Z adding 'torch/include/ATen/ops/im2col_native.h' 2022-11-23T01:04:17.1157386Z adding 'torch/include/ATen/ops/im2col_ops.h' 2022-11-23T01:04:17.1158884Z adding 'torch/include/ATen/ops/imag.h' 2022-11-23T01:04:17.1160526Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1161852Z adding 'torch/include/ATen/ops/imag_native.h' 2022-11-23T01:04:17.1163403Z adding 'torch/include/ATen/ops/imag_ops.h' 2022-11-23T01:04:17.1164985Z adding 'torch/include/ATen/ops/index.h' 2022-11-23T01:04:17.1166621Z adding 'torch/include/ATen/ops/index_add.h' 2022-11-23T01:04:17.1168443Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1169885Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1171372Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2022-11-23T01:04:17.1172978Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2022-11-23T01:04:17.1184771Z adding 'torch/include/ATen/ops/index_add_meta.h' 2022-11-23T01:04:17.1185387Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2022-11-23T01:04:17.1185709Z adding 'torch/include/ATen/ops/index_add_native.h' 2022-11-23T01:04:17.1185970Z adding 'torch/include/ATen/ops/index_add_ops.h' 2022-11-23T01:04:17.1186235Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1186501Z adding 'torch/include/ATen/ops/index_copy.h' 2022-11-23T01:04:17.1186766Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1186989Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1187749Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2022-11-23T01:04:17.1189502Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2022-11-23T01:04:17.1191223Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2022-11-23T01:04:17.1192978Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2022-11-23T01:04:17.1194578Z adding 'torch/include/ATen/ops/index_copy_native.h' 2022-11-23T01:04:17.1196519Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2022-11-23T01:04:17.1198327Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2022-11-23T01:04:17.1200017Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2022-11-23T01:04:17.1201853Z adding 'torch/include/ATen/ops/index_fill.h' 2022-11-23T01:04:17.1203835Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.1205580Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1207215Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2022-11-23T01:04:17.1208955Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2022-11-23T01:04:17.1210624Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2022-11-23T01:04:17.1212321Z adding 'torch/include/ATen/ops/index_fill_native.h' 2022-11-23T01:04:17.1214641Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2022-11-23T01:04:17.1216612Z adding 'torch/include/ATen/ops/index_meta.h' 2022-11-23T01:04:17.1218356Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2022-11-23T01:04:17.1220023Z adding 'torch/include/ATen/ops/index_native.h' 2022-11-23T01:04:17.1222026Z adding 'torch/include/ATen/ops/index_ops.h' 2022-11-23T01:04:17.1223967Z adding 'torch/include/ATen/ops/index_put.h' 2022-11-23T01:04:17.1225830Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.1227260Z adding 'torch/include/ATen/ops/index_put_native.h' 2022-11-23T01:04:17.1229151Z adding 'torch/include/ATen/ops/index_put_ops.h' 2022-11-23T01:04:17.1230950Z adding 'torch/include/ATen/ops/index_reduce.h' 2022-11-23T01:04:17.1232870Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1234498Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2022-11-23T01:04:17.1236253Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2022-11-23T01:04:17.1237969Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2022-11-23T01:04:17.1240517Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2022-11-23T01:04:17.1242360Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2022-11-23T01:04:17.1244229Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2022-11-23T01:04:17.1246058Z adding 'torch/include/ATen/ops/index_select.h' 2022-11-23T01:04:17.1247897Z adding 'torch/include/ATen/ops/index_select_backward.h' 2022-11-23T01:04:17.1249860Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1251370Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2022-11-23T01:04:17.1253106Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2022-11-23T01:04:17.1254934Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1256636Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2022-11-23T01:04:17.1258201Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2022-11-23T01:04:17.1259821Z adding 'torch/include/ATen/ops/index_select_native.h' 2022-11-23T01:04:17.1261861Z adding 'torch/include/ATen/ops/index_select_ops.h' 2022-11-23T01:04:17.1263515Z adding 'torch/include/ATen/ops/indices.h' 2022-11-23T01:04:17.1265201Z adding 'torch/include/ATen/ops/indices_copy.h' 2022-11-23T01:04:17.1267013Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.1268719Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1270167Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2022-11-23T01:04:17.1271912Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2022-11-23T01:04:17.1273656Z adding 'torch/include/ATen/ops/indices_native.h' 2022-11-23T01:04:17.1275245Z adding 'torch/include/ATen/ops/indices_ops.h' 2022-11-23T01:04:17.1277071Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2022-11-23T01:04:17.1278842Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1280288Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2022-11-23T01:04:17.1282042Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2022-11-23T01:04:17.1283673Z adding 'torch/include/ATen/ops/inner.h' 2022-11-23T01:04:17.1285822Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1287234Z adding 'torch/include/ATen/ops/inner_native.h' 2022-11-23T01:04:17.1288951Z adding 'torch/include/ATen/ops/inner_ops.h' 2022-11-23T01:04:17.1290791Z adding 'torch/include/ATen/ops/instance_norm.h' 2022-11-23T01:04:17.1292420Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1293807Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2022-11-23T01:04:17.1295543Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2022-11-23T01:04:17.1297171Z adding 'torch/include/ATen/ops/int_repr.h' 2022-11-23T01:04:17.1299064Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.1300545Z adding 'torch/include/ATen/ops/int_repr_native.h' 2022-11-23T01:04:17.1302649Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2022-11-23T01:04:17.1304361Z adding 'torch/include/ATen/ops/inverse.h' 2022-11-23T01:04:17.1306256Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1307844Z adding 'torch/include/ATen/ops/inverse_native.h' 2022-11-23T01:04:17.1309515Z adding 'torch/include/ATen/ops/inverse_ops.h' 2022-11-23T01:04:17.1311087Z adding 'torch/include/ATen/ops/is_coalesced.h' 2022-11-23T01:04:17.1312644Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2022-11-23T01:04:17.1314235Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2022-11-23T01:04:17.1315777Z adding 'torch/include/ATen/ops/is_complex.h' 2022-11-23T01:04:17.1317474Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1318977Z adding 'torch/include/ATen/ops/is_complex_native.h' 2022-11-23T01:04:17.1320639Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2022-11-23T01:04:17.1322203Z adding 'torch/include/ATen/ops/is_conj.h' 2022-11-23T01:04:17.1324053Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1325546Z adding 'torch/include/ATen/ops/is_conj_native.h' 2022-11-23T01:04:17.1327169Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2022-11-23T01:04:17.1328778Z adding 'torch/include/ATen/ops/is_distributed.h' 2022-11-23T01:04:17.1330475Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1331950Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2022-11-23T01:04:17.1333559Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2022-11-23T01:04:17.1335218Z adding 'torch/include/ATen/ops/is_floating_point.h' 2022-11-23T01:04:17.1336918Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1338391Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2022-11-23T01:04:17.1340190Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2022-11-23T01:04:17.1341849Z adding 'torch/include/ATen/ops/is_inference.h' 2022-11-23T01:04:17.1343581Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1345021Z adding 'torch/include/ATen/ops/is_inference_native.h' 2022-11-23T01:04:17.1346676Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2022-11-23T01:04:17.1348241Z adding 'torch/include/ATen/ops/is_leaf.h' 2022-11-23T01:04:17.1349913Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1351411Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2022-11-23T01:04:17.1353095Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2022-11-23T01:04:17.1354665Z adding 'torch/include/ATen/ops/is_neg.h' 2022-11-23T01:04:17.1356388Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1357805Z adding 'torch/include/ATen/ops/is_neg_native.h' 2022-11-23T01:04:17.1359459Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2022-11-23T01:04:17.1361033Z adding 'torch/include/ATen/ops/is_nonzero.h' 2022-11-23T01:04:17.1362800Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1364247Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2022-11-23T01:04:17.1365944Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2022-11-23T01:04:17.1367411Z adding 'torch/include/ATen/ops/is_pinned.h' 2022-11-23T01:04:17.1369165Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.1370826Z adding 'torch/include/ATen/ops/is_pinned_cuda_dispatch.h' 2022-11-23T01:04:17.1372302Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2022-11-23T01:04:17.1374002Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2022-11-23T01:04:17.1375493Z adding 'torch/include/ATen/ops/is_same_size.h' 2022-11-23T01:04:17.1377234Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.1378642Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2022-11-23T01:04:17.1380293Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2022-11-23T01:04:17.1381936Z adding 'torch/include/ATen/ops/is_set_to.h' 2022-11-23T01:04:17.1384261Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2022-11-23T01:04:17.1386093Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2022-11-23T01:04:17.1387887Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2022-11-23T01:04:17.1390038Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2022-11-23T01:04:17.1391817Z adding 'torch/include/ATen/ops/is_signed.h' 2022-11-23T01:04:17.1394040Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1395722Z adding 'torch/include/ATen/ops/is_signed_native.h' 2022-11-23T01:04:17.1397861Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2022-11-23T01:04:17.1399696Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2022-11-23T01:04:17.1401791Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1403419Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2022-11-23T01:04:17.1405574Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2022-11-23T01:04:17.1407547Z adding 'torch/include/ATen/ops/isclose.h' 2022-11-23T01:04:17.1409786Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1411474Z adding 'torch/include/ATen/ops/isclose_native.h' 2022-11-23T01:04:17.1413633Z adding 'torch/include/ATen/ops/isclose_ops.h' 2022-11-23T01:04:17.1415358Z adding 'torch/include/ATen/ops/isfinite.h' 2022-11-23T01:04:17.1417511Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1419081Z adding 'torch/include/ATen/ops/isfinite_native.h' 2022-11-23T01:04:17.1421235Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2022-11-23T01:04:17.1423491Z adding 'torch/include/ATen/ops/isin.h' 2022-11-23T01:04:17.1425685Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1427467Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2022-11-23T01:04:17.1429710Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2022-11-23T01:04:17.1431583Z adding 'torch/include/ATen/ops/isin_meta.h' 2022-11-23T01:04:17.1433684Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2022-11-23T01:04:17.1435464Z adding 'torch/include/ATen/ops/isin_native.h' 2022-11-23T01:04:17.1437849Z adding 'torch/include/ATen/ops/isin_ops.h' 2022-11-23T01:04:17.1439842Z adding 'torch/include/ATen/ops/isinf.h' 2022-11-23T01:04:17.1441851Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.1443599Z adding 'torch/include/ATen/ops/isinf_native.h' 2022-11-23T01:04:17.1445759Z adding 'torch/include/ATen/ops/isinf_ops.h' 2022-11-23T01:04:17.1447604Z adding 'torch/include/ATen/ops/isnan.h' 2022-11-23T01:04:17.1449738Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.1451458Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2022-11-23T01:04:17.1453432Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2022-11-23T01:04:17.1455154Z adding 'torch/include/ATen/ops/isnan_native.h' 2022-11-23T01:04:17.1457287Z adding 'torch/include/ATen/ops/isnan_ops.h' 2022-11-23T01:04:17.1459035Z adding 'torch/include/ATen/ops/isneginf.h' 2022-11-23T01:04:17.1461231Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1463047Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2022-11-23T01:04:17.1465252Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2022-11-23T01:04:17.1466938Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2022-11-23T01:04:17.1469119Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2022-11-23T01:04:17.1470801Z adding 'torch/include/ATen/ops/isneginf_native.h' 2022-11-23T01:04:17.1473002Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2022-11-23T01:04:17.1474797Z adding 'torch/include/ATen/ops/isposinf.h' 2022-11-23T01:04:17.1476994Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1478645Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2022-11-23T01:04:17.1480774Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2022-11-23T01:04:17.1482499Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2022-11-23T01:04:17.1484621Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2022-11-23T01:04:17.1486361Z adding 'torch/include/ATen/ops/isposinf_native.h' 2022-11-23T01:04:17.1488476Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2022-11-23T01:04:17.1490201Z adding 'torch/include/ATen/ops/isreal.h' 2022-11-23T01:04:17.1492373Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1493908Z adding 'torch/include/ATen/ops/isreal_native.h' 2022-11-23T01:04:17.1496045Z adding 'torch/include/ATen/ops/isreal_ops.h' 2022-11-23T01:04:17.1497991Z adding 'torch/include/ATen/ops/istft.h' 2022-11-23T01:04:17.1500173Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1501980Z adding 'torch/include/ATen/ops/istft_native.h' 2022-11-23T01:04:17.1504472Z adding 'torch/include/ATen/ops/istft_ops.h' 2022-11-23T01:04:17.1506145Z adding 'torch/include/ATen/ops/item.h' 2022-11-23T01:04:17.1508339Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1509913Z adding 'torch/include/ATen/ops/item_native.h' 2022-11-23T01:04:17.1512031Z adding 'torch/include/ATen/ops/item_ops.h' 2022-11-23T01:04:17.1514333Z adding 'torch/include/ATen/ops/kaiser_window.h' 2022-11-23T01:04:17.1516639Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.1518283Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2022-11-23T01:04:17.1520812Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2022-11-23T01:04:17.1522852Z adding 'torch/include/ATen/ops/kl_div.h' 2022-11-23T01:04:17.1525094Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1526622Z adding 'torch/include/ATen/ops/kl_div_native.h' 2022-11-23T01:04:17.1528965Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2022-11-23T01:04:17.1530726Z adding 'torch/include/ATen/ops/kron.h' 2022-11-23T01:04:17.1532929Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1534503Z adding 'torch/include/ATen/ops/kron_native.h' 2022-11-23T01:04:17.1536784Z adding 'torch/include/ATen/ops/kron_ops.h' 2022-11-23T01:04:17.1538774Z adding 'torch/include/ATen/ops/kthvalue.h' 2022-11-23T01:04:17.1540958Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.1542902Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1545711Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2022-11-23T01:04:17.1546706Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2022-11-23T01:04:17.1548935Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2022-11-23T01:04:17.1551600Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2022-11-23T01:04:17.1553147Z adding 'torch/include/ATen/ops/l1_loss.h' 2022-11-23T01:04:17.1555555Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1557262Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2022-11-23T01:04:17.1559410Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2022-11-23T01:04:17.1562337Z adding 'torch/include/ATen/ops/layer_norm.h' 2022-11-23T01:04:17.1564492Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1565757Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2022-11-23T01:04:17.1567565Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2022-11-23T01:04:17.1568819Z adding 'torch/include/ATen/ops/lcm.h' 2022-11-23T01:04:17.1570687Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1572388Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2022-11-23T01:04:17.1573938Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2022-11-23T01:04:17.1575425Z adding 'torch/include/ATen/ops/lcm_meta.h' 2022-11-23T01:04:17.1576937Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2022-11-23T01:04:17.1578420Z adding 'torch/include/ATen/ops/lcm_native.h' 2022-11-23T01:04:17.1580106Z adding 'torch/include/ATen/ops/lcm_ops.h' 2022-11-23T01:04:17.1581789Z adding 'torch/include/ATen/ops/ldexp.h' 2022-11-23T01:04:17.1583408Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1584782Z adding 'torch/include/ATen/ops/ldexp_native.h' 2022-11-23T01:04:17.1586439Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2022-11-23T01:04:17.1588122Z adding 'torch/include/ATen/ops/le.h' 2022-11-23T01:04:17.1589858Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1591339Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2022-11-23T01:04:17.1592830Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2022-11-23T01:04:17.1594380Z adding 'torch/include/ATen/ops/le_meta.h' 2022-11-23T01:04:17.1595839Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2022-11-23T01:04:17.1597303Z adding 'torch/include/ATen/ops/le_native.h' 2022-11-23T01:04:17.1599014Z adding 'torch/include/ATen/ops/le_ops.h' 2022-11-23T01:04:17.1600686Z adding 'torch/include/ATen/ops/leaky_relu.h' 2022-11-23T01:04:17.1602356Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2022-11-23T01:04:17.1604084Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1605445Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2022-11-23T01:04:17.1606930Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2022-11-23T01:04:17.1608383Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2022-11-23T01:04:17.1609876Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2022-11-23T01:04:17.1611342Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2022-11-23T01:04:17.1612938Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2022-11-23T01:04:17.1614585Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1615999Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2022-11-23T01:04:17.1617483Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2022-11-23T01:04:17.1618906Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2022-11-23T01:04:17.1620441Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2022-11-23T01:04:17.1622010Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2022-11-23T01:04:17.1623544Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2022-11-23T01:04:17.1625240Z adding 'torch/include/ATen/ops/lerp.h' 2022-11-23T01:04:17.1626931Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1628481Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2022-11-23T01:04:17.1630002Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2022-11-23T01:04:17.1631498Z adding 'torch/include/ATen/ops/lerp_meta.h' 2022-11-23T01:04:17.1633054Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2022-11-23T01:04:17.1634458Z adding 'torch/include/ATen/ops/lerp_native.h' 2022-11-23T01:04:17.1636200Z adding 'torch/include/ATen/ops/lerp_ops.h' 2022-11-23T01:04:17.1637926Z adding 'torch/include/ATen/ops/less.h' 2022-11-23T01:04:17.1639607Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1641148Z adding 'torch/include/ATen/ops/less_equal.h' 2022-11-23T01:04:17.1642954Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1644367Z adding 'torch/include/ATen/ops/less_equal_native.h' 2022-11-23T01:04:17.1646032Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2022-11-23T01:04:17.1647607Z adding 'torch/include/ATen/ops/less_native.h' 2022-11-23T01:04:17.1650109Z adding 'torch/include/ATen/ops/less_ops.h' 2022-11-23T01:04:17.1651834Z adding 'torch/include/ATen/ops/lgamma.h' 2022-11-23T01:04:17.1653512Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1654896Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2022-11-23T01:04:17.1656357Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2022-11-23T01:04:17.1657978Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2022-11-23T01:04:17.1659371Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2022-11-23T01:04:17.1660756Z adding 'torch/include/ATen/ops/lgamma_native.h' 2022-11-23T01:04:17.1662379Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2022-11-23T01:04:17.1664049Z adding 'torch/include/ATen/ops/lift.h' 2022-11-23T01:04:17.1665636Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.1667083Z adding 'torch/include/ATen/ops/lift_fresh.h' 2022-11-23T01:04:17.1668604Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.1670029Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2022-11-23T01:04:17.1671782Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.1673353Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1674842Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2022-11-23T01:04:17.1676633Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2022-11-23T01:04:17.1678221Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2022-11-23T01:04:17.1679892Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2022-11-23T01:04:17.1681465Z adding 'torch/include/ATen/ops/lift_native.h' 2022-11-23T01:04:17.1683420Z adding 'torch/include/ATen/ops/lift_ops.h' 2022-11-23T01:04:17.1685013Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2022-11-23T01:04:17.1686784Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1688451Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2022-11-23T01:04:17.1690330Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1691939Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2022-11-23T01:04:17.1693651Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2022-11-23T01:04:17.1695304Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2022-11-23T01:04:17.1696939Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2022-11-23T01:04:17.1698551Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2022-11-23T01:04:17.1700389Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2022-11-23T01:04:17.1702133Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2022-11-23T01:04:17.1704168Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2022-11-23T01:04:17.1705981Z adding 'torch/include/ATen/ops/linalg_cond.h' 2022-11-23T01:04:17.1707826Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1709430Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2022-11-23T01:04:17.1711216Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2022-11-23T01:04:17.1712985Z adding 'torch/include/ATen/ops/linalg_cross.h' 2022-11-23T01:04:17.1714772Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1716366Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2022-11-23T01:04:17.1718049Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2022-11-23T01:04:17.1719657Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2022-11-23T01:04:17.1721379Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2022-11-23T01:04:17.1722994Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2022-11-23T01:04:17.1724749Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2022-11-23T01:04:17.1726433Z adding 'torch/include/ATen/ops/linalg_det.h' 2022-11-23T01:04:17.1728189Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1729688Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2022-11-23T01:04:17.1731441Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2022-11-23T01:04:17.1733115Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2022-11-23T01:04:17.1734837Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1736432Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2022-11-23T01:04:17.1738146Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2022-11-23T01:04:17.1739899Z adding 'torch/include/ATen/ops/linalg_eig.h' 2022-11-23T01:04:17.1741840Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2022-11-23T01:04:17.1743592Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2022-11-23T01:04:17.1745207Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2022-11-23T01:04:17.1747095Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2022-11-23T01:04:17.1748906Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2022-11-23T01:04:17.1750771Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1752365Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2022-11-23T01:04:17.1754223Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2022-11-23T01:04:17.1755892Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2022-11-23T01:04:17.1757687Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1759191Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2022-11-23T01:04:17.1760942Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2022-11-23T01:04:17.1762683Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2022-11-23T01:04:17.1764521Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1766050Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2022-11-23T01:04:17.1767807Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2022-11-23T01:04:17.1769527Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2022-11-23T01:04:17.1771278Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2022-11-23T01:04:17.1772989Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2022-11-23T01:04:17.1775504Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2022-11-23T01:04:17.1776618Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2022-11-23T01:04:17.1778174Z adding 'torch/include/ATen/ops/linalg_inv.h' 2022-11-23T01:04:17.1779871Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1781751Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2022-11-23T01:04:17.1783625Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1785279Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2022-11-23T01:04:17.1787140Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2022-11-23T01:04:17.1788817Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2022-11-23T01:04:17.1790505Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2022-11-23T01:04:17.1792088Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2022-11-23T01:04:17.1793881Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2022-11-23T01:04:17.1795465Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2022-11-23T01:04:17.1797235Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2022-11-23T01:04:17.1798901Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2022-11-23T01:04:17.1800695Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1802186Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2022-11-23T01:04:17.1803954Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1805452Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2022-11-23T01:04:17.1806962Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2022-11-23T01:04:17.1808383Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2022-11-23T01:04:17.1809933Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2022-11-23T01:04:17.1811513Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2022-11-23T01:04:17.1813242Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2022-11-23T01:04:17.1814824Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2022-11-23T01:04:17.1816419Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2022-11-23T01:04:17.1818045Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2022-11-23T01:04:17.1819771Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1822042Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2022-11-23T01:04:17.1823140Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2022-11-23T01:04:17.1824886Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2022-11-23T01:04:17.1826667Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2022-11-23T01:04:17.1828263Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2022-11-23T01:04:17.1830117Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2022-11-23T01:04:17.1831855Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2022-11-23T01:04:17.1833838Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.1835454Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2022-11-23T01:04:17.1837216Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2022-11-23T01:04:17.1839027Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2022-11-23T01:04:17.1840761Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2022-11-23T01:04:17.1842761Z adding 'torch/include/ATen/ops/linalg_lu.h' 2022-11-23T01:04:17.1844221Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1845742Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2022-11-23T01:04:17.1847295Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2022-11-23T01:04:17.1848954Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2022-11-23T01:04:17.1850638Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1852183Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2022-11-23T01:04:17.1853870Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1855329Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2022-11-23T01:04:17.1856994Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2022-11-23T01:04:17.1858432Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2022-11-23T01:04:17.1859949Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2022-11-23T01:04:17.1861477Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2022-11-23T01:04:17.1863506Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2022-11-23T01:04:17.1865047Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2022-11-23T01:04:17.1866790Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2022-11-23T01:04:17.1868378Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2022-11-23T01:04:17.1869864Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2022-11-23T01:04:17.1871269Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2022-11-23T01:04:17.1873038Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2022-11-23T01:04:17.1874518Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2022-11-23T01:04:17.1876352Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1877751Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2022-11-23T01:04:17.1879390Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2022-11-23T01:04:17.1880947Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2022-11-23T01:04:17.1882543Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2022-11-23T01:04:17.1884008Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2022-11-23T01:04:17.1885657Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2022-11-23T01:04:17.1887163Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2022-11-23T01:04:17.1888890Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1890301Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2022-11-23T01:04:17.1892012Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2022-11-23T01:04:17.1893565Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2022-11-23T01:04:17.1895304Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.1896784Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2022-11-23T01:04:17.1898279Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2022-11-23T01:04:17.1900031Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2022-11-23T01:04:17.1901757Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2022-11-23T01:04:17.1903754Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2022-11-23T01:04:17.1905304Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1907096Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2022-11-23T01:04:17.1908761Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2022-11-23T01:04:17.1910383Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2022-11-23T01:04:17.1912022Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1913517Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2022-11-23T01:04:17.1915005Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2022-11-23T01:04:17.1916817Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2022-11-23T01:04:17.1918687Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1920393Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2022-11-23T01:04:17.1922553Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2022-11-23T01:04:17.1924540Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2022-11-23T01:04:17.1926316Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1927803Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2022-11-23T01:04:17.1929578Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2022-11-23T01:04:17.1931385Z adding 'torch/include/ATen/ops/linalg_norm.h' 2022-11-23T01:04:17.1933371Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1934905Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2022-11-23T01:04:17.1936890Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2022-11-23T01:04:17.1938916Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2022-11-23T01:04:17.1940831Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.1942715Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1944419Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1945994Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2022-11-23T01:04:17.1948105Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2022-11-23T01:04:17.1950112Z adding 'torch/include/ATen/ops/linalg_qr.h' 2022-11-23T01:04:17.1951862Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.1953481Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2022-11-23T01:04:17.1955189Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2022-11-23T01:04:17.1956832Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2022-11-23T01:04:17.1958546Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2022-11-23T01:04:17.1960169Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2022-11-23T01:04:17.1961994Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2022-11-23T01:04:17.1963932Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2022-11-23T01:04:17.1965739Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1967288Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2022-11-23T01:04:17.1969070Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2022-11-23T01:04:17.1970802Z adding 'torch/include/ATen/ops/linalg_solve.h' 2022-11-23T01:04:17.1972578Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1974251Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2022-11-23T01:04:17.1976099Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1977725Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2022-11-23T01:04:17.1979525Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2022-11-23T01:04:17.1981201Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2022-11-23T01:04:17.1983083Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2022-11-23T01:04:17.1984865Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2022-11-23T01:04:17.1986618Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2022-11-23T01:04:17.1988306Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2022-11-23T01:04:17.1989977Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2022-11-23T01:04:17.1991760Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2022-11-23T01:04:17.1993514Z adding 'torch/include/ATen/ops/linalg_svd.h' 2022-11-23T01:04:17.1995331Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.1996923Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2022-11-23T01:04:17.1998738Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2022-11-23T01:04:17.2000459Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2022-11-23T01:04:17.2002354Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2003987Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2022-11-23T01:04:17.2005742Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2022-11-23T01:04:17.2007439Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2022-11-23T01:04:17.2009253Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2010805Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2022-11-23T01:04:17.2012592Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2022-11-23T01:04:17.2014356Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2022-11-23T01:04:17.2016261Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2017802Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2022-11-23T01:04:17.2019702Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2022-11-23T01:04:17.2021336Z adding 'torch/include/ATen/ops/linalg_vander.h' 2022-11-23T01:04:17.2023281Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2024817Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2022-11-23T01:04:17.2026503Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2022-11-23T01:04:17.2028083Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2022-11-23T01:04:17.2030051Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2031446Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2022-11-23T01:04:17.2033173Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2022-11-23T01:04:17.2034966Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2022-11-23T01:04:17.2036844Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2038454Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2022-11-23T01:04:17.2040980Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2022-11-23T01:04:17.2042833Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2022-11-23T01:04:17.2044572Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2022-11-23T01:04:17.2046198Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2022-11-23T01:04:17.2048068Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2022-11-23T01:04:17.2049849Z adding 'torch/include/ATen/ops/linear.h' 2022-11-23T01:04:17.2051679Z adding 'torch/include/ATen/ops/linear_backward.h' 2022-11-23T01:04:17.2053557Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2055106Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2022-11-23T01:04:17.2056999Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2022-11-23T01:04:17.2058876Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2060596Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2062295Z adding 'torch/include/ATen/ops/linear_native.h' 2022-11-23T01:04:17.2064205Z adding 'torch/include/ATen/ops/linear_ops.h' 2022-11-23T01:04:17.2065936Z adding 'torch/include/ATen/ops/linspace.h' 2022-11-23T01:04:17.2067776Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2069418Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2022-11-23T01:04:17.2071111Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2022-11-23T01:04:17.2072752Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2022-11-23T01:04:17.2074379Z adding 'torch/include/ATen/ops/linspace_native.h' 2022-11-23T01:04:17.2076212Z adding 'torch/include/ATen/ops/linspace_ops.h' 2022-11-23T01:04:17.2077881Z adding 'torch/include/ATen/ops/log.h' 2022-11-23T01:04:17.2079535Z adding 'torch/include/ATen/ops/log10.h' 2022-11-23T01:04:17.2081371Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2082971Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2022-11-23T01:04:17.2084652Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2022-11-23T01:04:17.2086221Z adding 'torch/include/ATen/ops/log10_meta.h' 2022-11-23T01:04:17.2087852Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2022-11-23T01:04:17.2089406Z adding 'torch/include/ATen/ops/log10_native.h' 2022-11-23T01:04:17.2091138Z adding 'torch/include/ATen/ops/log10_ops.h' 2022-11-23T01:04:17.2092826Z adding 'torch/include/ATen/ops/log1p.h' 2022-11-23T01:04:17.2094605Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2096161Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2022-11-23T01:04:17.2097823Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2022-11-23T01:04:17.2099419Z adding 'torch/include/ATen/ops/log1p_meta.h' 2022-11-23T01:04:17.2101050Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2022-11-23T01:04:17.2102754Z adding 'torch/include/ATen/ops/log1p_native.h' 2022-11-23T01:04:17.2104605Z adding 'torch/include/ATen/ops/log1p_ops.h' 2022-11-23T01:04:17.2106281Z adding 'torch/include/ATen/ops/log2.h' 2022-11-23T01:04:17.2108087Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2109602Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2022-11-23T01:04:17.2111373Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2022-11-23T01:04:17.2112786Z adding 'torch/include/ATen/ops/log2_meta.h' 2022-11-23T01:04:17.2114435Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2022-11-23T01:04:17.2115924Z adding 'torch/include/ATen/ops/log2_native.h' 2022-11-23T01:04:17.2117661Z adding 'torch/include/ATen/ops/log2_ops.h' 2022-11-23T01:04:17.2119459Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2121027Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2022-11-23T01:04:17.2122689Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2022-11-23T01:04:17.2124316Z adding 'torch/include/ATen/ops/log_meta.h' 2022-11-23T01:04:17.2126007Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2022-11-23T01:04:17.2127570Z adding 'torch/include/ATen/ops/log_native.h' 2022-11-23T01:04:17.2129256Z adding 'torch/include/ATen/ops/log_normal.h' 2022-11-23T01:04:17.2131019Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2132629Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2022-11-23T01:04:17.2134254Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2022-11-23T01:04:17.2135881Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2022-11-23T01:04:17.2137420Z adding 'torch/include/ATen/ops/log_normal_native.h' 2022-11-23T01:04:17.2139256Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2022-11-23T01:04:17.2141343Z adding 'torch/include/ATen/ops/log_ops.h' 2022-11-23T01:04:17.2143334Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2022-11-23T01:04:17.2145065Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2022-11-23T01:04:17.2146873Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2022-11-23T01:04:17.2148582Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2022-11-23T01:04:17.2150129Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2022-11-23T01:04:17.2151893Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2022-11-23T01:04:17.2153698Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2155337Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2022-11-23T01:04:17.2157031Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2022-11-23T01:04:17.2158681Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2022-11-23T01:04:17.2160253Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2022-11-23T01:04:17.2162013Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2022-11-23T01:04:17.2163656Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2022-11-23T01:04:17.2165416Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2022-11-23T01:04:17.2167182Z adding 'torch/include/ATen/ops/log_softmax.h' 2022-11-23T01:04:17.2168958Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2170580Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2172160Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2022-11-23T01:04:17.2174019Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2022-11-23T01:04:17.2175730Z adding 'torch/include/ATen/ops/logaddexp.h' 2022-11-23T01:04:17.2177448Z adding 'torch/include/ATen/ops/logaddexp2.h' 2022-11-23T01:04:17.2179275Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2180851Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2022-11-23T01:04:17.2183151Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2022-11-23T01:04:17.2184598Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2022-11-23T01:04:17.2186076Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2022-11-23T01:04:17.2187563Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2022-11-23T01:04:17.2189313Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2022-11-23T01:04:17.2191223Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2192628Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2022-11-23T01:04:17.2194270Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2022-11-23T01:04:17.2195800Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2022-11-23T01:04:17.2197426Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2022-11-23T01:04:17.2199021Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2022-11-23T01:04:17.2200754Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2022-11-23T01:04:17.2202575Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2022-11-23T01:04:17.2204420Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2206037Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2207711Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2022-11-23T01:04:17.2209600Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2022-11-23T01:04:17.2211283Z adding 'torch/include/ATen/ops/logdet.h' 2022-11-23T01:04:17.2213040Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2214449Z adding 'torch/include/ATen/ops/logdet_native.h' 2022-11-23T01:04:17.2216111Z adding 'torch/include/ATen/ops/logdet_ops.h' 2022-11-23T01:04:17.2217789Z adding 'torch/include/ATen/ops/logical_and.h' 2022-11-23T01:04:17.2219534Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2221071Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2022-11-23T01:04:17.2222780Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2022-11-23T01:04:17.2224421Z adding 'torch/include/ATen/ops/logical_and_native.h' 2022-11-23T01:04:17.2226188Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2022-11-23T01:04:17.2227906Z adding 'torch/include/ATen/ops/logical_not.h' 2022-11-23T01:04:17.2229625Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2231203Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2022-11-23T01:04:17.2232851Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2022-11-23T01:04:17.2234370Z adding 'torch/include/ATen/ops/logical_not_native.h' 2022-11-23T01:04:17.2236180Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2022-11-23T01:04:17.2237909Z adding 'torch/include/ATen/ops/logical_or.h' 2022-11-23T01:04:17.2239599Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2241178Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2022-11-23T01:04:17.2242834Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2022-11-23T01:04:17.2244351Z adding 'torch/include/ATen/ops/logical_or_native.h' 2022-11-23T01:04:17.2246107Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2022-11-23T01:04:17.2247846Z adding 'torch/include/ATen/ops/logical_xor.h' 2022-11-23T01:04:17.2249628Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2251179Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2022-11-23T01:04:17.2252831Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2022-11-23T01:04:17.2254362Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2022-11-23T01:04:17.2256242Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2022-11-23T01:04:17.2257879Z adding 'torch/include/ATen/ops/logit.h' 2022-11-23T01:04:17.2259613Z adding 'torch/include/ATen/ops/logit_backward.h' 2022-11-23T01:04:17.2261396Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2263173Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2022-11-23T01:04:17.2264789Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2022-11-23T01:04:17.2266384Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2022-11-23T01:04:17.2268197Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2022-11-23T01:04:17.2269801Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2022-11-23T01:04:17.2271507Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2022-11-23T01:04:17.2273177Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2022-11-23T01:04:17.2274844Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2022-11-23T01:04:17.2276511Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2022-11-23T01:04:17.2278037Z adding 'torch/include/ATen/ops/logit_native.h' 2022-11-23T01:04:17.2279846Z adding 'torch/include/ATen/ops/logit_ops.h' 2022-11-23T01:04:17.2281693Z adding 'torch/include/ATen/ops/logspace.h' 2022-11-23T01:04:17.2283900Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2285370Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2022-11-23T01:04:17.2287769Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2022-11-23T01:04:17.2288618Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2022-11-23T01:04:17.2290718Z adding 'torch/include/ATen/ops/logspace_native.h' 2022-11-23T01:04:17.2292330Z adding 'torch/include/ATen/ops/logspace_ops.h' 2022-11-23T01:04:17.2293711Z adding 'torch/include/ATen/ops/logsumexp.h' 2022-11-23T01:04:17.2295406Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2296963Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2298508Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2300023Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2022-11-23T01:04:17.2302291Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2022-11-23T01:04:17.2304052Z adding 'torch/include/ATen/ops/lshift.h' 2022-11-23T01:04:17.2305984Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2307651Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2022-11-23T01:04:17.2309122Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2022-11-23T01:04:17.2310767Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2022-11-23T01:04:17.2312361Z adding 'torch/include/ATen/ops/lshift_native.h' 2022-11-23T01:04:17.2314201Z adding 'torch/include/ATen/ops/lshift_ops.h' 2022-11-23T01:04:17.2315859Z adding 'torch/include/ATen/ops/lstm.h' 2022-11-23T01:04:17.2317473Z adding 'torch/include/ATen/ops/lstm_cell.h' 2022-11-23T01:04:17.2319113Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2320566Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2022-11-23T01:04:17.2322094Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2022-11-23T01:04:17.2323955Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2325645Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2022-11-23T01:04:17.2327477Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2328973Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2022-11-23T01:04:17.2330735Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2022-11-23T01:04:17.2332290Z adding 'torch/include/ATen/ops/lstm_native.h' 2022-11-23T01:04:17.2334031Z adding 'torch/include/ATen/ops/lstm_ops.h' 2022-11-23T01:04:17.2335645Z adding 'torch/include/ATen/ops/lt.h' 2022-11-23T01:04:17.2337681Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2339050Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2022-11-23T01:04:17.2340510Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2022-11-23T01:04:17.2342217Z adding 'torch/include/ATen/ops/lt_meta.h' 2022-11-23T01:04:17.2343751Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2022-11-23T01:04:17.2345255Z adding 'torch/include/ATen/ops/lt_native.h' 2022-11-23T01:04:17.2346990Z adding 'torch/include/ATen/ops/lt_ops.h' 2022-11-23T01:04:17.2348662Z adding 'torch/include/ATen/ops/lu_solve.h' 2022-11-23T01:04:17.2350340Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2351863Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2022-11-23T01:04:17.2353360Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2022-11-23T01:04:17.2354995Z adding 'torch/include/ATen/ops/lu_unpack.h' 2022-11-23T01:04:17.2357489Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2364288Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2022-11-23T01:04:17.2365948Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2022-11-23T01:04:17.2367468Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2022-11-23T01:04:17.2369096Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2022-11-23T01:04:17.2370560Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2022-11-23T01:04:17.2372272Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2022-11-23T01:04:17.2373765Z adding 'torch/include/ATen/ops/mH.h' 2022-11-23T01:04:17.2375334Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2376700Z adding 'torch/include/ATen/ops/mH_native.h' 2022-11-23T01:04:17.2378200Z adding 'torch/include/ATen/ops/mH_ops.h' 2022-11-23T01:04:17.2379639Z adding 'torch/include/ATen/ops/mT.h' 2022-11-23T01:04:17.2381248Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2382723Z adding 'torch/include/ATen/ops/mT_native.h' 2022-11-23T01:04:17.2384302Z adding 'torch/include/ATen/ops/mT_ops.h' 2022-11-23T01:04:17.2385889Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2022-11-23T01:04:17.2387490Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2388903Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2022-11-23T01:04:17.2390501Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2022-11-23T01:04:17.2392131Z adding 'torch/include/ATen/ops/masked_fill.h' 2022-11-23T01:04:17.2393897Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2395376Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2022-11-23T01:04:17.2396889Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2022-11-23T01:04:17.2398397Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2022-11-23T01:04:17.2399942Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2022-11-23T01:04:17.2401784Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2022-11-23T01:04:17.2403585Z adding 'torch/include/ATen/ops/masked_scatter.h' 2022-11-23T01:04:17.2405238Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2406663Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2022-11-23T01:04:17.2408213Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2022-11-23T01:04:17.2409653Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2022-11-23T01:04:17.2411083Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2022-11-23T01:04:17.2412761Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2022-11-23T01:04:17.2414381Z adding 'torch/include/ATen/ops/masked_select.h' 2022-11-23T01:04:17.2415940Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2022-11-23T01:04:17.2417677Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2419101Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2022-11-23T01:04:17.2420756Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2022-11-23T01:04:17.2422564Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2022-11-23T01:04:17.2424467Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2022-11-23T01:04:17.2426085Z adding 'torch/include/ATen/ops/masked_select_native.h' 2022-11-23T01:04:17.2427824Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2022-11-23T01:04:17.2429453Z adding 'torch/include/ATen/ops/matmul.h' 2022-11-23T01:04:17.2431892Z adding 'torch/include/ATen/ops/matmul_backward.h' 2022-11-23T01:04:17.2433843Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2435272Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2022-11-23T01:04:17.2437011Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2022-11-23T01:04:17.2438790Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2440260Z adding 'torch/include/ATen/ops/matmul_native.h' 2022-11-23T01:04:17.2441954Z adding 'torch/include/ATen/ops/matmul_ops.h' 2022-11-23T01:04:17.2443661Z adding 'torch/include/ATen/ops/matrix_H.h' 2022-11-23T01:04:17.2445334Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2446754Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2022-11-23T01:04:17.2448351Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2022-11-23T01:04:17.2449944Z adding 'torch/include/ATen/ops/matrix_exp.h' 2022-11-23T01:04:17.2451557Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2022-11-23T01:04:17.2453266Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2454755Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2022-11-23T01:04:17.2456394Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2022-11-23T01:04:17.2458060Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2459469Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2022-11-23T01:04:17.2461100Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2022-11-23T01:04:17.2462856Z adding 'torch/include/ATen/ops/matrix_power.h' 2022-11-23T01:04:17.2464622Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2466105Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2022-11-23T01:04:17.2467796Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2022-11-23T01:04:17.2469631Z adding 'torch/include/ATen/ops/max.h' 2022-11-23T01:04:17.2471495Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2473111Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2474688Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2022-11-23T01:04:17.2476368Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2022-11-23T01:04:17.2478003Z adding 'torch/include/ATen/ops/max_meta.h' 2022-11-23T01:04:17.2479635Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2022-11-23T01:04:17.2481329Z adding 'torch/include/ATen/ops/max_native.h' 2022-11-23T01:04:17.2483372Z adding 'torch/include/ATen/ops/max_ops.h' 2022-11-23T01:04:17.2485135Z adding 'torch/include/ATen/ops/max_pool1d.h' 2022-11-23T01:04:17.2486788Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2488167Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2022-11-23T01:04:17.2489830Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2022-11-23T01:04:17.2491437Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2022-11-23T01:04:17.2493121Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2494531Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2022-11-23T01:04:17.2496207Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2022-11-23T01:04:17.2497784Z adding 'torch/include/ATen/ops/max_pool2d.h' 2022-11-23T01:04:17.2499451Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2500892Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2022-11-23T01:04:17.2502749Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2022-11-23T01:04:17.2504375Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2022-11-23T01:04:17.2506086Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2022-11-23T01:04:17.2507897Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2509486Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2022-11-23T01:04:17.2510986Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2022-11-23T01:04:17.2512513Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2022-11-23T01:04:17.2514100Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2022-11-23T01:04:17.2515641Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2022-11-23T01:04:17.2517597Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2022-11-23T01:04:17.2519398Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2520794Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2022-11-23T01:04:17.2522302Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2022-11-23T01:04:17.2523888Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2022-11-23T01:04:17.2525517Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2022-11-23T01:04:17.2527049Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2022-11-23T01:04:17.2528769Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2022-11-23T01:04:17.2530361Z adding 'torch/include/ATen/ops/max_pool3d.h' 2022-11-23T01:04:17.2532015Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2533417Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2022-11-23T01:04:17.2535085Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2022-11-23T01:04:17.2536758Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2022-11-23T01:04:17.2538473Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2022-11-23T01:04:17.2540109Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2022-11-23T01:04:17.2541977Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2022-11-23T01:04:17.2543593Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2022-11-23T01:04:17.2545308Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2022-11-23T01:04:17.2547084Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2022-11-23T01:04:17.2548668Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2022-11-23T01:04:17.2550232Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2022-11-23T01:04:17.2551926Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2022-11-23T01:04:17.2553525Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2022-11-23T01:04:17.2555130Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2022-11-23T01:04:17.2556645Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2022-11-23T01:04:17.2558106Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2022-11-23T01:04:17.2559757Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2022-11-23T01:04:17.2561389Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2022-11-23T01:04:17.2563056Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2022-11-23T01:04:17.2564696Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2022-11-23T01:04:17.2566179Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2022-11-23T01:04:17.2567835Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2022-11-23T01:04:17.2569455Z adding 'torch/include/ATen/ops/maximum.h' 2022-11-23T01:04:17.2571228Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2572646Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2022-11-23T01:04:17.2574161Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2022-11-23T01:04:17.2575592Z adding 'torch/include/ATen/ops/maximum_meta.h' 2022-11-23T01:04:17.2577128Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2022-11-23T01:04:17.2578587Z adding 'torch/include/ATen/ops/maximum_native.h' 2022-11-23T01:04:17.2580284Z adding 'torch/include/ATen/ops/maximum_ops.h' 2022-11-23T01:04:17.2582009Z adding 'torch/include/ATen/ops/mean.h' 2022-11-23T01:04:17.2583825Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2585452Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2587010Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2588526Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2022-11-23T01:04:17.2590112Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2022-11-23T01:04:17.2591562Z adding 'torch/include/ATen/ops/mean_meta.h' 2022-11-23T01:04:17.2593127Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2022-11-23T01:04:17.2594648Z adding 'torch/include/ATen/ops/mean_native.h' 2022-11-23T01:04:17.2596492Z adding 'torch/include/ATen/ops/mean_ops.h' 2022-11-23T01:04:17.2598321Z adding 'torch/include/ATen/ops/median.h' 2022-11-23T01:04:17.2600029Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2601559Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2603077Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2022-11-23T01:04:17.2604580Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2022-11-23T01:04:17.2606053Z adding 'torch/include/ATen/ops/median_native.h' 2022-11-23T01:04:17.2607812Z adding 'torch/include/ATen/ops/median_ops.h' 2022-11-23T01:04:17.2609425Z adding 'torch/include/ATen/ops/meshgrid.h' 2022-11-23T01:04:17.2610995Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2612303Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2022-11-23T01:04:17.2613819Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2022-11-23T01:04:17.2615473Z adding 'torch/include/ATen/ops/min.h' 2022-11-23T01:04:17.2617454Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2619253Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2620421Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2022-11-23T01:04:17.2622143Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2022-11-23T01:04:17.2623602Z adding 'torch/include/ATen/ops/min_meta.h' 2022-11-23T01:04:17.2625331Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2022-11-23T01:04:17.2626913Z adding 'torch/include/ATen/ops/min_native.h' 2022-11-23T01:04:17.2628734Z adding 'torch/include/ATen/ops/min_ops.h' 2022-11-23T01:04:17.2630527Z adding 'torch/include/ATen/ops/minimum.h' 2022-11-23T01:04:17.2632480Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2634048Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2022-11-23T01:04:17.2635664Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2022-11-23T01:04:17.2637267Z adding 'torch/include/ATen/ops/minimum_meta.h' 2022-11-23T01:04:17.2638908Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2022-11-23T01:04:17.2640462Z adding 'torch/include/ATen/ops/minimum_native.h' 2022-11-23T01:04:17.2642187Z adding 'torch/include/ATen/ops/minimum_ops.h' 2022-11-23T01:04:17.2644235Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2022-11-23T01:04:17.2646196Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2022-11-23T01:04:17.2648187Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2649853Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2022-11-23T01:04:17.2651511Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2022-11-23T01:04:17.2653486Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2022-11-23T01:04:17.2655378Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2657095Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2022-11-23T01:04:17.2658821Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2022-11-23T01:04:17.2660621Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2022-11-23T01:04:17.2662791Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2022-11-23T01:04:17.2664723Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2022-11-23T01:04:17.2666503Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2022-11-23T01:04:17.2668138Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2022-11-23T01:04:17.2670236Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2022-11-23T01:04:17.2672299Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2674028Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2022-11-23T01:04:17.2675677Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2022-11-23T01:04:17.2677565Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2022-11-23T01:04:17.2679329Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2022-11-23T01:04:17.2681106Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2022-11-23T01:04:17.2682789Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2022-11-23T01:04:17.2684590Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2022-11-23T01:04:17.2686733Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2022-11-23T01:04:17.2688866Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2690785Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2022-11-23T01:04:17.2692360Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2022-11-23T01:04:17.2694261Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2022-11-23T01:04:17.2696398Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2022-11-23T01:04:17.2698608Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2700386Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2022-11-23T01:04:17.2702165Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2022-11-23T01:04:17.2704087Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2022-11-23T01:04:17.2705976Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2022-11-23T01:04:17.2708013Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2022-11-23T01:04:17.2709970Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2711667Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2022-11-23T01:04:17.2713282Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2022-11-23T01:04:17.2715542Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2022-11-23T01:04:17.2717433Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2718947Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2022-11-23T01:04:17.2720647Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2022-11-23T01:04:17.2722555Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2022-11-23T01:04:17.2724423Z adding 'torch/include/ATen/ops/mish.h' 2022-11-23T01:04:17.2726145Z adding 'torch/include/ATen/ops/mish_backward.h' 2022-11-23T01:04:17.2727991Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2729649Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2022-11-23T01:04:17.2731309Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2022-11-23T01:04:17.2732959Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2022-11-23T01:04:17.2734690Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2022-11-23T01:04:17.2736556Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2738186Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2022-11-23T01:04:17.2739925Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2022-11-23T01:04:17.2741698Z adding 'torch/include/ATen/ops/mish_meta.h' 2022-11-23T01:04:17.2743492Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2022-11-23T01:04:17.2745094Z adding 'torch/include/ATen/ops/mish_native.h' 2022-11-23T01:04:17.2746995Z adding 'torch/include/ATen/ops/mish_ops.h' 2022-11-23T01:04:17.2748844Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2022-11-23T01:04:17.2750623Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2022-11-23T01:04:17.2752492Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2754102Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2022-11-23T01:04:17.2755965Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2022-11-23T01:04:17.2757653Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2022-11-23T01:04:17.2759564Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2022-11-23T01:04:17.2761566Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2022-11-23T01:04:17.2763751Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2765600Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2022-11-23T01:04:17.2767318Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2022-11-23T01:04:17.2769106Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2022-11-23T01:04:17.2771189Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2022-11-23T01:04:17.2773115Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2774703Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2022-11-23T01:04:17.2776499Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2777999Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2022-11-23T01:04:17.2779456Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2022-11-23T01:04:17.2781034Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2022-11-23T01:04:17.2782995Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2022-11-23T01:04:17.2784764Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2022-11-23T01:04:17.2786504Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2787986Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2022-11-23T01:04:17.2789695Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2022-11-23T01:04:17.2791635Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2793010Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2022-11-23T01:04:17.2794685Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2022-11-23T01:04:17.2796687Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2022-11-23T01:04:17.2798455Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2022-11-23T01:04:17.2800532Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2802024Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2022-11-23T01:04:17.2803790Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2022-11-23T01:04:17.2805545Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2807068Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2022-11-23T01:04:17.2808781Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2022-11-23T01:04:17.2810467Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2022-11-23T01:04:17.2812261Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2022-11-23T01:04:17.2814205Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2815617Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2022-11-23T01:04:17.2817363Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2022-11-23T01:04:17.2819154Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2820706Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2022-11-23T01:04:17.2822722Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2022-11-23T01:04:17.2825236Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2022-11-23T01:04:17.2827077Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2828530Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2022-11-23T01:04:17.2830264Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2022-11-23T01:04:17.2832030Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2022-11-23T01:04:17.2833806Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2835184Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2022-11-23T01:04:17.2836918Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2022-11-23T01:04:17.2838422Z adding 'torch/include/ATen/ops/mm.h' 2022-11-23T01:04:17.2840154Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2841632Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2022-11-23T01:04:17.2843409Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2022-11-23T01:04:17.2844934Z adding 'torch/include/ATen/ops/mm_meta.h' 2022-11-23T01:04:17.2846532Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2022-11-23T01:04:17.2848060Z adding 'torch/include/ATen/ops/mm_native.h' 2022-11-23T01:04:17.2849713Z adding 'torch/include/ATen/ops/mm_ops.h' 2022-11-23T01:04:17.2851401Z adding 'torch/include/ATen/ops/mode.h' 2022-11-23T01:04:17.2853462Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2854967Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2856505Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2022-11-23T01:04:17.2858006Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2022-11-23T01:04:17.2859500Z adding 'torch/include/ATen/ops/mode_native.h' 2022-11-23T01:04:17.2861243Z adding 'torch/include/ATen/ops/mode_ops.h' 2022-11-23T01:04:17.2863287Z adding 'torch/include/ATen/ops/moveaxis.h' 2022-11-23T01:04:17.2865092Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2867226Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2022-11-23T01:04:17.2868441Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2022-11-23T01:04:17.2870013Z adding 'torch/include/ATen/ops/movedim.h' 2022-11-23T01:04:17.2871844Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2873500Z adding 'torch/include/ATen/ops/movedim_native.h' 2022-11-23T01:04:17.2875301Z adding 'torch/include/ATen/ops/movedim_ops.h' 2022-11-23T01:04:17.2877161Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2022-11-23T01:04:17.2879133Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2880612Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2022-11-23T01:04:17.2882572Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2022-11-23T01:04:17.2884447Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2022-11-23T01:04:17.2886215Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2887808Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2022-11-23T01:04:17.2889478Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2022-11-23T01:04:17.2891238Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward.h' 2022-11-23T01:04:17.2892985Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2894558Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_native.h' 2022-11-23T01:04:17.2896300Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_ops.h' 2022-11-23T01:04:17.2898000Z adding 'torch/include/ATen/ops/mse_loss.h' 2022-11-23T01:04:17.2899818Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2022-11-23T01:04:17.2901670Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2022-11-23T01:04:17.2903566Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2022-11-23T01:04:17.2905025Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2022-11-23T01:04:17.2906663Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2022-11-23T01:04:17.2908363Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2909911Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2022-11-23T01:04:17.2911479Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2022-11-23T01:04:17.2912983Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2022-11-23T01:04:17.2914574Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2022-11-23T01:04:17.2916113Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2022-11-23T01:04:17.2917767Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2022-11-23T01:04:17.2919409Z adding 'torch/include/ATen/ops/msort.h' 2022-11-23T01:04:17.2921119Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2922673Z adding 'torch/include/ATen/ops/msort_native.h' 2022-11-23T01:04:17.2924325Z adding 'torch/include/ATen/ops/msort_ops.h' 2022-11-23T01:04:17.2926006Z adding 'torch/include/ATen/ops/mul.h' 2022-11-23T01:04:17.2927788Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2929479Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.2931019Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2022-11-23T01:04:17.2932597Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2022-11-23T01:04:17.2934109Z adding 'torch/include/ATen/ops/mul_meta.h' 2022-11-23T01:04:17.2935673Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2022-11-23T01:04:17.2937369Z adding 'torch/include/ATen/ops/mul_native.h' 2022-11-23T01:04:17.2939208Z adding 'torch/include/ATen/ops/mul_ops.h' 2022-11-23T01:04:17.2941007Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2022-11-23T01:04:17.2942881Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2022-11-23T01:04:17.2944518Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2022-11-23T01:04:17.2946205Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2022-11-23T01:04:17.2947818Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2022-11-23T01:04:17.2949596Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2022-11-23T01:04:17.2951303Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2022-11-23T01:04:17.2952977Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2022-11-23T01:04:17.2954576Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2022-11-23T01:04:17.2956329Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2022-11-23T01:04:17.2958045Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2022-11-23T01:04:17.2959783Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2022-11-23T01:04:17.2961465Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2022-11-23T01:04:17.2963196Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2022-11-23T01:04:17.2964817Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2022-11-23T01:04:17.2966542Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2022-11-23T01:04:17.2968391Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2970003Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2022-11-23T01:04:17.2971603Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2022-11-23T01:04:17.2973223Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2022-11-23T01:04:17.2974789Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2022-11-23T01:04:17.2976489Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2022-11-23T01:04:17.2978082Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2022-11-23T01:04:17.2979815Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2022-11-23T01:04:17.2981663Z adding 'torch/include/ATen/ops/multinomial.h' 2022-11-23T01:04:17.2983385Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2022-11-23T01:04:17.2985001Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2022-11-23T01:04:17.2986555Z adding 'torch/include/ATen/ops/multinomial_native.h' 2022-11-23T01:04:17.2988193Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2022-11-23T01:04:17.2989824Z adding 'torch/include/ATen/ops/multiply.h' 2022-11-23T01:04:17.2991595Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.2993091Z adding 'torch/include/ATen/ops/multiply_native.h' 2022-11-23T01:04:17.2994880Z adding 'torch/include/ATen/ops/multiply_ops.h' 2022-11-23T01:04:17.2996514Z adding 'torch/include/ATen/ops/mv.h' 2022-11-23T01:04:17.2998224Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.2999789Z adding 'torch/include/ATen/ops/mv_native.h' 2022-11-23T01:04:17.3001380Z adding 'torch/include/ATen/ops/mv_ops.h' 2022-11-23T01:04:17.3003029Z adding 'torch/include/ATen/ops/mvlgamma.h' 2022-11-23T01:04:17.3004771Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3006335Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2022-11-23T01:04:17.3007919Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2022-11-23T01:04:17.3009422Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2022-11-23T01:04:17.3011034Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2022-11-23T01:04:17.3012701Z adding 'torch/include/ATen/ops/nan_to_num.h' 2022-11-23T01:04:17.3014456Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3016021Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2022-11-23T01:04:17.3017530Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2022-11-23T01:04:17.3019094Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2022-11-23T01:04:17.3020890Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2022-11-23T01:04:17.3022697Z adding 'torch/include/ATen/ops/nanmean.h' 2022-11-23T01:04:17.3024589Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3026112Z adding 'torch/include/ATen/ops/nanmean_native.h' 2022-11-23T01:04:17.3027763Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2022-11-23T01:04:17.3029569Z adding 'torch/include/ATen/ops/nanmedian.h' 2022-11-23T01:04:17.3031340Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3033091Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3034693Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2022-11-23T01:04:17.3036297Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2022-11-23T01:04:17.3037862Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2022-11-23T01:04:17.3039735Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2022-11-23T01:04:17.3041585Z adding 'torch/include/ATen/ops/nanquantile.h' 2022-11-23T01:04:17.3043468Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3045094Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2022-11-23T01:04:17.3047025Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2022-11-23T01:04:17.3048698Z adding 'torch/include/ATen/ops/nansum.h' 2022-11-23T01:04:17.3050355Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2022-11-23T01:04:17.3051952Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2022-11-23T01:04:17.3053508Z adding 'torch/include/ATen/ops/nansum_native.h' 2022-11-23T01:04:17.3055163Z adding 'torch/include/ATen/ops/nansum_ops.h' 2022-11-23T01:04:17.3056964Z adding 'torch/include/ATen/ops/narrow.h' 2022-11-23T01:04:17.3058795Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3060541Z adding 'torch/include/ATen/ops/narrow_copy.h' 2022-11-23T01:04:17.3062608Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.3064524Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2022-11-23T01:04:17.3066021Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2022-11-23T01:04:17.3067459Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2022-11-23T01:04:17.3068995Z adding 'torch/include/ATen/ops/narrow_native.h' 2022-11-23T01:04:17.3070612Z adding 'torch/include/ATen/ops/narrow_ops.h' 2022-11-23T01:04:17.3072366Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2022-11-23T01:04:17.3074291Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2022-11-23T01:04:17.3076073Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3077672Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2022-11-23T01:04:17.3079275Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2022-11-23T01:04:17.3080844Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2022-11-23T01:04:17.3082725Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2022-11-23T01:04:17.3084448Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2022-11-23T01:04:17.3086167Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2022-11-23T01:04:17.3087779Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2022-11-23T01:04:17.3089573Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2022-11-23T01:04:17.3091178Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2022-11-23T01:04:17.3092883Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3094400Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2022-11-23T01:04:17.3095859Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2022-11-23T01:04:17.3097455Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2022-11-23T01:04:17.3098849Z adding 'torch/include/ATen/ops/native_dropout.h' 2022-11-23T01:04:17.3100430Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2022-11-23T01:04:17.3102396Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3103810Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2022-11-23T01:04:17.3105425Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2022-11-23T01:04:17.3107005Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2022-11-23T01:04:17.3108556Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2022-11-23T01:04:17.3110150Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3111657Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2022-11-23T01:04:17.3113342Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2022-11-23T01:04:17.3114753Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2022-11-23T01:04:17.3116321Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2022-11-23T01:04:17.3118225Z adding 'torch/include/ATen/ops/native_group_norm.h' 2022-11-23T01:04:17.3120330Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2022-11-23T01:04:17.3122401Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3123938Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2022-11-23T01:04:17.3125635Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2022-11-23T01:04:17.3127156Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2022-11-23T01:04:17.3128793Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2022-11-23T01:04:17.3130471Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3131965Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2022-11-23T01:04:17.3133448Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2022-11-23T01:04:17.3134886Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2022-11-23T01:04:17.3136597Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2022-11-23T01:04:17.3138545Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2022-11-23T01:04:17.3140701Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2022-11-23T01:04:17.3142812Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3144623Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2022-11-23T01:04:17.3146087Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2022-11-23T01:04:17.3147474Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2022-11-23T01:04:17.3149280Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2022-11-23T01:04:17.3150659Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3151997Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2022-11-23T01:04:17.3153306Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2022-11-23T01:04:17.3154785Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2022-11-23T01:04:17.3156345Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2022-11-23T01:04:17.3157976Z adding 'torch/include/ATen/ops/native_norm.h' 2022-11-23T01:04:17.3159561Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3160833Z adding 'torch/include/ATen/ops/native_norm_native.h' 2022-11-23T01:04:17.3162522Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2022-11-23T01:04:17.3164135Z adding 'torch/include/ATen/ops/ne.h' 2022-11-23T01:04:17.3165692Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.3166974Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2022-11-23T01:04:17.3168384Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2022-11-23T01:04:17.3169676Z adding 'torch/include/ATen/ops/ne_meta.h' 2022-11-23T01:04:17.3171182Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2022-11-23T01:04:17.3172532Z adding 'torch/include/ATen/ops/ne_native.h' 2022-11-23T01:04:17.3174202Z adding 'torch/include/ATen/ops/ne_ops.h' 2022-11-23T01:04:17.3175632Z adding 'torch/include/ATen/ops/neg.h' 2022-11-23T01:04:17.3177133Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.3178460Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2022-11-23T01:04:17.3179716Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2022-11-23T01:04:17.3181075Z adding 'torch/include/ATen/ops/neg_meta.h' 2022-11-23T01:04:17.3182629Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2022-11-23T01:04:17.3184333Z adding 'torch/include/ATen/ops/neg_native.h' 2022-11-23T01:04:17.3186054Z adding 'torch/include/ATen/ops/neg_ops.h' 2022-11-23T01:04:17.3187750Z adding 'torch/include/ATen/ops/negative.h' 2022-11-23T01:04:17.3189505Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3190989Z adding 'torch/include/ATen/ops/negative_native.h' 2022-11-23T01:04:17.3192657Z adding 'torch/include/ATen/ops/negative_ops.h' 2022-11-23T01:04:17.3194450Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2022-11-23T01:04:17.3196107Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3197571Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2022-11-23T01:04:17.3199197Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2022-11-23T01:04:17.3201001Z adding 'torch/include/ATen/ops/new_empty.h' 2022-11-23T01:04:17.3202960Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3204637Z adding 'torch/include/ATen/ops/new_empty_native.h' 2022-11-23T01:04:17.3207080Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2022-11-23T01:04:17.3209170Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2022-11-23T01:04:17.3211010Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3212788Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.3214252Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2022-11-23T01:04:17.3215835Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2022-11-23T01:04:17.3217685Z adding 'torch/include/ATen/ops/new_full.h' 2022-11-23T01:04:17.3219490Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3220954Z adding 'torch/include/ATen/ops/new_full_native.h' 2022-11-23T01:04:17.3222677Z adding 'torch/include/ATen/ops/new_full_ops.h' 2022-11-23T01:04:17.3224508Z adding 'torch/include/ATen/ops/new_ones.h' 2022-11-23T01:04:17.3226262Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3227683Z adding 'torch/include/ATen/ops/new_ones_native.h' 2022-11-23T01:04:17.3229352Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2022-11-23T01:04:17.3231095Z adding 'torch/include/ATen/ops/new_zeros.h' 2022-11-23T01:04:17.3232871Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3234286Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2022-11-23T01:04:17.3235886Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2022-11-23T01:04:17.3237377Z adding 'torch/include/ATen/ops/nextafter.h' 2022-11-23T01:04:17.3239015Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.3240508Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2022-11-23T01:04:17.3241987Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2022-11-23T01:04:17.3243570Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2022-11-23T01:04:17.3245037Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2022-11-23T01:04:17.3246443Z adding 'torch/include/ATen/ops/nextafter_native.h' 2022-11-23T01:04:17.3247970Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2022-11-23T01:04:17.3249723Z adding 'torch/include/ATen/ops/nll_loss.h' 2022-11-23T01:04:17.3251625Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2022-11-23T01:04:17.3253545Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2022-11-23T01:04:17.3255307Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2022-11-23T01:04:17.3256925Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2022-11-23T01:04:17.3258392Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2022-11-23T01:04:17.3260036Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2022-11-23T01:04:17.3261926Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3263537Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2022-11-23T01:04:17.3265319Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2022-11-23T01:04:17.3266952Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2022-11-23T01:04:17.3268441Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2022-11-23T01:04:17.3270066Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2022-11-23T01:04:17.3271685Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2022-11-23T01:04:17.3273295Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2022-11-23T01:04:17.3275085Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2022-11-23T01:04:17.3276933Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.3278551Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2022-11-23T01:04:17.3280354Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2022-11-23T01:04:17.3281995Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2022-11-23T01:04:17.3283967Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2022-11-23T01:04:17.3285706Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2022-11-23T01:04:17.3287566Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2022-11-23T01:04:17.3289470Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3291409Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2022-11-23T01:04:17.3293397Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.3295198Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2022-11-23T01:04:17.3297055Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2022-11-23T01:04:17.3298758Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2022-11-23T01:04:17.3300561Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2022-11-23T01:04:17.3302446Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2022-11-23T01:04:17.3304335Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2022-11-23T01:04:17.3306128Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2022-11-23T01:04:17.3307897Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2022-11-23T01:04:17.3309746Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3311330Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2022-11-23T01:04:17.3313163Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2022-11-23T01:04:17.3314954Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2022-11-23T01:04:17.3316688Z adding 'torch/include/ATen/ops/nonzero.h' 2022-11-23T01:04:17.3318387Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2022-11-23T01:04:17.3320104Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2022-11-23T01:04:17.3321685Z adding 'torch/include/ATen/ops/nonzero_native.h' 2022-11-23T01:04:17.3323384Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2022-11-23T01:04:17.3325170Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3326732Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2022-11-23T01:04:17.3328421Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2022-11-23T01:04:17.3330157Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2022-11-23T01:04:17.3332213Z adding 'torch/include/ATen/ops/norm.h' 2022-11-23T01:04:17.3334182Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3335935Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.3337712Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3339429Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2022-11-23T01:04:17.3341181Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2022-11-23T01:04:17.3343212Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2022-11-23T01:04:17.3345057Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3346583Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2022-11-23T01:04:17.3348325Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2022-11-23T01:04:17.3350011Z adding 'torch/include/ATen/ops/norm_meta.h' 2022-11-23T01:04:17.3351867Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2022-11-23T01:04:17.3353728Z adding 'torch/include/ATen/ops/norm_native.h' 2022-11-23T01:04:17.3356039Z adding 'torch/include/ATen/ops/norm_ops.h' 2022-11-23T01:04:17.3358735Z adding 'torch/include/ATen/ops/normal.h' 2022-11-23T01:04:17.3360951Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3362893Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2022-11-23T01:04:17.3364664Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2022-11-23T01:04:17.3366460Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2022-11-23T01:04:17.3368144Z adding 'torch/include/ATen/ops/normal_native.h' 2022-11-23T01:04:17.3370533Z adding 'torch/include/ATen/ops/normal_ops.h' 2022-11-23T01:04:17.3372185Z adding 'torch/include/ATen/ops/not_equal.h' 2022-11-23T01:04:17.3374037Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3375577Z adding 'torch/include/ATen/ops/not_equal_native.h' 2022-11-23T01:04:17.3377409Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2022-11-23T01:04:17.3379238Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2022-11-23T01:04:17.3380946Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3382427Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2022-11-23T01:04:17.3384202Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2022-11-23T01:04:17.3385781Z adding 'torch/include/ATen/ops/numpy_T.h' 2022-11-23T01:04:17.3387401Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3388812Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2022-11-23T01:04:17.3390308Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2022-11-23T01:04:17.3391726Z adding 'torch/include/ATen/ops/one_hot.h' 2022-11-23T01:04:17.3393305Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3394674Z adding 'torch/include/ATen/ops/one_hot_native.h' 2022-11-23T01:04:17.3396399Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2022-11-23T01:04:17.3398082Z adding 'torch/include/ATen/ops/ones.h' 2022-11-23T01:04:17.3400218Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3401748Z adding 'torch/include/ATen/ops/ones_like.h' 2022-11-23T01:04:17.3403580Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3405034Z adding 'torch/include/ATen/ops/ones_like_native.h' 2022-11-23T01:04:17.3406894Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2022-11-23T01:04:17.3408562Z adding 'torch/include/ATen/ops/ones_native.h' 2022-11-23T01:04:17.3410498Z adding 'torch/include/ATen/ops/ones_ops.h' 2022-11-23T01:04:17.3412295Z adding 'torch/include/ATen/ops/or.h' 2022-11-23T01:04:17.3414026Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3415530Z adding 'torch/include/ATen/ops/or_native.h' 2022-11-23T01:04:17.3417327Z adding 'torch/include/ATen/ops/or_ops.h' 2022-11-23T01:04:17.3419055Z adding 'torch/include/ATen/ops/orgqr.h' 2022-11-23T01:04:17.3420813Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3422410Z adding 'torch/include/ATen/ops/orgqr_native.h' 2022-11-23T01:04:17.3424254Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2022-11-23T01:04:17.3425910Z adding 'torch/include/ATen/ops/ormqr.h' 2022-11-23T01:04:17.3427633Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2022-11-23T01:04:17.3429336Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2022-11-23T01:04:17.3430922Z adding 'torch/include/ATen/ops/ormqr_native.h' 2022-11-23T01:04:17.3432750Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2022-11-23T01:04:17.3434448Z adding 'torch/include/ATen/ops/outer.h' 2022-11-23T01:04:17.3436147Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3437660Z adding 'torch/include/ATen/ops/outer_native.h' 2022-11-23T01:04:17.3439342Z adding 'torch/include/ATen/ops/outer_ops.h' 2022-11-23T01:04:17.3441085Z adding 'torch/include/ATen/ops/output_nr.h' 2022-11-23T01:04:17.3442773Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3444225Z adding 'torch/include/ATen/ops/output_nr_native.h' 2022-11-23T01:04:17.3445978Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2022-11-23T01:04:17.3447679Z adding 'torch/include/ATen/ops/pad.h' 2022-11-23T01:04:17.3449468Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3450981Z adding 'torch/include/ATen/ops/pad_native.h' 2022-11-23T01:04:17.3452676Z adding 'torch/include/ATen/ops/pad_ops.h' 2022-11-23T01:04:17.3454358Z adding 'torch/include/ATen/ops/pad_sequence.h' 2022-11-23T01:04:17.3456114Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3457600Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2022-11-23T01:04:17.3459365Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2022-11-23T01:04:17.3461070Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2022-11-23T01:04:17.3462861Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3464514Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2022-11-23T01:04:17.3466205Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2022-11-23T01:04:17.3467820Z adding 'torch/include/ATen/ops/pdist.h' 2022-11-23T01:04:17.3469539Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3471072Z adding 'torch/include/ATen/ops/pdist_native.h' 2022-11-23T01:04:17.3472666Z adding 'torch/include/ATen/ops/pdist_ops.h' 2022-11-23T01:04:17.3474306Z adding 'torch/include/ATen/ops/permute.h' 2022-11-23T01:04:17.3475976Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3477583Z adding 'torch/include/ATen/ops/permute_copy.h' 2022-11-23T01:04:17.3479267Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3480994Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.3482483Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2022-11-23T01:04:17.3484303Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2022-11-23T01:04:17.3485875Z adding 'torch/include/ATen/ops/permute_native.h' 2022-11-23T01:04:17.3487610Z adding 'torch/include/ATen/ops/permute_ops.h' 2022-11-23T01:04:17.3489182Z adding 'torch/include/ATen/ops/pin_memory.h' 2022-11-23T01:04:17.3490861Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3492422Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2022-11-23T01:04:17.3494047Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2022-11-23T01:04:17.3495638Z adding 'torch/include/ATen/ops/pinverse.h' 2022-11-23T01:04:17.3497426Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3499048Z adding 'torch/include/ATen/ops/pinverse_native.h' 2022-11-23T01:04:17.3500648Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2022-11-23T01:04:17.3502511Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2022-11-23T01:04:17.3504214Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3505921Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.3507414Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2022-11-23T01:04:17.3509005Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2022-11-23T01:04:17.3510835Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2022-11-23T01:04:17.3512506Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2022-11-23T01:04:17.3514331Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3516036Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.3517499Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2022-11-23T01:04:17.3519123Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2022-11-23T01:04:17.3520813Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2022-11-23T01:04:17.3522533Z adding 'torch/include/ATen/ops/poisson.h' 2022-11-23T01:04:17.3524384Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3525981Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2022-11-23T01:04:17.3527597Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2022-11-23T01:04:17.3529219Z adding 'torch/include/ATen/ops/poisson_native.h' 2022-11-23T01:04:17.3530838Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2022-11-23T01:04:17.3532584Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3534075Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2022-11-23T01:04:17.3535752Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2022-11-23T01:04:17.3537561Z adding 'torch/include/ATen/ops/poisson_ops.h' 2022-11-23T01:04:17.3539259Z adding 'torch/include/ATen/ops/polar.h' 2022-11-23T01:04:17.3540984Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3542707Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2022-11-23T01:04:17.3544496Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2022-11-23T01:04:17.3546154Z adding 'torch/include/ATen/ops/polar_native.h' 2022-11-23T01:04:17.3547829Z adding 'torch/include/ATen/ops/polar_ops.h' 2022-11-23T01:04:17.3549499Z adding 'torch/include/ATen/ops/polygamma.h' 2022-11-23T01:04:17.3551202Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3552974Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.3554520Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2022-11-23T01:04:17.3556184Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2022-11-23T01:04:17.3557646Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2022-11-23T01:04:17.3559268Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2022-11-23T01:04:17.3560875Z adding 'torch/include/ATen/ops/polygamma_native.h' 2022-11-23T01:04:17.3562702Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2022-11-23T01:04:17.3564409Z adding 'torch/include/ATen/ops/positive.h' 2022-11-23T01:04:17.3566323Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3567740Z adding 'torch/include/ATen/ops/positive_native.h' 2022-11-23T01:04:17.3569484Z adding 'torch/include/ATen/ops/positive_ops.h' 2022-11-23T01:04:17.3571226Z adding 'torch/include/ATen/ops/pow.h' 2022-11-23T01:04:17.3573003Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.3574685Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2022-11-23T01:04:17.3576335Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2022-11-23T01:04:17.3577998Z adding 'torch/include/ATen/ops/pow_meta.h' 2022-11-23T01:04:17.3579648Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2022-11-23T01:04:17.3581408Z adding 'torch/include/ATen/ops/pow_native.h' 2022-11-23T01:04:17.3583539Z adding 'torch/include/ATen/ops/pow_ops.h' 2022-11-23T01:04:17.3585341Z adding 'torch/include/ATen/ops/prelu.h' 2022-11-23T01:04:17.3587059Z adding 'torch/include/ATen/ops/prelu_backward.h' 2022-11-23T01:04:17.3588998Z adding 'torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3590484Z adding 'torch/include/ATen/ops/prelu_backward_cpu_dispatch.h' 2022-11-23T01:04:17.3592162Z adding 'torch/include/ATen/ops/prelu_backward_cuda_dispatch.h' 2022-11-23T01:04:17.3593753Z adding 'torch/include/ATen/ops/prelu_backward_native.h' 2022-11-23T01:04:17.3595583Z adding 'torch/include/ATen/ops/prelu_backward_ops.h' 2022-11-23T01:04:17.3597352Z adding 'torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3598938Z adding 'torch/include/ATen/ops/prelu_cpu_dispatch.h' 2022-11-23T01:04:17.3601338Z adding 'torch/include/ATen/ops/prelu_cuda_dispatch.h' 2022-11-23T01:04:17.3603011Z adding 'torch/include/ATen/ops/prelu_native.h' 2022-11-23T01:04:17.3604800Z adding 'torch/include/ATen/ops/prelu_ops.h' 2022-11-23T01:04:17.3606673Z adding 'torch/include/ATen/ops/prod.h' 2022-11-23T01:04:17.3608551Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3610273Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.3612153Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3613664Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2022-11-23T01:04:17.3615299Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2022-11-23T01:04:17.3616970Z adding 'torch/include/ATen/ops/prod_meta.h' 2022-11-23T01:04:17.3618668Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2022-11-23T01:04:17.3620336Z adding 'torch/include/ATen/ops/prod_native.h' 2022-11-23T01:04:17.3622452Z adding 'torch/include/ATen/ops/prod_ops.h' 2022-11-23T01:04:17.3624219Z adding 'torch/include/ATen/ops/promote_types.h' 2022-11-23T01:04:17.3626018Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3627498Z adding 'torch/include/ATen/ops/promote_types_native.h' 2022-11-23T01:04:17.3629207Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2022-11-23T01:04:17.3630860Z adding 'torch/include/ATen/ops/put.h' 2022-11-23T01:04:17.3632569Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3634248Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2022-11-23T01:04:17.3635961Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2022-11-23T01:04:17.3637690Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2022-11-23T01:04:17.3639187Z adding 'torch/include/ATen/ops/put_native.h' 2022-11-23T01:04:17.3641061Z adding 'torch/include/ATen/ops/put_ops.h' 2022-11-23T01:04:17.3642700Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2022-11-23T01:04:17.3644091Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2022-11-23T01:04:17.3645626Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2022-11-23T01:04:17.3647144Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2022-11-23T01:04:17.3648768Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3650247Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2022-11-23T01:04:17.3651930Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2022-11-23T01:04:17.3653503Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2022-11-23T01:04:17.3655227Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3656744Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2022-11-23T01:04:17.3658284Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2022-11-23T01:04:17.3659840Z adding 'torch/include/ATen/ops/q_scale.h' 2022-11-23T01:04:17.3661404Z adding 'torch/include/ATen/ops/q_scale_native.h' 2022-11-23T01:04:17.3663096Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2022-11-23T01:04:17.3664678Z adding 'torch/include/ATen/ops/q_zero_point.h' 2022-11-23T01:04:17.3666157Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2022-11-23T01:04:17.3667687Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2022-11-23T01:04:17.3669225Z adding 'torch/include/ATen/ops/qr.h' 2022-11-23T01:04:17.3670996Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3672644Z adding 'torch/include/ATen/ops/qr_native.h' 2022-11-23T01:04:17.3674430Z adding 'torch/include/ATen/ops/qr_ops.h' 2022-11-23T01:04:17.3675993Z adding 'torch/include/ATen/ops/qscheme.h' 2022-11-23T01:04:17.3677631Z adding 'torch/include/ATen/ops/qscheme_native.h' 2022-11-23T01:04:17.3679298Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2022-11-23T01:04:17.3681099Z adding 'torch/include/ATen/ops/quantile.h' 2022-11-23T01:04:17.3683111Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3684691Z adding 'torch/include/ATen/ops/quantile_native.h' 2022-11-23T01:04:17.3686564Z adding 'torch/include/ATen/ops/quantile_ops.h' 2022-11-23T01:04:17.3688381Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2022-11-23T01:04:17.3690264Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3691879Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2022-11-23T01:04:17.3693658Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2022-11-23T01:04:17.3695306Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2022-11-23T01:04:17.3697282Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2022-11-23T01:04:17.3699358Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2022-11-23T01:04:17.3701424Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3703593Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2022-11-23T01:04:17.3705439Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2022-11-23T01:04:17.3707302Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2022-11-23T01:04:17.3709214Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3710962Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2022-11-23T01:04:17.3712763Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2022-11-23T01:04:17.3714686Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2022-11-23T01:04:17.3716486Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2022-11-23T01:04:17.3718366Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2022-11-23T01:04:17.3720418Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2022-11-23T01:04:17.3722462Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2022-11-23T01:04:17.3724373Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3726020Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2022-11-23T01:04:17.3727893Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2022-11-23T01:04:17.3729701Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2022-11-23T01:04:17.3731603Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3733252Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2022-11-23T01:04:17.3735087Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2022-11-23T01:04:17.3736914Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2022-11-23T01:04:17.3738735Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3740351Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2022-11-23T01:04:17.3742392Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2022-11-23T01:04:17.3744541Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2022-11-23T01:04:17.3746552Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3747822Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2022-11-23T01:04:17.3749539Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2022-11-23T01:04:17.3751692Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2022-11-23T01:04:17.3753570Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3755103Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2022-11-23T01:04:17.3756957Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2022-11-23T01:04:17.3758748Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2022-11-23T01:04:17.3760600Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3762077Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2022-11-23T01:04:17.3763885Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2022-11-23T01:04:17.3765633Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2022-11-23T01:04:17.3767489Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3769020Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2022-11-23T01:04:17.3770797Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2022-11-23T01:04:17.3772484Z adding 'torch/include/ATen/ops/rad2deg.h' 2022-11-23T01:04:17.3774246Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3775829Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2022-11-23T01:04:17.3777592Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2022-11-23T01:04:17.3780728Z adding 'torch/include/ATen/ops/rand.h' 2022-11-23T01:04:17.3783524Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3785317Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3787019Z adding 'torch/include/ATen/ops/rand_like.h' 2022-11-23T01:04:17.3788970Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3790494Z adding 'torch/include/ATen/ops/rand_like_native.h' 2022-11-23T01:04:17.3792096Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2022-11-23T01:04:17.3793740Z adding 'torch/include/ATen/ops/rand_native.h' 2022-11-23T01:04:17.3795795Z adding 'torch/include/ATen/ops/rand_ops.h' 2022-11-23T01:04:17.3798945Z adding 'torch/include/ATen/ops/randint.h' 2022-11-23T01:04:17.3801481Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3803434Z adding 'torch/include/ATen/ops/randint_like.h' 2022-11-23T01:04:17.3805345Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3806892Z adding 'torch/include/ATen/ops/randint_like_native.h' 2022-11-23T01:04:17.3808729Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2022-11-23T01:04:17.3810428Z adding 'torch/include/ATen/ops/randint_native.h' 2022-11-23T01:04:17.3812511Z adding 'torch/include/ATen/ops/randint_ops.h' 2022-11-23T01:04:17.3815604Z adding 'torch/include/ATen/ops/randn.h' 2022-11-23T01:04:17.3818135Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3819861Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3821519Z adding 'torch/include/ATen/ops/randn_like.h' 2022-11-23T01:04:17.3823480Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3824945Z adding 'torch/include/ATen/ops/randn_like_native.h' 2022-11-23T01:04:17.3826696Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2022-11-23T01:04:17.3828331Z adding 'torch/include/ATen/ops/randn_native.h' 2022-11-23T01:04:17.3830380Z adding 'torch/include/ATen/ops/randn_ops.h' 2022-11-23T01:04:17.3832304Z adding 'torch/include/ATen/ops/random.h' 2022-11-23T01:04:17.3834127Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3835665Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2022-11-23T01:04:17.3837200Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2022-11-23T01:04:17.3838762Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2022-11-23T01:04:17.3840413Z adding 'torch/include/ATen/ops/random_native.h' 2022-11-23T01:04:17.3842355Z adding 'torch/include/ATen/ops/random_ops.h' 2022-11-23T01:04:17.3844301Z adding 'torch/include/ATen/ops/randperm.h' 2022-11-23T01:04:17.3846126Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3847663Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2022-11-23T01:04:17.3849234Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2022-11-23T01:04:17.3851038Z adding 'torch/include/ATen/ops/randperm_native.h' 2022-11-23T01:04:17.3852597Z adding 'torch/include/ATen/ops/randperm_ops.h' 2022-11-23T01:04:17.3854396Z adding 'torch/include/ATen/ops/range.h' 2022-11-23T01:04:17.3856186Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3857672Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2022-11-23T01:04:17.3859218Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2022-11-23T01:04:17.3860809Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2022-11-23T01:04:17.3862401Z adding 'torch/include/ATen/ops/range_native.h' 2022-11-23T01:04:17.3864463Z adding 'torch/include/ATen/ops/range_ops.h' 2022-11-23T01:04:17.3865997Z adding 'torch/include/ATen/ops/ravel.h' 2022-11-23T01:04:17.3867572Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3869326Z adding 'torch/include/ATen/ops/ravel_native.h' 2022-11-23T01:04:17.3870490Z adding 'torch/include/ATen/ops/ravel_ops.h' 2022-11-23T01:04:17.3871986Z adding 'torch/include/ATen/ops/real.h' 2022-11-23T01:04:17.3873824Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3875483Z adding 'torch/include/ATen/ops/real_native.h' 2022-11-23T01:04:17.3877098Z adding 'torch/include/ATen/ops/real_ops.h' 2022-11-23T01:04:17.3878843Z adding 'torch/include/ATen/ops/reciprocal.h' 2022-11-23T01:04:17.3880757Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.3882487Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2022-11-23T01:04:17.3884262Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2022-11-23T01:04:17.3885770Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2022-11-23T01:04:17.3887505Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2022-11-23T01:04:17.3889113Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2022-11-23T01:04:17.3890990Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2022-11-23T01:04:17.3892641Z adding 'torch/include/ATen/ops/record_stream.h' 2022-11-23T01:04:17.3894354Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2022-11-23T01:04:17.3895932Z adding 'torch/include/ATen/ops/record_stream_native.h' 2022-11-23T01:04:17.3897706Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2022-11-23T01:04:17.3899465Z adding 'torch/include/ATen/ops/refine_names.h' 2022-11-23T01:04:17.3901202Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3903029Z adding 'torch/include/ATen/ops/refine_names_native.h' 2022-11-23T01:04:17.3904727Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2022-11-23T01:04:17.3906703Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2022-11-23T01:04:17.3908758Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2022-11-23T01:04:17.3910770Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.3912440Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2022-11-23T01:04:17.3914171Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2022-11-23T01:04:17.3915805Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2022-11-23T01:04:17.3917584Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2022-11-23T01:04:17.3919362Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2022-11-23T01:04:17.3921197Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2022-11-23T01:04:17.3923137Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.3924793Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2022-11-23T01:04:17.3926531Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2022-11-23T01:04:17.3928299Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2022-11-23T01:04:17.3930071Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2022-11-23T01:04:17.3931760Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2022-11-23T01:04:17.3933611Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2022-11-23T01:04:17.3935511Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2022-11-23T01:04:17.3937635Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2022-11-23T01:04:17.3939575Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2022-11-23T01:04:17.3941371Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2022-11-23T01:04:17.3943327Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2022-11-23T01:04:17.3945129Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2022-11-23T01:04:17.3947004Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2022-11-23T01:04:17.3948763Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2022-11-23T01:04:17.3950414Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2022-11-23T01:04:17.3952202Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2022-11-23T01:04:17.3954114Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2022-11-23T01:04:17.3956176Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2022-11-23T01:04:17.3958224Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.3959931Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2022-11-23T01:04:17.3961751Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2022-11-23T01:04:17.3963483Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2022-11-23T01:04:17.3965281Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2022-11-23T01:04:17.3967009Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2022-11-23T01:04:17.3968830Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2022-11-23T01:04:17.3970768Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.3972435Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2022-11-23T01:04:17.3974145Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2022-11-23T01:04:17.3976002Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2022-11-23T01:04:17.3977613Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2022-11-23T01:04:17.3979218Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2022-11-23T01:04:17.3980962Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2022-11-23T01:04:17.3982773Z adding 'torch/include/ATen/ops/relu.h' 2022-11-23T01:04:17.3984559Z adding 'torch/include/ATen/ops/relu6.h' 2022-11-23T01:04:17.3986370Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.3987871Z adding 'torch/include/ATen/ops/relu6_native.h' 2022-11-23T01:04:17.3989600Z adding 'torch/include/ATen/ops/relu6_ops.h' 2022-11-23T01:04:17.3991338Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.3992891Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2022-11-23T01:04:17.3994501Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2022-11-23T01:04:17.3996105Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2022-11-23T01:04:17.3997789Z adding 'torch/include/ATen/ops/relu_native.h' 2022-11-23T01:04:17.3999636Z adding 'torch/include/ATen/ops/relu_ops.h' 2022-11-23T01:04:17.4001491Z adding 'torch/include/ATen/ops/remainder.h' 2022-11-23T01:04:17.4003400Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4005136Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4006728Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2022-11-23T01:04:17.4008401Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2022-11-23T01:04:17.4010651Z adding 'torch/include/ATen/ops/remainder_meta.h' 2022-11-23T01:04:17.4012331Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2022-11-23T01:04:17.4014050Z adding 'torch/include/ATen/ops/remainder_native.h' 2022-11-23T01:04:17.4016128Z adding 'torch/include/ATen/ops/remainder_ops.h' 2022-11-23T01:04:17.4017817Z adding 'torch/include/ATen/ops/rename.h' 2022-11-23T01:04:17.4019539Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4021021Z adding 'torch/include/ATen/ops/rename_native.h' 2022-11-23T01:04:17.4022833Z adding 'torch/include/ATen/ops/rename_ops.h' 2022-11-23T01:04:17.4024552Z adding 'torch/include/ATen/ops/renorm.h' 2022-11-23T01:04:17.4026338Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4027955Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2022-11-23T01:04:17.4029626Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2022-11-23T01:04:17.4031203Z adding 'torch/include/ATen/ops/renorm_meta.h' 2022-11-23T01:04:17.4032839Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2022-11-23T01:04:17.4034401Z adding 'torch/include/ATen/ops/renorm_native.h' 2022-11-23T01:04:17.4036143Z adding 'torch/include/ATen/ops/renorm_ops.h' 2022-11-23T01:04:17.4037962Z adding 'torch/include/ATen/ops/repeat.h' 2022-11-23T01:04:17.4039803Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4041589Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2022-11-23T01:04:17.4043517Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4045198Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4046779Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2022-11-23T01:04:17.4048413Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2022-11-23T01:04:17.4050017Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2022-11-23T01:04:17.4051862Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2022-11-23T01:04:17.4053593Z adding 'torch/include/ATen/ops/repeat_native.h' 2022-11-23T01:04:17.4055340Z adding 'torch/include/ATen/ops/repeat_ops.h' 2022-11-23T01:04:17.4057211Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2022-11-23T01:04:17.4059171Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2022-11-23T01:04:17.4061108Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4062862Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2022-11-23T01:04:17.4064580Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2022-11-23T01:04:17.4066250Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2022-11-23T01:04:17.4068055Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2022-11-23T01:04:17.4069692Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2022-11-23T01:04:17.4071672Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2022-11-23T01:04:17.4073428Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4074830Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2022-11-23T01:04:17.4076417Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2022-11-23T01:04:17.4078330Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2022-11-23T01:04:17.4079924Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2022-11-23T01:04:17.4081543Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2022-11-23T01:04:17.4083269Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2022-11-23T01:04:17.4085207Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2022-11-23T01:04:17.4087152Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2022-11-23T01:04:17.4089126Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2022-11-23T01:04:17.4090743Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2022-11-23T01:04:17.4092403Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2022-11-23T01:04:17.4094206Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2022-11-23T01:04:17.4095982Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4097564Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2022-11-23T01:04:17.4099277Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2022-11-23T01:04:17.4100894Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2022-11-23T01:04:17.4102765Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2022-11-23T01:04:17.4104417Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2022-11-23T01:04:17.4106235Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2022-11-23T01:04:17.4108041Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2022-11-23T01:04:17.4110198Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2022-11-23T01:04:17.4111983Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2022-11-23T01:04:17.4113607Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2022-11-23T01:04:17.4115244Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2022-11-23T01:04:17.4117059Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2022-11-23T01:04:17.4118860Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4120521Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2022-11-23T01:04:17.4122413Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2022-11-23T01:04:17.4124152Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2022-11-23T01:04:17.4125960Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2022-11-23T01:04:17.4127757Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2022-11-23T01:04:17.4129334Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2022-11-23T01:04:17.4130853Z adding 'torch/include/ATen/ops/requires_grad.h' 2022-11-23T01:04:17.4132510Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4134001Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2022-11-23T01:04:17.4135620Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2022-11-23T01:04:17.4137311Z adding 'torch/include/ATen/ops/reshape.h' 2022-11-23T01:04:17.4138975Z adding 'torch/include/ATen/ops/reshape_as.h' 2022-11-23T01:04:17.4140529Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4142108Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T01:04:17.4143490Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2022-11-23T01:04:17.4145062Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2022-11-23T01:04:17.4146706Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4148169Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T01:04:17.4149538Z adding 'torch/include/ATen/ops/reshape_native.h' 2022-11-23T01:04:17.4151058Z adding 'torch/include/ATen/ops/reshape_ops.h' 2022-11-23T01:04:17.4152841Z adding 'torch/include/ATen/ops/resize.h' 2022-11-23T01:04:17.4154490Z adding 'torch/include/ATen/ops/resize_as.h' 2022-11-23T01:04:17.4156150Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4157505Z adding 'torch/include/ATen/ops/resize_as_native.h' 2022-11-23T01:04:17.4158993Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2022-11-23T01:04:17.4160525Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2022-11-23T01:04:17.4162063Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4163673Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2022-11-23T01:04:17.4164991Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2022-11-23T01:04:17.4166473Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2022-11-23T01:04:17.4168068Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4169561Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2022-11-23T01:04:17.4171046Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2022-11-23T01:04:17.4172525Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2022-11-23T01:04:17.4174017Z adding 'torch/include/ATen/ops/resize_native.h' 2022-11-23T01:04:17.4175612Z adding 'torch/include/ATen/ops/resize_ops.h' 2022-11-23T01:04:17.4177156Z adding 'torch/include/ATen/ops/resolve_conj.h' 2022-11-23T01:04:17.4178724Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4180073Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2022-11-23T01:04:17.4181687Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2022-11-23T01:04:17.4183143Z adding 'torch/include/ATen/ops/resolve_neg.h' 2022-11-23T01:04:17.4184741Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4186146Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2022-11-23T01:04:17.4187699Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2022-11-23T01:04:17.4189293Z adding 'torch/include/ATen/ops/result_type.h' 2022-11-23T01:04:17.4190914Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4192339Z adding 'torch/include/ATen/ops/result_type_native.h' 2022-11-23T01:04:17.4194193Z adding 'torch/include/ATen/ops/result_type_ops.h' 2022-11-23T01:04:17.4195739Z adding 'torch/include/ATen/ops/retain_grad.h' 2022-11-23T01:04:17.4197376Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4198819Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2022-11-23T01:04:17.4200576Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2022-11-23T01:04:17.4201791Z adding 'torch/include/ATen/ops/retains_grad.h' 2022-11-23T01:04:17.4203368Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4204693Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2022-11-23T01:04:17.4206238Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2022-11-23T01:04:17.4207864Z adding 'torch/include/ATen/ops/rnn_relu.h' 2022-11-23T01:04:17.4209461Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2022-11-23T01:04:17.4211070Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4212430Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2022-11-23T01:04:17.4214002Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2022-11-23T01:04:17.4215643Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4217065Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2022-11-23T01:04:17.4218773Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2022-11-23T01:04:17.4220468Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2022-11-23T01:04:17.4222268Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2022-11-23T01:04:17.4223894Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4225357Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2022-11-23T01:04:17.4226975Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2022-11-23T01:04:17.4228643Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4230095Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2022-11-23T01:04:17.4231777Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2022-11-23T01:04:17.4233357Z adding 'torch/include/ATen/ops/roll.h' 2022-11-23T01:04:17.4234974Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4236512Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2022-11-23T01:04:17.4237896Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2022-11-23T01:04:17.4239313Z adding 'torch/include/ATen/ops/roll_native.h' 2022-11-23T01:04:17.4240902Z adding 'torch/include/ATen/ops/roll_ops.h' 2022-11-23T01:04:17.4242508Z adding 'torch/include/ATen/ops/rot90.h' 2022-11-23T01:04:17.4244207Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4245664Z adding 'torch/include/ATen/ops/rot90_native.h' 2022-11-23T01:04:17.4247240Z adding 'torch/include/ATen/ops/rot90_ops.h' 2022-11-23T01:04:17.4248836Z adding 'torch/include/ATen/ops/round.h' 2022-11-23T01:04:17.4250557Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4252038Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2022-11-23T01:04:17.4253592Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2022-11-23T01:04:17.4255042Z adding 'torch/include/ATen/ops/round_meta.h' 2022-11-23T01:04:17.4256633Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2022-11-23T01:04:17.4258297Z adding 'torch/include/ATen/ops/round_native.h' 2022-11-23T01:04:17.4259890Z adding 'torch/include/ATen/ops/round_ops.h' 2022-11-23T01:04:17.4261418Z adding 'torch/include/ATen/ops/row_indices.h' 2022-11-23T01:04:17.4263081Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2022-11-23T01:04:17.4264650Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4266142Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4267435Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2022-11-23T01:04:17.4268992Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2022-11-23T01:04:17.4270495Z adding 'torch/include/ATen/ops/row_indices_native.h' 2022-11-23T01:04:17.4271976Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2022-11-23T01:04:17.4273515Z adding 'torch/include/ATen/ops/row_stack.h' 2022-11-23T01:04:17.4275072Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4276474Z adding 'torch/include/ATen/ops/row_stack_native.h' 2022-11-23T01:04:17.4278077Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2022-11-23T01:04:17.4279617Z adding 'torch/include/ATen/ops/rrelu.h' 2022-11-23T01:04:17.4281281Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4282774Z adding 'torch/include/ATen/ops/rrelu_native.h' 2022-11-23T01:04:17.4284459Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2022-11-23T01:04:17.4286443Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2022-11-23T01:04:17.4288260Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2022-11-23T01:04:17.4289966Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4291404Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2022-11-23T01:04:17.4293021Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2022-11-23T01:04:17.4294709Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2022-11-23T01:04:17.4296353Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2022-11-23T01:04:17.4297915Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2022-11-23T01:04:17.4299471Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2022-11-23T01:04:17.4301222Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2022-11-23T01:04:17.4303099Z adding 'torch/include/ATen/ops/rshift.h' 2022-11-23T01:04:17.4304768Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4306290Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2022-11-23T01:04:17.4307801Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2022-11-23T01:04:17.4309337Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2022-11-23T01:04:17.4310770Z adding 'torch/include/ATen/ops/rshift_native.h' 2022-11-23T01:04:17.4312589Z adding 'torch/include/ATen/ops/rshift_ops.h' 2022-11-23T01:04:17.4314149Z adding 'torch/include/ATen/ops/rsqrt.h' 2022-11-23T01:04:17.4315822Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4317286Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2022-11-23T01:04:17.4318748Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2022-11-23T01:04:17.4320211Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2022-11-23T01:04:17.4321746Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2022-11-23T01:04:17.4323291Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2022-11-23T01:04:17.4324979Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2022-11-23T01:04:17.4326611Z adding 'torch/include/ATen/ops/rsub.h' 2022-11-23T01:04:17.4328321Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4329839Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2022-11-23T01:04:17.4331359Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2022-11-23T01:04:17.4332808Z adding 'torch/include/ATen/ops/rsub_native.h' 2022-11-23T01:04:17.4334473Z adding 'torch/include/ATen/ops/rsub_ops.h' 2022-11-23T01:04:17.4336155Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2022-11-23T01:04:17.4337829Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4339253Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2022-11-23T01:04:17.4340867Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2022-11-23T01:04:17.4343024Z adding 'torch/include/ATen/ops/scatter.h' 2022-11-23T01:04:17.4344741Z adding 'torch/include/ATen/ops/scatter_add.h' 2022-11-23T01:04:17.4346444Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4347972Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4349450Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2022-11-23T01:04:17.4350978Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2022-11-23T01:04:17.4352490Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2022-11-23T01:04:17.4354060Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2022-11-23T01:04:17.4355541Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2022-11-23T01:04:17.4357273Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2022-11-23T01:04:17.4359162Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4360775Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4362873Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2022-11-23T01:04:17.4364302Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2022-11-23T01:04:17.4365743Z adding 'torch/include/ATen/ops/scatter_meta.h' 2022-11-23T01:04:17.4367612Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2022-11-23T01:04:17.4368809Z adding 'torch/include/ATen/ops/scatter_native.h' 2022-11-23T01:04:17.4371021Z adding 'torch/include/ATen/ops/scatter_ops.h' 2022-11-23T01:04:17.4372930Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2022-11-23T01:04:17.4374640Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4376031Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2022-11-23T01:04:17.4377489Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2022-11-23T01:04:17.4379063Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2022-11-23T01:04:17.4380574Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2022-11-23T01:04:17.4382269Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2022-11-23T01:04:17.4383916Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2022-11-23T01:04:17.4392263Z adding 'torch/include/ATen/ops/searchsorted.h' 2022-11-23T01:04:17.4394129Z adding 'torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4395837Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2022-11-23T01:04:17.4397449Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2022-11-23T01:04:17.4399028Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2022-11-23T01:04:17.4400759Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2022-11-23T01:04:17.4402553Z adding 'torch/include/ATen/ops/segment_reduce.h' 2022-11-23T01:04:17.4404305Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4405833Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2022-11-23T01:04:17.4407424Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2022-11-23T01:04:17.4408922Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2022-11-23T01:04:17.4410699Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2022-11-23T01:04:17.4412228Z adding 'torch/include/ATen/ops/select.h' 2022-11-23T01:04:17.4414094Z adding 'torch/include/ATen/ops/select_backward.h' 2022-11-23T01:04:17.4415767Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4417318Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4418718Z adding 'torch/include/ATen/ops/select_backward_native.h' 2022-11-23T01:04:17.4420406Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2022-11-23T01:04:17.4422156Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4423756Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4425199Z adding 'torch/include/ATen/ops/select_copy.h' 2022-11-23T01:04:17.4426765Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4428364Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4429752Z adding 'torch/include/ATen/ops/select_copy_native.h' 2022-11-23T01:04:17.4431317Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2022-11-23T01:04:17.4432819Z adding 'torch/include/ATen/ops/select_native.h' 2022-11-23T01:04:17.4434403Z adding 'torch/include/ATen/ops/select_ops.h' 2022-11-23T01:04:17.4436001Z adding 'torch/include/ATen/ops/select_scatter.h' 2022-11-23T01:04:17.4437639Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4439119Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2022-11-23T01:04:17.4440647Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2022-11-23T01:04:17.4442116Z adding 'torch/include/ATen/ops/selu.h' 2022-11-23T01:04:17.4443763Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4445204Z adding 'torch/include/ATen/ops/selu_native.h' 2022-11-23T01:04:17.4446749Z adding 'torch/include/ATen/ops/selu_ops.h' 2022-11-23T01:04:17.4448726Z adding 'torch/include/ATen/ops/set.h' 2022-11-23T01:04:17.4450681Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4452294Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4453817Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2022-11-23T01:04:17.4455333Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2022-11-23T01:04:17.4456774Z adding 'torch/include/ATen/ops/set_data.h' 2022-11-23T01:04:17.4458302Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4459646Z adding 'torch/include/ATen/ops/set_data_native.h' 2022-11-23T01:04:17.4461272Z adding 'torch/include/ATen/ops/set_data_ops.h' 2022-11-23T01:04:17.4463011Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2022-11-23T01:04:17.4464622Z adding 'torch/include/ATen/ops/set_native.h' 2022-11-23T01:04:17.4466762Z adding 'torch/include/ATen/ops/set_ops.h' 2022-11-23T01:04:17.4468572Z adding 'torch/include/ATen/ops/sgn.h' 2022-11-23T01:04:17.4470266Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4471822Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2022-11-23T01:04:17.4473229Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2022-11-23T01:04:17.4474586Z adding 'torch/include/ATen/ops/sgn_meta.h' 2022-11-23T01:04:17.4476031Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2022-11-23T01:04:17.4477544Z adding 'torch/include/ATen/ops/sgn_native.h' 2022-11-23T01:04:17.4479136Z adding 'torch/include/ATen/ops/sgn_ops.h' 2022-11-23T01:04:17.4480662Z adding 'torch/include/ATen/ops/sigmoid.h' 2022-11-23T01:04:17.4482294Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2022-11-23T01:04:17.4483987Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4485499Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2022-11-23T01:04:17.4487079Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2022-11-23T01:04:17.4488556Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2022-11-23T01:04:17.4490073Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2022-11-23T01:04:17.4491438Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2022-11-23T01:04:17.4493022Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2022-11-23T01:04:17.4494686Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4496110Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2022-11-23T01:04:17.4497583Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2022-11-23T01:04:17.4499038Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2022-11-23T01:04:17.4500488Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2022-11-23T01:04:17.4502074Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2022-11-23T01:04:17.4503865Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2022-11-23T01:04:17.4505398Z adding 'torch/include/ATen/ops/sign.h' 2022-11-23T01:04:17.4507018Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4508765Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2022-11-23T01:04:17.4510112Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2022-11-23T01:04:17.4511565Z adding 'torch/include/ATen/ops/sign_meta.h' 2022-11-23T01:04:17.4513161Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2022-11-23T01:04:17.4514674Z adding 'torch/include/ATen/ops/sign_native.h' 2022-11-23T01:04:17.4516509Z adding 'torch/include/ATen/ops/sign_ops.h' 2022-11-23T01:04:17.4518198Z adding 'torch/include/ATen/ops/signbit.h' 2022-11-23T01:04:17.4519987Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4521503Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2022-11-23T01:04:17.4523215Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2022-11-23T01:04:17.4524809Z adding 'torch/include/ATen/ops/signbit_meta.h' 2022-11-23T01:04:17.4526479Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2022-11-23T01:04:17.4527997Z adding 'torch/include/ATen/ops/signbit_native.h' 2022-11-23T01:04:17.4529715Z adding 'torch/include/ATen/ops/signbit_ops.h' 2022-11-23T01:04:17.4531423Z adding 'torch/include/ATen/ops/silu.h' 2022-11-23T01:04:17.4533104Z adding 'torch/include/ATen/ops/silu_backward.h' 2022-11-23T01:04:17.4534952Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4536641Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4538232Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2022-11-23T01:04:17.4539898Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2022-11-23T01:04:17.4555883Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2022-11-23T01:04:17.4556115Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2022-11-23T01:04:17.4556345Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2022-11-23T01:04:17.4556568Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2022-11-23T01:04:17.4556959Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4557188Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2022-11-23T01:04:17.4557355Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2022-11-23T01:04:17.4557487Z adding 'torch/include/ATen/ops/silu_meta.h' 2022-11-23T01:04:17.4557653Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2022-11-23T01:04:17.4557811Z adding 'torch/include/ATen/ops/silu_native.h' 2022-11-23T01:04:17.4557958Z adding 'torch/include/ATen/ops/silu_ops.h' 2022-11-23T01:04:17.4559665Z adding 'torch/include/ATen/ops/sin.h' 2022-11-23T01:04:17.4561881Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4563504Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2022-11-23T01:04:17.4565898Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2022-11-23T01:04:17.4567416Z adding 'torch/include/ATen/ops/sin_meta.h' 2022-11-23T01:04:17.4569557Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2022-11-23T01:04:17.4571310Z adding 'torch/include/ATen/ops/sin_native.h' 2022-11-23T01:04:17.4573505Z adding 'torch/include/ATen/ops/sin_ops.h' 2022-11-23T01:04:17.4575328Z adding 'torch/include/ATen/ops/sinc.h' 2022-11-23T01:04:17.4577550Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4579172Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2022-11-23T01:04:17.4581331Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2022-11-23T01:04:17.4583267Z adding 'torch/include/ATen/ops/sinc_meta.h' 2022-11-23T01:04:17.4585209Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2022-11-23T01:04:17.4587135Z adding 'torch/include/ATen/ops/sinc_native.h' 2022-11-23T01:04:17.4589187Z adding 'torch/include/ATen/ops/sinc_ops.h' 2022-11-23T01:04:17.4591111Z adding 'torch/include/ATen/ops/sinh.h' 2022-11-23T01:04:17.4593209Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4595022Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2022-11-23T01:04:17.4597002Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2022-11-23T01:04:17.4598791Z adding 'torch/include/ATen/ops/sinh_meta.h' 2022-11-23T01:04:17.4600677Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2022-11-23T01:04:17.4602694Z adding 'torch/include/ATen/ops/sinh_native.h' 2022-11-23T01:04:17.4604830Z adding 'torch/include/ATen/ops/sinh_ops.h' 2022-11-23T01:04:17.4606782Z adding 'torch/include/ATen/ops/size.h' 2022-11-23T01:04:17.4608799Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4610448Z adding 'torch/include/ATen/ops/size_native.h' 2022-11-23T01:04:17.4612880Z adding 'torch/include/ATen/ops/size_ops.h' 2022-11-23T01:04:17.4614589Z adding 'torch/include/ATen/ops/slice.h' 2022-11-23T01:04:17.4616674Z adding 'torch/include/ATen/ops/slice_backward.h' 2022-11-23T01:04:17.4618497Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4619985Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2022-11-23T01:04:17.4621668Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2022-11-23T01:04:17.4623517Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4625130Z adding 'torch/include/ATen/ops/slice_copy.h' 2022-11-23T01:04:17.4626810Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4628907Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4629811Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2022-11-23T01:04:17.4631620Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2022-11-23T01:04:17.4633113Z adding 'torch/include/ATen/ops/slice_native.h' 2022-11-23T01:04:17.4634673Z adding 'torch/include/ATen/ops/slice_ops.h' 2022-11-23T01:04:17.4636442Z adding 'torch/include/ATen/ops/slice_scatter.h' 2022-11-23T01:04:17.4638372Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4639877Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2022-11-23T01:04:17.4641278Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2022-11-23T01:04:17.4642962Z adding 'torch/include/ATen/ops/slogdet.h' 2022-11-23T01:04:17.4644651Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4646088Z adding 'torch/include/ATen/ops/slogdet_native.h' 2022-11-23T01:04:17.4647652Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2022-11-23T01:04:17.4649590Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2022-11-23T01:04:17.4651557Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4653358Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2022-11-23T01:04:17.4655205Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2022-11-23T01:04:17.4656735Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2022-11-23T01:04:17.4658396Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2022-11-23T01:04:17.4659953Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2022-11-23T01:04:17.4661849Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2022-11-23T01:04:17.4664073Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2022-11-23T01:04:17.4665930Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4667407Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2022-11-23T01:04:17.4668931Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2022-11-23T01:04:17.4670390Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2022-11-23T01:04:17.4672097Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2022-11-23T01:04:17.4674000Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2022-11-23T01:04:17.4675909Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4677515Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2022-11-23T01:04:17.4679132Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2022-11-23T01:04:17.4680646Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2022-11-23T01:04:17.4682437Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2022-11-23T01:04:17.4684456Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2022-11-23T01:04:17.4686390Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4687994Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2022-11-23T01:04:17.4689589Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2022-11-23T01:04:17.4691120Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2022-11-23T01:04:17.4692783Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2022-11-23T01:04:17.4694342Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2022-11-23T01:04:17.4696030Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2022-11-23T01:04:17.4698002Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2022-11-23T01:04:17.4699874Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2022-11-23T01:04:17.4701731Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2022-11-23T01:04:17.4703437Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2022-11-23T01:04:17.4705232Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2022-11-23T01:04:17.4706796Z adding 'torch/include/ATen/ops/smm.h' 2022-11-23T01:04:17.4708402Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4709864Z adding 'torch/include/ATen/ops/smm_native.h' 2022-11-23T01:04:17.4711325Z adding 'torch/include/ATen/ops/smm_ops.h' 2022-11-23T01:04:17.4712881Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2022-11-23T01:04:17.4714594Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2022-11-23T01:04:17.4716228Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4717686Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2022-11-23T01:04:17.4719188Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2022-11-23T01:04:17.4720656Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2022-11-23T01:04:17.4722299Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2022-11-23T01:04:17.4723996Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4725485Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2022-11-23T01:04:17.4726997Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2022-11-23T01:04:17.4728499Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2022-11-23T01:04:17.4730067Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2022-11-23T01:04:17.4731565Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2022-11-23T01:04:17.4733153Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2022-11-23T01:04:17.4734734Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2022-11-23T01:04:17.4736363Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2022-11-23T01:04:17.4738053Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4739544Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2022-11-23T01:04:17.4741184Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2022-11-23T01:04:17.4742991Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4744424Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2022-11-23T01:04:17.4745998Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2022-11-23T01:04:17.4747567Z adding 'torch/include/ATen/ops/softmax.h' 2022-11-23T01:04:17.4749254Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4750786Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4752278Z adding 'torch/include/ATen/ops/softmax_native.h' 2022-11-23T01:04:17.4753897Z adding 'torch/include/ATen/ops/softmax_ops.h' 2022-11-23T01:04:17.4755552Z adding 'torch/include/ATen/ops/softplus.h' 2022-11-23T01:04:17.4757119Z adding 'torch/include/ATen/ops/softplus_backward.h' 2022-11-23T01:04:17.4758763Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4760233Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2022-11-23T01:04:17.4761727Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2022-11-23T01:04:17.4763247Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2022-11-23T01:04:17.4764807Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2022-11-23T01:04:17.4766314Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2022-11-23T01:04:17.4767928Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2022-11-23T01:04:17.4769551Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4771011Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2022-11-23T01:04:17.4772534Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2022-11-23T01:04:17.4773937Z adding 'torch/include/ATen/ops/softplus_meta.h' 2022-11-23T01:04:17.4776056Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2022-11-23T01:04:17.4777613Z adding 'torch/include/ATen/ops/softplus_native.h' 2022-11-23T01:04:17.4779239Z adding 'torch/include/ATen/ops/softplus_ops.h' 2022-11-23T01:04:17.4780868Z adding 'torch/include/ATen/ops/softshrink.h' 2022-11-23T01:04:17.4782700Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2022-11-23T01:04:17.4784500Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4786075Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2022-11-23T01:04:17.4787482Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2022-11-23T01:04:17.4788889Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2022-11-23T01:04:17.4790455Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2022-11-23T01:04:17.4791929Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2022-11-23T01:04:17.4793588Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2022-11-23T01:04:17.4795263Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4796705Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2022-11-23T01:04:17.4798222Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2022-11-23T01:04:17.4799669Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2022-11-23T01:04:17.4801189Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2022-11-23T01:04:17.4802718Z adding 'torch/include/ATen/ops/softshrink_native.h' 2022-11-23T01:04:17.4804371Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2022-11-23T01:04:17.4806207Z adding 'torch/include/ATen/ops/sort.h' 2022-11-23T01:04:17.4807998Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4809578Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4811122Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4812626Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2022-11-23T01:04:17.4814475Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2022-11-23T01:04:17.4816076Z adding 'torch/include/ATen/ops/sort_meta.h' 2022-11-23T01:04:17.4817663Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2022-11-23T01:04:17.4819269Z adding 'torch/include/ATen/ops/sort_native.h' 2022-11-23T01:04:17.4821237Z adding 'torch/include/ATen/ops/sort_ops.h' 2022-11-23T01:04:17.4823506Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2022-11-23T01:04:17.4825212Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4826709Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2022-11-23T01:04:17.4828432Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2022-11-23T01:04:17.4830183Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2022-11-23T01:04:17.4831933Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4833424Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2022-11-23T01:04:17.4835087Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2022-11-23T01:04:17.4837024Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2022-11-23T01:04:17.4838703Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4840189Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2022-11-23T01:04:17.4841913Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2022-11-23T01:04:17.4843835Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2022-11-23T01:04:17.4845592Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4847469Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4849011Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2022-11-23T01:04:17.4850777Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2022-11-23T01:04:17.4852643Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2022-11-23T01:04:17.4854425Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4856013Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2022-11-23T01:04:17.4857841Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2022-11-23T01:04:17.4859728Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2022-11-23T01:04:17.4861499Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4863251Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2022-11-23T01:04:17.4865019Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2022-11-23T01:04:17.4866675Z adding 'torch/include/ATen/ops/sparse_dim.h' 2022-11-23T01:04:17.4868225Z adding 'torch/include/ATen/ops/sparse_dim_cpu_dispatch.h' 2022-11-23T01:04:17.4869782Z adding 'torch/include/ATen/ops/sparse_dim_cuda_dispatch.h' 2022-11-23T01:04:17.4871286Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2022-11-23T01:04:17.4872932Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2022-11-23T01:04:17.4874493Z adding 'torch/include/ATen/ops/sparse_mask.h' 2022-11-23T01:04:17.4876218Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4877731Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2022-11-23T01:04:17.4879487Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2022-11-23T01:04:17.4881102Z adding 'torch/include/ATen/ops/sparse_resize.h' 2022-11-23T01:04:17.4882856Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2022-11-23T01:04:17.4884606Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4886377Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2022-11-23T01:04:17.4887872Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2022-11-23T01:04:17.4889517Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2022-11-23T01:04:17.4891221Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4892804Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2022-11-23T01:04:17.4894284Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2022-11-23T01:04:17.4896005Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2022-11-23T01:04:17.4897900Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2022-11-23T01:04:17.4899511Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2022-11-23T01:04:17.4901166Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2022-11-23T01:04:17.4902809Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2022-11-23T01:04:17.4904680Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4906262Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2022-11-23T01:04:17.4907926Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2022-11-23T01:04:17.4909573Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2022-11-23T01:04:17.4911304Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2022-11-23T01:04:17.4912883Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2022-11-23T01:04:17.4914689Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2022-11-23T01:04:17.4916407Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2022-11-23T01:04:17.4918223Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4919799Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2022-11-23T01:04:17.4921578Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2022-11-23T01:04:17.4923246Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2022-11-23T01:04:17.4924990Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2022-11-23T01:04:17.4926595Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2022-11-23T01:04:17.4928377Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2022-11-23T01:04:17.4930102Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2022-11-23T01:04:17.4931897Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4933485Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2022-11-23T01:04:17.4935224Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2022-11-23T01:04:17.4936765Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2022-11-23T01:04:17.4938511Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2022-11-23T01:04:17.4940123Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2022-11-23T01:04:17.4942239Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2022-11-23T01:04:17.4944004Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2022-11-23T01:04:17.4945696Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4947287Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2022-11-23T01:04:17.4948820Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2022-11-23T01:04:17.4950372Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2022-11-23T01:04:17.4951988Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2022-11-23T01:04:17.4953532Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2022-11-23T01:04:17.4955197Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2022-11-23T01:04:17.4956949Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2022-11-23T01:04:17.4958711Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4960259Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2022-11-23T01:04:17.4961855Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2022-11-23T01:04:17.4963412Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2022-11-23T01:04:17.4965093Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2022-11-23T01:04:17.4966602Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2022-11-23T01:04:17.4968233Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2022-11-23T01:04:17.4970060Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2022-11-23T01:04:17.4971855Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4973546Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4975145Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4977052Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2022-11-23T01:04:17.4978616Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2022-11-23T01:04:17.4979878Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2022-11-23T01:04:17.4981331Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2022-11-23T01:04:17.4983071Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2022-11-23T01:04:17.4984882Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2022-11-23T01:04:17.4986692Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2022-11-23T01:04:17.4988449Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.4990111Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.4991638Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.4993156Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2022-11-23T01:04:17.4994704Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2022-11-23T01:04:17.4996269Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2022-11-23T01:04:17.4997808Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2022-11-23T01:04:17.4999347Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2022-11-23T01:04:17.5001336Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2022-11-23T01:04:17.5003092Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2022-11-23T01:04:17.5004898Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5006574Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5008135Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5009559Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2022-11-23T01:04:17.5011114Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2022-11-23T01:04:17.5012551Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2022-11-23T01:04:17.5014097Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2022-11-23T01:04:17.5015648Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2022-11-23T01:04:17.5017489Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2022-11-23T01:04:17.5019285Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2022-11-23T01:04:17.5021052Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5022894Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5024394Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5025925Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2022-11-23T01:04:17.5027435Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2022-11-23T01:04:17.5028897Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2022-11-23T01:04:17.5030636Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2022-11-23T01:04:17.5032241Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2022-11-23T01:04:17.5033865Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2022-11-23T01:04:17.5035527Z adding 'torch/include/ATen/ops/special_digamma.h' 2022-11-23T01:04:17.5037175Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5038549Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2022-11-23T01:04:17.5040120Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2022-11-23T01:04:17.5041730Z adding 'torch/include/ATen/ops/special_entr.h' 2022-11-23T01:04:17.5043543Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5044945Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2022-11-23T01:04:17.5046455Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2022-11-23T01:04:17.5047971Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2022-11-23T01:04:17.5049508Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2022-11-23T01:04:17.5050948Z adding 'torch/include/ATen/ops/special_entr_native.h' 2022-11-23T01:04:17.5052562Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2022-11-23T01:04:17.5054123Z adding 'torch/include/ATen/ops/special_erf.h' 2022-11-23T01:04:17.5055803Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5057192Z adding 'torch/include/ATen/ops/special_erf_native.h' 2022-11-23T01:04:17.5058814Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2022-11-23T01:04:17.5060469Z adding 'torch/include/ATen/ops/special_erfc.h' 2022-11-23T01:04:17.5062364Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5063773Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2022-11-23T01:04:17.5065335Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2022-11-23T01:04:17.5066922Z adding 'torch/include/ATen/ops/special_erfcx.h' 2022-11-23T01:04:17.5068574Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5069964Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2022-11-23T01:04:17.5071459Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2022-11-23T01:04:17.5072883Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2022-11-23T01:04:17.5074423Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2022-11-23T01:04:17.5075886Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2022-11-23T01:04:17.5077440Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2022-11-23T01:04:17.5078980Z adding 'torch/include/ATen/ops/special_erfinv.h' 2022-11-23T01:04:17.5080604Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5082039Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2022-11-23T01:04:17.5083720Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2022-11-23T01:04:17.5085329Z adding 'torch/include/ATen/ops/special_exp2.h' 2022-11-23T01:04:17.5086952Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5088368Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2022-11-23T01:04:17.5089936Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2022-11-23T01:04:17.5091569Z adding 'torch/include/ATen/ops/special_expit.h' 2022-11-23T01:04:17.5093213Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5094628Z adding 'torch/include/ATen/ops/special_expit_native.h' 2022-11-23T01:04:17.5096302Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2022-11-23T01:04:17.5097872Z adding 'torch/include/ATen/ops/special_expm1.h' 2022-11-23T01:04:17.5099538Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5101191Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2022-11-23T01:04:17.5102933Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2022-11-23T01:04:17.5104516Z adding 'torch/include/ATen/ops/special_gammainc.h' 2022-11-23T01:04:17.5106071Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5107402Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2022-11-23T01:04:17.5109055Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2022-11-23T01:04:17.5110636Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2022-11-23T01:04:17.5112304Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5113674Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2022-11-23T01:04:17.5115235Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2022-11-23T01:04:17.5116806Z adding 'torch/include/ATen/ops/special_gammaln.h' 2022-11-23T01:04:17.5118452Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5119827Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2022-11-23T01:04:17.5121460Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2022-11-23T01:04:17.5123175Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2022-11-23T01:04:17.5125002Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5126565Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5128041Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5129510Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2022-11-23T01:04:17.5131022Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2022-11-23T01:04:17.5132445Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2022-11-23T01:04:17.5134093Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2022-11-23T01:04:17.5135491Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2022-11-23T01:04:17.5137273Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2022-11-23T01:04:17.5139066Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2022-11-23T01:04:17.5140773Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5142546Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5144371Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5145907Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2022-11-23T01:04:17.5147452Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2022-11-23T01:04:17.5148891Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2022-11-23T01:04:17.5150384Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2022-11-23T01:04:17.5152595Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2022-11-23T01:04:17.5154467Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2022-11-23T01:04:17.5156087Z adding 'torch/include/ATen/ops/special_i0.h' 2022-11-23T01:04:17.5157767Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5159189Z adding 'torch/include/ATen/ops/special_i0_native.h' 2022-11-23T01:04:17.5160768Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2022-11-23T01:04:17.5162373Z adding 'torch/include/ATen/ops/special_i0e.h' 2022-11-23T01:04:17.5164106Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5165495Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2022-11-23T01:04:17.5166988Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2022-11-23T01:04:17.5168480Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2022-11-23T01:04:17.5170037Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2022-11-23T01:04:17.5171505Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2022-11-23T01:04:17.5173090Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2022-11-23T01:04:17.5174655Z adding 'torch/include/ATen/ops/special_i1.h' 2022-11-23T01:04:17.5176350Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5177688Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2022-11-23T01:04:17.5179177Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2022-11-23T01:04:17.5180614Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2022-11-23T01:04:17.5182238Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2022-11-23T01:04:17.5183669Z adding 'torch/include/ATen/ops/special_i1_native.h' 2022-11-23T01:04:17.5185280Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2022-11-23T01:04:17.5186841Z adding 'torch/include/ATen/ops/special_i1e.h' 2022-11-23T01:04:17.5188517Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5189868Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2022-11-23T01:04:17.5191358Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2022-11-23T01:04:17.5192821Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2022-11-23T01:04:17.5194361Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2022-11-23T01:04:17.5195832Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2022-11-23T01:04:17.5197491Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2022-11-23T01:04:17.5199244Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2022-11-23T01:04:17.5201002Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5202738Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5204177Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5205621Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2022-11-23T01:04:17.5207134Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2022-11-23T01:04:17.5208605Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2022-11-23T01:04:17.5210143Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2022-11-23T01:04:17.5211597Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2022-11-23T01:04:17.5213383Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2022-11-23T01:04:17.5215286Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2022-11-23T01:04:17.5216960Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5218563Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5220171Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5221857Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2022-11-23T01:04:17.5223450Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2022-11-23T01:04:17.5225010Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2022-11-23T01:04:17.5226482Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2022-11-23T01:04:17.5228223Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2022-11-23T01:04:17.5229843Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2022-11-23T01:04:17.5231407Z adding 'torch/include/ATen/ops/special_log1p.h' 2022-11-23T01:04:17.5233152Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5234874Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2022-11-23T01:04:17.5236215Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2022-11-23T01:04:17.5237996Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2022-11-23T01:04:17.5239621Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5241125Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2022-11-23T01:04:17.5242708Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2022-11-23T01:04:17.5244194Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2022-11-23T01:04:17.5245599Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2022-11-23T01:04:17.5247283Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2022-11-23T01:04:17.5248920Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2022-11-23T01:04:17.5250578Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2022-11-23T01:04:17.5252106Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5253464Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2022-11-23T01:04:17.5255171Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2022-11-23T01:04:17.5256701Z adding 'torch/include/ATen/ops/special_logit.h' 2022-11-23T01:04:17.5258258Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5259696Z adding 'torch/include/ATen/ops/special_logit_native.h' 2022-11-23T01:04:17.5261288Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2022-11-23T01:04:17.5262948Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2022-11-23T01:04:17.5264588Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5265931Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2022-11-23T01:04:17.5267574Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2022-11-23T01:04:17.5269234Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2022-11-23T01:04:17.5270767Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5272162Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2022-11-23T01:04:17.5273649Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2022-11-23T01:04:17.5275035Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2022-11-23T01:04:17.5276508Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2022-11-23T01:04:17.5277886Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2022-11-23T01:04:17.5279420Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2022-11-23T01:04:17.5280932Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2022-11-23T01:04:17.5282632Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5284109Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2022-11-23T01:04:17.5285596Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2022-11-23T01:04:17.5287013Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2022-11-23T01:04:17.5288478Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2022-11-23T01:04:17.5289938Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2022-11-23T01:04:17.5291597Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2022-11-23T01:04:17.5293160Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2022-11-23T01:04:17.5294809Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5296238Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2022-11-23T01:04:17.5297729Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2022-11-23T01:04:17.5299169Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2022-11-23T01:04:17.5300723Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2022-11-23T01:04:17.5302251Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2022-11-23T01:04:17.5304121Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2022-11-23T01:04:17.5305561Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2022-11-23T01:04:17.5307205Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5308628Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2022-11-23T01:04:17.5310107Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2022-11-23T01:04:17.5311539Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2022-11-23T01:04:17.5313021Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2022-11-23T01:04:17.5314419Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2022-11-23T01:04:17.5316023Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2022-11-23T01:04:17.5317519Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2022-11-23T01:04:17.5319092Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5320466Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2022-11-23T01:04:17.5322042Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2022-11-23T01:04:17.5323629Z adding 'torch/include/ATen/ops/special_ndtr.h' 2022-11-23T01:04:17.5325204Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5326554Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2022-11-23T01:04:17.5328050Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2022-11-23T01:04:17.5329531Z adding 'torch/include/ATen/ops/special_ndtri.h' 2022-11-23T01:04:17.5331179Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5332526Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2022-11-23T01:04:17.5333958Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2022-11-23T01:04:17.5335346Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2022-11-23T01:04:17.5336789Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2022-11-23T01:04:17.5338152Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2022-11-23T01:04:17.5339768Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2022-11-23T01:04:17.5341335Z adding 'torch/include/ATen/ops/special_polygamma.h' 2022-11-23T01:04:17.5343192Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5344549Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2022-11-23T01:04:17.5346089Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2022-11-23T01:04:17.5347616Z adding 'torch/include/ATen/ops/special_psi.h' 2022-11-23T01:04:17.5349199Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5351179Z adding 'torch/include/ATen/ops/special_psi_native.h' 2022-11-23T01:04:17.5352531Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2022-11-23T01:04:17.5354288Z adding 'torch/include/ATen/ops/special_round.h' 2022-11-23T01:04:17.5355970Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5357520Z adding 'torch/include/ATen/ops/special_round_native.h' 2022-11-23T01:04:17.5358961Z adding 'torch/include/ATen/ops/special_round_ops.h' 2022-11-23T01:04:17.5360738Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2022-11-23T01:04:17.5362416Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5363956Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2022-11-23T01:04:17.5365465Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2022-11-23T01:04:17.5367047Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2022-11-23T01:04:17.5368602Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2022-11-23T01:04:17.5370089Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2022-11-23T01:04:17.5371708Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2022-11-23T01:04:17.5373428Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2022-11-23T01:04:17.5374889Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5376407Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2022-11-23T01:04:17.5377958Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2022-11-23T01:04:17.5379401Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2022-11-23T01:04:17.5380967Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2022-11-23T01:04:17.5382576Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2022-11-23T01:04:17.5384152Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2022-11-23T01:04:17.5385972Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2022-11-23T01:04:17.5387841Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5389612Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5391203Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5392837Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2022-11-23T01:04:17.5394340Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2022-11-23T01:04:17.5395838Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2022-11-23T01:04:17.5397442Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2022-11-23T01:04:17.5399023Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2022-11-23T01:04:17.5400831Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2022-11-23T01:04:17.5402788Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2022-11-23T01:04:17.5404596Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5406235Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5407841Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5409376Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2022-11-23T01:04:17.5410940Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2022-11-23T01:04:17.5412459Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2022-11-23T01:04:17.5414009Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2022-11-23T01:04:17.5415561Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2022-11-23T01:04:17.5417401Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2022-11-23T01:04:17.5419282Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2022-11-23T01:04:17.5421103Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5422853Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5424413Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5425972Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2022-11-23T01:04:17.5427520Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2022-11-23T01:04:17.5429014Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2022-11-23T01:04:17.5430564Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2022-11-23T01:04:17.5432147Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2022-11-23T01:04:17.5433966Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2022-11-23T01:04:17.5435767Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2022-11-23T01:04:17.5437516Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5439102Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5440646Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5442188Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2022-11-23T01:04:17.5443946Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2022-11-23T01:04:17.5445583Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2022-11-23T01:04:17.5447210Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2022-11-23T01:04:17.5448776Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2022-11-23T01:04:17.5450707Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2022-11-23T01:04:17.5452247Z adding 'torch/include/ATen/ops/special_sinc.h' 2022-11-23T01:04:17.5453918Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5455396Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2022-11-23T01:04:17.5457032Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2022-11-23T01:04:17.5458681Z adding 'torch/include/ATen/ops/special_softmax.h' 2022-11-23T01:04:17.5460332Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5461915Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2022-11-23T01:04:17.5463661Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2022-11-23T01:04:17.5465228Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2022-11-23T01:04:17.5466933Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5468431Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2022-11-23T01:04:17.5469983Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2022-11-23T01:04:17.5471481Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2022-11-23T01:04:17.5472997Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2022-11-23T01:04:17.5474494Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2022-11-23T01:04:17.5476061Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2022-11-23T01:04:17.5477700Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2022-11-23T01:04:17.5479397Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5481122Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5482585Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2022-11-23T01:04:17.5484174Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2022-11-23T01:04:17.5485673Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2022-11-23T01:04:17.5487223Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2022-11-23T01:04:17.5488759Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2022-11-23T01:04:17.5490554Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2022-11-23T01:04:17.5492336Z adding 'torch/include/ATen/ops/special_xlogy.h' 2022-11-23T01:04:17.5494137Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5495628Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2022-11-23T01:04:17.5497597Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2022-11-23T01:04:17.5499425Z adding 'torch/include/ATen/ops/special_zeta.h' 2022-11-23T01:04:17.5501192Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5502948Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5504533Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2022-11-23T01:04:17.5506115Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2022-11-23T01:04:17.5507632Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2022-11-23T01:04:17.5509157Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2022-11-23T01:04:17.5510662Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2022-11-23T01:04:17.5512432Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2022-11-23T01:04:17.5514150Z adding 'torch/include/ATen/ops/split.h' 2022-11-23T01:04:17.5515842Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5518059Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5519889Z adding 'torch/include/ATen/ops/split_copy.h' 2022-11-23T01:04:17.5521650Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5523412Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5524825Z adding 'torch/include/ATen/ops/split_copy_native.h' 2022-11-23T01:04:17.5526560Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2022-11-23T01:04:17.5528091Z adding 'torch/include/ATen/ops/split_native.h' 2022-11-23T01:04:17.5529723Z adding 'torch/include/ATen/ops/split_ops.h' 2022-11-23T01:04:17.5531423Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2022-11-23T01:04:17.5533107Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5534824Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2022-11-23T01:04:17.5536564Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5538197Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5539582Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2022-11-23T01:04:17.5541198Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2022-11-23T01:04:17.5542849Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2022-11-23T01:04:17.5544402Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2022-11-23T01:04:17.5545916Z adding 'torch/include/ATen/ops/sqrt.h' 2022-11-23T01:04:17.5547506Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5549021Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2022-11-23T01:04:17.5550554Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2022-11-23T01:04:17.5552086Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2022-11-23T01:04:17.5553697Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2022-11-23T01:04:17.5555227Z adding 'torch/include/ATen/ops/sqrt_native.h' 2022-11-23T01:04:17.5556966Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2022-11-23T01:04:17.5558587Z adding 'torch/include/ATen/ops/square.h' 2022-11-23T01:04:17.5560277Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5561745Z adding 'torch/include/ATen/ops/square_native.h' 2022-11-23T01:04:17.5563567Z adding 'torch/include/ATen/ops/square_ops.h' 2022-11-23T01:04:17.5565158Z adding 'torch/include/ATen/ops/squeeze.h' 2022-11-23T01:04:17.5566839Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5568421Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5570201Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2022-11-23T01:04:17.5571859Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5573278Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5574646Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2022-11-23T01:04:17.5576381Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2022-11-23T01:04:17.5577958Z adding 'torch/include/ATen/ops/squeeze_native.h' 2022-11-23T01:04:17.5579705Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2022-11-23T01:04:17.5581360Z adding 'torch/include/ATen/ops/sspaddmm.h' 2022-11-23T01:04:17.5583244Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5584731Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2022-11-23T01:04:17.5586201Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2022-11-23T01:04:17.5587649Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2022-11-23T01:04:17.5589274Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2022-11-23T01:04:17.5590820Z adding 'torch/include/ATen/ops/stack.h' 2022-11-23T01:04:17.5592430Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5593828Z adding 'torch/include/ATen/ops/stack_native.h' 2022-11-23T01:04:17.5595509Z adding 'torch/include/ATen/ops/stack_ops.h' 2022-11-23T01:04:17.5597337Z adding 'torch/include/ATen/ops/std.h' 2022-11-23T01:04:17.5599819Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5601302Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2022-11-23T01:04:17.5602999Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2022-11-23T01:04:17.5605084Z adding 'torch/include/ATen/ops/std_mean.h' 2022-11-23T01:04:17.5606826Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5608376Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5610125Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2022-11-23T01:04:17.5611584Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2022-11-23T01:04:17.5613128Z adding 'torch/include/ATen/ops/std_mean_native.h' 2022-11-23T01:04:17.5615133Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2022-11-23T01:04:17.5616842Z adding 'torch/include/ATen/ops/std_native.h' 2022-11-23T01:04:17.5618989Z adding 'torch/include/ATen/ops/std_ops.h' 2022-11-23T01:04:17.5620927Z adding 'torch/include/ATen/ops/stft.h' 2022-11-23T01:04:17.5622855Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5624772Z adding 'torch/include/ATen/ops/stft_native.h' 2022-11-23T01:04:17.5626595Z adding 'torch/include/ATen/ops/stft_ops.h' 2022-11-23T01:04:17.5628190Z adding 'torch/include/ATen/ops/stride.h' 2022-11-23T01:04:17.5629921Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5631473Z adding 'torch/include/ATen/ops/stride_native.h' 2022-11-23T01:04:17.5633191Z adding 'torch/include/ATen/ops/stride_ops.h' 2022-11-23T01:04:17.5634922Z adding 'torch/include/ATen/ops/sub.h' 2022-11-23T01:04:17.5636703Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5638378Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5639862Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2022-11-23T01:04:17.5641478Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2022-11-23T01:04:17.5643077Z adding 'torch/include/ATen/ops/sub_meta.h' 2022-11-23T01:04:17.5644793Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2022-11-23T01:04:17.5646449Z adding 'torch/include/ATen/ops/sub_native.h' 2022-11-23T01:04:17.5648279Z adding 'torch/include/ATen/ops/sub_ops.h' 2022-11-23T01:04:17.5650052Z adding 'torch/include/ATen/ops/subtract.h' 2022-11-23T01:04:17.5651861Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5653370Z adding 'torch/include/ATen/ops/subtract_native.h' 2022-11-23T01:04:17.5655272Z adding 'torch/include/ATen/ops/subtract_ops.h' 2022-11-23T01:04:17.5657105Z adding 'torch/include/ATen/ops/sum.h' 2022-11-23T01:04:17.5658979Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5660700Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5662455Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5664042Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2022-11-23T01:04:17.5665691Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2022-11-23T01:04:17.5667240Z adding 'torch/include/ATen/ops/sum_meta.h' 2022-11-23T01:04:17.5668916Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2022-11-23T01:04:17.5670644Z adding 'torch/include/ATen/ops/sum_native.h' 2022-11-23T01:04:17.5672595Z adding 'torch/include/ATen/ops/sum_ops.h' 2022-11-23T01:04:17.5674247Z adding 'torch/include/ATen/ops/sum_to_size.h' 2022-11-23T01:04:17.5675926Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5677351Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2022-11-23T01:04:17.5679039Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2022-11-23T01:04:17.5680663Z adding 'torch/include/ATen/ops/svd.h' 2022-11-23T01:04:17.5682517Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5684186Z adding 'torch/include/ATen/ops/svd_native.h' 2022-11-23T01:04:17.5685889Z adding 'torch/include/ATen/ops/svd_ops.h' 2022-11-23T01:04:17.5687649Z adding 'torch/include/ATen/ops/swapaxes.h' 2022-11-23T01:04:17.5689235Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5690629Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2022-11-23T01:04:17.5692276Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2022-11-23T01:04:17.5693807Z adding 'torch/include/ATen/ops/swapdims.h' 2022-11-23T01:04:17.5695243Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5696743Z adding 'torch/include/ATen/ops/swapdims_native.h' 2022-11-23T01:04:17.5698257Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2022-11-23T01:04:17.5699877Z adding 'torch/include/ATen/ops/symeig.h' 2022-11-23T01:04:17.5701706Z adding 'torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5703235Z adding 'torch/include/ATen/ops/symeig_native.h' 2022-11-23T01:04:17.5704878Z adding 'torch/include/ATen/ops/symeig_ops.h' 2022-11-23T01:04:17.5706416Z adding 'torch/include/ATen/ops/t.h' 2022-11-23T01:04:17.5707965Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5709317Z adding 'torch/include/ATen/ops/t_copy.h' 2022-11-23T01:04:17.5711020Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5712440Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5713812Z adding 'torch/include/ATen/ops/t_copy_native.h' 2022-11-23T01:04:17.5715295Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2022-11-23T01:04:17.5716840Z adding 'torch/include/ATen/ops/t_native.h' 2022-11-23T01:04:17.5718461Z adding 'torch/include/ATen/ops/t_ops.h' 2022-11-23T01:04:17.5719998Z adding 'torch/include/ATen/ops/take.h' 2022-11-23T01:04:17.5721637Z adding 'torch/include/ATen/ops/take_along_dim.h' 2022-11-23T01:04:17.5723376Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5724828Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2022-11-23T01:04:17.5726444Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2022-11-23T01:04:17.5727985Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2022-11-23T01:04:17.5729504Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2022-11-23T01:04:17.5730814Z adding 'torch/include/ATen/ops/take_native.h' 2022-11-23T01:04:17.5732425Z adding 'torch/include/ATen/ops/take_ops.h' 2022-11-23T01:04:17.5733966Z adding 'torch/include/ATen/ops/tan.h' 2022-11-23T01:04:17.5735592Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5737048Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2022-11-23T01:04:17.5738514Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2022-11-23T01:04:17.5739945Z adding 'torch/include/ATen/ops/tan_meta.h' 2022-11-23T01:04:17.5741486Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2022-11-23T01:04:17.5743186Z adding 'torch/include/ATen/ops/tan_native.h' 2022-11-23T01:04:17.5744902Z adding 'torch/include/ATen/ops/tan_ops.h' 2022-11-23T01:04:17.5746442Z adding 'torch/include/ATen/ops/tanh.h' 2022-11-23T01:04:17.5748006Z adding 'torch/include/ATen/ops/tanh_backward.h' 2022-11-23T01:04:17.5749745Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5751169Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2022-11-23T01:04:17.5752795Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2022-11-23T01:04:17.5754229Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2022-11-23T01:04:17.5755733Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2022-11-23T01:04:17.5757198Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2022-11-23T01:04:17.5758820Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2022-11-23T01:04:17.5760514Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5761891Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2022-11-23T01:04:17.5763552Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2022-11-23T01:04:17.5765036Z adding 'torch/include/ATen/ops/tanh_meta.h' 2022-11-23T01:04:17.5766484Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2022-11-23T01:04:17.5767899Z adding 'torch/include/ATen/ops/tanh_native.h' 2022-11-23T01:04:17.5769569Z adding 'torch/include/ATen/ops/tanh_ops.h' 2022-11-23T01:04:17.5771276Z adding 'torch/include/ATen/ops/tensor.h' 2022-11-23T01:04:17.5773079Z adding 'torch/include/ATen/ops/tensor_split.h' 2022-11-23T01:04:17.5774960Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5776527Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2022-11-23T01:04:17.5778295Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2022-11-23T01:04:17.5780007Z adding 'torch/include/ATen/ops/tensordot.h' 2022-11-23T01:04:17.5781956Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5783659Z adding 'torch/include/ATen/ops/tensordot_cpu_dispatch.h' 2022-11-23T01:04:17.5785316Z adding 'torch/include/ATen/ops/tensordot_cuda_dispatch.h' 2022-11-23T01:04:17.5786820Z adding 'torch/include/ATen/ops/tensordot_native.h' 2022-11-23T01:04:17.5788605Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2022-11-23T01:04:17.5790323Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2022-11-23T01:04:17.5792110Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5793891Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2022-11-23T01:04:17.5795529Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2022-11-23T01:04:17.5797110Z adding 'torch/include/ATen/ops/threshold.h' 2022-11-23T01:04:17.5798710Z adding 'torch/include/ATen/ops/threshold_backward.h' 2022-11-23T01:04:17.5800444Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5801928Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2022-11-23T01:04:17.5803607Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2022-11-23T01:04:17.5805216Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2022-11-23T01:04:17.5806933Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2022-11-23T01:04:17.5808560Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2022-11-23T01:04:17.5810295Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2022-11-23T01:04:17.5812029Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5813604Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2022-11-23T01:04:17.5815230Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2022-11-23T01:04:17.5816834Z adding 'torch/include/ATen/ops/threshold_meta.h' 2022-11-23T01:04:17.5818467Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2022-11-23T01:04:17.5820194Z adding 'torch/include/ATen/ops/threshold_native.h' 2022-11-23T01:04:17.5821972Z adding 'torch/include/ATen/ops/threshold_ops.h' 2022-11-23T01:04:17.5823568Z adding 'torch/include/ATen/ops/tile.h' 2022-11-23T01:04:17.5825230Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5826678Z adding 'torch/include/ATen/ops/tile_native.h' 2022-11-23T01:04:17.5828302Z adding 'torch/include/ATen/ops/tile_ops.h' 2022-11-23T01:04:17.5829817Z adding 'torch/include/ATen/ops/to.h' 2022-11-23T01:04:17.5831545Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5833037Z adding 'torch/include/ATen/ops/to_dense.h' 2022-11-23T01:04:17.5834602Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2022-11-23T01:04:17.5836769Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5838049Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2022-11-23T01:04:17.5839473Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2022-11-23T01:04:17.5841132Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5842659Z adding 'torch/include/ATen/ops/to_dense_native.h' 2022-11-23T01:04:17.5844777Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2022-11-23T01:04:17.5847060Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2022-11-23T01:04:17.5849023Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2022-11-23T01:04:17.5850687Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5852381Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2022-11-23T01:04:17.5854350Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2022-11-23T01:04:17.5856385Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5858252Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2022-11-23T01:04:17.5860215Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2022-11-23T01:04:17.5861943Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2022-11-23T01:04:17.5863715Z adding 'torch/include/ATen/ops/to_native.h' 2022-11-23T01:04:17.5865603Z adding 'torch/include/ATen/ops/to_ops.h' 2022-11-23T01:04:17.5867627Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2022-11-23T01:04:17.5869363Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5870775Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2022-11-23T01:04:17.5872583Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2022-11-23T01:04:17.5874274Z adding 'torch/include/ATen/ops/to_sparse.h' 2022-11-23T01:04:17.5875893Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2022-11-23T01:04:17.5877608Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5879097Z adding 'torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h' 2022-11-23T01:04:17.5880645Z adding 'torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h' 2022-11-23T01:04:17.5882131Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2022-11-23T01:04:17.5883891Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2022-11-23T01:04:17.5885518Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2022-11-23T01:04:17.5887292Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5888766Z adding 'torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h' 2022-11-23T01:04:17.5890261Z adding 'torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h' 2022-11-23T01:04:17.5891844Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2022-11-23T01:04:17.5893407Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2022-11-23T01:04:17.5895102Z adding 'torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5896633Z adding 'torch/include/ATen/ops/to_sparse_cpu_dispatch.h' 2022-11-23T01:04:17.5898931Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2022-11-23T01:04:17.5900770Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5902539Z adding 'torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h' 2022-11-23T01:04:17.5904045Z adding 'torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h' 2022-11-23T01:04:17.5905629Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2022-11-23T01:04:17.5907164Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2022-11-23T01:04:17.5908809Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2022-11-23T01:04:17.5910473Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5912008Z adding 'torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h' 2022-11-23T01:04:17.5913583Z adding 'torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h' 2022-11-23T01:04:17.5915094Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2022-11-23T01:04:17.5916687Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2022-11-23T01:04:17.5918390Z adding 'torch/include/ATen/ops/to_sparse_cuda_dispatch.h' 2022-11-23T01:04:17.5919808Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2022-11-23T01:04:17.5921527Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2022-11-23T01:04:17.5923277Z adding 'torch/include/ATen/ops/topk.h' 2022-11-23T01:04:17.5925189Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5926692Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2022-11-23T01:04:17.5928370Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2022-11-23T01:04:17.5929889Z adding 'torch/include/ATen/ops/topk_meta.h' 2022-11-23T01:04:17.5931492Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2022-11-23T01:04:17.5933097Z adding 'torch/include/ATen/ops/topk_native.h' 2022-11-23T01:04:17.5934830Z adding 'torch/include/ATen/ops/topk_ops.h' 2022-11-23T01:04:17.5936423Z adding 'torch/include/ATen/ops/trace.h' 2022-11-23T01:04:17.5938125Z adding 'torch/include/ATen/ops/trace_backward.h' 2022-11-23T01:04:17.5939874Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5941312Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2022-11-23T01:04:17.5943142Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2022-11-23T01:04:17.5944925Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5946296Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2022-11-23T01:04:17.5947796Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2022-11-23T01:04:17.5949292Z adding 'torch/include/ATen/ops/trace_native.h' 2022-11-23T01:04:17.5950984Z adding 'torch/include/ATen/ops/trace_ops.h' 2022-11-23T01:04:17.5952627Z adding 'torch/include/ATen/ops/transpose.h' 2022-11-23T01:04:17.5954323Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5955861Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5957369Z adding 'torch/include/ATen/ops/transpose_copy.h' 2022-11-23T01:04:17.5959098Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.5960730Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5962109Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2022-11-23T01:04:17.5963968Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2022-11-23T01:04:17.5965538Z adding 'torch/include/ATen/ops/transpose_native.h' 2022-11-23T01:04:17.5967299Z adding 'torch/include/ATen/ops/transpose_ops.h' 2022-11-23T01:04:17.5968932Z adding 'torch/include/ATen/ops/trapezoid.h' 2022-11-23T01:04:17.5970652Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5972097Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2022-11-23T01:04:17.5973724Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2022-11-23T01:04:17.5975326Z adding 'torch/include/ATen/ops/trapz.h' 2022-11-23T01:04:17.5977055Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.5978600Z adding 'torch/include/ATen/ops/trapz_native.h' 2022-11-23T01:04:17.5980280Z adding 'torch/include/ATen/ops/trapz_ops.h' 2022-11-23T01:04:17.5982123Z adding 'torch/include/ATen/ops/triangular_solve.h' 2022-11-23T01:04:17.5984004Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5985521Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2022-11-23T01:04:17.5987150Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2022-11-23T01:04:17.5988688Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2022-11-23T01:04:17.5990365Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2022-11-23T01:04:17.5991974Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2022-11-23T01:04:17.5993746Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2022-11-23T01:04:17.5995468Z adding 'torch/include/ATen/ops/tril.h' 2022-11-23T01:04:17.5997192Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.5998586Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2022-11-23T01:04:17.6000124Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2022-11-23T01:04:17.6001806Z adding 'torch/include/ATen/ops/tril_indices.h' 2022-11-23T01:04:17.6003621Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6005156Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2022-11-23T01:04:17.6006781Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2022-11-23T01:04:17.6008304Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2022-11-23T01:04:17.6010042Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2022-11-23T01:04:17.6011628Z adding 'torch/include/ATen/ops/tril_meta.h' 2022-11-23T01:04:17.6013200Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2022-11-23T01:04:17.6014717Z adding 'torch/include/ATen/ops/tril_native.h' 2022-11-23T01:04:17.6016464Z adding 'torch/include/ATen/ops/tril_ops.h' 2022-11-23T01:04:17.6018190Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2022-11-23T01:04:17.6019945Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6021363Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2022-11-23T01:04:17.6023163Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2022-11-23T01:04:17.6024679Z adding 'torch/include/ATen/ops/triu.h' 2022-11-23T01:04:17.6026488Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6027965Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2022-11-23T01:04:17.6029613Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2022-11-23T01:04:17.6031337Z adding 'torch/include/ATen/ops/triu_indices.h' 2022-11-23T01:04:17.6033081Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6034639Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2022-11-23T01:04:17.6036246Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2022-11-23T01:04:17.6037746Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2022-11-23T01:04:17.6039522Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2022-11-23T01:04:17.6041101Z adding 'torch/include/ATen/ops/triu_meta.h' 2022-11-23T01:04:17.6042835Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2022-11-23T01:04:17.6044367Z adding 'torch/include/ATen/ops/triu_native.h' 2022-11-23T01:04:17.6046116Z adding 'torch/include/ATen/ops/triu_ops.h' 2022-11-23T01:04:17.6047806Z adding 'torch/include/ATen/ops/true_divide.h' 2022-11-23T01:04:17.6049566Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6051030Z adding 'torch/include/ATen/ops/true_divide_native.h' 2022-11-23T01:04:17.6052878Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2022-11-23T01:04:17.6054555Z adding 'torch/include/ATen/ops/trunc.h' 2022-11-23T01:04:17.6056346Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6057753Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2022-11-23T01:04:17.6059367Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2022-11-23T01:04:17.6060920Z adding 'torch/include/ATen/ops/trunc_meta.h' 2022-11-23T01:04:17.6062614Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2022-11-23T01:04:17.6064245Z adding 'torch/include/ATen/ops/trunc_native.h' 2022-11-23T01:04:17.6065811Z adding 'torch/include/ATen/ops/trunc_ops.h' 2022-11-23T01:04:17.6067476Z adding 'torch/include/ATen/ops/type_as.h' 2022-11-23T01:04:17.6069286Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6070751Z adding 'torch/include/ATen/ops/type_as_native.h' 2022-11-23T01:04:17.6072209Z adding 'torch/include/ATen/ops/type_as_ops.h' 2022-11-23T01:04:17.6073731Z adding 'torch/include/ATen/ops/unbind.h' 2022-11-23T01:04:17.6075505Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6077186Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6078742Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T01:04:17.6080129Z adding 'torch/include/ATen/ops/unbind_copy.h' 2022-11-23T01:04:17.6081911Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6083777Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6085164Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2022-11-23T01:04:17.6086961Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2022-11-23T01:04:17.6088536Z adding 'torch/include/ATen/ops/unbind_native.h' 2022-11-23T01:04:17.6090292Z adding 'torch/include/ATen/ops/unbind_ops.h' 2022-11-23T01:04:17.6091922Z adding 'torch/include/ATen/ops/unflatten.h' 2022-11-23T01:04:17.6093812Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6095426Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2022-11-23T01:04:17.6097395Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6098793Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2022-11-23T01:04:17.6100599Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2022-11-23T01:04:17.6102301Z adding 'torch/include/ATen/ops/unflatten_native.h' 2022-11-23T01:04:17.6104612Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2022-11-23T01:04:17.6105948Z adding 'torch/include/ATen/ops/unfold.h' 2022-11-23T01:04:17.6107839Z adding 'torch/include/ATen/ops/unfold_backward.h' 2022-11-23T01:04:17.6109694Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6111273Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2022-11-23T01:04:17.6113152Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2022-11-23T01:04:17.6114548Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2022-11-23T01:04:17.6116408Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2022-11-23T01:04:17.6117887Z adding 'torch/include/ATen/ops/unfold_copy.h' 2022-11-23T01:04:17.6119681Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6121381Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6123045Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2022-11-23T01:04:17.6124663Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2022-11-23T01:04:17.6126385Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2022-11-23T01:04:17.6127951Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2022-11-23T01:04:17.6129524Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2022-11-23T01:04:17.6130969Z adding 'torch/include/ATen/ops/unfold_native.h' 2022-11-23T01:04:17.6132577Z adding 'torch/include/ATen/ops/unfold_ops.h' 2022-11-23T01:04:17.6134057Z adding 'torch/include/ATen/ops/uniform.h' 2022-11-23T01:04:17.6135716Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6137152Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2022-11-23T01:04:17.6138585Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2022-11-23T01:04:17.6140028Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2022-11-23T01:04:17.6141462Z adding 'torch/include/ATen/ops/uniform_native.h' 2022-11-23T01:04:17.6143334Z adding 'torch/include/ATen/ops/uniform_ops.h' 2022-11-23T01:04:17.6145027Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2022-11-23T01:04:17.6146856Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6148395Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2022-11-23T01:04:17.6150078Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2022-11-23T01:04:17.6151638Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2022-11-23T01:04:17.6153394Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2022-11-23T01:04:17.6155138Z adding 'torch/include/ATen/ops/unique_dim.h' 2022-11-23T01:04:17.6156881Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6158531Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2022-11-23T01:04:17.6160259Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6161799Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2022-11-23T01:04:17.6163475Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2022-11-23T01:04:17.6165090Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2022-11-23T01:04:17.6166904Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2022-11-23T01:04:17.6168589Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2022-11-23T01:04:17.6170255Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2022-11-23T01:04:17.6171858Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2022-11-23T01:04:17.6173665Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2022-11-23T01:04:17.6175386Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2022-11-23T01:04:17.6177106Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6178572Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2022-11-23T01:04:17.6180186Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2022-11-23T01:04:17.6182129Z adding 'torch/include/ATen/ops/unsafe_split.h' 2022-11-23T01:04:17.6184003Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6185558Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2022-11-23T01:04:17.6187296Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2022-11-23T01:04:17.6189227Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2022-11-23T01:04:17.6191099Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6192685Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2022-11-23T01:04:17.6194391Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2022-11-23T01:04:17.6196073Z adding 'torch/include/ATen/ops/unsqueeze.h' 2022-11-23T01:04:17.6197757Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6199327Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2022-11-23T01:04:17.6201060Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6202795Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6204256Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2022-11-23T01:04:17.6205979Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2022-11-23T01:04:17.6207571Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2022-11-23T01:04:17.6209307Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2022-11-23T01:04:17.6211425Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2022-11-23T01:04:17.6213620Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2022-11-23T01:04:17.6215560Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6217194Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2022-11-23T01:04:17.6218986Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2022-11-23T01:04:17.6220670Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2022-11-23T01:04:17.6222482Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2022-11-23T01:04:17.6224257Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2022-11-23T01:04:17.6226146Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2022-11-23T01:04:17.6227920Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6229539Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6231194Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2022-11-23T01:04:17.6232926Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2022-11-23T01:04:17.6234532Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2022-11-23T01:04:17.6236165Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2022-11-23T01:04:17.6237801Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2022-11-23T01:04:17.6239644Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2022-11-23T01:04:17.6242081Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2022-11-23T01:04:17.6244410Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2022-11-23T01:04:17.6246518Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6248104Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2022-11-23T01:04:17.6249792Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2022-11-23T01:04:17.6251508Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2022-11-23T01:04:17.6253304Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2022-11-23T01:04:17.6255007Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2022-11-23T01:04:17.6256917Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2022-11-23T01:04:17.6258882Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6260701Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6262445Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2022-11-23T01:04:17.6264546Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2022-11-23T01:04:17.6266290Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2022-11-23T01:04:17.6268076Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2022-11-23T01:04:17.6269864Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2022-11-23T01:04:17.6271773Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2022-11-23T01:04:17.6273893Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2022-11-23T01:04:17.6276051Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2022-11-23T01:04:17.6278050Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6279813Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2022-11-23T01:04:17.6281617Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2022-11-23T01:04:17.6283380Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2022-11-23T01:04:17.6285182Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2022-11-23T01:04:17.6287607Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2022-11-23T01:04:17.6289558Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2022-11-23T01:04:17.6291461Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6293167Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6294941Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2022-11-23T01:04:17.6296759Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2022-11-23T01:04:17.6298392Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2022-11-23T01:04:17.6300198Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2022-11-23T01:04:17.6302157Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2022-11-23T01:04:17.6304127Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2022-11-23T01:04:17.6306406Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2022-11-23T01:04:17.6308408Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2022-11-23T01:04:17.6310331Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6312010Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2022-11-23T01:04:17.6313707Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2022-11-23T01:04:17.6315370Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2022-11-23T01:04:17.6317080Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2022-11-23T01:04:17.6318725Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2022-11-23T01:04:17.6320471Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2022-11-23T01:04:17.6322321Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6323945Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6325600Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2022-11-23T01:04:17.6327258Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2022-11-23T01:04:17.6328882Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2022-11-23T01:04:17.6330554Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2022-11-23T01:04:17.6332163Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2022-11-23T01:04:17.6333936Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2022-11-23T01:04:17.6335945Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2022-11-23T01:04:17.6338138Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2022-11-23T01:04:17.6340164Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6341966Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2022-11-23T01:04:17.6343904Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2022-11-23T01:04:17.6345725Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2022-11-23T01:04:17.6347226Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2022-11-23T01:04:17.6348697Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2022-11-23T01:04:17.6350364Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2022-11-23T01:04:17.6352089Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6353569Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6355098Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2022-11-23T01:04:17.6356665Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2022-11-23T01:04:17.6358153Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2022-11-23T01:04:17.6359741Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2022-11-23T01:04:17.6361266Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2022-11-23T01:04:17.6363081Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2022-11-23T01:04:17.6365098Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2022-11-23T01:04:17.6367208Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2022-11-23T01:04:17.6369064Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6370733Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2022-11-23T01:04:17.6372446Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2022-11-23T01:04:17.6374207Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2022-11-23T01:04:17.6375922Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2022-11-23T01:04:17.6377495Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2022-11-23T01:04:17.6379171Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2022-11-23T01:04:17.6380988Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6382517Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6384383Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2022-11-23T01:04:17.6385873Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2022-11-23T01:04:17.6387270Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2022-11-23T01:04:17.6388710Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2022-11-23T01:04:17.6390184Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2022-11-23T01:04:17.6391845Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2022-11-23T01:04:17.6393710Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2022-11-23T01:04:17.6395874Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2022-11-23T01:04:17.6397640Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6399067Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2022-11-23T01:04:17.6400548Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2022-11-23T01:04:17.6401898Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2022-11-23T01:04:17.6403573Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2022-11-23T01:04:17.6405056Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2022-11-23T01:04:17.6406584Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2022-11-23T01:04:17.6408104Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6409517Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6410845Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2022-11-23T01:04:17.6412230Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2022-11-23T01:04:17.6413575Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2022-11-23T01:04:17.6414999Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2022-11-23T01:04:17.6416535Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2022-11-23T01:04:17.6418227Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2022-11-23T01:04:17.6419805Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2022-11-23T01:04:17.6421458Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6423097Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2022-11-23T01:04:17.6424655Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2022-11-23T01:04:17.6425880Z adding 'torch/include/ATen/ops/values.h' 2022-11-23T01:04:17.6427209Z adding 'torch/include/ATen/ops/values_copy.h' 2022-11-23T01:04:17.6428659Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6430068Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6431292Z adding 'torch/include/ATen/ops/values_copy_native.h' 2022-11-23T01:04:17.6432780Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2022-11-23T01:04:17.6434194Z adding 'torch/include/ATen/ops/values_native.h' 2022-11-23T01:04:17.6435579Z adding 'torch/include/ATen/ops/values_ops.h' 2022-11-23T01:04:17.6437044Z adding 'torch/include/ATen/ops/vander.h' 2022-11-23T01:04:17.6438474Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6439877Z adding 'torch/include/ATen/ops/vander_native.h' 2022-11-23T01:04:17.6441145Z adding 'torch/include/ATen/ops/vander_ops.h' 2022-11-23T01:04:17.6442859Z adding 'torch/include/ATen/ops/var.h' 2022-11-23T01:04:17.6444645Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6446175Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2022-11-23T01:04:17.6447655Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2022-11-23T01:04:17.6449298Z adding 'torch/include/ATen/ops/var_mean.h' 2022-11-23T01:04:17.6450910Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6452395Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6453815Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2022-11-23T01:04:17.6455230Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2022-11-23T01:04:17.6456704Z adding 'torch/include/ATen/ops/var_mean_native.h' 2022-11-23T01:04:17.6458518Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2022-11-23T01:04:17.6460096Z adding 'torch/include/ATen/ops/var_native.h' 2022-11-23T01:04:17.6462214Z adding 'torch/include/ATen/ops/var_ops.h' 2022-11-23T01:04:17.6463936Z adding 'torch/include/ATen/ops/vdot.h' 2022-11-23T01:04:17.6465602Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6467068Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2022-11-23T01:04:17.6468562Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2022-11-23T01:04:17.6470123Z adding 'torch/include/ATen/ops/vdot_native.h' 2022-11-23T01:04:17.6471771Z adding 'torch/include/ATen/ops/vdot_ops.h' 2022-11-23T01:04:17.6473367Z adding 'torch/include/ATen/ops/view.h' 2022-11-23T01:04:17.6474812Z adding 'torch/include/ATen/ops/view_as.h' 2022-11-23T01:04:17.6476327Z adding 'torch/include/ATen/ops/view_as_complex.h' 2022-11-23T01:04:17.6477846Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2022-11-23T01:04:17.6479480Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6481060Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6482596Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2022-11-23T01:04:17.6484215Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2022-11-23T01:04:17.6485873Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2022-11-23T01:04:17.6487383Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2022-11-23T01:04:17.6488877Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2022-11-23T01:04:17.6490327Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2022-11-23T01:04:17.6491875Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2022-11-23T01:04:17.6493647Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6495126Z adding 'torch/include/ATen/ops/view_as_native.h' 2022-11-23T01:04:17.6496748Z adding 'torch/include/ATen/ops/view_as_ops.h' 2022-11-23T01:04:17.6498344Z adding 'torch/include/ATen/ops/view_as_real.h' 2022-11-23T01:04:17.6499914Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2022-11-23T01:04:17.6501514Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6503286Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6504510Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2022-11-23T01:04:17.6506306Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2022-11-23T01:04:17.6508053Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2022-11-23T01:04:17.6509573Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2022-11-23T01:04:17.6511063Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2022-11-23T01:04:17.6512390Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2022-11-23T01:04:17.6513962Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2022-11-23T01:04:17.6515604Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6517268Z adding 'torch/include/ATen/ops/view_copy.h' 2022-11-23T01:04:17.6519164Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6521100Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6522515Z adding 'torch/include/ATen/ops/view_copy_native.h' 2022-11-23T01:04:17.6524308Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2022-11-23T01:04:17.6526117Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2022-11-23T01:04:17.6527816Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2022-11-23T01:04:17.6529260Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2022-11-23T01:04:17.6530650Z adding 'torch/include/ATen/ops/view_native.h' 2022-11-23T01:04:17.6532234Z adding 'torch/include/ATen/ops/view_ops.h' 2022-11-23T01:04:17.6533958Z adding 'torch/include/ATen/ops/vsplit.h' 2022-11-23T01:04:17.6535487Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6536972Z adding 'torch/include/ATen/ops/vsplit_native.h' 2022-11-23T01:04:17.6538523Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2022-11-23T01:04:17.6540041Z adding 'torch/include/ATen/ops/vstack.h' 2022-11-23T01:04:17.6541680Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6543105Z adding 'torch/include/ATen/ops/vstack_native.h' 2022-11-23T01:04:17.6544573Z adding 'torch/include/ATen/ops/vstack_ops.h' 2022-11-23T01:04:17.6546087Z adding 'torch/include/ATen/ops/where.h' 2022-11-23T01:04:17.6547684Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6549103Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2022-11-23T01:04:17.6551355Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2022-11-23T01:04:17.6552240Z adding 'torch/include/ATen/ops/where_native.h' 2022-11-23T01:04:17.6554103Z adding 'torch/include/ATen/ops/where_ops.h' 2022-11-23T01:04:17.6555782Z adding 'torch/include/ATen/ops/xlogy.h' 2022-11-23T01:04:17.6557491Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6559063Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:04:17.6560407Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2022-11-23T01:04:17.6562008Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2022-11-23T01:04:17.6563932Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2022-11-23T01:04:17.6565185Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2022-11-23T01:04:17.6566870Z adding 'torch/include/ATen/ops/xlogy_native.h' 2022-11-23T01:04:17.6568680Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2022-11-23T01:04:17.6570339Z adding 'torch/include/ATen/ops/xor.h' 2022-11-23T01:04:17.6572112Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:04:17.6573041Z adding 'torch/include/ATen/ops/xor_native.h' 2022-11-23T01:04:17.6576022Z adding 'torch/include/ATen/ops/xor_ops.h' 2022-11-23T01:04:17.6577653Z adding 'torch/include/ATen/ops/zero.h' 2022-11-23T01:04:17.6579272Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6580749Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2022-11-23T01:04:17.6582337Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2022-11-23T01:04:17.6584595Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2022-11-23T01:04:17.6586130Z adding 'torch/include/ATen/ops/zero_native.h' 2022-11-23T01:04:17.6587937Z adding 'torch/include/ATen/ops/zero_ops.h' 2022-11-23T01:04:17.6589809Z adding 'torch/include/ATen/ops/zeros.h' 2022-11-23T01:04:17.6591906Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6593647Z adding 'torch/include/ATen/ops/zeros_like.h' 2022-11-23T01:04:17.6595276Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:04:17.6596854Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2022-11-23T01:04:17.6598710Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2022-11-23T01:04:17.6600396Z adding 'torch/include/ATen/ops/zeros_native.h' 2022-11-23T01:04:17.6602378Z adding 'torch/include/ATen/ops/zeros_ops.h' 2022-11-23T01:04:17.6607130Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2022-11-23T01:04:17.6610262Z adding 'torch/include/ATen/quantized/Quantizer.h' 2022-11-23T01:04:17.6612371Z adding 'torch/include/THH/THHAtomics.cuh' 2022-11-23T01:04:17.6613961Z adding 'torch/include/THH/THHDeviceUtils.cuh' 2022-11-23T01:04:17.6618163Z adding 'torch/include/c10/core/Allocator.h' 2022-11-23T01:04:17.6620110Z adding 'torch/include/c10/core/AutogradState.h' 2022-11-23T01:04:17.6623061Z adding 'torch/include/c10/core/Backend.h' 2022-11-23T01:04:17.6625131Z adding 'torch/include/c10/core/CPUAllocator.h' 2022-11-23T01:04:17.6627011Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2022-11-23T01:04:17.6628771Z adding 'torch/include/c10/core/CopyBytes.h' 2022-11-23T01:04:17.6630396Z adding 'torch/include/c10/core/DefaultDtype.h' 2022-11-23T01:04:17.6632039Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2022-11-23T01:04:17.6634705Z adding 'torch/include/c10/core/Device.h' 2022-11-23T01:04:17.6636525Z adding 'torch/include/c10/core/DeviceArray.h' 2022-11-23T01:04:17.6639449Z adding 'torch/include/c10/core/DeviceGuard.h' 2022-11-23T01:04:17.6642004Z adding 'torch/include/c10/core/DeviceType.h' 2022-11-23T01:04:17.6652070Z adding 'torch/include/c10/core/DispatchKey.h' 2022-11-23T01:04:17.6665518Z adding 'torch/include/c10/core/DispatchKeySet.h' 2022-11-23T01:04:17.6668886Z adding 'torch/include/c10/core/DynamicCast.h' 2022-11-23T01:04:17.6671360Z adding 'torch/include/c10/core/Event.h' 2022-11-23T01:04:17.6673770Z adding 'torch/include/c10/core/GeneratorImpl.h' 2022-11-23T01:04:17.6675567Z adding 'torch/include/c10/core/GradMode.h' 2022-11-23T01:04:17.6677834Z adding 'torch/include/c10/core/InferenceMode.h' 2022-11-23T01:04:17.6679666Z adding 'torch/include/c10/core/Layout.h' 2022-11-23T01:04:17.6683073Z adding 'torch/include/c10/core/MemoryFormat.h' 2022-11-23T01:04:17.6685005Z adding 'torch/include/c10/core/OptionalRef.h' 2022-11-23T01:04:17.6687080Z adding 'torch/include/c10/core/PyHandleCache.h' 2022-11-23T01:04:17.6688847Z adding 'torch/include/c10/core/QEngine.h' 2022-11-23T01:04:17.6690682Z adding 'torch/include/c10/core/QScheme.h' 2022-11-23T01:04:17.6692545Z adding 'torch/include/c10/core/SafePyObject.h' 2022-11-23T01:04:17.6695741Z adding 'torch/include/c10/core/Scalar.h' 2022-11-23T01:04:17.6700583Z adding 'torch/include/c10/core/ScalarType.h' 2022-11-23T01:04:17.6703075Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2022-11-23T01:04:17.6705422Z adding 'torch/include/c10/core/Storage.h' 2022-11-23T01:04:17.6708366Z adding 'torch/include/c10/core/StorageImpl.h' 2022-11-23T01:04:17.6711667Z adding 'torch/include/c10/core/Stream.h' 2022-11-23T01:04:17.6714343Z adding 'torch/include/c10/core/StreamGuard.h' 2022-11-23T01:04:17.6716443Z adding 'torch/include/c10/core/SymFloat.h' 2022-11-23T01:04:17.6720679Z adding 'torch/include/c10/core/SymInt.h' 2022-11-23T01:04:17.6722929Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2022-11-23T01:04:17.6724894Z adding 'torch/include/c10/core/SymNodeImpl.h' 2022-11-23T01:04:17.6764382Z adding 'torch/include/c10/core/TensorImpl.h' 2022-11-23T01:04:17.6774382Z adding 'torch/include/c10/core/TensorOptions.h' 2022-11-23T01:04:17.6776663Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2022-11-23T01:04:17.6778394Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2022-11-23T01:04:17.6779949Z adding 'torch/include/c10/core/alignment.h' 2022-11-23T01:04:17.6782301Z adding 'torch/include/c10/core/thread_pool.h' 2022-11-23T01:04:17.6787441Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2022-11-23T01:04:17.6789681Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2022-11-23T01:04:17.6791485Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2022-11-23T01:04:17.6793919Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2022-11-23T01:04:17.6798399Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2022-11-23T01:04:17.6800769Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2022-11-23T01:04:17.6804390Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2022-11-23T01:04:17.6807200Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2022-11-23T01:04:17.6810769Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2022-11-23T01:04:17.6812678Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2022-11-23T01:04:17.6815430Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2022-11-23T01:04:17.6817333Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2022-11-23T01:04:17.6819250Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2022-11-23T01:04:17.6820865Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2022-11-23T01:04:17.6823056Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2022-11-23T01:04:17.6826490Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2022-11-23T01:04:17.6828906Z adding 'torch/include/c10/cuda/CUDAException.h' 2022-11-23T01:04:17.6831112Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2022-11-23T01:04:17.6833261Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2022-11-23T01:04:17.6836505Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2022-11-23T01:04:17.6838570Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2022-11-23T01:04:17.6840598Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2022-11-23T01:04:17.6842326Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2022-11-23T01:04:17.6845990Z adding 'torch/include/c10/cuda/CUDAStream.h' 2022-11-23T01:04:17.6849330Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2022-11-23T01:04:17.6851021Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2022-11-23T01:04:17.6853065Z adding 'torch/include/c10/hip/HIPAlgorithm.h' 2022-11-23T01:04:17.6856570Z adding 'torch/include/c10/hip/HIPCachingAllocator.h' 2022-11-23T01:04:17.6858972Z adding 'torch/include/c10/hip/HIPException.h' 2022-11-23T01:04:17.6861242Z adding 'torch/include/c10/hip/HIPFunctions.h' 2022-11-23T01:04:17.6863552Z adding 'torch/include/c10/hip/HIPGraphsC10Utils.h' 2022-11-23T01:04:17.6866851Z adding 'torch/include/c10/hip/HIPGuard.h' 2022-11-23T01:04:17.6868917Z adding 'torch/include/c10/hip/HIPMacros.h' 2022-11-23T01:04:17.6870950Z adding 'torch/include/c10/hip/HIPMathCompat.h' 2022-11-23T01:04:17.6872598Z adding 'torch/include/c10/hip/HIPMiscFunctions.h' 2022-11-23T01:04:17.6876221Z adding 'torch/include/c10/hip/HIPStream.h' 2022-11-23T01:04:17.6879522Z adding 'torch/include/c10/hip/impl/HIPGuardImpl.h' 2022-11-23T01:04:17.6881218Z adding 'torch/include/c10/hip/impl/HIPTest.h' 2022-11-23T01:04:17.6882862Z adding 'torch/include/c10/hip/impl/hip_cmake_macros.h' 2022-11-23T01:04:17.6885722Z adding 'torch/include/c10/macros/Export.h' 2022-11-23T01:04:17.6891468Z adding 'torch/include/c10/macros/Macros.h' 2022-11-23T01:04:17.6893508Z adding 'torch/include/c10/macros/cmake_macros.h' 2022-11-23T01:04:17.6897090Z adding 'torch/include/c10/util/AlignOf.h' 2022-11-23T01:04:17.6900582Z adding 'torch/include/c10/util/Array.h' 2022-11-23T01:04:17.6904450Z adding 'torch/include/c10/util/ArrayRef.h' 2022-11-23T01:04:17.6907301Z adding 'torch/include/c10/util/BFloat16-inl.h' 2022-11-23T01:04:17.6909981Z adding 'torch/include/c10/util/BFloat16-math.h' 2022-11-23T01:04:17.6912048Z adding 'torch/include/c10/util/BFloat16.h' 2022-11-23T01:04:17.6913726Z adding 'torch/include/c10/util/Backtrace.h' 2022-11-23T01:04:17.6915908Z adding 'torch/include/c10/util/Bitset.h' 2022-11-23T01:04:17.6920107Z adding 'torch/include/c10/util/C++17.h' 2022-11-23T01:04:17.6922459Z adding 'torch/include/c10/util/CallOnce.h' 2022-11-23T01:04:17.6925795Z adding 'torch/include/c10/util/ConstexprCrc.h' 2022-11-23T01:04:17.6927827Z adding 'torch/include/c10/util/DeadlockDetection.h' 2022-11-23T01:04:17.6929926Z adding 'torch/include/c10/util/Deprecated.h' 2022-11-23T01:04:17.6931628Z adding 'torch/include/c10/util/DimVector.h' 2022-11-23T01:04:17.6938810Z adding 'torch/include/c10/util/Exception.h' 2022-11-23T01:04:17.6942120Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2022-11-23T01:04:17.6944233Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2022-11-23T01:04:17.6947531Z adding 'torch/include/c10/util/Flags.h' 2022-11-23T01:04:17.6949804Z adding 'torch/include/c10/util/FunctionRef.h' 2022-11-23T01:04:17.6952447Z adding 'torch/include/c10/util/Half-inl.h' 2022-11-23T01:04:17.6958700Z adding 'torch/include/c10/util/Half.h' 2022-11-23T01:04:17.6961201Z adding 'torch/include/c10/util/IdWrapper.h' 2022-11-23T01:04:17.6964247Z adding 'torch/include/c10/util/LeftRight.h' 2022-11-23T01:04:17.6966082Z adding 'torch/include/c10/util/Load.h' 2022-11-23T01:04:17.6969557Z adding 'torch/include/c10/util/Logging.h' 2022-11-23T01:04:17.6971863Z adding 'torch/include/c10/util/MathConstants.h' 2022-11-23T01:04:17.6974589Z adding 'torch/include/c10/util/MaybeOwned.h' 2022-11-23T01:04:17.6979226Z adding 'torch/include/c10/util/Metaprogramming.h' 2022-11-23T01:04:17.6987410Z adding 'torch/include/c10/util/Optional.h' 2022-11-23T01:04:17.6990770Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2022-11-23T01:04:17.6994458Z adding 'torch/include/c10/util/Registry.h' 2022-11-23T01:04:17.6996609Z adding 'torch/include/c10/util/ScopeExit.h' 2022-11-23T01:04:17.6998394Z adding 'torch/include/c10/util/SmallBuffer.h' 2022-11-23T01:04:17.7012382Z adding 'torch/include/c10/util/SmallVector.h' 2022-11-23T01:04:17.7016071Z adding 'torch/include/c10/util/StringUtil.h' 2022-11-23T01:04:17.7018070Z adding 'torch/include/c10/util/Synchronized.h' 2022-11-23T01:04:17.7020299Z adding 'torch/include/c10/util/ThreadLocal.h' 2022-11-23T01:04:17.7022916Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2022-11-23T01:04:17.7024639Z adding 'torch/include/c10/util/Type.h' 2022-11-23T01:04:17.7026698Z adding 'torch/include/c10/util/TypeCast.h' 2022-11-23T01:04:17.7029539Z adding 'torch/include/c10/util/TypeIndex.h' 2022-11-23T01:04:17.7033981Z adding 'torch/include/c10/util/TypeList.h' 2022-11-23T01:04:17.7036665Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2022-11-23T01:04:17.7039225Z adding 'torch/include/c10/util/TypeTraits.h' 2022-11-23T01:04:17.7040783Z adding 'torch/include/c10/util/Unicode.h' 2022-11-23T01:04:17.7043361Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2022-11-23T01:04:17.7045169Z adding 'torch/include/c10/util/Unroll.h' 2022-11-23T01:04:17.7047205Z adding 'torch/include/c10/util/accumulate.h' 2022-11-23T01:04:17.7052148Z adding 'torch/include/c10/util/complex.h' 2022-11-23T01:04:17.7055023Z adding 'torch/include/c10/util/complex_math.h' 2022-11-23T01:04:17.7056956Z adding 'torch/include/c10/util/complex_utils.h' 2022-11-23T01:04:17.7058732Z adding 'torch/include/c10/util/copysign.h' 2022-11-23T01:04:17.7061337Z adding 'torch/include/c10/util/either.h' 2022-11-23T01:04:17.7063418Z adding 'torch/include/c10/util/env.h' 2022-11-23T01:04:17.7075656Z adding 'torch/include/c10/util/flat_hash_map.h' 2022-11-23T01:04:17.7080922Z adding 'torch/include/c10/util/hash.h' 2022-11-23T01:04:17.7082805Z adding 'torch/include/c10/util/in_place.h' 2022-11-23T01:04:17.7086777Z adding 'torch/include/c10/util/int128.h' 2022-11-23T01:04:17.7096766Z adding 'torch/include/c10/util/intrusive_ptr.h' 2022-11-23T01:04:17.7099818Z adding 'torch/include/c10/util/irange.h' 2022-11-23T01:04:17.7107788Z adding 'torch/include/c10/util/llvmMathExtras.h' 2022-11-23T01:04:17.7110724Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2022-11-23T01:04:17.7113873Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2022-11-23T01:04:17.7116685Z adding 'torch/include/c10/util/math_compat.h' 2022-11-23T01:04:17.7118481Z adding 'torch/include/c10/util/numa.h' 2022-11-23T01:04:17.7133193Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2022-11-23T01:04:17.7136364Z adding 'torch/include/c10/util/overloaded.h' 2022-11-23T01:04:17.7137861Z adding 'torch/include/c10/util/python_stub.h' 2022-11-23T01:04:17.7139441Z adding 'torch/include/c10/util/qint32.h' 2022-11-23T01:04:17.7141073Z adding 'torch/include/c10/util/qint8.h' 2022-11-23T01:04:17.7142905Z adding 'torch/include/c10/util/quint2x4.h' 2022-11-23T01:04:17.7144389Z adding 'torch/include/c10/util/quint4x2.h' 2022-11-23T01:04:17.7145711Z adding 'torch/include/c10/util/quint8.h' 2022-11-23T01:04:17.7148240Z adding 'torch/include/c10/util/reverse_iterator.h' 2022-11-23T01:04:17.7150244Z adding 'torch/include/c10/util/safe_numerics.h' 2022-11-23T01:04:17.7152329Z adding 'torch/include/c10/util/signal_handler.h' 2022-11-23T01:04:17.7158931Z adding 'torch/include/c10/util/sparse_bitset.h' 2022-11-23T01:04:17.7161168Z adding 'torch/include/c10/util/strides.h' 2022-11-23T01:04:17.7163336Z adding 'torch/include/c10/util/string_utils.h' 2022-11-23T01:04:17.7168452Z adding 'torch/include/c10/util/string_view.h' 2022-11-23T01:04:17.7175745Z adding 'torch/include/c10/util/strong_type.h' 2022-11-23T01:04:17.7179093Z adding 'torch/include/c10/util/tempfile.h' 2022-11-23T01:04:17.7180613Z adding 'torch/include/c10/util/thread_name.h' 2022-11-23T01:04:17.7187424Z adding 'torch/include/c10/util/typeid.h' 2022-11-23T01:04:17.7207595Z adding 'torch/include/c10/util/variant.h' 2022-11-23T01:04:17.7211564Z adding 'torch/include/c10/util/win32-headers.h' 2022-11-23T01:04:17.7244167Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2022-11-23T01:04:17.7247567Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2022-11-23T01:04:17.7249346Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2022-11-23T01:04:17.7252052Z adding 'torch/include/caffe2/serialize/inline_container.h' 2022-11-23T01:04:17.7253742Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2022-11-23T01:04:17.7255578Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2022-11-23T01:04:17.7258183Z adding 'torch/include/caffe2/serialize/versions.h' 2022-11-23T01:04:17.7264890Z adding 'torch/include/pybind11/attr.h' 2022-11-23T01:04:17.7268069Z adding 'torch/include/pybind11/buffer_info.h' 2022-11-23T01:04:17.7286578Z adding 'torch/include/pybind11/cast.h' 2022-11-23T01:04:17.7291006Z adding 'torch/include/pybind11/chrono.h' 2022-11-23T01:04:17.7292617Z adding 'torch/include/pybind11/common.h' 2022-11-23T01:04:17.7294465Z adding 'torch/include/pybind11/complex.h' 2022-11-23T01:04:17.7303376Z adding 'torch/include/pybind11/eigen.h' 2022-11-23T01:04:17.7308096Z adding 'torch/include/pybind11/embed.h' 2022-11-23T01:04:17.7310452Z adding 'torch/include/pybind11/eval.h' 2022-11-23T01:04:17.7312932Z adding 'torch/include/pybind11/functional.h' 2022-11-23T01:04:17.7315846Z adding 'torch/include/pybind11/gil.h' 2022-11-23T01:04:17.7319194Z adding 'torch/include/pybind11/iostream.h' 2022-11-23T01:04:17.7341020Z adding 'torch/include/pybind11/numpy.h' 2022-11-23T01:04:17.7345700Z adding 'torch/include/pybind11/operators.h' 2022-11-23T01:04:17.7347596Z adding 'torch/include/pybind11/options.h' 2022-11-23T01:04:17.7382497Z adding 'torch/include/pybind11/pybind11.h' 2022-11-23T01:04:17.7409143Z adding 'torch/include/pybind11/pytypes.h' 2022-11-23T01:04:17.7415173Z adding 'torch/include/pybind11/stl.h' 2022-11-23T01:04:17.7422151Z adding 'torch/include/pybind11/stl_bind.h' 2022-11-23T01:04:17.7431390Z adding 'torch/include/pybind11/detail/class.h' 2022-11-23T01:04:17.7445979Z adding 'torch/include/pybind11/detail/common.h' 2022-11-23T01:04:17.7449439Z adding 'torch/include/pybind11/detail/descr.h' 2022-11-23T01:04:17.7454334Z adding 'torch/include/pybind11/detail/init.h' 2022-11-23T01:04:17.7461347Z adding 'torch/include/pybind11/detail/internals.h' 2022-11-23T01:04:17.7474495Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2022-11-23T01:04:17.7477275Z adding 'torch/include/pybind11/detail/typeid.h' 2022-11-23T01:04:17.7483288Z adding 'torch/include/torch/custom_class.h' 2022-11-23T01:04:17.7486872Z adding 'torch/include/torch/custom_class_detail.h' 2022-11-23T01:04:17.7488410Z adding 'torch/include/torch/extension.h' 2022-11-23T01:04:17.7499565Z adding 'torch/include/torch/library.h' 2022-11-23T01:04:17.7502169Z adding 'torch/include/torch/script.h' 2022-11-23T01:04:17.7504983Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2022-11-23T01:04:17.7506485Z adding 'torch/include/torch/csrc/DataLoader.h' 2022-11-23T01:04:17.7508035Z adding 'torch/include/torch/csrc/Device.h' 2022-11-23T01:04:17.7509469Z adding 'torch/include/torch/csrc/Dtype.h' 2022-11-23T01:04:17.7510953Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2022-11-23T01:04:17.7515122Z adding 'torch/include/torch/csrc/Exceptions.h' 2022-11-23T01:04:17.7517168Z adding 'torch/include/torch/csrc/Export.h' 2022-11-23T01:04:17.7518696Z adding 'torch/include/torch/csrc/Generator.h' 2022-11-23T01:04:17.7520357Z adding 'torch/include/torch/csrc/Layout.h' 2022-11-23T01:04:17.7521431Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2022-11-23T01:04:17.7522809Z adding 'torch/include/torch/csrc/Module.h' 2022-11-23T01:04:17.7524383Z adding 'torch/include/torch/csrc/PythonTypes.h' 2022-11-23T01:04:17.7525776Z adding 'torch/include/torch/csrc/QScheme.h' 2022-11-23T01:04:17.7527201Z adding 'torch/include/torch/csrc/Size.h' 2022-11-23T01:04:17.7528650Z adding 'torch/include/torch/csrc/Storage.h' 2022-11-23T01:04:17.7529996Z adding 'torch/include/torch/csrc/StorageMethods.h' 2022-11-23T01:04:17.7531300Z adding 'torch/include/torch/csrc/StorageSharing.h' 2022-11-23T01:04:17.7532643Z adding 'torch/include/torch/csrc/Stream.h' 2022-11-23T01:04:17.7534056Z adding 'torch/include/torch/csrc/THConcat.h' 2022-11-23T01:04:17.7535610Z adding 'torch/include/torch/csrc/THP.h' 2022-11-23T01:04:17.7537098Z adding 'torch/include/torch/csrc/TypeInfo.h' 2022-11-23T01:04:17.7538824Z adding 'torch/include/torch/csrc/Types.h' 2022-11-23T01:04:17.7540324Z adding 'torch/include/torch/csrc/copy_utils.h' 2022-11-23T01:04:17.7542002Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2022-11-23T01:04:17.7543426Z adding 'torch/include/torch/csrc/python_dimname.h' 2022-11-23T01:04:17.7544873Z adding 'torch/include/torch/csrc/python_headers.h' 2022-11-23T01:04:17.7546485Z adding 'torch/include/torch/csrc/serialization.h' 2022-11-23T01:04:17.7548895Z adding 'torch/include/torch/csrc/utils.h' 2022-11-23T01:04:17.7551465Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2022-11-23T01:04:17.7553239Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2022-11-23T01:04:17.7554533Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2022-11-23T01:04:17.7556221Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2022-11-23T01:04:17.7557569Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2022-11-23T01:04:17.7560138Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2022-11-23T01:04:17.7562982Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2022-11-23T01:04:17.7565802Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2022-11-23T01:04:17.7568085Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2022-11-23T01:04:17.7570039Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2022-11-23T01:04:17.7574741Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2022-11-23T01:04:17.7577503Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2022-11-23T01:04:17.7579087Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2022-11-23T01:04:17.7580593Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2022-11-23T01:04:17.7585316Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2022-11-23T01:04:17.7589003Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2022-11-23T01:04:17.7591659Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2022-11-23T01:04:17.7593270Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2022-11-23T01:04:17.7598125Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2022-11-23T01:04:17.7600727Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2022-11-23T01:04:17.7602662Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2022-11-23T01:04:17.7604867Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2022-11-23T01:04:17.7606516Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2022-11-23T01:04:17.7608765Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2022-11-23T01:04:17.7610811Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2022-11-23T01:04:17.7613427Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2022-11-23T01:04:17.7615304Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2022-11-23T01:04:17.7617762Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2022-11-23T01:04:17.7619405Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2022-11-23T01:04:17.7621115Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2022-11-23T01:04:17.7622951Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2022-11-23T01:04:17.7626708Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2022-11-23T01:04:17.7628945Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2022-11-23T01:04:17.7631193Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2022-11-23T01:04:17.7633991Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2022-11-23T01:04:17.7640384Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2022-11-23T01:04:17.7643207Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2022-11-23T01:04:17.7645239Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2022-11-23T01:04:17.7647223Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2022-11-23T01:04:17.7649256Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2022-11-23T01:04:17.7651152Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2022-11-23T01:04:17.7653399Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2022-11-23T01:04:17.7655491Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2022-11-23T01:04:17.7657994Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2022-11-23T01:04:17.7660120Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2022-11-23T01:04:17.7661953Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2022-11-23T01:04:17.7663851Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2022-11-23T01:04:17.7665683Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2022-11-23T01:04:17.7667390Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2022-11-23T01:04:17.7669052Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2022-11-23T01:04:17.7670908Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2022-11-23T01:04:17.7673054Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2022-11-23T01:04:17.7674828Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2022-11-23T01:04:17.7676599Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2022-11-23T01:04:17.7678345Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2022-11-23T01:04:17.7680289Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2022-11-23T01:04:17.7684973Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2022-11-23T01:04:17.7687311Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2022-11-23T01:04:17.7689970Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2022-11-23T01:04:17.7691716Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2022-11-23T01:04:17.7693779Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2022-11-23T01:04:17.7700670Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2022-11-23T01:04:17.7703180Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2022-11-23T01:04:17.7704743Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2022-11-23T01:04:17.7706872Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2022-11-23T01:04:17.7709860Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2022-11-23T01:04:17.7711569Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2022-11-23T01:04:17.7717312Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2022-11-23T01:04:17.7720014Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2022-11-23T01:04:17.7722372Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2022-11-23T01:04:17.7724490Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2022-11-23T01:04:17.7726745Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2022-11-23T01:04:17.7729502Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2022-11-23T01:04:17.7731606Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2022-11-23T01:04:17.7733512Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2022-11-23T01:04:17.7735163Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2022-11-23T01:04:17.7740025Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2022-11-23T01:04:17.7743308Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2022-11-23T01:04:17.7745193Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2022-11-23T01:04:17.7747032Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2022-11-23T01:04:17.7751787Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2022-11-23T01:04:17.7755582Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2022-11-23T01:04:17.7758029Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2022-11-23T01:04:17.7760206Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2022-11-23T01:04:17.7764825Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2022-11-23T01:04:17.7767806Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2022-11-23T01:04:17.7770544Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2022-11-23T01:04:17.7773024Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2022-11-23T01:04:17.7776801Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2022-11-23T01:04:17.7779189Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2022-11-23T01:04:17.7781510Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2022-11-23T01:04:17.7784353Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2022-11-23T01:04:17.7786538Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2022-11-23T01:04:17.7788918Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2022-11-23T01:04:17.7791527Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2022-11-23T01:04:17.7796948Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2022-11-23T01:04:17.7800842Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2022-11-23T01:04:17.7803254Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2022-11-23T01:04:17.7805705Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2022-11-23T01:04:17.7810269Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2022-11-23T01:04:17.7814193Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2022-11-23T01:04:17.7817118Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2022-11-23T01:04:17.7819650Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2022-11-23T01:04:17.7822392Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2022-11-23T01:04:17.7824490Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2022-11-23T01:04:17.7826303Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2022-11-23T01:04:17.7830971Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2022-11-23T01:04:17.7833713Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2022-11-23T01:04:17.7836256Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2022-11-23T01:04:17.7838700Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2022-11-23T01:04:17.7841857Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2022-11-23T01:04:17.7845278Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2022-11-23T01:04:17.7847586Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2022-11-23T01:04:17.7849978Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2022-11-23T01:04:17.7852537Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2022-11-23T01:04:17.7857183Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2022-11-23T01:04:17.7861819Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2022-11-23T01:04:17.7864182Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2022-11-23T01:04:17.7866071Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2022-11-23T01:04:17.7868963Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2022-11-23T01:04:17.7871145Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2022-11-23T01:04:17.7873149Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2022-11-23T01:04:17.7875895Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2022-11-23T01:04:17.7878195Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2022-11-23T01:04:17.7880169Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2022-11-23T01:04:17.7882169Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2022-11-23T01:04:17.7886798Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2022-11-23T01:04:17.7889710Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2022-11-23T01:04:17.7892147Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2022-11-23T01:04:17.7894101Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2022-11-23T01:04:17.7897418Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2022-11-23T01:04:17.7900353Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2022-11-23T01:04:17.7902613Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2022-11-23T01:04:17.7904753Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2022-11-23T01:04:17.7906589Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2022-11-23T01:04:17.7908839Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2022-11-23T01:04:17.7910681Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2022-11-23T01:04:17.7915000Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2022-11-23T01:04:17.7917814Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2022-11-23T01:04:17.7919871Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2022-11-23T01:04:17.7924196Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2022-11-23T01:04:17.7926920Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2022-11-23T01:04:17.7929102Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2022-11-23T01:04:17.7931153Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2022-11-23T01:04:17.7933451Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2022-11-23T01:04:17.7936263Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2022-11-23T01:04:17.7938513Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2022-11-23T01:04:17.7942228Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2022-11-23T01:04:17.7944678Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2022-11-23T01:04:17.7946805Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2022-11-23T01:04:17.7948503Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2022-11-23T01:04:17.7950258Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2022-11-23T01:04:17.7952946Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2022-11-23T01:04:17.7954865Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2022-11-23T01:04:17.7956397Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2022-11-23T01:04:17.7963019Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2022-11-23T01:04:17.7965308Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2022-11-23T01:04:17.7970155Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2022-11-23T01:04:17.7972660Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2022-11-23T01:04:17.7975280Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2022-11-23T01:04:17.7977087Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2022-11-23T01:04:17.7978666Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2022-11-23T01:04:17.7983580Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2022-11-23T01:04:17.7985814Z adding 'torch/include/torch/csrc/autograd/edge.h' 2022-11-23T01:04:17.7989740Z adding 'torch/include/torch/csrc/autograd/engine.h' 2022-11-23T01:04:17.7993725Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2022-11-23T01:04:17.8002737Z adding 'torch/include/torch/csrc/autograd/function.h' 2022-11-23T01:04:17.8005163Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2022-11-23T01:04:17.8006691Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2022-11-23T01:04:17.8009968Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2022-11-23T01:04:17.8012152Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2022-11-23T01:04:17.8014666Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2022-11-23T01:04:17.8016765Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2022-11-23T01:04:17.8018269Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2022-11-23T01:04:17.8020984Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2022-11-23T01:04:17.8025259Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2022-11-23T01:04:17.8027077Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2022-11-23T01:04:17.8028850Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2022-11-23T01:04:17.8030477Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2022-11-23T01:04:17.8032786Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2022-11-23T01:04:17.8034586Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2022-11-23T01:04:17.8035853Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2022-11-23T01:04:17.8037556Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2022-11-23T01:04:17.8039620Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2022-11-23T01:04:17.8041268Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2022-11-23T01:04:17.8042923Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2022-11-23T01:04:17.8043965Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2022-11-23T01:04:17.8045314Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2022-11-23T01:04:17.8047088Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2022-11-23T01:04:17.8048117Z adding 'torch/include/torch/csrc/autograd/python_return_types.h' 2022-11-23T01:04:17.8049824Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2022-11-23T01:04:17.8051745Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2022-11-23T01:04:17.8052483Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2022-11-23T01:04:17.8053941Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2022-11-23T01:04:17.8055784Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2022-11-23T01:04:17.8057377Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2022-11-23T01:04:17.8058839Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2022-11-23T01:04:17.8061663Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2022-11-23T01:04:17.8063316Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2022-11-23T01:04:17.8064769Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2022-11-23T01:04:17.8075001Z adding 'torch/include/torch/csrc/autograd/variable.h' 2022-11-23T01:04:17.8080315Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2022-11-23T01:04:17.8082623Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2022-11-23T01:04:17.8084677Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2022-11-23T01:04:17.8086096Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2022-11-23T01:04:17.8088489Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2022-11-23T01:04:17.8090727Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2022-11-23T01:04:17.8114527Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2022-11-23T01:04:17.8121930Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2022-11-23T01:04:17.8123678Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2022-11-23T01:04:17.8128798Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2022-11-23T01:04:17.8131881Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2022-11-23T01:04:17.8133873Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2022-11-23T01:04:17.8135519Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2022-11-23T01:04:17.8137178Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2022-11-23T01:04:17.8138703Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2022-11-23T01:04:17.8140705Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2022-11-23T01:04:17.8142726Z adding 'torch/include/torch/csrc/cuda/Event.h' 2022-11-23T01:04:17.8144267Z adding 'torch/include/torch/csrc/cuda/Module.h' 2022-11-23T01:04:17.8145747Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2022-11-23T01:04:17.8147141Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2022-11-23T01:04:17.8148698Z adding 'torch/include/torch/csrc/cuda/comm.h' 2022-11-23T01:04:17.8150157Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2022-11-23T01:04:17.8151569Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2022-11-23T01:04:17.8153877Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2022-11-23T01:04:17.8155454Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2022-11-23T01:04:17.8156948Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2022-11-23T01:04:17.8160361Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2022-11-23T01:04:17.8162392Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2022-11-23T01:04:17.8164014Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2022-11-23T01:04:17.8165640Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2022-11-23T01:04:17.8168663Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2022-11-23T01:04:17.8170743Z adding 'torch/include/torch/csrc/distributed/c10d/Ops.hpp' 2022-11-23T01:04:17.8173091Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2022-11-23T01:04:17.8174920Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2022-11-23T01:04:17.8178079Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2022-11-23T01:04:17.8183739Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2022-11-23T01:04:17.8186512Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2022-11-23T01:04:17.8194619Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2022-11-23T01:04:17.8197213Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp' 2022-11-23T01:04:17.8200618Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2022-11-23T01:04:17.8203218Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2022-11-23T01:04:17.8205350Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2022-11-23T01:04:17.8207401Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2022-11-23T01:04:17.8209533Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2022-11-23T01:04:17.8212356Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2022-11-23T01:04:17.8214930Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2022-11-23T01:04:17.8216651Z adding 'torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp' 2022-11-23T01:04:17.8218503Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2022-11-23T01:04:17.8221006Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2022-11-23T01:04:17.8222747Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2022-11-23T01:04:17.8228306Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2022-11-23T01:04:17.8230378Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2022-11-23T01:04:17.8232720Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2022-11-23T01:04:17.8234305Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2022-11-23T01:04:17.8236509Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2022-11-23T01:04:17.8239170Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2022-11-23T01:04:17.8240949Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2022-11-23T01:04:17.8242654Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2022-11-23T01:04:17.8244248Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2022-11-23T01:04:17.8246612Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2022-11-23T01:04:17.8248461Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2022-11-23T01:04:17.8250155Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2022-11-23T01:04:17.8257847Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2022-11-23T01:04:17.8260360Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2022-11-23T01:04:17.8262410Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2022-11-23T01:04:17.8264242Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2022-11-23T01:04:17.8266573Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2022-11-23T01:04:17.8269431Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2022-11-23T01:04:17.8271783Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2022-11-23T01:04:17.8273409Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2022-11-23T01:04:17.8275159Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2022-11-23T01:04:17.8276803Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2022-11-23T01:04:17.8278317Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2022-11-23T01:04:17.8280865Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2022-11-23T01:04:17.8283516Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2022-11-23T01:04:17.8285892Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2022-11-23T01:04:17.8288262Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2022-11-23T01:04:17.8290112Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2022-11-23T01:04:17.8295372Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2022-11-23T01:04:17.8297707Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2022-11-23T01:04:17.8304145Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2022-11-23T01:04:17.8310721Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2022-11-23T01:04:17.8313806Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2022-11-23T01:04:17.8316313Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2022-11-23T01:04:17.8318648Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2022-11-23T01:04:17.8320631Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2022-11-23T01:04:17.8326952Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2022-11-23T01:04:17.8330279Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2022-11-23T01:04:17.8332611Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2022-11-23T01:04:17.8334869Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2022-11-23T01:04:17.8337132Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2022-11-23T01:04:17.8339323Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2022-11-23T01:04:17.8342185Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2022-11-23T01:04:17.8345496Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2022-11-23T01:04:17.8347817Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2022-11-23T01:04:17.8349716Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2022-11-23T01:04:17.8354710Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2022-11-23T01:04:17.8358181Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2022-11-23T01:04:17.8360784Z adding 'torch/include/torch/csrc/jit/api/method.h' 2022-11-23T01:04:17.8368221Z adding 'torch/include/torch/csrc/jit/api/module.h' 2022-11-23T01:04:17.8371858Z adding 'torch/include/torch/csrc/jit/api/object.h' 2022-11-23T01:04:17.8374893Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2022-11-23T01:04:17.8378452Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2022-11-23T01:04:17.8380931Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2022-11-23T01:04:17.8383242Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2022-11-23T01:04:17.8385727Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2022-11-23T01:04:17.8387635Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2022-11-23T01:04:17.8389771Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2022-11-23T01:04:17.8391564Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2022-11-23T01:04:17.8393345Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2022-11-23T01:04:17.8400820Z adding 'torch/include/torch/csrc/jit/codegen/cuda/arith.h' 2022-11-23T01:04:17.8403297Z adding 'torch/include/torch/csrc/jit/codegen/cuda/codegen.h' 2022-11-23T01:04:17.8405237Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at.h' 2022-11-23T01:04:17.8409497Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h' 2022-11-23T01:04:17.8414171Z adding 'torch/include/torch/csrc/jit/codegen/cuda/contiguity.h' 2022-11-23T01:04:17.8418156Z adding 'torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h' 2022-11-23T01:04:17.8422218Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dispatch.h' 2022-11-23T01:04:17.8425864Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h' 2022-11-23T01:04:17.8430273Z adding 'torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h' 2022-11-23T01:04:17.8434667Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor.h' 2022-11-23T01:04:17.8438983Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h' 2022-11-23T01:04:17.8441672Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h' 2022-11-23T01:04:17.8445783Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h' 2022-11-23T01:04:17.8448262Z adding 'torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h' 2022-11-23T01:04:17.8452520Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion.h' 2022-11-23T01:04:17.8459845Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h' 2022-11-23T01:04:17.8462719Z adding 'torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h' 2022-11-23T01:04:17.8468028Z adding 'torch/include/torch/csrc/jit/codegen/cuda/index_compute.h' 2022-11-23T01:04:17.8470847Z adding 'torch/include/torch/csrc/jit/codegen/cuda/inlining.h' 2022-11-23T01:04:17.8473410Z adding 'torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h' 2022-11-23T01:04:17.8475844Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2022-11-23T01:04:17.8477452Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h' 2022-11-23T01:04:17.8483225Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h' 2022-11-23T01:04:17.8486227Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h' 2022-11-23T01:04:17.8488861Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h' 2022-11-23T01:04:17.8491874Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_container.h' 2022-11-23T01:04:17.8494594Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h' 2022-11-23T01:04:17.8501336Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h' 2022-11-23T01:04:17.8517198Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h' 2022-11-23T01:04:17.8520965Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h' 2022-11-23T01:04:17.8523176Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h' 2022-11-23T01:04:17.8527104Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h' 2022-11-23T01:04:17.8531960Z adding 'torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h' 2022-11-23T01:04:17.8535735Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel.h' 2022-11-23T01:04:17.8542166Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h' 2022-11-23T01:04:17.8544877Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h' 2022-11-23T01:04:17.8551003Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h' 2022-11-23T01:04:17.8554403Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h' 2022-11-23T01:04:17.8557740Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower2device.h' 2022-11-23T01:04:17.8559867Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h' 2022-11-23T01:04:17.8561739Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h' 2022-11-23T01:04:17.8564235Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h' 2022-11-23T01:04:17.8566155Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h' 2022-11-23T01:04:17.8570350Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h' 2022-11-23T01:04:17.8572288Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h' 2022-11-23T01:04:17.8574417Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h' 2022-11-23T01:04:17.8576166Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h' 2022-11-23T01:04:17.8579049Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index.h' 2022-11-23T01:04:17.8583585Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h' 2022-11-23T01:04:17.8586111Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h' 2022-11-23T01:04:17.8588134Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h' 2022-11-23T01:04:17.8590077Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h' 2022-11-23T01:04:17.8592397Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h' 2022-11-23T01:04:17.8594829Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h' 2022-11-23T01:04:17.8597272Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h' 2022-11-23T01:04:17.8599030Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h' 2022-11-23T01:04:17.8601475Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h' 2022-11-23T01:04:17.8603436Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h' 2022-11-23T01:04:17.8607403Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h' 2022-11-23T01:04:17.8609698Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h' 2022-11-23T01:04:17.8612812Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h' 2022-11-23T01:04:17.8615329Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h' 2022-11-23T01:04:17.8617415Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h' 2022-11-23T01:04:17.8620044Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h' 2022-11-23T01:04:17.8624507Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h' 2022-11-23T01:04:17.8627287Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h' 2022-11-23T01:04:17.8628961Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h' 2022-11-23T01:04:17.8631231Z adding 'torch/include/torch/csrc/jit/codegen/cuda/manager.h' 2022-11-23T01:04:17.8635445Z adding 'torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h' 2022-11-23T01:04:17.8639103Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mma_type.h' 2022-11-23T01:04:17.8641273Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mutator.h' 2022-11-23T01:04:17.8643812Z adding 'torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h' 2022-11-23T01:04:17.8646195Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h' 2022-11-23T01:04:17.8649351Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h' 2022-11-23T01:04:17.8651748Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parser.h' 2022-11-23T01:04:17.8653745Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h' 2022-11-23T01:04:17.8655779Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partition.h' 2022-11-23T01:04:17.8658892Z adding 'torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h' 2022-11-23T01:04:17.8664761Z adding 'torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h' 2022-11-23T01:04:17.8669675Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h' 2022-11-23T01:04:17.8673145Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h' 2022-11-23T01:04:17.8675119Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h' 2022-11-23T01:04:17.8677884Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_view.h' 2022-11-23T01:04:17.8682589Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type.h' 2022-11-23T01:04:17.8684682Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_inference.h' 2022-11-23T01:04:17.8686882Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h' 2022-11-23T01:04:17.8690156Z adding 'torch/include/torch/csrc/jit/codegen/cuda/utils.h' 2022-11-23T01:04:17.8692261Z adding 'torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h' 2022-11-23T01:04:17.8694799Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h' 2022-11-23T01:04:17.8696407Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h' 2022-11-23T01:04:17.8698721Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h' 2022-11-23T01:04:17.8701163Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h' 2022-11-23T01:04:17.8704071Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h' 2022-11-23T01:04:17.8708146Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h' 2022-11-23T01:04:17.8710515Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h' 2022-11-23T01:04:17.8712260Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h' 2022-11-23T01:04:17.8714564Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h' 2022-11-23T01:04:17.8718098Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h' 2022-11-23T01:04:17.8720366Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h' 2022-11-23T01:04:17.8724468Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h' 2022-11-23T01:04:17.8727329Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h' 2022-11-23T01:04:17.8729766Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h' 2022-11-23T01:04:17.8731521Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h' 2022-11-23T01:04:17.8735299Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h' 2022-11-23T01:04:17.8737775Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h' 2022-11-23T01:04:17.8741381Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h' 2022-11-23T01:04:17.8744974Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h' 2022-11-23T01:04:17.8747949Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h' 2022-11-23T01:04:17.8755690Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h' 2022-11-23T01:04:17.8758570Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h' 2022-11-23T01:04:17.8761105Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2022-11-23T01:04:17.8762727Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2022-11-23T01:04:17.8766837Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2022-11-23T01:04:17.8768848Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2022-11-23T01:04:17.8770574Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2022-11-23T01:04:17.8772908Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2022-11-23T01:04:17.8774485Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2022-11-23T01:04:17.8776578Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2022-11-23T01:04:17.8778233Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2022-11-23T01:04:17.8780309Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2022-11-23T01:04:17.8787223Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2022-11-23T01:04:17.8789960Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2022-11-23T01:04:17.8791758Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2022-11-23T01:04:17.8794443Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2022-11-23T01:04:17.8796390Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2022-11-23T01:04:17.8798588Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2022-11-23T01:04:17.8800797Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2022-11-23T01:04:17.8803306Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2022-11-23T01:04:17.8805632Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2022-11-23T01:04:17.8807861Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2022-11-23T01:04:17.8812699Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2022-11-23T01:04:17.8815318Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2022-11-23T01:04:17.8816939Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2022-11-23T01:04:17.8825204Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2022-11-23T01:04:17.8829748Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2022-11-23T01:04:17.8833029Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2022-11-23T01:04:17.8841135Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2022-11-23T01:04:17.8844310Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2022-11-23T01:04:17.8848645Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2022-11-23T01:04:17.8851238Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2022-11-23T01:04:17.8853585Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2022-11-23T01:04:17.8855814Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2022-11-23T01:04:17.8872858Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2022-11-23T01:04:17.8876690Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2022-11-23T01:04:17.8878443Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2022-11-23T01:04:17.8880130Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2022-11-23T01:04:17.8881691Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2022-11-23T01:04:17.8884294Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2022-11-23T01:04:17.8886814Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2022-11-23T01:04:17.8888282Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2022-11-23T01:04:17.8890351Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2022-11-23T01:04:17.8892109Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2022-11-23T01:04:17.8894784Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2022-11-23T01:04:17.8910679Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2022-11-23T01:04:17.8911091Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2022-11-23T01:04:17.8911327Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2022-11-23T01:04:17.8911720Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2022-11-23T01:04:17.8911899Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2022-11-23T01:04:17.8912102Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2022-11-23T01:04:17.8912278Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2022-11-23T01:04:17.8912442Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2022-11-23T01:04:17.8912588Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2022-11-23T01:04:17.8914754Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2022-11-23T01:04:17.8916569Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2022-11-23T01:04:17.8918148Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2022-11-23T01:04:17.8919904Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2022-11-23T01:04:17.8922297Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2022-11-23T01:04:17.8924117Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2022-11-23T01:04:17.8925920Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2022-11-23T01:04:17.8927854Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2022-11-23T01:04:17.8929695Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2022-11-23T01:04:17.8931447Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2022-11-23T01:04:17.8934088Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2022-11-23T01:04:17.8935582Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2022-11-23T01:04:17.8937162Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2022-11-23T01:04:17.8939837Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2022-11-23T01:04:17.8941424Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2022-11-23T01:04:17.8943381Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2022-11-23T01:04:17.8944881Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2022-11-23T01:04:17.8946329Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2022-11-23T01:04:17.8947828Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2022-11-23T01:04:17.8949723Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2022-11-23T01:04:17.8951125Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2022-11-23T01:04:17.8952923Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2022-11-23T01:04:17.8954394Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2022-11-23T01:04:17.8956386Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2022-11-23T01:04:17.8958440Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2022-11-23T01:04:17.8960222Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2022-11-23T01:04:17.8962096Z adding 'torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h' 2022-11-23T01:04:17.8964189Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2022-11-23T01:04:17.8965849Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2022-11-23T01:04:17.8967480Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2022-11-23T01:04:17.8969184Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2022-11-23T01:04:17.8970932Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2022-11-23T01:04:17.8972895Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2022-11-23T01:04:17.8974853Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2022-11-23T01:04:17.8976718Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2022-11-23T01:04:17.8978625Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2022-11-23T01:04:17.8980389Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2022-11-23T01:04:17.8982109Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2022-11-23T01:04:17.8984010Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2022-11-23T01:04:17.8985772Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2022-11-23T01:04:17.8987407Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2022-11-23T01:04:17.8989142Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2022-11-23T01:04:17.8990903Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2022-11-23T01:04:17.8992545Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2022-11-23T01:04:17.8994482Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2022-11-23T01:04:17.8996538Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2022-11-23T01:04:17.8998240Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2022-11-23T01:04:17.8999922Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2022-11-23T01:04:17.9001554Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2022-11-23T01:04:17.9003365Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2022-11-23T01:04:17.9005030Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2022-11-23T01:04:17.9006650Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2022-11-23T01:04:17.9008244Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2022-11-23T01:04:17.9009930Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2022-11-23T01:04:17.9011552Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2022-11-23T01:04:17.9013354Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2022-11-23T01:04:17.9014983Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2022-11-23T01:04:17.9016803Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2022-11-23T01:04:17.9018464Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2022-11-23T01:04:17.9020276Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2022-11-23T01:04:17.9022072Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2022-11-23T01:04:17.9023978Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2022-11-23T01:04:17.9025841Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2022-11-23T01:04:17.9027362Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2022-11-23T01:04:17.9029279Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2022-11-23T01:04:17.9031143Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2022-11-23T01:04:17.9032963Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2022-11-23T01:04:17.9035927Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2022-11-23T01:04:17.9037629Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2022-11-23T01:04:17.9039402Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2022-11-23T01:04:17.9041308Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2022-11-23T01:04:17.9043458Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2022-11-23T01:04:17.9045177Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2022-11-23T01:04:17.9046823Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2022-11-23T01:04:17.9048673Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2022-11-23T01:04:17.9050052Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2022-11-23T01:04:17.9052443Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2022-11-23T01:04:17.9053489Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2022-11-23T01:04:17.9055689Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2022-11-23T01:04:17.9058036Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2022-11-23T01:04:17.9059629Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2022-11-23T01:04:17.9061866Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2022-11-23T01:04:17.9063548Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2022-11-23T01:04:17.9065918Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2022-11-23T01:04:17.9067785Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2022-11-23T01:04:17.9069816Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2022-11-23T01:04:17.9072448Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2022-11-23T01:04:17.9074963Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2022-11-23T01:04:17.9076577Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2022-11-23T01:04:17.9078247Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2022-11-23T01:04:17.9080023Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2022-11-23T01:04:17.9081640Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2022-11-23T01:04:17.9083226Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2022-11-23T01:04:17.9084663Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2022-11-23T01:04:17.9086122Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2022-11-23T01:04:17.9087596Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2022-11-23T01:04:17.9089544Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2022-11-23T01:04:17.9091457Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2022-11-23T01:04:17.9092976Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2022-11-23T01:04:17.9095845Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2022-11-23T01:04:17.9097809Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2022-11-23T01:04:17.9099690Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2022-11-23T01:04:17.9107874Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2022-11-23T01:04:17.9110651Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2022-11-23T01:04:17.9112226Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2022-11-23T01:04:17.9114214Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2022-11-23T01:04:17.9117005Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2022-11-23T01:04:17.9118861Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2022-11-23T01:04:17.9120413Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2022-11-23T01:04:17.9122434Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2022-11-23T01:04:17.9124485Z adding 'torch/include/torch/csrc/jit/python/init.h' 2022-11-23T01:04:17.9126015Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2022-11-23T01:04:17.9128918Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2022-11-23T01:04:17.9139797Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2022-11-23T01:04:17.9143135Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2022-11-23T01:04:17.9144685Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2022-11-23T01:04:17.9146746Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2022-11-23T01:04:17.9148679Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2022-11-23T01:04:17.9150907Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2022-11-23T01:04:17.9153577Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2022-11-23T01:04:17.9156987Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2022-11-23T01:04:17.9158950Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2022-11-23T01:04:17.9160493Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2022-11-23T01:04:17.9161981Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2022-11-23T01:04:17.9163517Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2022-11-23T01:04:17.9169021Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2022-11-23T01:04:17.9171848Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2022-11-23T01:04:17.9173954Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2022-11-23T01:04:17.9175748Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2022-11-23T01:04:17.9177459Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2022-11-23T01:04:17.9178975Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2022-11-23T01:04:17.9180794Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2022-11-23T01:04:17.9183433Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2022-11-23T01:04:17.9185677Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2022-11-23T01:04:17.9188301Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2022-11-23T01:04:17.9191003Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2022-11-23T01:04:17.9193694Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2022-11-23T01:04:17.9195541Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2022-11-23T01:04:17.9197162Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2022-11-23T01:04:17.9198970Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2022-11-23T01:04:17.9202737Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2022-11-23T01:04:17.9204610Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2022-11-23T01:04:17.9206245Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2022-11-23T01:04:17.9208304Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2022-11-23T01:04:17.9211451Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2022-11-23T01:04:17.9218637Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2022-11-23T01:04:17.9221674Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2022-11-23T01:04:17.9223385Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2022-11-23T01:04:17.9225095Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2022-11-23T01:04:17.9226510Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2022-11-23T01:04:17.9228017Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2022-11-23T01:04:17.9229597Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2022-11-23T01:04:17.9231370Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2022-11-23T01:04:17.9232923Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2022-11-23T01:04:17.9234545Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2022-11-23T01:04:17.9236207Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2022-11-23T01:04:17.9238735Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2022-11-23T01:04:17.9242532Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2022-11-23T01:04:17.9244753Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2022-11-23T01:04:17.9246993Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2022-11-23T01:04:17.9248857Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2022-11-23T01:04:17.9250918Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2022-11-23T01:04:17.9252738Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2022-11-23T01:04:17.9254335Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2022-11-23T01:04:17.9256011Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2022-11-23T01:04:17.9257579Z adding 'torch/include/torch/csrc/jit/serialization/import_legacy.h' 2022-11-23T01:04:17.9259299Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2022-11-23T01:04:17.9261438Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2022-11-23T01:04:17.9277745Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2022-11-23T01:04:17.9281525Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2022-11-23T01:04:17.9283917Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2022-11-23T01:04:17.9287930Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2022-11-23T01:04:17.9290178Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2022-11-23T01:04:17.9292223Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2022-11-23T01:04:17.9293942Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2022-11-23T01:04:17.9295901Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2022-11-23T01:04:17.9297750Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2022-11-23T01:04:17.9300851Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2022-11-23T01:04:17.9304814Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2022-11-23T01:04:17.9307144Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2022-11-23T01:04:17.9309108Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2022-11-23T01:04:17.9311622Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2022-11-23T01:04:17.9314416Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2022-11-23T01:04:17.9316697Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2022-11-23T01:04:17.9318295Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2022-11-23T01:04:17.9321087Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2022-11-23T01:04:17.9323360Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2022-11-23T01:04:17.9326590Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2022-11-23T01:04:17.9328955Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2022-11-23T01:04:17.9332737Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2022-11-23T01:04:17.9335110Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2022-11-23T01:04:17.9336780Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2022-11-23T01:04:17.9338643Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2022-11-23T01:04:17.9340739Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2022-11-23T01:04:17.9343328Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2022-11-23T01:04:17.9345733Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2022-11-23T01:04:17.9348695Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2022-11-23T01:04:17.9350511Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2022-11-23T01:04:17.9355876Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2022-11-23T01:04:17.9358134Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2022-11-23T01:04:17.9359852Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2022-11-23T01:04:17.9361864Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2022-11-23T01:04:17.9366243Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2022-11-23T01:04:17.9368157Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2022-11-23T01:04:17.9369910Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2022-11-23T01:04:17.9374074Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2022-11-23T01:04:17.9376532Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2022-11-23T01:04:17.9378405Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2022-11-23T01:04:17.9385250Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2022-11-23T01:04:17.9387204Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2022-11-23T01:04:17.9388913Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2022-11-23T01:04:17.9392987Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2022-11-23T01:04:17.9396152Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2022-11-23T01:04:17.9400584Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2022-11-23T01:04:17.9406791Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2022-11-23T01:04:17.9410187Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2022-11-23T01:04:17.9411924Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2022-11-23T01:04:17.9414076Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2022-11-23T01:04:17.9415804Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2022-11-23T01:04:17.9417582Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2022-11-23T01:04:17.9419663Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2022-11-23T01:04:17.9421271Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2022-11-23T01:04:17.9423119Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2022-11-23T01:04:17.9424664Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2022-11-23T01:04:17.9426065Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2022-11-23T01:04:17.9427698Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2022-11-23T01:04:17.9429347Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2022-11-23T01:04:17.9431002Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2022-11-23T01:04:17.9432390Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2022-11-23T01:04:17.9434322Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2022-11-23T01:04:17.9435818Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2022-11-23T01:04:17.9437838Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2022-11-23T01:04:17.9439728Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2022-11-23T01:04:17.9442084Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2022-11-23T01:04:17.9444328Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2022-11-23T01:04:17.9446947Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2022-11-23T01:04:17.9448570Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2022-11-23T01:04:17.9450241Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2022-11-23T01:04:17.9451937Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2022-11-23T01:04:17.9454547Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2022-11-23T01:04:17.9456565Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2022-11-23T01:04:17.9459656Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2022-11-23T01:04:17.9462368Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2022-11-23T01:04:17.9464831Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2022-11-23T01:04:17.9466549Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2022-11-23T01:04:17.9468165Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2022-11-23T01:04:17.9471300Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2022-11-23T01:04:17.9474397Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2022-11-23T01:04:17.9476365Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2022-11-23T01:04:17.9478048Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2022-11-23T01:04:17.9479851Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2022-11-23T01:04:17.9482994Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2022-11-23T01:04:17.9486723Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2022-11-23T01:04:17.9488693Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2022-11-23T01:04:17.9490621Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2022-11-23T01:04:17.9492269Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2022-11-23T01:04:17.9494110Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2022-11-23T01:04:17.9495769Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2022-11-23T01:04:17.9497651Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2022-11-23T01:04:17.9499649Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2022-11-23T01:04:17.9501335Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2022-11-23T01:04:17.9503014Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2022-11-23T01:04:17.9504722Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2022-11-23T01:04:17.9506462Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2022-11-23T01:04:17.9508254Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2022-11-23T01:04:17.9509734Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2022-11-23T01:04:17.9511168Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2022-11-23T01:04:17.9512720Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2022-11-23T01:04:17.9514171Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2022-11-23T01:04:17.9516410Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2022-11-23T01:04:17.9518584Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2022-11-23T01:04:17.9520217Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2022-11-23T01:04:17.9521769Z adding 'torch/include/torch/csrc/onnx/init.h' 2022-11-23T01:04:17.9523267Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2022-11-23T01:04:17.9524992Z adding 'torch/include/torch/csrc/profiler/api.h' 2022-11-23T01:04:17.9529770Z adding 'torch/include/torch/csrc/profiler/collection.h' 2022-11-23T01:04:17.9532877Z adding 'torch/include/torch/csrc/profiler/containers.h' 2022-11-23T01:04:17.9535134Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2022-11-23T01:04:17.9536917Z adding 'torch/include/torch/csrc/profiler/events.h' 2022-11-23T01:04:17.9538967Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2022-11-23T01:04:17.9540705Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2022-11-23T01:04:17.9542737Z adding 'torch/include/torch/csrc/profiler/perf.h' 2022-11-23T01:04:17.9545625Z adding 'torch/include/torch/csrc/profiler/util.h' 2022-11-23T01:04:17.9548217Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2022-11-23T01:04:17.9550095Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2022-11-23T01:04:17.9551949Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2022-11-23T01:04:17.9553796Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2022-11-23T01:04:17.9555928Z adding 'torch/include/torch/csrc/utils/auto_gil.h' 2022-11-23T01:04:17.9557540Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2022-11-23T01:04:17.9559052Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2022-11-23T01:04:17.9560507Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2022-11-23T01:04:17.9562380Z adding 'torch/include/torch/csrc/utils/cuda_lazy_init.h' 2022-11-23T01:04:17.9563934Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2022-11-23T01:04:17.9565232Z adding 'torch/include/torch/csrc/utils/init.h' 2022-11-23T01:04:17.9566546Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2022-11-23T01:04:17.9567951Z adding 'torch/include/torch/csrc/utils/memory.h' 2022-11-23T01:04:17.9569570Z adding 'torch/include/torch/csrc/utils/nested.h' 2022-11-23T01:04:17.9571070Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2022-11-23T01:04:17.9572598Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2022-11-23T01:04:17.9574021Z adding 'torch/include/torch/csrc/utils/out_types.h' 2022-11-23T01:04:17.9577097Z adding 'torch/include/torch/csrc/utils/pybind.h' 2022-11-23T01:04:17.9578822Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2022-11-23T01:04:17.9588533Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2022-11-23T01:04:17.9591578Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2022-11-23T01:04:17.9593175Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2022-11-23T01:04:17.9595361Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2022-11-23T01:04:17.9597452Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2022-11-23T01:04:17.9599731Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2022-11-23T01:04:17.9601231Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2022-11-23T01:04:17.9603256Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2022-11-23T01:04:17.9604945Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2022-11-23T01:04:17.9606535Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2022-11-23T01:04:17.9608612Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2022-11-23T01:04:17.9610336Z adding 'torch/include/torch/csrc/utils/six.h' 2022-11-23T01:04:17.9611791Z adding 'torch/include/torch/csrc/utils/structseq.h' 2022-11-23T01:04:17.9613184Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2022-11-23T01:04:17.9614563Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2022-11-23T01:04:17.9616500Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2022-11-23T01:04:17.9617981Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2022-11-23T01:04:17.9619605Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2022-11-23T01:04:17.9621059Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2022-11-23T01:04:17.9622968Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2022-11-23T01:04:17.9624659Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2022-11-23T01:04:17.9626019Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2022-11-23T01:04:17.9627380Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2022-11-23T01:04:17.9629821Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2022-11-23T01:04:17.9632726Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2022-11-23T01:04:17.9634462Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2022-11-23T01:04:17.9636665Z adding 'torch/include/torch/csrc/utils/variadic.h' 2022-11-23T01:04:17.9640419Z adding 'torch/jit/__init__.py' 2022-11-23T01:04:17.9642837Z adding 'torch/jit/_async.py' 2022-11-23T01:04:17.9645487Z adding 'torch/jit/_builtins.py' 2022-11-23T01:04:17.9648841Z adding 'torch/jit/_check.py' 2022-11-23T01:04:17.9651759Z adding 'torch/jit/_dataclass_impls.py' 2022-11-23T01:04:17.9653392Z adding 'torch/jit/_decomposition_utils.py' 2022-11-23T01:04:17.9655556Z adding 'torch/jit/_decompositions.py' 2022-11-23T01:04:17.9658886Z adding 'torch/jit/_freeze.py' 2022-11-23T01:04:17.9661870Z adding 'torch/jit/_fuser.py' 2022-11-23T01:04:17.9663581Z adding 'torch/jit/_ir_utils.py' 2022-11-23T01:04:17.9664930Z adding 'torch/jit/_logging.py' 2022-11-23T01:04:17.9667805Z adding 'torch/jit/_monkeytype_config.py' 2022-11-23T01:04:17.9669607Z adding 'torch/jit/_pickle.py' 2022-11-23T01:04:17.9682054Z adding 'torch/jit/_recursive.py' 2022-11-23T01:04:17.9702208Z adding 'torch/jit/_script.py' 2022-11-23T01:04:17.9707215Z adding 'torch/jit/_serialization.py' 2022-11-23T01:04:17.9718131Z adding 'torch/jit/_shape_functions.py' 2022-11-23T01:04:17.9721418Z adding 'torch/jit/_state.py' 2022-11-23T01:04:17.9736064Z adding 'torch/jit/_trace.py' 2022-11-23T01:04:17.9742889Z adding 'torch/jit/annotations.py' 2022-11-23T01:04:17.9755316Z adding 'torch/jit/frontend.py' 2022-11-23T01:04:17.9758220Z adding 'torch/jit/generate_bytecode.py' 2022-11-23T01:04:17.9763479Z adding 'torch/jit/quantized.py' 2022-11-23T01:04:17.9767713Z adding 'torch/jit/supported_ops.py' 2022-11-23T01:04:17.9770009Z adding 'torch/jit/unsupported_tensor_ops.py' 2022-11-23T01:04:17.9771733Z adding 'torch/jit/_passes/__init__.py' 2022-11-23T01:04:17.9773626Z adding 'torch/jit/_passes/_property_propagation.py' 2022-11-23T01:04:17.9776526Z adding 'torch/jit/mobile/__init__.py' 2022-11-23T01:04:17.9913119Z adding 'torch/lib/libbackend_with_compiler.so' 2022-11-23T01:04:18.0232174Z adding 'torch/lib/libc10.so' 2022-11-23T01:04:18.0439521Z adding 'torch/lib/libc10_hip.so' 2022-11-23T01:04:18.0453345Z adding 'torch/lib/libcaffe2_nvrtc.so' 2022-11-23T01:04:18.0559190Z adding 'torch/lib/libjitbackend_test.so' 2022-11-23T01:04:18.0579102Z adding 'torch/lib/libshm.so' 2022-11-23T01:04:18.0584039Z adding 'torch/lib/libtorch.so' 2022-11-23T01:04:29.7259461Z adding 'torch/lib/libtorch_cpu.so' 2022-11-23T01:04:30.4412983Z adding 'torch/lib/libtorch_global_deps.so' 2022-11-23T01:04:35.0631762Z adding 'torch/lib/libtorch_hip.so' 2022-11-23T01:04:36.3415680Z adding 'torch/lib/libtorch_python.so' 2022-11-23T01:04:36.4170900Z adding 'torch/lib/libtorchbind_test.so' 2022-11-23T01:04:36.4216011Z adding 'torch/linalg/__init__.py' 2022-11-23T01:04:36.4220841Z adding 'torch/masked/__init__.py' 2022-11-23T01:04:36.4226224Z adding 'torch/masked/_docs.py' 2022-11-23T01:04:36.4242594Z adding 'torch/masked/_ops.py' 2022-11-23T01:04:36.4246155Z adding 'torch/masked/maskedtensor/__init__.py' 2022-11-23T01:04:36.4249761Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2022-11-23T01:04:36.4252682Z adding 'torch/masked/maskedtensor/binary.py' 2022-11-23T01:04:36.4257005Z adding 'torch/masked/maskedtensor/core.py' 2022-11-23T01:04:36.4258783Z adding 'torch/masked/maskedtensor/creation.py' 2022-11-23T01:04:36.4260491Z adding 'torch/masked/maskedtensor/passthrough.py' 2022-11-23T01:04:36.4263199Z adding 'torch/masked/maskedtensor/reductions.py' 2022-11-23T01:04:36.4265591Z adding 'torch/masked/maskedtensor/unary.py' 2022-11-23T01:04:36.4267743Z adding 'torch/monitor/__init__.py' 2022-11-23T01:04:36.4270204Z adding 'torch/multiprocessing/__init__.py' 2022-11-23T01:04:36.4271845Z adding 'torch/multiprocessing/_atfork.py' 2022-11-23T01:04:36.4273648Z adding 'torch/multiprocessing/pool.py' 2022-11-23T01:04:36.4275394Z adding 'torch/multiprocessing/queue.py' 2022-11-23T01:04:36.4280817Z adding 'torch/multiprocessing/reductions.py' 2022-11-23T01:04:36.4284595Z adding 'torch/multiprocessing/spawn.py' 2022-11-23T01:04:36.4287595Z adding 'torch/nested/__init__.py' 2022-11-23T01:04:36.4290134Z adding 'torch/nn/__init__.py' 2022-11-23T01:04:36.4291990Z adding 'torch/nn/_reduction.py' 2022-11-23T01:04:36.4293791Z adding 'torch/nn/common_types.py' 2022-11-23T01:04:36.4295886Z adding 'torch/nn/cpp.py' 2022-11-23T01:04:36.4349189Z adding 'torch/nn/functional.py' 2022-11-23T01:04:36.4357800Z adding 'torch/nn/functional.pyi' 2022-11-23T01:04:36.4360534Z adding 'torch/nn/grad.py' 2022-11-23T01:04:36.4366144Z adding 'torch/nn/init.py' 2022-11-23T01:04:36.4369941Z adding 'torch/nn/parameter.py' 2022-11-23T01:04:36.4371733Z adding 'torch/nn/parameter.pyi' 2022-11-23T01:04:36.4373390Z adding 'torch/nn/backends/__init__.py' 2022-11-23T01:04:36.4375188Z adding 'torch/nn/backends/thnn.py' 2022-11-23T01:04:36.4376932Z adding 'torch/nn/intrinsic/__init__.py' 2022-11-23T01:04:36.4378854Z adding 'torch/nn/intrinsic/modules/__init__.py' 2022-11-23T01:04:36.4380558Z adding 'torch/nn/intrinsic/modules/fused.py' 2022-11-23T01:04:36.4382554Z adding 'torch/nn/intrinsic/qat/__init__.py' 2022-11-23T01:04:36.4384265Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2022-11-23T01:04:36.4385931Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2022-11-23T01:04:36.4387588Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2022-11-23T01:04:36.4389179Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2022-11-23T01:04:36.4390846Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2022-11-23T01:04:36.4392502Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2022-11-23T01:04:36.4394152Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-11-23T01:04:36.4395724Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-11-23T01:04:36.4397343Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2022-11-23T01:04:36.4399195Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2022-11-23T01:04:36.4399926Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2022-11-23T01:04:36.4401240Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2022-11-23T01:04:36.4404424Z adding 'torch/nn/modules/__init__.py' 2022-11-23T01:04:36.4408177Z adding 'torch/nn/modules/_functions.py' 2022-11-23T01:04:36.4420537Z adding 'torch/nn/modules/activation.py' 2022-11-23T01:04:36.4426032Z adding 'torch/nn/modules/adaptive.py' 2022-11-23T01:04:36.4433374Z adding 'torch/nn/modules/batchnorm.py' 2022-11-23T01:04:36.4436188Z adding 'torch/nn/modules/channelshuffle.py' 2022-11-23T01:04:36.4444347Z adding 'torch/nn/modules/container.py' 2022-11-23T01:04:36.4457491Z adding 'torch/nn/modules/conv.py' 2022-11-23T01:04:36.4461427Z adding 'torch/nn/modules/distance.py' 2022-11-23T01:04:36.4464695Z adding 'torch/nn/modules/dropout.py' 2022-11-23T01:04:36.4467416Z adding 'torch/nn/modules/flatten.py' 2022-11-23T01:04:36.4471146Z adding 'torch/nn/modules/fold.py' 2022-11-23T01:04:36.4475165Z adding 'torch/nn/modules/instancenorm.py' 2022-11-23T01:04:36.4479576Z adding 'torch/nn/modules/lazy.py' 2022-11-23T01:04:36.4483140Z adding 'torch/nn/modules/linear.py' 2022-11-23T01:04:36.4503503Z adding 'torch/nn/modules/loss.py' 2022-11-23T01:04:36.4533337Z adding 'torch/nn/modules/module.py' 2022-11-23T01:04:36.4539072Z adding 'torch/nn/modules/normalization.py' 2022-11-23T01:04:36.4542783Z adding 'torch/nn/modules/padding.py' 2022-11-23T01:04:36.4545435Z adding 'torch/nn/modules/pixelshuffle.py' 2022-11-23T01:04:36.4554037Z adding 'torch/nn/modules/pooling.py' 2022-11-23T01:04:36.4567194Z adding 'torch/nn/modules/rnn.py' 2022-11-23T01:04:36.4574069Z adding 'torch/nn/modules/sparse.py' 2022-11-23T01:04:36.4582286Z adding 'torch/nn/modules/transformer.py' 2022-11-23T01:04:36.4586375Z adding 'torch/nn/modules/upsampling.py' 2022-11-23T01:04:36.4588739Z adding 'torch/nn/modules/utils.py' 2022-11-23T01:04:36.4590861Z adding 'torch/nn/parallel/__init__.py' 2022-11-23T01:04:36.4592435Z adding 'torch/nn/parallel/__init__.pyi' 2022-11-23T01:04:36.4594794Z adding 'torch/nn/parallel/_functions.py' 2022-11-23T01:04:36.4596527Z adding 'torch/nn/parallel/_replicated_tensor_ddp_interop.py' 2022-11-23T01:04:36.4598085Z adding 'torch/nn/parallel/_replicated_tensor_ddp_utils.py' 2022-11-23T01:04:36.4601445Z adding 'torch/nn/parallel/comm.py' 2022-11-23T01:04:36.4603338Z adding 'torch/nn/parallel/common_types.pyi' 2022-11-23T01:04:36.4606973Z adding 'torch/nn/parallel/data_parallel.py' 2022-11-23T01:04:36.4608901Z adding 'torch/nn/parallel/data_parallel.pyi' 2022-11-23T01:04:36.4635160Z adding 'torch/nn/parallel/distributed.py' 2022-11-23T01:04:36.4639360Z adding 'torch/nn/parallel/parallel_apply.py' 2022-11-23T01:04:36.4641086Z adding 'torch/nn/parallel/parallel_apply.pyi' 2022-11-23T01:04:36.4643727Z adding 'torch/nn/parallel/replicate.py' 2022-11-23T01:04:36.4645455Z adding 'torch/nn/parallel/replicate.pyi' 2022-11-23T01:04:36.4647603Z adding 'torch/nn/parallel/scatter_gather.py' 2022-11-23T01:04:36.4649416Z adding 'torch/nn/parallel/scatter_gather.pyi' 2022-11-23T01:04:36.4651224Z adding 'torch/nn/qat/__init__.py' 2022-11-23T01:04:36.4652895Z adding 'torch/nn/qat/dynamic/__init__.py' 2022-11-23T01:04:36.4654513Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2022-11-23T01:04:36.4656041Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2022-11-23T01:04:36.4657737Z adding 'torch/nn/qat/modules/__init__.py' 2022-11-23T01:04:36.4659178Z adding 'torch/nn/qat/modules/conv.py' 2022-11-23T01:04:36.4660710Z adding 'torch/nn/qat/modules/embedding_ops.py' 2022-11-23T01:04:36.4662218Z adding 'torch/nn/qat/modules/linear.py' 2022-11-23T01:04:36.4663773Z adding 'torch/nn/quantizable/__init__.py' 2022-11-23T01:04:36.4665408Z adding 'torch/nn/quantizable/modules/__init__.py' 2022-11-23T01:04:36.4667197Z adding 'torch/nn/quantizable/modules/activation.py' 2022-11-23T01:04:36.4668656Z adding 'torch/nn/quantizable/modules/rnn.py' 2022-11-23T01:04:36.4670629Z adding 'torch/nn/quantized/__init__.py' 2022-11-23T01:04:36.4672498Z adding 'torch/nn/quantized/functional.py' 2022-11-23T01:04:36.4673965Z adding 'torch/nn/quantized/_reference/__init__.py' 2022-11-23T01:04:36.4676085Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2022-11-23T01:04:36.4678180Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2022-11-23T01:04:36.4679615Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2022-11-23T01:04:36.4681215Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2022-11-23T01:04:36.4682874Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2022-11-23T01:04:36.4684018Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2022-11-23T01:04:36.4685788Z adding 'torch/nn/quantized/dynamic/__init__.py' 2022-11-23T01:04:36.4687458Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2022-11-23T01:04:36.4688920Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2022-11-23T01:04:36.4690387Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2022-11-23T01:04:36.4691905Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2022-11-23T01:04:36.4694049Z adding 'torch/nn/quantized/modules/__init__.py' 2022-11-23T01:04:36.4695678Z adding 'torch/nn/quantized/modules/activation.py' 2022-11-23T01:04:36.4697183Z adding 'torch/nn/quantized/modules/batchnorm.py' 2022-11-23T01:04:36.4698683Z adding 'torch/nn/quantized/modules/conv.py' 2022-11-23T01:04:36.4700151Z adding 'torch/nn/quantized/modules/dropout.py' 2022-11-23T01:04:36.4701722Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2022-11-23T01:04:36.4703268Z adding 'torch/nn/quantized/modules/functional_modules.py' 2022-11-23T01:04:36.4704794Z adding 'torch/nn/quantized/modules/linear.py' 2022-11-23T01:04:36.4706428Z adding 'torch/nn/quantized/modules/normalization.py' 2022-11-23T01:04:36.4707907Z adding 'torch/nn/quantized/modules/rnn.py' 2022-11-23T01:04:36.4709291Z adding 'torch/nn/quantized/modules/utils.py' 2022-11-23T01:04:36.4711175Z adding 'torch/nn/utils/__init__.py' 2022-11-23T01:04:36.4712858Z adding 'torch/nn/utils/_deprecation_utils.py' 2022-11-23T01:04:36.4715335Z adding 'torch/nn/utils/_per_sample_grad.py' 2022-11-23T01:04:36.4716978Z adding 'torch/nn/utils/_stateless.py' 2022-11-23T01:04:36.4719087Z adding 'torch/nn/utils/clip_grad.py' 2022-11-23T01:04:36.4721255Z adding 'torch/nn/utils/convert_parameters.py' 2022-11-23T01:04:36.4723070Z adding 'torch/nn/utils/fusion.py' 2022-11-23T01:04:36.4724962Z adding 'torch/nn/utils/init.py' 2022-11-23T01:04:36.4727162Z adding 'torch/nn/utils/memory_format.py' 2022-11-23T01:04:36.4734070Z adding 'torch/nn/utils/parametrizations.py' 2022-11-23T01:04:36.4744450Z adding 'torch/nn/utils/parametrize.py' 2022-11-23T01:04:36.4758599Z adding 'torch/nn/utils/prune.py' 2022-11-23T01:04:36.4766002Z adding 'torch/nn/utils/rnn.py' 2022-11-23T01:04:36.4770992Z adding 'torch/nn/utils/spectral_norm.py' 2022-11-23T01:04:36.4773800Z adding 'torch/nn/utils/stateless.py' 2022-11-23T01:04:36.4776242Z adding 'torch/nn/utils/weight_norm.py' 2022-11-23T01:04:36.4778134Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2022-11-23T01:04:36.4779977Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2022-11-23T01:04:36.4783597Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2022-11-23T01:04:36.4785719Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2022-11-23T01:04:36.4787626Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2022-11-23T01:04:36.4790231Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2022-11-23T01:04:36.4792328Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2022-11-23T01:04:36.4794425Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2022-11-23T01:04:36.4796361Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2022-11-23T01:04:36.4798209Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2022-11-23T01:04:36.4800639Z adding 'torch/onnx/__init__.py' 2022-11-23T01:04:36.4802271Z adding 'torch/onnx/_constants.py' 2022-11-23T01:04:36.4803995Z adding 'torch/onnx/_deprecation.py' 2022-11-23T01:04:36.4805598Z adding 'torch/onnx/_experimental.py' 2022-11-23T01:04:36.4807185Z adding 'torch/onnx/_exporter_states.py' 2022-11-23T01:04:36.4809083Z adding 'torch/onnx/_globals.py' 2022-11-23T01:04:36.4811182Z adding 'torch/onnx/_onnx_supported_ops.py' 2022-11-23T01:04:36.4814567Z adding 'torch/onnx/_patch_torch.py' 2022-11-23T01:04:36.4818160Z adding 'torch/onnx/_type_utils.py' 2022-11-23T01:04:36.4820492Z adding 'torch/onnx/errors.py' 2022-11-23T01:04:36.4822129Z adding 'torch/onnx/operators.py' 2022-11-23T01:04:36.4824967Z adding 'torch/onnx/symbolic_caffe2.py' 2022-11-23T01:04:36.4841344Z adding 'torch/onnx/symbolic_helper.py' 2022-11-23T01:04:36.4849421Z adding 'torch/onnx/symbolic_opset10.py' 2022-11-23T01:04:36.4864514Z adding 'torch/onnx/symbolic_opset11.py' 2022-11-23T01:04:36.4869852Z adding 'torch/onnx/symbolic_opset12.py' 2022-11-23T01:04:36.4877972Z adding 'torch/onnx/symbolic_opset13.py' 2022-11-23T01:04:36.4880775Z adding 'torch/onnx/symbolic_opset14.py' 2022-11-23T01:04:36.4882812Z adding 'torch/onnx/symbolic_opset15.py' 2022-11-23T01:04:36.4884938Z adding 'torch/onnx/symbolic_opset16.py' 2022-11-23T01:04:36.4886693Z adding 'torch/onnx/symbolic_opset17.py' 2022-11-23T01:04:36.4888434Z adding 'torch/onnx/symbolic_opset7.py' 2022-11-23T01:04:36.4892471Z adding 'torch/onnx/symbolic_opset8.py' 2022-11-23T01:04:36.4952680Z adding 'torch/onnx/symbolic_opset9.py' 2022-11-23T01:04:36.4982525Z adding 'torch/onnx/utils.py' 2022-11-23T01:04:36.4991465Z adding 'torch/onnx/verification.py' 2022-11-23T01:04:36.4993699Z adding 'torch/onnx/_internal/__init__.py' 2022-11-23T01:04:36.4995794Z adding 'torch/onnx/_internal/_beartype.py' 2022-11-23T01:04:36.5000147Z adding 'torch/onnx/_internal/jit_utils.py' 2022-11-23T01:04:36.5003050Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2022-11-23T01:04:36.5006926Z adding 'torch/onnx/_internal/registration.py' 2022-11-23T01:04:36.5008926Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2022-11-23T01:04:36.5011442Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2022-11-23T01:04:36.5013899Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2022-11-23T01:04:36.5015845Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2022-11-23T01:04:36.5020163Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2022-11-23T01:04:36.5022723Z adding 'torch/onnx/_internal/diagnostics/infra/engine.py' 2022-11-23T01:04:36.5024773Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2022-11-23T01:04:36.5026452Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2022-11-23T01:04:36.5029103Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2022-11-23T01:04:36.5030913Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2022-11-23T01:04:36.5032697Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2022-11-23T01:04:36.5034324Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2022-11-23T01:04:36.5035878Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2022-11-23T01:04:36.5037371Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2022-11-23T01:04:36.5038914Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2022-11-23T01:04:36.5040433Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2022-11-23T01:04:36.5042042Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2022-11-23T01:04:36.5043693Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2022-11-23T01:04:36.5045158Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2022-11-23T01:04:36.5046793Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2022-11-23T01:04:36.5048305Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2022-11-23T01:04:36.5050098Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2022-11-23T01:04:36.5051839Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2022-11-23T01:04:36.5053570Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2022-11-23T01:04:36.5055108Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2022-11-23T01:04:36.5056595Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2022-11-23T01:04:36.5058269Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2022-11-23T01:04:36.5060060Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2022-11-23T01:04:36.5061941Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2022-11-23T01:04:36.5063578Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2022-11-23T01:04:36.5065082Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2022-11-23T01:04:36.5066577Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2022-11-23T01:04:36.5068125Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2022-11-23T01:04:36.5069582Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2022-11-23T01:04:36.5071268Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2022-11-23T01:04:36.5072853Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2022-11-23T01:04:36.5074257Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2022-11-23T01:04:36.5075720Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2022-11-23T01:04:36.5077405Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2022-11-23T01:04:36.5078858Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2022-11-23T01:04:36.5080566Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2022-11-23T01:04:36.5082222Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2022-11-23T01:04:36.5083932Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2022-11-23T01:04:36.5085458Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2022-11-23T01:04:36.5087444Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2022-11-23T01:04:36.5089194Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2022-11-23T01:04:36.5091180Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2022-11-23T01:04:36.5092990Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2022-11-23T01:04:36.5094518Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2022-11-23T01:04:36.5096102Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2022-11-23T01:04:36.5097556Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2022-11-23T01:04:36.5099016Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2022-11-23T01:04:36.5100547Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2022-11-23T01:04:36.5102224Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2022-11-23T01:04:36.5103800Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2022-11-23T01:04:36.5105226Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2022-11-23T01:04:36.5107071Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2022-11-23T01:04:36.5108745Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2022-11-23T01:04:36.5110612Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2022-11-23T01:04:36.5111875Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2022-11-23T01:04:36.5113366Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2022-11-23T01:04:36.5114851Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2022-11-23T01:04:36.5116140Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2022-11-23T01:04:36.5118161Z adding 'torch/optim/__init__.py' 2022-11-23T01:04:36.5119528Z adding 'torch/optim/__init__.pyi' 2022-11-23T01:04:36.5121358Z adding 'torch/optim/_functional.py' 2022-11-23T01:04:36.5124624Z adding 'torch/optim/adadelta.py' 2022-11-23T01:04:36.5126300Z adding 'torch/optim/adadelta.pyi' 2022-11-23T01:04:36.5129968Z adding 'torch/optim/adagrad.py' 2022-11-23T01:04:36.5132029Z adding 'torch/optim/adagrad.pyi' 2022-11-23T01:04:36.5138266Z adding 'torch/optim/adam.py' 2022-11-23T01:04:36.5140501Z adding 'torch/optim/adam.pyi' 2022-11-23T01:04:36.5144040Z adding 'torch/optim/adamax.py' 2022-11-23T01:04:36.5145723Z adding 'torch/optim/adamax.pyi' 2022-11-23T01:04:36.5150341Z adding 'torch/optim/adamw.py' 2022-11-23T01:04:36.5152215Z adding 'torch/optim/adamw.pyi' 2022-11-23T01:04:36.5155242Z adding 'torch/optim/asgd.py' 2022-11-23T01:04:36.5156931Z adding 'torch/optim/asgd.pyi' 2022-11-23T01:04:36.5161664Z adding 'torch/optim/lbfgs.py' 2022-11-23T01:04:36.5163648Z adding 'torch/optim/lbfgs.pyi' 2022-11-23T01:04:36.5181147Z adding 'torch/optim/lr_scheduler.py' 2022-11-23T01:04:36.5185211Z adding 'torch/optim/lr_scheduler.pyi' 2022-11-23T01:04:36.5189202Z adding 'torch/optim/nadam.py' 2022-11-23T01:04:36.5190908Z adding 'torch/optim/nadam.pyi' 2022-11-23T01:04:36.5195600Z adding 'torch/optim/optimizer.py' 2022-11-23T01:04:36.5197467Z adding 'torch/optim/optimizer.pyi' 2022-11-23T01:04:36.5201240Z adding 'torch/optim/radam.py' 2022-11-23T01:04:36.5203090Z adding 'torch/optim/radam.pyi' 2022-11-23T01:04:36.5206853Z adding 'torch/optim/rmsprop.py' 2022-11-23T01:04:36.5208566Z adding 'torch/optim/rmsprop.pyi' 2022-11-23T01:04:36.5212053Z adding 'torch/optim/rprop.py' 2022-11-23T01:04:36.5213832Z adding 'torch/optim/rprop.pyi' 2022-11-23T01:04:36.5217150Z adding 'torch/optim/sgd.py' 2022-11-23T01:04:36.5218817Z adding 'torch/optim/sgd.pyi' 2022-11-23T01:04:36.5221084Z adding 'torch/optim/sparse_adam.py' 2022-11-23T01:04:36.5222673Z adding 'torch/optim/sparse_adam.pyi' 2022-11-23T01:04:36.5226644Z adding 'torch/optim/swa_utils.py' 2022-11-23T01:04:36.5228410Z adding 'torch/optim/swa_utils.pyi' 2022-11-23T01:04:36.5230239Z adding 'torch/optim/_multi_tensor/__init__.py' 2022-11-23T01:04:36.5231998Z adding 'torch/package/__init__.py' 2022-11-23T01:04:36.5234385Z adding 'torch/package/_digraph.py' 2022-11-23T01:04:36.5236211Z adding 'torch/package/_directory_reader.py' 2022-11-23T01:04:36.5238194Z adding 'torch/package/_importlib.py' 2022-11-23T01:04:36.5239944Z adding 'torch/package/_mangling.py' 2022-11-23T01:04:36.5241811Z adding 'torch/package/_mock.py' 2022-11-23T01:04:36.5244223Z adding 'torch/package/_package_pickler.py' 2022-11-23T01:04:36.5245837Z adding 'torch/package/_package_unpickler.py' 2022-11-23T01:04:36.5248439Z adding 'torch/package/_stdlib.py' 2022-11-23T01:04:36.5251156Z adding 'torch/package/file_structure_representation.py' 2022-11-23T01:04:36.5253318Z adding 'torch/package/find_file_dependencies.py' 2022-11-23T01:04:36.5255529Z adding 'torch/package/glob_group.py' 2022-11-23T01:04:36.5258857Z adding 'torch/package/importer.py' 2022-11-23T01:04:36.5272515Z adding 'torch/package/package_exporter.py' 2022-11-23T01:04:36.5282851Z adding 'torch/package/package_importer.py' 2022-11-23T01:04:36.5285244Z adding 'torch/package/analyze/__init__.py' 2022-11-23T01:04:36.5286885Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2022-11-23T01:04:36.5288476Z adding 'torch/package/analyze/is_from_package.py' 2022-11-23T01:04:36.5290154Z adding 'torch/package/analyze/trace_dependencies.py' 2022-11-23T01:04:36.5291904Z adding 'torch/profiler/__init__.py' 2022-11-23T01:04:36.5295257Z adding 'torch/profiler/_memory_profiler.py' 2022-11-23T01:04:36.5301652Z adding 'torch/profiler/_pattern_matcher.py' 2022-11-23T01:04:36.5306251Z adding 'torch/profiler/_utils.py' 2022-11-23T01:04:36.5308620Z adding 'torch/profiler/itt.py' 2022-11-23T01:04:36.5314914Z adding 'torch/profiler/profiler.py' 2022-11-23T01:04:36.5317316Z adding 'torch/profiler/python_tracer.py' 2022-11-23T01:04:36.5319433Z adding 'torch/quantization/__init__.py' 2022-11-23T01:04:36.5321170Z adding 'torch/quantization/_numeric_suite.py' 2022-11-23T01:04:36.5322725Z adding 'torch/quantization/_numeric_suite_fx.py' 2022-11-23T01:04:36.5324281Z adding 'torch/quantization/fake_quantize.py' 2022-11-23T01:04:36.5325859Z adding 'torch/quantization/fuse_modules.py' 2022-11-23T01:04:36.5327427Z adding 'torch/quantization/fuser_method_mappings.py' 2022-11-23T01:04:36.5328871Z adding 'torch/quantization/observer.py' 2022-11-23T01:04:36.5330285Z adding 'torch/quantization/qconfig.py' 2022-11-23T01:04:36.5331657Z adding 'torch/quantization/quant_type.py' 2022-11-23T01:04:36.5333143Z adding 'torch/quantization/quantization_mappings.py' 2022-11-23T01:04:36.5334618Z adding 'torch/quantization/quantize.py' 2022-11-23T01:04:36.5336138Z adding 'torch/quantization/quantize_fx.py' 2022-11-23T01:04:36.5337618Z adding 'torch/quantization/quantize_jit.py' 2022-11-23T01:04:36.5339078Z adding 'torch/quantization/stubs.py' 2022-11-23T01:04:36.5340506Z adding 'torch/quantization/utils.py' 2022-11-23T01:04:36.5342707Z adding 'torch/quantization/fx/__init__.py' 2022-11-23T01:04:36.5344384Z adding 'torch/quantization/fx/_equalize.py' 2022-11-23T01:04:36.5345962Z adding 'torch/quantization/fx/convert.py' 2022-11-23T01:04:36.5347245Z adding 'torch/quantization/fx/fuse.py' 2022-11-23T01:04:36.5348553Z adding 'torch/quantization/fx/fusion_patterns.py' 2022-11-23T01:04:36.5350005Z adding 'torch/quantization/fx/graph_module.py' 2022-11-23T01:04:36.5351469Z adding 'torch/quantization/fx/match_utils.py' 2022-11-23T01:04:36.5353049Z adding 'torch/quantization/fx/pattern_utils.py' 2022-11-23T01:04:36.5354471Z adding 'torch/quantization/fx/prepare.py' 2022-11-23T01:04:36.5356315Z adding 'torch/quantization/fx/quantization_patterns.py' 2022-11-23T01:04:36.5357631Z adding 'torch/quantization/fx/quantization_types.py' 2022-11-23T01:04:36.5359247Z adding 'torch/quantization/fx/utils.py' 2022-11-23T01:04:36.5361275Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2022-11-23T01:04:36.5371209Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2022-11-23T01:04:36.5372911Z adding 'torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake' 2022-11-23T01:04:36.5374691Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2022-11-23T01:04:36.5377359Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2022-11-23T01:04:36.5379450Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2022-11-23T01:04:36.5381278Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2022-11-23T01:04:36.5383653Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2022-11-23T01:04:36.5410376Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2022-11-23T01:04:36.5417230Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2022-11-23T01:04:36.5419407Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2022-11-23T01:04:36.5422286Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2022-11-23T01:04:36.5424722Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2022-11-23T01:04:36.5428689Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2022-11-23T01:04:36.5432600Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2022-11-23T01:04:36.5436442Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2022-11-23T01:04:36.5442335Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2022-11-23T01:04:36.5444896Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2022-11-23T01:04:36.5446930Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2022-11-23T01:04:36.5448666Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2022-11-23T01:04:36.5450340Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2022-11-23T01:04:36.5452306Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2022-11-23T01:04:36.5454009Z adding 'torch/share/cmake/Caffe2/public/threads.cmake' 2022-11-23T01:04:36.5460552Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2022-11-23T01:04:36.5463589Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake' 2022-11-23T01:04:36.5465518Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake' 2022-11-23T01:04:36.5468458Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2022-11-23T01:04:36.5470240Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2022-11-23T01:04:36.5471810Z adding 'torch/signal/__init__.py' 2022-11-23T01:04:36.5473494Z adding 'torch/signal/windows/__init__.py' 2022-11-23T01:04:36.5476823Z adding 'torch/signal/windows/windows.py' 2022-11-23T01:04:36.5481470Z adding 'torch/sparse/__init__.py' 2022-11-23T01:04:36.5488392Z adding 'torch/special/__init__.py' 2022-11-23T01:04:36.5760986Z adding 'torch/test/CppSignature_test' 2022-11-23T01:04:36.6157036Z adding 'torch/test/Dict_test' 2022-11-23T01:04:36.6454894Z adding 'torch/test/Dimname_test' 2022-11-23T01:04:36.6787306Z adding 'torch/test/IListRef_test' 2022-11-23T01:04:36.7143405Z adding 'torch/test/KernelFunction_test' 2022-11-23T01:04:36.7693660Z adding 'torch/test/List_test' 2022-11-23T01:04:36.8060774Z adding 'torch/test/MaybeOwned_test' 2022-11-23T01:04:36.8386289Z adding 'torch/test/NamedTensor_test' 2022-11-23T01:04:36.8710113Z adding 'torch/test/apply_utils_test' 2022-11-23T01:04:36.9036229Z adding 'torch/test/atest' 2022-11-23T01:04:36.9348723Z adding 'torch/test/backend_fallback_test' 2022-11-23T01:04:36.9701165Z adding 'torch/test/basic' 2022-11-23T01:04:37.0009531Z adding 'torch/test/broadcast_test' 2022-11-23T01:04:37.0282403Z adding 'torch/test/c10_Array_test' 2022-11-23T01:04:37.0574699Z adding 'torch/test/c10_Bitset_test' 2022-11-23T01:04:37.0861506Z adding 'torch/test/c10_C++17_test' 2022-11-23T01:04:37.1143259Z adding 'torch/test/c10_CompileTimeFunctionPointer_test' 2022-11-23T01:04:37.1413904Z adding 'torch/test/c10_ConstexprCrc_test' 2022-11-23T01:04:37.1689932Z adding 'torch/test/c10_DeadlockDetection_test' 2022-11-23T01:04:37.1977955Z adding 'torch/test/c10_DeviceGuard_test' 2022-11-23T01:04:37.2260521Z adding 'torch/test/c10_Device_test' 2022-11-23T01:04:37.2588236Z adding 'torch/test/c10_DispatchKeySet_test' 2022-11-23T01:04:37.2868053Z adding 'torch/test/c10_Half_test' 2022-11-23T01:04:37.3171223Z adding 'torch/test/c10_InlineDeviceGuard_test' 2022-11-23T01:04:37.3481997Z adding 'torch/test/c10_InlineStreamGuard_test' 2022-11-23T01:04:37.3796805Z adding 'torch/test/c10_LeftRight_test' 2022-11-23T01:04:37.4143885Z adding 'torch/test/c10_Metaprogramming_test' 2022-11-23T01:04:37.4461415Z adding 'torch/test/c10_SizesAndStrides_test' 2022-11-23T01:04:37.5168168Z adding 'torch/test/c10_SmallVectorTest' 2022-11-23T01:04:37.5477904Z adding 'torch/test/c10_StreamGuard_test' 2022-11-23T01:04:37.5756241Z adding 'torch/test/c10_SymInt_test' 2022-11-23T01:04:37.6038355Z adding 'torch/test/c10_Synchronized_test' 2022-11-23T01:04:37.6346174Z adding 'torch/test/c10_ThreadLocal_test' 2022-11-23T01:04:37.6636356Z adding 'torch/test/c10_TypeIndex_test' 2022-11-23T01:04:37.6920408Z adding 'torch/test/c10_TypeList_test' 2022-11-23T01:04:37.7193082Z adding 'torch/test/c10_TypeTraits_test' 2022-11-23T01:04:37.7481231Z adding 'torch/test/c10_accumulate_test' 2022-11-23T01:04:37.7792021Z adding 'torch/test/c10_bfloat16_test' 2022-11-23T01:04:37.8095136Z adding 'torch/test/c10_complex_math_test' 2022-11-23T01:04:37.8403149Z adding 'torch/test/c10_complex_test' 2022-11-23T01:04:37.8948724Z adding 'torch/test/c10_either_test' 2022-11-23T01:04:37.9263781Z adding 'torch/test/c10_exception_test' 2022-11-23T01:04:37.9547829Z adding 'torch/test/c10_flags_test' 2022-11-23T01:04:37.9820904Z adding 'torch/test/c10_hip_HIPTest' 2022-11-23T01:04:38.0106256Z adding 'torch/test/c10_intrusive_ptr_benchmark' 2022-11-23T01:04:38.0916127Z adding 'torch/test/c10_intrusive_ptr_test' 2022-11-23T01:04:38.1242727Z adding 'torch/test/c10_irange_test' 2022-11-23T01:04:38.1554198Z adding 'torch/test/c10_logging_test' 2022-11-23T01:04:38.1959281Z adding 'torch/test/c10_optional_test' 2022-11-23T01:04:38.2307594Z adding 'torch/test/c10_ordered_preserving_dict_test' 2022-11-23T01:04:38.2611393Z adding 'torch/test/c10_registry_test' 2022-11-23T01:04:38.2936508Z adding 'torch/test/c10_string_view_test' 2022-11-23T01:04:38.3225765Z adding 'torch/test/c10_tempfile_test' 2022-11-23T01:04:38.3538508Z adding 'torch/test/c10_typeid_test' 2022-11-23T01:04:38.3862138Z adding 'torch/test/cpu_generator_test' 2022-11-23T01:04:38.4159700Z adding 'torch/test/cpu_profiling_allocator_test' 2022-11-23T01:04:38.4632174Z adding 'torch/test/cpu_rng_test' 2022-11-23T01:04:38.4922672Z adding 'torch/test/dispatch_key_set_test' 2022-11-23T01:04:38.5203125Z adding 'torch/test/dlconvertor_test' 2022-11-23T01:04:38.5525239Z adding 'torch/test/extension_backend_test' 2022-11-23T01:04:38.5832687Z adding 'torch/test/half_test' 2022-11-23T01:04:38.6127669Z adding 'torch/test/hip_apply_test' 2022-11-23T01:04:38.6399936Z adding 'torch/test/hip_complex_math_test' 2022-11-23T01:04:38.6671218Z adding 'torch/test/hip_complex_test' 2022-11-23T01:04:38.6942149Z adding 'torch/test/hip_distributions_test' 2022-11-23T01:04:38.7224191Z adding 'torch/test/hip_dlconvertor_test' 2022-11-23T01:04:38.7495358Z adding 'torch/test/hip_generator_test' 2022-11-23T01:04:38.7767741Z adding 'torch/test/hip_half_test' 2022-11-23T01:04:38.8038592Z adding 'torch/test/hip_integer_divider_test' 2022-11-23T01:04:38.8311140Z adding 'torch/test/hip_optional_test' 2022-11-23T01:04:38.8582544Z adding 'torch/test/hip_packedtensoraccessor_test' 2022-11-23T01:04:38.8853596Z adding 'torch/test/hip_vectorized_test' 2022-11-23T01:04:38.9145150Z adding 'torch/test/inline_container_test' 2022-11-23T01:04:38.9679329Z adding 'torch/test/ivalue_test' 2022-11-23T01:04:39.0325803Z adding 'torch/test/kernel_function_legacy_test' 2022-11-23T01:04:39.0858409Z adding 'torch/test/kernel_function_test' 2022-11-23T01:04:39.1511483Z adding 'torch/test/kernel_lambda_legacy_test' 2022-11-23T01:04:39.2057266Z adding 'torch/test/kernel_lambda_test' 2022-11-23T01:04:39.2413344Z adding 'torch/test/kernel_stackbased_test' 2022-11-23T01:04:39.2694678Z adding 'torch/test/lazy_tensor_test' 2022-11-23T01:04:39.3209856Z adding 'torch/test/make_boxed_from_unboxed_functor_test' 2022-11-23T01:04:39.3523308Z adding 'torch/test/math_kernel_test' 2022-11-23T01:04:39.3823094Z adding 'torch/test/memory_format_test' 2022-11-23T01:04:39.4118966Z adding 'torch/test/memory_overlapping_test' 2022-11-23T01:04:39.4416660Z adding 'torch/test/mobile_memory_cleanup' 2022-11-23T01:04:39.4731544Z adding 'torch/test/native_test' 2022-11-23T01:04:39.5004421Z adding 'torch/test/op_allowlist_test' 2022-11-23T01:04:39.6322489Z adding 'torch/test/op_registration_test' 2022-11-23T01:04:39.6696430Z adding 'torch/test/operator_name_test' 2022-11-23T01:04:39.6983861Z adding 'torch/test/operators_test' 2022-11-23T01:04:39.7273528Z adding 'torch/test/packedtensoraccessor_test' 2022-11-23T01:04:39.7634986Z adding 'torch/test/pow_test' 2022-11-23T01:04:39.7955249Z adding 'torch/test/quantized_test' 2022-11-23T01:04:39.8234803Z adding 'torch/test/reduce_ops_test' 2022-11-23T01:04:39.8521293Z adding 'torch/test/reportMemoryUsage_test' 2022-11-23T01:04:39.8837731Z adding 'torch/test/scalar_tensor_test' 2022-11-23T01:04:39.9159760Z adding 'torch/test/scalar_test' 2022-11-23T01:04:39.9454192Z adding 'torch/test/stride_properties_test' 2022-11-23T01:04:39.9862447Z adding 'torch/test/tensor_iterator_test' 2022-11-23T01:04:40.0177700Z adding 'torch/test/test_parallel' 2022-11-23T01:04:40.0201504Z adding 'torch/test/thread_init_test' 2022-11-23T01:04:40.0498561Z adding 'torch/test/type_ptr_test' 2022-11-23T01:04:40.0839755Z adding 'torch/test/type_test' 2022-11-23T01:04:40.1133429Z adding 'torch/test/undefined_tensor_test' 2022-11-23T01:04:40.1411736Z adding 'torch/test/variant_test' 2022-11-23T01:04:40.1430220Z adding 'torch/test/verify_api_visibility' 2022-11-23T01:04:40.1815829Z adding 'torch/test/vmap_test' 2022-11-23T01:04:40.2112331Z adding 'torch/test/weakref_test' 2022-11-23T01:04:40.2402527Z adding 'torch/test/wrapdim_test' 2022-11-23T01:04:40.2679081Z adding 'torch/test/xla_tensor_test' 2022-11-23T01:04:40.2694758Z adding 'torch/testing/__init__.py' 2022-11-23T01:04:40.2710013Z adding 'torch/testing/_comparison.py' 2022-11-23T01:04:40.2715574Z adding 'torch/testing/_creation.py' 2022-11-23T01:04:40.2718382Z adding 'torch/testing/_deprecated.py' 2022-11-23T01:04:40.2721002Z adding 'torch/testing/_internal/__init__.py' 2022-11-23T01:04:40.2725890Z adding 'torch/testing/_internal/autocast_test_lists.py' 2022-11-23T01:04:40.2729554Z adding 'torch/testing/_internal/check_kernel_launches.py' 2022-11-23T01:04:40.2733319Z adding 'torch/testing/_internal/common_cuda.py' 2022-11-23T01:04:40.2751620Z adding 'torch/testing/_internal/common_device_type.py' 2022-11-23T01:04:40.2763537Z adding 'torch/testing/_internal/common_distributed.py' 2022-11-23T01:04:40.2766881Z adding 'torch/testing/_internal/common_dtype.py' 2022-11-23T01:04:40.2777927Z adding 'torch/testing/_internal/common_fsdp.py' 2022-11-23T01:04:40.2784082Z adding 'torch/testing/_internal/common_jit.py' 2022-11-23T01:04:40.2959882Z adding 'torch/testing/_internal/common_methods_invocations.py' 2022-11-23T01:04:40.2992475Z adding 'torch/testing/_internal/common_modules.py' 2022-11-23T01:04:40.3036793Z adding 'torch/testing/_internal/common_nn.py' 2022-11-23T01:04:40.3062019Z adding 'torch/testing/_internal/common_quantization.py' 2022-11-23T01:04:40.3067827Z adding 'torch/testing/_internal/common_quantized.py' 2022-11-23T01:04:40.3071672Z adding 'torch/testing/_internal/common_subclass.py' 2022-11-23T01:04:40.3126424Z adding 'torch/testing/_internal/common_utils.py' 2022-11-23T01:04:40.3137605Z adding 'torch/testing/_internal/composite_compliance.py' 2022-11-23T01:04:40.3141848Z adding 'torch/testing/_internal/dist_utils.py' 2022-11-23T01:04:40.3146927Z adding 'torch/testing/_internal/hypothesis_utils.py' 2022-11-23T01:04:40.3149180Z adding 'torch/testing/_internal/inductor_utils.py' 2022-11-23T01:04:40.3158018Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2022-11-23T01:04:40.3168593Z adding 'torch/testing/_internal/jit_utils.py' 2022-11-23T01:04:40.3172439Z adding 'torch/testing/_internal/logging_tensor.py' 2022-11-23T01:04:40.3174491Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2022-11-23T01:04:40.3177739Z adding 'torch/testing/_internal/schema_check_mode.py' 2022-11-23T01:04:40.3179823Z adding 'torch/testing/_internal/codegen/__init__.py' 2022-11-23T01:04:40.3185326Z adding 'torch/testing/_internal/codegen/random_topo_test.py' 2022-11-23T01:04:40.3187414Z adding 'torch/testing/_internal/data/__init__.py' 2022-11-23T01:04:40.3189114Z adding 'torch/testing/_internal/data/network1.py' 2022-11-23T01:04:40.3190958Z adding 'torch/testing/_internal/data/network2.py' 2022-11-23T01:04:40.3193120Z adding 'torch/testing/_internal/distributed/__init__.py' 2022-11-23T01:04:40.3200267Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2022-11-23T01:04:40.3282692Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2022-11-23T01:04:40.3293051Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2022-11-23T01:04:40.3297017Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2022-11-23T01:04:40.3299061Z adding 'torch/testing/_internal/distributed/pipe_with_ddp_test.py' 2022-11-23T01:04:40.3302076Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2022-11-23T01:04:40.3303699Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2022-11-23T01:04:40.3305275Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2022-11-23T01:04:40.3307562Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2022-11-23T01:04:40.3310255Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2022-11-23T01:04:40.3311862Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2022-11-23T01:04:40.3313335Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2022-11-23T01:04:40.3316939Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2022-11-23T01:04:40.3320932Z adding 'torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py' 2022-11-23T01:04:40.3323527Z adding 'torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py' 2022-11-23T01:04:40.3325133Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2022-11-23T01:04:40.3326657Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2022-11-23T01:04:40.3331679Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2022-11-23T01:04:40.3333918Z adding 'torch/testing/_internal/distributed/pipeline/__init__.py' 2022-11-23T01:04:40.3335541Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2022-11-23T01:04:40.3359432Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2022-11-23T01:04:40.3364800Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2022-11-23T01:04:40.3368346Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2022-11-23T01:04:40.3370562Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2022-11-23T01:04:40.3372383Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2022-11-23T01:04:40.3424398Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2022-11-23T01:04:40.3431143Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2022-11-23T01:04:40.3432662Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2022-11-23T01:04:40.3434926Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2022-11-23T01:04:40.3438308Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2022-11-23T01:04:40.3440017Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2022-11-23T01:04:40.3442044Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2022-11-23T01:04:40.3453075Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2022-11-23T01:04:40.3456773Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2022-11-23T01:04:40.3458434Z adding 'torch/testing/_internal/generated/__init__.py' 2022-11-23T01:04:40.3489845Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2022-11-23T01:04:40.3499257Z adding 'torch/testing/_internal/opinfo/__init__.py' 2022-11-23T01:04:40.3529013Z adding 'torch/testing/_internal/opinfo/core.py' 2022-11-23T01:04:40.3533839Z adding 'torch/testing/_internal/opinfo/refs.py' 2022-11-23T01:04:40.3537424Z adding 'torch/testing/_internal/opinfo/utils.py' 2022-11-23T01:04:40.3539481Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2022-11-23T01:04:40.3545910Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2022-11-23T01:04:40.3550406Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2022-11-23T01:04:40.3566658Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2022-11-23T01:04:40.3571699Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2022-11-23T01:04:40.3575824Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2022-11-23T01:04:40.3578226Z adding 'torch/testing/_internal/test_module/__init__.py' 2022-11-23T01:04:40.3579702Z adding 'torch/testing/_internal/test_module/future_div.py' 2022-11-23T01:04:40.3581137Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2022-11-23T01:04:40.3583113Z adding 'torch/utils/__init__.py' 2022-11-23T01:04:40.3584831Z adding 'torch/utils/_cpp_extension_versioner.py' 2022-11-23T01:04:40.3586118Z adding 'torch/utils/_crash_handler.py' 2022-11-23T01:04:40.3587918Z adding 'torch/utils/_cuda_trace.py' 2022-11-23T01:04:40.3591379Z adding 'torch/utils/_freeze.py' 2022-11-23T01:04:40.3815529Z adding 'torch/utils/_mode_utils.py' 2022-11-23T01:04:40.3816530Z adding 'torch/utils/_python_dispatch.py' 2022-11-23T01:04:40.3820506Z adding 'torch/utils/_pytree.py' 2022-11-23T01:04:40.3822869Z adding 'torch/utils/_zip.py' 2022-11-23T01:04:40.3824812Z adding 'torch/utils/backend_registration.py' 2022-11-23T01:04:40.3830874Z adding 'torch/utils/bundled_inputs.py' 2022-11-23T01:04:40.3836955Z adding 'torch/utils/checkpoint.py' 2022-11-23T01:04:40.3842730Z adding 'torch/utils/collect_env.py' 2022-11-23T01:04:40.3844618Z adding 'torch/utils/cpp_backtrace.py' 2022-11-23T01:04:40.3873523Z adding 'torch/utils/cpp_extension.py' 2022-11-23T01:04:40.3878179Z adding 'torch/utils/dlpack.py' 2022-11-23T01:04:40.3880119Z adding 'torch/utils/file_baton.py' 2022-11-23T01:04:40.3883187Z adding 'torch/utils/hooks.py' 2022-11-23T01:04:40.3885939Z adding 'torch/utils/mkldnn.py' 2022-11-23T01:04:40.3888714Z adding 'torch/utils/mobile_optimizer.py' 2022-11-23T01:04:40.3890377Z adding 'torch/utils/model_zoo.py' 2022-11-23T01:04:40.3892893Z adding 'torch/utils/show_pickle.py' 2022-11-23T01:04:40.3895871Z adding 'torch/utils/throughput_benchmark.py' 2022-11-23T01:04:40.3897870Z adding 'torch/utils/backcompat/__init__.py' 2022-11-23T01:04:40.3899648Z adding 'torch/utils/benchmark/__init__.py' 2022-11-23T01:04:40.3901333Z adding 'torch/utils/benchmark/examples/__init__.py' 2022-11-23T01:04:40.3904491Z adding 'torch/utils/benchmark/examples/blas_compare.py' 2022-11-23T01:04:40.3907571Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2022-11-23T01:04:40.3909804Z adding 'torch/utils/benchmark/examples/compare.py' 2022-11-23T01:04:40.3914619Z adding 'torch/utils/benchmark/examples/end_to_end.py' 2022-11-23T01:04:40.3917068Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2022-11-23T01:04:40.3919434Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2022-11-23T01:04:40.3921336Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2022-11-23T01:04:40.3923800Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2022-11-23T01:04:40.3925632Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2022-11-23T01:04:40.3927631Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2022-11-23T01:04:40.3929859Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2022-11-23T01:04:40.3931930Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2022-11-23T01:04:40.3934129Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2022-11-23T01:04:40.3936139Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2022-11-23T01:04:40.3937968Z adding 'torch/utils/benchmark/utils/__init__.py' 2022-11-23T01:04:40.3939651Z adding 'torch/utils/benchmark/utils/_stubs.py' 2022-11-23T01:04:40.3944349Z adding 'torch/utils/benchmark/utils/common.py' 2022-11-23T01:04:40.3948659Z adding 'torch/utils/benchmark/utils/compare.py' 2022-11-23T01:04:40.3951925Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2022-11-23T01:04:40.3957461Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2022-11-23T01:04:40.3960531Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2022-11-23T01:04:40.3962430Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2022-11-23T01:04:40.3968551Z adding 'torch/utils/benchmark/utils/timer.py' 2022-11-23T01:04:40.3970803Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2022-11-23T01:04:40.3973601Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2022-11-23T01:04:40.3975430Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2022-11-23T01:04:40.3977310Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2022-11-23T01:04:40.3987980Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2022-11-23T01:04:40.4033614Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2022-11-23T01:04:40.4044608Z adding 'torch/utils/bottleneck/__init__.py' 2022-11-23T01:04:40.4047571Z adding 'torch/utils/bottleneck/__main__.py' 2022-11-23T01:04:40.4049896Z adding 'torch/utils/data/__init__.py' 2022-11-23T01:04:40.4051499Z adding 'torch/utils/data/backward_compatibility.py' 2022-11-23T01:04:40.4076454Z adding 'torch/utils/data/dataloader.py' 2022-11-23T01:04:40.4082500Z adding 'torch/utils/data/dataset.py' 2022-11-23T01:04:40.4085689Z adding 'torch/utils/data/distributed.py' 2022-11-23T01:04:40.4088496Z adding 'torch/utils/data/graph.py' 2022-11-23T01:04:40.4091057Z adding 'torch/utils/data/graph_settings.py' 2022-11-23T01:04:40.4094821Z adding 'torch/utils/data/sampler.py' 2022-11-23T01:04:40.4097411Z adding 'torch/utils/data/_utils/__init__.py' 2022-11-23T01:04:40.4101273Z adding 'torch/utils/data/_utils/collate.py' 2022-11-23T01:04:40.4103678Z adding 'torch/utils/data/_utils/fetch.py' 2022-11-23T01:04:40.4105806Z adding 'torch/utils/data/_utils/pin_memory.py' 2022-11-23T01:04:40.4107483Z adding 'torch/utils/data/_utils/serialization.py' 2022-11-23T01:04:40.4109704Z adding 'torch/utils/data/_utils/signal_handling.py' 2022-11-23T01:04:40.4114286Z adding 'torch/utils/data/_utils/worker.py' 2022-11-23T01:04:40.4116487Z adding 'torch/utils/data/datapipes/__init__.py' 2022-11-23T01:04:40.4119276Z adding 'torch/utils/data/datapipes/_decorator.py' 2022-11-23T01:04:40.4123240Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2022-11-23T01:04:40.4128592Z adding 'torch/utils/data/datapipes/_typing.py' 2022-11-23T01:04:40.4133448Z adding 'torch/utils/data/datapipes/datapipe.py' 2022-11-23T01:04:40.4136496Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2022-11-23T01:04:40.4140095Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2022-11-23T01:04:40.4142450Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2022-11-23T01:04:40.4144518Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2022-11-23T01:04:40.4148478Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2022-11-23T01:04:40.4151008Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2022-11-23T01:04:40.4152938Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2022-11-23T01:04:40.4154937Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2022-11-23T01:04:40.4158461Z adding 'torch/utils/data/datapipes/iter/callable.py' 2022-11-23T01:04:40.4161547Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2022-11-23T01:04:40.4167893Z adding 'torch/utils/data/datapipes/iter/combining.py' 2022-11-23T01:04:40.4170685Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2022-11-23T01:04:40.4172933Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2022-11-23T01:04:40.4177128Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2022-11-23T01:04:40.4179668Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2022-11-23T01:04:40.4182066Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2022-11-23T01:04:40.4184068Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2022-11-23T01:04:40.4186008Z adding 'torch/utils/data/datapipes/iter/utils.py' 2022-11-23T01:04:40.4187940Z adding 'torch/utils/data/datapipes/map/__init__.py' 2022-11-23T01:04:40.4189853Z adding 'torch/utils/data/datapipes/map/callable.py' 2022-11-23T01:04:40.4192248Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2022-11-23T01:04:40.4194823Z adding 'torch/utils/data/datapipes/map/combining.py' 2022-11-23T01:04:40.4196971Z adding 'torch/utils/data/datapipes/map/grouping.py' 2022-11-23T01:04:40.4198894Z adding 'torch/utils/data/datapipes/map/utils.py' 2022-11-23T01:04:40.4200612Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2022-11-23T01:04:40.4204926Z adding 'torch/utils/data/datapipes/utils/common.py' 2022-11-23T01:04:40.4208871Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2022-11-23T01:04:40.4211390Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2022-11-23T01:04:40.4213171Z adding 'torch/utils/hipify/__init__.py' 2022-11-23T01:04:40.4214985Z adding 'torch/utils/hipify/constants.py' 2022-11-23T01:04:40.4260827Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2022-11-23T01:04:40.4280708Z adding 'torch/utils/hipify/hipify_python.py' 2022-11-23T01:04:40.4283135Z adding 'torch/utils/hipify/version.py' 2022-11-23T01:04:40.4284722Z adding 'torch/utils/jit/__init__.py' 2022-11-23T01:04:40.4286983Z adding 'torch/utils/jit/log_extract.py' 2022-11-23T01:04:40.4292579Z adding 'torch/utils/model_dump/__init__.py' 2022-11-23T01:04:40.4294536Z adding 'torch/utils/model_dump/__main__.py' 2022-11-23T01:04:40.4299750Z adding 'torch/utils/model_dump/code.js' 2022-11-23T01:04:40.4302184Z adding 'torch/utils/model_dump/htm.mjs' 2022-11-23T01:04:40.4306146Z adding 'torch/utils/model_dump/preact.mjs' 2022-11-23T01:04:40.4307989Z adding 'torch/utils/model_dump/skeleton.html' 2022-11-23T01:04:40.4309796Z adding 'torch/utils/tensorboard/__init__.py' 2022-11-23T01:04:40.4317419Z adding 'torch/utils/tensorboard/_caffe2_graph.py' 2022-11-23T01:04:40.4319823Z adding 'torch/utils/tensorboard/_convert_np.py' 2022-11-23T01:04:40.4321805Z adding 'torch/utils/tensorboard/_embedding.py' 2022-11-23T01:04:40.4323765Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2022-11-23T01:04:40.4325596Z adding 'torch/utils/tensorboard/_proto_graph.py' 2022-11-23T01:04:40.4330254Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2022-11-23T01:04:40.4332995Z adding 'torch/utils/tensorboard/_utils.py' 2022-11-23T01:04:40.4341678Z adding 'torch/utils/tensorboard/summary.py' 2022-11-23T01:04:40.4353703Z adding 'torch/utils/tensorboard/writer.py' 2022-11-23T01:04:40.4358095Z adding 'torchgen/__init__.py' 2022-11-23T01:04:40.4360156Z adding 'torchgen/code_template.py' 2022-11-23T01:04:40.4362083Z adding 'torchgen/context.py' 2022-11-23T01:04:40.4391609Z adding 'torchgen/gen.py' 2022-11-23T01:04:40.4400024Z adding 'torchgen/gen_backend_stubs.py' 2022-11-23T01:04:40.4409710Z adding 'torchgen/gen_functionalization_type.py' 2022-11-23T01:04:40.4416961Z adding 'torchgen/gen_lazy_tensor.py' 2022-11-23T01:04:40.4420496Z adding 'torchgen/gen_vmap_plumbing.py' 2022-11-23T01:04:40.4422684Z adding 'torchgen/local.py' 2022-11-23T01:04:40.4457497Z adding 'torchgen/model.py' 2022-11-23T01:04:40.4468588Z adding 'torchgen/native_function_generation.py' 2022-11-23T01:04:40.4474786Z adding 'torchgen/utils.py' 2022-11-23T01:04:40.4476770Z adding 'torchgen/api/__init__.py' 2022-11-23T01:04:40.4484770Z adding 'torchgen/api/autograd.py' 2022-11-23T01:04:40.4489744Z adding 'torchgen/api/cpp.py' 2022-11-23T01:04:40.4492316Z adding 'torchgen/api/dispatcher.py' 2022-11-23T01:04:40.4495126Z adding 'torchgen/api/functionalization.py' 2022-11-23T01:04:40.4500515Z adding 'torchgen/api/lazy.py' 2022-11-23T01:04:40.4502604Z adding 'torchgen/api/meta.py' 2022-11-23T01:04:40.4505106Z adding 'torchgen/api/native.py' 2022-11-23T01:04:40.4521699Z adding 'torchgen/api/python.py' 2022-11-23T01:04:40.4525633Z adding 'torchgen/api/structured.py' 2022-11-23T01:04:40.4530732Z adding 'torchgen/api/translate.py' 2022-11-23T01:04:40.4538664Z adding 'torchgen/api/types.py' 2022-11-23T01:04:40.4542248Z adding 'torchgen/api/ufunc.py' 2022-11-23T01:04:40.4545774Z adding 'torchgen/api/unboxing.py' 2022-11-23T01:04:40.4547878Z adding 'torchgen/dest/__init__.py' 2022-11-23T01:04:40.4555597Z adding 'torchgen/dest/lazy_ir.py' 2022-11-23T01:04:40.4558191Z adding 'torchgen/dest/lazy_ts_lowering.py' 2022-11-23T01:04:40.4560120Z adding 'torchgen/dest/native_functions.py' 2022-11-23T01:04:40.4570617Z adding 'torchgen/dest/register_dispatch_key.py' 2022-11-23T01:04:40.4576589Z adding 'torchgen/dest/ufunc.py' 2022-11-23T01:04:40.4579101Z adding 'torchgen/operator_versions/__init__.py' 2022-11-23T01:04:40.4582760Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2022-11-23T01:04:40.4584818Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2022-11-23T01:04:40.4678956Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2022-11-23T01:04:40.4692332Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2022-11-23T01:04:40.4694611Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2022-11-23T01:04:40.4696541Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2022-11-23T01:04:40.4698183Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2022-11-23T01:04:40.4699993Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2022-11-23T01:04:40.4701848Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2022-11-23T01:04:40.4703307Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2022-11-23T01:04:40.4704645Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2022-11-23T01:04:40.4706106Z adding 'torchgen/packaged/ATen/templates/Function.h' 2022-11-23T01:04:40.4707522Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2022-11-23T01:04:40.4709291Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2022-11-23T01:04:40.4711574Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2022-11-23T01:04:40.4713269Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2022-11-23T01:04:40.4714715Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2022-11-23T01:04:40.4716219Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2022-11-23T01:04:40.4717629Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2022-11-23T01:04:40.4719103Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2022-11-23T01:04:40.4720550Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2022-11-23T01:04:40.4722301Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2022-11-23T01:04:40.4723670Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2022-11-23T01:04:40.4725090Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2022-11-23T01:04:40.4727285Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2022-11-23T01:04:40.4728751Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2022-11-23T01:04:40.4730320Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2022-11-23T01:04:40.4732073Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2022-11-23T01:04:40.4733842Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2022-11-23T01:04:40.4735364Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2022-11-23T01:04:40.4737258Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2022-11-23T01:04:40.4739303Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2022-11-23T01:04:40.4740834Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2022-11-23T01:04:40.4742333Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2022-11-23T01:04:40.4751183Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2022-11-23T01:04:40.4753635Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2022-11-23T01:04:40.4755307Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2022-11-23T01:04:40.4756750Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2022-11-23T01:04:40.4758344Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2022-11-23T01:04:40.4759913Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2022-11-23T01:04:40.4761531Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2022-11-23T01:04:40.4763128Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2022-11-23T01:04:40.4764616Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2022-11-23T01:04:40.4766214Z adding 'torchgen/selective_build/__init__.py' 2022-11-23T01:04:40.4768815Z adding 'torchgen/selective_build/operator.py' 2022-11-23T01:04:40.4772284Z adding 'torchgen/selective_build/selector.py' 2022-11-23T01:04:40.4774199Z adding 'torchgen/static_runtime/__init__.py' 2022-11-23T01:04:40.4777278Z adding 'torchgen/static_runtime/config.py' 2022-11-23T01:04:40.4780420Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2022-11-23T01:04:40.4786905Z adding 'torchgen/static_runtime/generator.py' 2022-11-23T01:04:40.4825496Z adding 'torch-1.14.0a0+git1cfd385.dist-info/LICENSE' 2022-11-23T01:04:40.4839758Z adding 'torch-1.14.0a0+git1cfd385.dist-info/METADATA' 2022-11-23T01:04:40.4846499Z adding 'torch-1.14.0a0+git1cfd385.dist-info/NOTICE' 2022-11-23T01:04:40.4848110Z adding 'torch-1.14.0a0+git1cfd385.dist-info/WHEEL' 2022-11-23T01:04:40.4849448Z adding 'torch-1.14.0a0+git1cfd385.dist-info/entry_points.txt' 2022-11-23T01:04:40.4850351Z adding 'torch-1.14.0a0+git1cfd385.dist-info/top_level.txt' 2022-11-23T01:04:40.5360941Z adding 'torch-1.14.0a0+git1cfd385.dist-info/RECORD' 2022-11-23T01:04:40.5596774Z removing build/bdist.linux-x86_64/wheel 2022-11-23T01:04:40.8800473Z ++ echo dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl 2022-11-23T01:04:40.8801050Z + pip_install_whl dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl 2022-11-23T01:04:40.8801507Z + python3 -mpip install --no-index --no-deps dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl 2022-11-23T01:04:41.6280419Z Processing ./dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl 2022-11-23T01:04:42.1295156Z Installing collected packages: torch 2022-11-23T01:04:48.4321711Z Successfully installed torch-1.14.0a0+git1cfd385 2022-11-23T01:04:48.4839979Z + set -x 2022-11-23T01:04:48.4840262Z + assert_git_not_dirty 2022-11-23T01:04:48.4840719Z + [[ linux-focal-rocm5.2-py3.8 != *rocm* ]] 2022-11-23T01:04:48.4841995Z + mkdir -p dist 2022-11-23T01:04:48.4876118Z + '[' -f build/.ninja_log ']' 2022-11-23T01:04:48.4876631Z + [[ linux-focal-rocm5.2-py3.8 == *rocm* ]] 2022-11-23T01:04:48.4877072Z + sudo rm -f /opt/cache/bin/cc 2022-11-23T01:04:48.5288089Z + sudo rm -f /opt/cache/bin/c++ 2022-11-23T01:04:48.5328571Z + sudo rm -f /opt/cache/bin/gcc 2022-11-23T01:04:48.5368596Z + sudo rm -f /opt/cache/bin/g++ 2022-11-23T01:04:48.5406637Z + pushd /opt/rocm/llvm/bin 2022-11-23T01:04:48.5406866Z /opt/rocm/llvm/bin ~/workspace 2022-11-23T01:04:48.5407132Z + [[ -d original ]] 2022-11-23T01:04:48.5407322Z + sudo mv original/clang . 2022-11-23T01:04:48.5497539Z + sudo mv original/clang++ . 2022-11-23T01:04:48.5539024Z + sudo rm -rf original 2022-11-23T01:04:48.5578207Z + popd 2022-11-23T01:04:48.5578558Z ~/workspace 2022-11-23T01:04:48.5579121Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=build/custom_test_artifacts 2022-11-23T01:04:48.5581805Z ++ [[ linux-focal-rocm5.2-py3.8 == *rocm* ]] 2022-11-23T01:04:48.5582207Z ++ echo ON 2022-11-23T01:04:48.5583501Z + CUSTOM_TEST_USE_ROCM=ON 2022-11-23T01:04:48.5583883Z + CUSTOM_TEST_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public 2022-11-23T01:04:48.5584251Z + mkdir -pv build/custom_test_artifacts 2022-11-23T01:04:48.5592128Z mkdir: created directory 'build/custom_test_artifacts' 2022-11-23T01:04:48.5593929Z + CUSTOM_OP_BUILD=build/custom_test_artifacts/custom-op-build 2022-11-23T01:04:48.5594482Z + CUSTOM_OP_TEST=/var/lib/jenkins/workspace/test/custom_operator 2022-11-23T01:04:48.5594764Z + python --version 2022-11-23T01:04:48.5603621Z Python 3.8.13 2022-11-23T01:04:48.5607961Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-11-23T01:04:48.7508491Z + SITE_PACKAGES=/opt/conda/lib/python3.8/site-packages 2022-11-23T01:04:48.7508871Z + mkdir -p build/custom_test_artifacts/custom-op-build 2022-11-23T01:04:48.7517607Z + pushd build/custom_test_artifacts/custom-op-build 2022-11-23T01:04:48.7518020Z ~/workspace/build/custom_test_artifacts/custom-op-build ~/workspace 2022-11-23T01:04:48.7520672Z ++ which python 2022-11-23T01:04:48.7528480Z + 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:04:48.8210778Z -- The C compiler identification is GNU 9.4.0 2022-11-23T01:04:48.8718538Z -- The CXX compiler identification is GNU 9.4.0 2022-11-23T01:04:48.8788420Z -- Detecting C compiler ABI info 2022-11-23T01:04:48.9324787Z -- Detecting C compiler ABI info - done 2022-11-23T01:04:48.9400968Z -- Check for working C compiler: /usr/bin/cc - skipped 2022-11-23T01:04:48.9403384Z -- Detecting C compile features 2022-11-23T01:04:48.9407695Z -- Detecting C compile features - done 2022-11-23T01:04:48.9437451Z -- Detecting CXX compiler ABI info 2022-11-23T01:04:49.0064217Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:04:49.0143233Z -- Check for working CXX compiler: /usr/bin/c++ - skipped 2022-11-23T01:04:49.0145899Z -- Detecting CXX compile features 2022-11-23T01:04:49.0150704Z -- Detecting CXX compile features - done 2022-11-23T01:04:49.0187793Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:04:49.1952450Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:04:49.1956525Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:04:49.2649641Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:04:49.2650007Z  2022-11-23T01:04:49.2650342Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:04:49.2650606Z  2022-11-23T01:04:49.2650838Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:04:49.2651289Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:04:49.2651759Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:04:49.2652184Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:04:49.2652652Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:04:49.2653065Z HIP_VERSION_MAJOR: 5 2022-11-23T01:04:49.2653417Z HIP_VERSION_MINOR: 2 2022-11-23T01:04:49.2653831Z TORCH_HIP_VERSION: 502 2022-11-23T01:04:49.2664303Z  2022-11-23T01:04:49.2664665Z ***** Library versions from dpkg ***** 2022-11-23T01:04:49.2664927Z  2022-11-23T01:04:49.2770924Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:04:49.2771193Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:04:49.2890003Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:04:49.3007103Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:04:49.3125851Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:04:49.3485333Z  2022-11-23T01:04:49.3485627Z ***** Library versions from cmake find_package ***** 2022-11-23T01:04:49.3485868Z  2022-11-23T01:04:49.3528733Z -- Looking for pthread.h 2022-11-23T01:04:49.4086222Z -- Looking for pthread.h - found 2022-11-23T01:04:49.4087772Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:04:49.4665242Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T01:04:49.4666132Z -- Looking for pthread_create in pthreads 2022-11-23T01:04:49.5109387Z -- Looking for pthread_create in pthreads - not found 2022-11-23T01:04:49.5109754Z -- Looking for pthread_create in pthread 2022-11-23T01:04:49.5632973Z -- Looking for pthread_create in pthread - found 2022-11-23T01:04:49.5641071Z -- Found Threads: TRUE 2022-11-23T01:04:49.5645096Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.5700923Z hip VERSION: 5.2.22212 2022-11-23T01:04:49.5706799Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:04:49.5710913Z amd_comgr VERSION: 2.4.0 2022-11-23T01:04:49.5752926Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.5760244Z rocrand VERSION: 2.10.9 2022-11-23T01:04:49.5801294Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.5809691Z hiprand VERSION: 2.10.9 2022-11-23T01:04:49.5850690Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.5859245Z rocblas VERSION: 2.44.0 2022-11-23T01:04:49.5900963Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.5914020Z miopen VERSION: 2.17.0 2022-11-23T01:04:49.5954933Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.5964912Z hipfft VERSION: 1.0.8 2022-11-23T01:04:49.6005634Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.6015921Z hipsparse VERSION: 2.1.0 2022-11-23T01:04:49.6057251Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.6068342Z rccl VERSION: 2.11.4 2022-11-23T01:04:49.6109163Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.6120311Z rocprim VERSION: 2.10.9 2022-11-23T01:04:49.6166381Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.6180276Z hipcub VERSION: 2.10.12 2022-11-23T01:04:49.6226107Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.6241120Z rocthrust VERSION: 2.10.9 2022-11-23T01:04:49.6241635Z HIP library name: amdhip64 2022-11-23T01:04:49.6286915Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:04:49.6304335Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:04:49.6307565Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:04:49.6996388Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:04:49.6996804Z  2022-11-23T01:04:49.6997179Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:04:49.6997514Z  2022-11-23T01:04:49.6997773Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:04:49.6998237Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:04:49.6998645Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:04:49.6999042Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:04:49.6999441Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:04:49.6999777Z HIP_VERSION_MAJOR: 5 2022-11-23T01:04:49.7000083Z HIP_VERSION_MINOR: 2 2022-11-23T01:04:49.7000420Z TORCH_HIP_VERSION: 502 2022-11-23T01:04:49.7000708Z  2022-11-23T01:04:49.7000993Z ***** Library versions from dpkg ***** 2022-11-23T01:04:49.7001326Z  2022-11-23T01:04:49.7113524Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:04:49.7113819Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:04:49.7233075Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:04:49.7348111Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:04:49.7462314Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:04:49.7809884Z  2022-11-23T01:04:49.7810298Z ***** Library versions from cmake find_package ***** 2022-11-23T01:04:49.7810531Z  2022-11-23T01:04:49.7854439Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.7865131Z hip VERSION: 5.2.22212 2022-11-23T01:04:49.7870514Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:04:49.7874587Z amd_comgr VERSION: 2.4.0 2022-11-23T01:04:49.7916520Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.7929786Z rocrand VERSION: 2.10.9 2022-11-23T01:04:49.7971713Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.7985549Z hiprand VERSION: 2.10.9 2022-11-23T01:04:49.8026856Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.8040663Z rocblas VERSION: 2.44.0 2022-11-23T01:04:49.8082086Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.8100307Z miopen VERSION: 2.17.0 2022-11-23T01:04:49.8142906Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.8158522Z hipfft VERSION: 1.0.8 2022-11-23T01:04:49.8199736Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.8215918Z hipsparse VERSION: 2.1.0 2022-11-23T01:04:49.8256791Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.8273774Z rccl VERSION: 2.11.4 2022-11-23T01:04:49.8314587Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.8332408Z rocprim VERSION: 2.10.9 2022-11-23T01:04:49.8378808Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.8398606Z hipcub VERSION: 2.10.12 2022-11-23T01:04:49.8446298Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:04:49.8466945Z rocthrust VERSION: 2.10.9 2022-11-23T01:04:49.8467288Z HIP library name: amdhip64 2022-11-23T01:04:49.8616930Z CMake Warning at /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:04:49.8617339Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:04:49.8617607Z Call Stack (most recent call first): 2022-11-23T01:04:49.8618003Z /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:04:49.8618311Z CMakeLists.txt:9 (find_package) 2022-11-23T01:04:49.8618440Z 2022-11-23T01:04:49.8618522Z  2022-11-23T01:04:49.8619780Z -- Found Torch: /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so 2022-11-23T01:04:49.8623119Z -- Configuring done 2022-11-23T01:04:49.8707481Z -- Generating done 2022-11-23T01:04:49.8712863Z CMake Warning: 2022-11-23T01:04:49.8713286Z Manually-specified variables were not used by the project: 2022-11-23T01:04:49.8713465Z 2022-11-23T01:04:49.8713550Z PYTHON_EXECUTABLE 2022-11-23T01:04:49.8713668Z 2022-11-23T01:04:49.8713751Z  2022-11-23T01:04:49.8722669Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2022-11-23T01:04:49.8762780Z + make VERBOSE=1 2022-11-23T01:04:49.8776307Z /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:04:49.8832497Z /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:04:49.8872709Z make -f CMakeFiles/Makefile2 all 2022-11-23T01:04:49.8882219Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:04:49.8891622Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/depend 2022-11-23T01:04:49.8892073Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:04:49.8893151Z 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:04:49.8940052Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:04:49.8940753Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/build 2022-11-23T01:04:49.8951546Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:04:49.8992642Z [ 25%] Building CXX object CMakeFiles/custom_ops.dir/op.cpp.o 2022-11-23T01:04:49.8997938Z /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:04:49.9026584Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:04:59.6999957Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:04:59.7000556Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:04:59.7001055Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:04:59.7001577Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:04:59.7002136Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:04:59.8612591Z [ 50%] Linking CXX shared library libcustom_ops.so 2022-11-23T01:04:59.8615732Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/custom_ops.dir/link.txt --verbose=1 2022-11-23T01:04:59.8655878Z /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:05:00.2712573Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:05:00.2777985Z [ 50%] Built target custom_ops 2022-11-23T01:05:00.2782682Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/depend 2022-11-23T01:05:00.2793525Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:05:00.2794651Z 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:05:00.2841094Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:05:00.2842078Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/build 2022-11-23T01:05:00.2852892Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:05:00.2893919Z [ 75%] Building CXX object CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-11-23T01:05:00.2899534Z /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:05:00.2926421Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:05:09.6743575Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:05:09.6744195Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:05:09.6744684Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:05:09.6745177Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:05:09.6745844Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:05:09.7974203Z [100%] Linking CXX executable test_custom_ops 2022-11-23T01:05:09.7977069Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_custom_ops.dir/link.txt --verbose=1 2022-11-23T01:05:09.8015982Z /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:05:10.5214476Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:05:10.5270252Z [100%] Built target test_custom_ops 2022-11-23T01:05:10.5274533Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:05:10.5275931Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles 0 2022-11-23T01:05:10.5318888Z + popd 2022-11-23T01:05:10.5319172Z ~/workspace 2022-11-23T01:05:10.5319445Z + assert_git_not_dirty 2022-11-23T01:05:10.5319944Z + [[ linux-focal-rocm5.2-py3.8 != *rocm* ]] 2022-11-23T01:05:10.5320406Z + JIT_HOOK_BUILD=build/custom_test_artifacts/jit-hook-build 2022-11-23T01:05:10.5321300Z + JIT_HOOK_TEST=/var/lib/jenkins/workspace/test/jit_hooks 2022-11-23T01:05:10.5321546Z + python --version 2022-11-23T01:05:10.5331165Z Python 3.8.13 2022-11-23T01:05:10.5336647Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-11-23T01:05:10.7248768Z + SITE_PACKAGES=/opt/conda/lib/python3.8/site-packages 2022-11-23T01:05:10.7249127Z + mkdir -p build/custom_test_artifacts/jit-hook-build 2022-11-23T01:05:10.7258216Z + pushd build/custom_test_artifacts/jit-hook-build 2022-11-23T01:05:10.7258607Z ~/workspace/build/custom_test_artifacts/jit-hook-build ~/workspace 2022-11-23T01:05:10.7260745Z ++ which python 2022-11-23T01:05:10.7268882Z + 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:05:10.7724015Z -- The C compiler identification is GNU 9.4.0 2022-11-23T01:05:10.8221172Z -- The CXX compiler identification is GNU 9.4.0 2022-11-23T01:05:10.8282556Z -- Detecting C compiler ABI info 2022-11-23T01:05:10.8796443Z -- Detecting C compiler ABI info - done 2022-11-23T01:05:10.8873755Z -- Check for working C compiler: /usr/bin/cc - skipped 2022-11-23T01:05:10.8876024Z -- Detecting C compile features 2022-11-23T01:05:10.8879972Z -- Detecting C compile features - done 2022-11-23T01:05:10.8908928Z -- Detecting CXX compiler ABI info 2022-11-23T01:05:10.9535939Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:05:10.9614578Z -- Check for working CXX compiler: /usr/bin/c++ - skipped 2022-11-23T01:05:10.9617057Z -- Detecting CXX compile features 2022-11-23T01:05:10.9622089Z -- Detecting CXX compile features - done 2022-11-23T01:05:10.9635518Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:05:11.1357580Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:05:11.1360412Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:05:11.2043113Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:05:11.2043601Z  2022-11-23T01:05:11.2043954Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:05:11.2044209Z  2022-11-23T01:05:11.2044421Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:05:11.2044663Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:05:11.2044893Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:05:11.2045141Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:05:11.2045385Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:05:11.2045623Z HIP_VERSION_MAJOR: 5 2022-11-23T01:05:11.2045842Z HIP_VERSION_MINOR: 2 2022-11-23T01:05:11.2046083Z TORCH_HIP_VERSION: 502 2022-11-23T01:05:11.2046278Z  2022-11-23T01:05:11.2046446Z ***** Library versions from dpkg ***** 2022-11-23T01:05:11.2046648Z  2022-11-23T01:05:11.2160367Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:05:11.2160664Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:05:11.2281347Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:05:11.2397867Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:05:11.2513420Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:05:11.2866241Z  2022-11-23T01:05:11.2866711Z ***** Library versions from cmake find_package ***** 2022-11-23T01:05:11.2866931Z  2022-11-23T01:05:11.2908536Z -- Looking for pthread.h 2022-11-23T01:05:11.3453170Z -- Looking for pthread.h - found 2022-11-23T01:05:11.3453880Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:05:11.4001256Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T01:05:11.4002032Z -- Looking for pthread_create in pthreads 2022-11-23T01:05:11.4417643Z -- Looking for pthread_create in pthreads - not found 2022-11-23T01:05:11.4417964Z -- Looking for pthread_create in pthread 2022-11-23T01:05:11.4931556Z -- Looking for pthread_create in pthread - found 2022-11-23T01:05:11.4938945Z -- Found Threads: TRUE 2022-11-23T01:05:11.4943047Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.4998670Z hip VERSION: 5.2.22212 2022-11-23T01:05:11.5004362Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:05:11.5008352Z amd_comgr VERSION: 2.4.0 2022-11-23T01:05:11.5050833Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.5058123Z rocrand VERSION: 2.10.9 2022-11-23T01:05:11.5099256Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.5107592Z hiprand VERSION: 2.10.9 2022-11-23T01:05:11.5148478Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.5156607Z rocblas VERSION: 2.44.0 2022-11-23T01:05:11.5197285Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.5210063Z miopen VERSION: 2.17.0 2022-11-23T01:05:11.5251363Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.5260822Z hipfft VERSION: 1.0.8 2022-11-23T01:05:11.5301306Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.5311499Z hipsparse VERSION: 2.1.0 2022-11-23T01:05:11.5352786Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.5363628Z rccl VERSION: 2.11.4 2022-11-23T01:05:11.5404534Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.5415452Z rocprim VERSION: 2.10.9 2022-11-23T01:05:11.5461520Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.5474878Z hipcub VERSION: 2.10.12 2022-11-23T01:05:11.5520081Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.5534770Z rocthrust VERSION: 2.10.9 2022-11-23T01:05:11.5535205Z HIP library name: amdhip64 2022-11-23T01:05:11.5578916Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:05:11.5595843Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:05:11.5598629Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:05:11.6285191Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:05:11.6285631Z  2022-11-23T01:05:11.6286004Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:05:11.6286269Z  2022-11-23T01:05:11.6286464Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:05:11.6286721Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:05:11.6286962Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:05:11.6287198Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:05:11.6287445Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:05:11.6287682Z HIP_VERSION_MAJOR: 5 2022-11-23T01:05:11.6287899Z HIP_VERSION_MINOR: 2 2022-11-23T01:05:11.6288138Z TORCH_HIP_VERSION: 502 2022-11-23T01:05:11.6288332Z  2022-11-23T01:05:11.6288503Z ***** Library versions from dpkg ***** 2022-11-23T01:05:11.6288706Z  2022-11-23T01:05:11.6403528Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:05:11.6404030Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:05:11.6522494Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:05:11.6639887Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:05:11.6756669Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:05:11.7110381Z  2022-11-23T01:05:11.7110838Z ***** Library versions from cmake find_package ***** 2022-11-23T01:05:11.7111132Z  2022-11-23T01:05:11.7157346Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.7167779Z hip VERSION: 5.2.22212 2022-11-23T01:05:11.7173180Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:05:11.7177318Z amd_comgr VERSION: 2.4.0 2022-11-23T01:05:11.7219361Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.7232835Z rocrand VERSION: 2.10.9 2022-11-23T01:05:11.7274579Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.7288640Z hiprand VERSION: 2.10.9 2022-11-23T01:05:11.7329777Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.7343903Z rocblas VERSION: 2.44.0 2022-11-23T01:05:11.7385449Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.7404440Z miopen VERSION: 2.17.0 2022-11-23T01:05:11.7445594Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.7460618Z hipfft VERSION: 1.0.8 2022-11-23T01:05:11.7501980Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.7518166Z hipsparse VERSION: 2.1.0 2022-11-23T01:05:11.7559137Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.7575719Z rccl VERSION: 2.11.4 2022-11-23T01:05:11.7617015Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.7634672Z rocprim VERSION: 2.10.9 2022-11-23T01:05:11.7681112Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.7701046Z hipcub VERSION: 2.10.12 2022-11-23T01:05:11.7748674Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:11.7769337Z rocthrust VERSION: 2.10.9 2022-11-23T01:05:11.7769834Z HIP library name: amdhip64 2022-11-23T01:05:11.7914498Z CMake Warning at /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:05:11.7915055Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:05:11.7915317Z Call Stack (most recent call first): 2022-11-23T01:05:11.7915726Z /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:05:11.7916112Z CMakeLists.txt:9 (find_package) 2022-11-23T01:05:11.7916237Z 2022-11-23T01:05:11.7916321Z  2022-11-23T01:05:11.7916811Z -- Found Torch: /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so 2022-11-23T01:05:11.7918955Z -- Configuring done 2022-11-23T01:05:11.7976802Z -- Generating done 2022-11-23T01:05:11.7981818Z CMake Warning: 2022-11-23T01:05:11.7982321Z Manually-specified variables were not used by the project: 2022-11-23T01:05:11.7982645Z 2022-11-23T01:05:11.7982799Z PYTHON_EXECUTABLE 2022-11-23T01:05:11.7982945Z 2022-11-23T01:05:11.7983027Z  2022-11-23T01:05:11.7994448Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build 2022-11-23T01:05:11.8047540Z + make VERBOSE=1 2022-11-23T01:05:11.8059316Z /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:05:11.8115774Z /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:05:11.8155970Z make -f CMakeFiles/Makefile2 all 2022-11-23T01:05:11.8165662Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:05:11.8166400Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/depend 2022-11-23T01:05:11.8176425Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:05:11.8177578Z 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:05:11.8222406Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:05:11.8223372Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/build 2022-11-23T01:05:11.8233139Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:05:11.8271896Z [ 50%] Building CXX object CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-11-23T01:05:11.8278602Z /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:05:11.8306328Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:05:21.1128016Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:05:21.1128702Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:05:21.1129217Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:05:21.1129724Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:05:21.1130227Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:05:21.2160574Z [100%] Linking CXX executable test_jit_hooks 2022-11-23T01:05:21.2164036Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_jit_hooks.dir/link.txt --verbose=1 2022-11-23T01:05:21.2203964Z /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:05:21.9550084Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:05:21.9610404Z [100%] Built target test_jit_hooks 2022-11-23T01:05:21.9615046Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:05:21.9616100Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles 0 2022-11-23T01:05:21.9658323Z + popd 2022-11-23T01:05:21.9658582Z ~/workspace 2022-11-23T01:05:21.9658828Z + assert_git_not_dirty 2022-11-23T01:05:21.9659172Z + [[ linux-focal-rocm5.2-py3.8 != *rocm* ]] 2022-11-23T01:05:21.9659565Z + CUSTOM_BACKEND_BUILD=build/custom_test_artifacts/custom-backend-build 2022-11-23T01:05:21.9659881Z + CUSTOM_BACKEND_TEST=/var/lib/jenkins/workspace/test/custom_backend 2022-11-23T01:05:21.9660147Z + python --version 2022-11-23T01:05:21.9670966Z Python 3.8.13 2022-11-23T01:05:21.9672168Z + mkdir -p build/custom_test_artifacts/custom-backend-build 2022-11-23T01:05:21.9682016Z + pushd build/custom_test_artifacts/custom-backend-build 2022-11-23T01:05:21.9682406Z ~/workspace/build/custom_test_artifacts/custom-backend-build ~/workspace 2022-11-23T01:05:21.9684705Z ++ which python 2022-11-23T01:05:21.9692821Z + 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:05:22.0153054Z -- The C compiler identification is GNU 9.4.0 2022-11-23T01:05:22.0653724Z -- The CXX compiler identification is GNU 9.4.0 2022-11-23T01:05:22.0714895Z -- Detecting C compiler ABI info 2022-11-23T01:05:22.1250371Z -- Detecting C compiler ABI info - done 2022-11-23T01:05:22.1327474Z -- Check for working C compiler: /usr/bin/cc - skipped 2022-11-23T01:05:22.1329848Z -- Detecting C compile features 2022-11-23T01:05:22.1333928Z -- Detecting C compile features - done 2022-11-23T01:05:22.1363441Z -- Detecting CXX compiler ABI info 2022-11-23T01:05:22.1995607Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:05:22.2074764Z -- Check for working CXX compiler: /usr/bin/c++ - skipped 2022-11-23T01:05:22.2077333Z -- Detecting CXX compile features 2022-11-23T01:05:22.2082097Z -- Detecting CXX compile features - done 2022-11-23T01:05:22.2095833Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:05:22.3854838Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:05:22.3857794Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:05:22.4553635Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:05:22.4553944Z  2022-11-23T01:05:22.4554241Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:05:22.4554561Z  2022-11-23T01:05:22.4554854Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:05:22.4555106Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:05:22.4555369Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:05:22.4555620Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:05:22.4555881Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:05:22.4556161Z HIP_VERSION_MAJOR: 5 2022-11-23T01:05:22.4556400Z HIP_VERSION_MINOR: 2 2022-11-23T01:05:22.4556654Z TORCH_HIP_VERSION: 502 2022-11-23T01:05:22.4556886Z  2022-11-23T01:05:22.4557366Z ***** Library versions from dpkg ***** 2022-11-23T01:05:22.4557665Z  2022-11-23T01:05:22.4672140Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:05:22.4672456Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:05:22.4787131Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:05:22.4904653Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:05:22.5021336Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:05:22.5367512Z  2022-11-23T01:05:22.5367924Z ***** Library versions from cmake find_package ***** 2022-11-23T01:05:22.5368159Z  2022-11-23T01:05:22.5410614Z -- Looking for pthread.h 2022-11-23T01:05:22.5967259Z -- Looking for pthread.h - found 2022-11-23T01:05:22.5968121Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:05:22.6541480Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T01:05:22.6542352Z -- Looking for pthread_create in pthreads 2022-11-23T01:05:22.6962022Z -- Looking for pthread_create in pthreads - not found 2022-11-23T01:05:22.6962439Z -- Looking for pthread_create in pthread 2022-11-23T01:05:22.7493797Z -- Looking for pthread_create in pthread - found 2022-11-23T01:05:22.7501739Z -- Found Threads: TRUE 2022-11-23T01:05:22.7505932Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:22.7561628Z hip VERSION: 5.2.22212 2022-11-23T01:05:22.7567651Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:05:22.7571897Z amd_comgr VERSION: 2.4.0 2022-11-23T01:05:22.7613618Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:22.7621157Z rocrand VERSION: 2.10.9 2022-11-23T01:05:22.7661978Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:22.7670231Z hiprand VERSION: 2.10.9 2022-11-23T01:05:22.7711044Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:22.7718989Z rocblas VERSION: 2.44.0 2022-11-23T01:05:22.7761053Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:22.7772853Z miopen VERSION: 2.17.0 2022-11-23T01:05:22.7813482Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:22.7823032Z hipfft VERSION: 1.0.8 2022-11-23T01:05:22.7863467Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:22.7873360Z hipsparse VERSION: 2.1.0 2022-11-23T01:05:22.7914417Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:22.7925133Z rccl VERSION: 2.11.4 2022-11-23T01:05:22.7965703Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:22.7976478Z rocprim VERSION: 2.10.9 2022-11-23T01:05:22.8022674Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:22.8035495Z hipcub VERSION: 2.10.12 2022-11-23T01:05:22.8080787Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:22.8094875Z rocthrust VERSION: 2.10.9 2022-11-23T01:05:22.8095154Z HIP library name: amdhip64 2022-11-23T01:05:22.8139796Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:05:22.8156598Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:05:22.8159665Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:05:22.8851195Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:05:22.8851519Z  2022-11-23T01:05:22.8851767Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:05:22.8851985Z  2022-11-23T01:05:22.8852220Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:05:22.8852781Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:05:22.8853179Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:05:22.8853437Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:05:22.8853688Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:05:22.8853927Z HIP_VERSION_MAJOR: 5 2022-11-23T01:05:22.8854162Z HIP_VERSION_MINOR: 2 2022-11-23T01:05:22.8854393Z TORCH_HIP_VERSION: 502 2022-11-23T01:05:22.8854673Z  2022-11-23T01:05:22.8854964Z ***** Library versions from dpkg ***** 2022-11-23T01:05:22.8855250Z  2022-11-23T01:05:22.8971584Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:05:22.8971902Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:05:22.9088861Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:05:22.9210100Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:05:22.9325202Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:05:22.9682022Z  2022-11-23T01:05:22.9682340Z ***** Library versions from cmake find_package ***** 2022-11-23T01:05:22.9682560Z  2022-11-23T01:05:22.9726927Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:22.9737835Z hip VERSION: 5.2.22212 2022-11-23T01:05:22.9743397Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:05:22.9747483Z amd_comgr VERSION: 2.4.0 2022-11-23T01:05:22.9789091Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:22.9802501Z rocrand VERSION: 2.10.9 2022-11-23T01:05:22.9844269Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:22.9858310Z hiprand VERSION: 2.10.9 2022-11-23T01:05:22.9899658Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:22.9913764Z rocblas VERSION: 2.44.0 2022-11-23T01:05:22.9955175Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:22.9973802Z miopen VERSION: 2.17.0 2022-11-23T01:05:23.0014749Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:23.0030173Z hipfft VERSION: 1.0.8 2022-11-23T01:05:23.0071311Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:23.0087168Z hipsparse VERSION: 2.1.0 2022-11-23T01:05:23.0128082Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:23.0144793Z rccl VERSION: 2.11.4 2022-11-23T01:05:23.0186017Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:23.0204351Z rocprim VERSION: 2.10.9 2022-11-23T01:05:23.0249439Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:23.0269375Z hipcub VERSION: 2.10.12 2022-11-23T01:05:23.0316603Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:05:23.0337546Z rocthrust VERSION: 2.10.9 2022-11-23T01:05:23.0338034Z HIP library name: amdhip64 2022-11-23T01:05:23.0483335Z CMake Warning at /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:05:23.0484054Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:05:23.0484441Z Call Stack (most recent call first): 2022-11-23T01:05:23.0484850Z /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:05:23.0485160Z CMakeLists.txt:9 (find_package) 2022-11-23T01:05:23.0485301Z 2022-11-23T01:05:23.0485370Z  2022-11-23T01:05:23.0486594Z -- Found Torch: /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so 2022-11-23T01:05:23.0489457Z -- Configuring done 2022-11-23T01:05:23.0571980Z -- Generating done 2022-11-23T01:05:23.0577483Z CMake Warning: 2022-11-23T01:05:23.0577915Z Manually-specified variables were not used by the project: 2022-11-23T01:05:23.0578236Z 2022-11-23T01:05:23.0578391Z PYTHON_EXECUTABLE 2022-11-23T01:05:23.0578610Z 2022-11-23T01:05:23.0578731Z  2022-11-23T01:05:23.0591030Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2022-11-23T01:05:23.0628337Z + make VERBOSE=1 2022-11-23T01:05:23.0640066Z /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:05:23.0696584Z /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:05:23.0737112Z make -f CMakeFiles/Makefile2 all 2022-11-23T01:05:23.0746824Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:05:23.0747288Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/depend 2022-11-23T01:05:23.0756713Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:05:23.0758762Z 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:05:23.0804019Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:05:23.0804725Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/build 2022-11-23T01:05:23.0814792Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:05:23.0854853Z [ 25%] Building CXX object CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-11-23T01:05:23.0860387Z /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:05:23.0887764Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:05:29.2501301Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:05:29.2502082Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:05:29.2502589Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:05:29.2503123Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:05:29.2503614Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:05:29.4472342Z [ 50%] Linking CXX shared library libcustom_backend.so 2022-11-23T01:05:29.4475364Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/custom_backend.dir/link.txt --verbose=1 2022-11-23T01:05:29.4514510Z /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:05:29.8760109Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:05:29.8821080Z [ 50%] Built target custom_backend 2022-11-23T01:05:29.8825373Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/depend 2022-11-23T01:05:29.8835103Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:05:29.8836430Z 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:05:29.8883464Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:05:29.8884542Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/build 2022-11-23T01:05:29.8894631Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:05:29.8934304Z [ 75%] Building CXX object CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-11-23T01:05:29.8939689Z /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:05:29.8967437Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:05:39.0407524Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:05:39.0408205Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:05:39.0408705Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:05:39.0409280Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:05:39.0409845Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:05:39.1330641Z [100%] Linking CXX executable test_custom_backend 2022-11-23T01:05:39.1333823Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_custom_backend.dir/link.txt --verbose=1 2022-11-23T01:05:39.1372945Z /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:05:39.8470573Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:05:39.8532054Z [100%] Built target test_custom_backend 2022-11-23T01:05:39.8536286Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:05:39.8537259Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles 0 2022-11-23T01:05:39.8579766Z + popd 2022-11-23T01:05:39.8580044Z ~/workspace 2022-11-23T01:05:39.8580251Z + assert_git_not_dirty 2022-11-23T01:05:39.8580661Z + [[ linux-focal-rocm5.2-py3.8 != *rocm* ]] 2022-11-23T01:05:39.8581507Z + [[ linux-focal-rocm5.2-py3.8 != *libtorch* ]] 2022-11-23T01:05:39.8582012Z + [[ linux-focal-rocm5.2-py3.8 != *bazel* ]] 2022-11-23T01:05:39.8582250Z + python tools/stats/export_test_times.py 2022-11-23T01:05:39.9077361Z Ignoring disabled issues: [] 2022-11-23T01:05:39.9078343Z Exporting test times from test-infra to .pytorch-test-times.json 2022-11-23T01:05:39.9079156Z 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:05:40.0026397Z + print_sccache_stats 2022-11-23T01:05:40.0026747Z + echo 'PyTorch Build Statistics' 2022-11-23T01:05:40.0026963Z PyTorch Build Statistics 2022-11-23T01:05:40.0027191Z + sccache --show-stats 2022-11-23T01:05:40.0041660Z Compile requests 10153 2022-11-23T01:05:40.0041988Z Compile requests executed 6811 2022-11-23T01:05:40.0042266Z Cache hits 6787 2022-11-23T01:05:40.0042628Z Cache misses 2 2022-11-23T01:05:40.0043003Z Cache timeouts 0 2022-11-23T01:05:40.0043563Z Cache read errors 0 2022-11-23T01:05:40.0043771Z Forced recaches 0 2022-11-23T01:05:40.0043975Z Cache write errors 0 2022-11-23T01:05:40.0044194Z Compilation failures 7 2022-11-23T01:05:40.0044490Z Cache errors 15 2022-11-23T01:05:40.0044969Z Non-cacheable compilations 0 2022-11-23T01:05:40.0045396Z Non-cacheable calls 14 2022-11-23T01:05:40.0045809Z Non-compilation calls 3328 2022-11-23T01:05:40.0046182Z Unsupported compiler calls 0 2022-11-23T01:05:40.0046539Z Average cache write 0.128 s 2022-11-23T01:05:40.0046889Z Average cache read miss 21.034 s 2022-11-23T01:05:40.0047232Z Average cache read hit 0.028 s 2022-11-23T01:05:40.0048137Z 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:05:40.0048782Z + [[ -n 9654934999 ]] 2022-11-23T01:05:40.0049208Z + sccache --show-stats --stats-format json 2022-11-23T01:05:40.0049554Z + jq .stats 2022-11-23T01:05:40.0400189Z + sccache_epilogue 2022-11-23T01:05:40.0400818Z + echo '::group::Sccache Compilation Log' 2022-11-23T01:05:40.0401677Z ##[group]Sccache Compilation Log 2022-11-23T01:05:40.0402244Z + echo '=================== sccache compilation log ===================' 2022-11-23T01:05:40.0402666Z =================== sccache compilation log =================== 2022-11-23T01:05:40.0403198Z + python /var/lib/jenkins/workspace/.jenkins/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2022-11-23T01:05:40.0573081Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2022-11-23T01:05:40.0573522Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2022-11-23T01:05:40.0573828Z + sccache --show-stats 2022-11-23T01:05:40.0585713Z Compile requests 10153 2022-11-23T01:05:40.0586076Z Compile requests executed 6811 2022-11-23T01:05:40.0586393Z Cache hits 6787 2022-11-23T01:05:40.0586736Z Cache misses 2 2022-11-23T01:05:40.0587080Z Cache timeouts 0 2022-11-23T01:05:40.0587423Z Cache read errors 0 2022-11-23T01:05:40.0587781Z Forced recaches 0 2022-11-23T01:05:40.0588308Z Cache write errors 0 2022-11-23T01:05:40.0588503Z Compilation failures 7 2022-11-23T01:05:40.0588706Z Cache errors 15 2022-11-23T01:05:40.0589039Z Non-cacheable compilations 0 2022-11-23T01:05:40.0589293Z Non-cacheable calls 14 2022-11-23T01:05:40.0589549Z Non-compilation calls 3328 2022-11-23T01:05:40.0589765Z Unsupported compiler calls 0 2022-11-23T01:05:40.0589980Z Average cache write 0.128 s 2022-11-23T01:05:40.0590179Z Average cache read miss 21.034 s 2022-11-23T01:05:40.0590394Z Average cache read hit 0.028 s 2022-11-23T01:05:40.0590940Z 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:05:40.0591355Z + sccache --stop-server 2022-11-23T01:05:40.0597174Z Stopping sccache server... 2022-11-23T01:05:40.0600876Z Compile requests 10153 2022-11-23T01:05:40.0601227Z Compile requests executed 6811 2022-11-23T01:05:40.0601533Z Cache hits 6787 2022-11-23T01:05:40.0601945Z Cache misses 2 2022-11-23T01:05:40.0602613Z Cache timeouts 0 2022-11-23T01:05:40.0602947Z Cache read errors 0 2022-11-23T01:05:40.0603330Z Forced recaches 0 2022-11-23T01:05:40.0603688Z Cache write errors 0 2022-11-23T01:05:40.0604046Z Compilation failures 7 2022-11-23T01:05:40.0604424Z Cache errors 15 2022-11-23T01:05:40.0604812Z Non-cacheable compilations 0 2022-11-23T01:05:40.0605186Z Non-cacheable calls 14 2022-11-23T01:05:40.0605568Z Non-compilation calls 3328 2022-11-23T01:05:40.0605918Z Unsupported compiler calls 0 2022-11-23T01:05:40.0606248Z Average cache write 0.128 s 2022-11-23T01:05:40.0606566Z Average cache read miss 21.034 s 2022-11-23T01:05:40.0606905Z Average cache read hit 0.028 s 2022-11-23T01:05:40.0607689Z 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:05:40.0608256Z + echo ::endgroup:: 2022-11-23T01:05:40.0608834Z ##[endgroup] 2022-11-23T01:05:40.0658172Z ##[group]Run zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-11-23T01:05:40.0658599Z zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-11-23T01:05:40.0676830Z shell: /usr/bin/bash -e {0} 2022-11-23T01:05:40.0677035Z ##[endgroup] 2022-11-23T01:05:40.0761121Z adding: dist/ (stored 0%) 2022-11-23T01:05:44.9444705Z adding: dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl (deflated 2%) 2022-11-23T01:05:44.9445041Z adding: build/custom_test_artifacts/ (stored 0%) 2022-11-23T01:05:44.9445385Z adding: build/custom_test_artifacts/custom-op-build/ (stored 0%) 2022-11-23T01:05:44.9445790Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/ (stored 0%) 2022-11-23T01:05:44.9447164Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-11-23T01:05:44.9448021Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T01:05:44.9448527Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T01:05:44.9448958Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T01:05:44.9449399Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T01:05:44.9450735Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T01:05:44.9452659Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 82%) 2022-11-23T01:05:44.9453496Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T01:05:44.9453942Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T01:05:44.9455750Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T01:05:44.9457547Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 82%) 2022-11-23T01:05:44.9459437Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 82%) 2022-11-23T01:05:44.9460299Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-11-23T01:05:44.9462172Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 82%) 2022-11-23T01:05:44.9463111Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 72%) 2022-11-23T01:05:44.9463876Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T01:05:44.9464677Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-11-23T01:05:44.9465477Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T01:05:44.9466179Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ (stored 0%) 2022-11-23T01:05:44.9466994Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts (deflated 15%) 2022-11-23T01:05:44.9467899Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make (deflated 21%) 2022-11-23T01:05:44.9468487Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make (deflated 18%) 2022-11-23T01:05:44.9468948Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt (deflated 68%) 2022-11-23T01:05:44.9469401Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake (deflated 40%) 2022-11-23T01:05:44.9469973Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make (deflated 73%) 2022-11-23T01:05:44.9470447Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake (deflated 44%) 2022-11-23T01:05:44.9470910Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make (deflated 45%) 2022-11-23T01:05:44.9471363Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make (deflated 26%) 2022-11-23T01:05:44.9486430Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d (deflated 92%) 2022-11-23T01:05:44.9621864Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o (deflated 81%) 2022-11-23T01:05:44.9622747Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ (stored 0%) 2022-11-23T01:05:44.9623599Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts (deflated 16%) 2022-11-23T01:05:44.9624499Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make (deflated 21%) 2022-11-23T01:05:44.9625408Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make (deflated 17%) 2022-11-23T01:05:44.9626168Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt (deflated 69%) 2022-11-23T01:05:44.9626640Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake (deflated 46%) 2022-11-23T01:05:44.9627119Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make (deflated 74%) 2022-11-23T01:05:44.9627709Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake (deflated 51%) 2022-11-23T01:05:44.9628198Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make (deflated 45%) 2022-11-23T01:05:44.9628665Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make (deflated 26%) 2022-11-23T01:05:44.9644487Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d (deflated 92%) 2022-11-23T01:05:44.9743156Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o (deflated 80%) 2022-11-23T01:05:44.9744102Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-11-23T01:05:44.9744959Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt (deflated 72%) 2022-11-23T01:05:44.9745562Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:05:44.9746341Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 (deflated 75%) 2022-11-23T01:05:44.9746903Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-11-23T01:05:44.9747317Z adding: build/custom_test_artifacts/custom-op-build/detect_rocm_version.cc (deflated 42%) 2022-11-23T01:05:44.9748362Z adding: build/custom_test_artifacts/custom-op-build/CMakeCache.txt (deflated 79%) 2022-11-23T01:05:44.9749315Z adding: build/custom_test_artifacts/custom-op-build/Makefile (deflated 74%) 2022-11-23T01:05:44.9750076Z adding: build/custom_test_artifacts/custom-op-build/cmake_install.cmake (deflated 61%) 2022-11-23T01:05:44.9875667Z adding: build/custom_test_artifacts/custom-op-build/libcustom_ops.so (deflated 72%) 2022-11-23T01:05:44.9960355Z adding: build/custom_test_artifacts/custom-op-build/test_custom_ops (deflated 71%) 2022-11-23T01:05:44.9960987Z adding: build/custom_test_artifacts/jit-hook-build/ (stored 0%) 2022-11-23T01:05:44.9961360Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ (stored 0%) 2022-11-23T01:05:44.9963814Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-11-23T01:05:44.9964470Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T01:05:44.9964905Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T01:05:44.9965340Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T01:05:44.9965763Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T01:05:44.9966778Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T01:05:44.9968689Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 82%) 2022-11-23T01:05:44.9969363Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T01:05:44.9969792Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T01:05:44.9971533Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T01:05:44.9973337Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 82%) 2022-11-23T01:05:44.9975237Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 82%) 2022-11-23T01:05:44.9976086Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-11-23T01:05:44.9977711Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 82%) 2022-11-23T01:05:44.9978726Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 72%) 2022-11-23T01:05:44.9979513Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T01:05:44.9980295Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-11-23T01:05:44.9981121Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T01:05:44.9981945Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ (stored 0%) 2022-11-23T01:05:44.9982828Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts (deflated 15%) 2022-11-23T01:05:44.9983566Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make (deflated 20%) 2022-11-23T01:05:44.9984046Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make (deflated 17%) 2022-11-23T01:05:44.9984517Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt (deflated 70%) 2022-11-23T01:05:44.9984990Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake (deflated 45%) 2022-11-23T01:05:44.9985441Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make (deflated 74%) 2022-11-23T01:05:44.9985915Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake (deflated 48%) 2022-11-23T01:05:44.9986383Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make (deflated 45%) 2022-11-23T01:05:44.9986854Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make (deflated 26%) 2022-11-23T01:05:45.0001481Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d (deflated 92%) 2022-11-23T01:05:45.0078136Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o (deflated 80%) 2022-11-23T01:05:45.0079177Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-11-23T01:05:45.0080052Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt (deflated 64%) 2022-11-23T01:05:45.0080609Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:05:45.0081399Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 (deflated 68%) 2022-11-23T01:05:45.0081897Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-11-23T01:05:45.0082318Z adding: build/custom_test_artifacts/jit-hook-build/detect_rocm_version.cc (deflated 42%) 2022-11-23T01:05:45.0083221Z adding: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt (deflated 79%) 2022-11-23T01:05:45.0084123Z adding: build/custom_test_artifacts/jit-hook-build/Makefile (deflated 71%) 2022-11-23T01:05:45.0084873Z adding: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake (deflated 61%) 2022-11-23T01:05:45.0151131Z adding: build/custom_test_artifacts/jit-hook-build/test_jit_hooks (deflated 71%) 2022-11-23T01:05:45.0151765Z adding: build/custom_test_artifacts/custom-backend-build/ (stored 0%) 2022-11-23T01:05:45.0152155Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ (stored 0%) 2022-11-23T01:05:45.0154328Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-11-23T01:05:45.0155132Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T01:05:45.0155577Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T01:05:45.0156123Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T01:05:45.0156584Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T01:05:45.0157567Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T01:05:45.0159489Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 82%) 2022-11-23T01:05:45.0160224Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T01:05:45.0160697Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T01:05:45.0162411Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T01:05:45.0164212Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 82%) 2022-11-23T01:05:45.0166143Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 82%) 2022-11-23T01:05:45.0166998Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-11-23T01:05:45.0168670Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 82%) 2022-11-23T01:05:45.0169594Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 72%) 2022-11-23T01:05:45.0170426Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T01:05:45.0171261Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-11-23T01:05:45.0172122Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T01:05:45.0172780Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ (stored 0%) 2022-11-23T01:05:45.0173788Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts (deflated 15%) 2022-11-23T01:05:45.0174520Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make (deflated 21%) 2022-11-23T01:05:45.0175024Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make (deflated 18%) 2022-11-23T01:05:45.0175502Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt (deflated 69%) 2022-11-23T01:05:45.0176003Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake (deflated 46%) 2022-11-23T01:05:45.0176498Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make (deflated 74%) 2022-11-23T01:05:45.0177001Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake (deflated 48%) 2022-11-23T01:05:45.0177530Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make (deflated 45%) 2022-11-23T01:05:45.0178413Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make (deflated 26%) 2022-11-23T01:05:45.0178939Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d (deflated 89%) 2022-11-23T01:05:45.0351421Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o (deflated 81%) 2022-11-23T01:05:45.0352350Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ (stored 0%) 2022-11-23T01:05:45.0353211Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts (deflated 16%) 2022-11-23T01:05:45.0354253Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make (deflated 20%) 2022-11-23T01:05:45.0355215Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make (deflated 18%) 2022-11-23T01:05:45.0355726Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt (deflated 69%) 2022-11-23T01:05:45.0356215Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake (deflated 49%) 2022-11-23T01:05:45.0356721Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make (deflated 75%) 2022-11-23T01:05:45.0357229Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake (deflated 52%) 2022-11-23T01:05:45.0357735Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make (deflated 45%) 2022-11-23T01:05:45.0358231Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make (deflated 26%) 2022-11-23T01:05:45.0373590Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d (deflated 92%) 2022-11-23T01:05:45.0444177Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o (deflated 79%) 2022-11-23T01:05:45.0445166Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 48%) 2022-11-23T01:05:45.0446040Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt (deflated 74%) 2022-11-23T01:05:45.0446657Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:05:45.0447490Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 (deflated 75%) 2022-11-23T01:05:45.0447957Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-11-23T01:05:45.0448473Z adding: build/custom_test_artifacts/custom-backend-build/detect_rocm_version.cc (deflated 42%) 2022-11-23T01:05:45.0449280Z adding: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt (deflated 79%) 2022-11-23T01:05:45.0450266Z adding: build/custom_test_artifacts/custom-backend-build/Makefile (deflated 75%) 2022-11-23T01:05:45.0451066Z adding: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake (deflated 61%) 2022-11-23T01:05:45.0611013Z adding: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so (deflated 72%) 2022-11-23T01:05:45.0672217Z adding: build/custom_test_artifacts/custom-backend-build/test_custom_backend (deflated 71%) 2022-11-23T01:05:45.0672741Z adding: build/lib/ (stored 0%) 2022-11-23T01:05:45.0677540Z adding: build/lib/libclog.a (deflated 74%) 2022-11-23T01:05:45.0796220Z adding: build/lib/libgtest.a (deflated 73%) 2022-11-23T01:05:45.0820355Z adding: build/lib/libpthreadpool.a (deflated 59%) 2022-11-23T01:05:45.0963811Z adding: build/lib/libbenchmark.a (deflated 70%) 2022-11-23T01:05:45.1124925Z adding: build/lib/libprotobuf-lite.a (deflated 74%) 2022-11-23T01:05:45.1152533Z adding: build/lib/libittnotify.a (deflated 78%) 2022-11-23T01:05:45.1215736Z adding: build/lib/libtensorpipe_uv.a (deflated 66%) 2022-11-23T01:05:45.1384598Z adding: build/lib/libgloo.a (deflated 71%) 2022-11-23T01:05:45.1510750Z adding: build/lib/libasmjit.a (deflated 62%) 2022-11-23T01:05:45.2291548Z adding: build/lib/libprotobuf.a (deflated 73%) 2022-11-23T01:05:45.2350327Z adding: build/lib/libfmt.a (deflated 71%) 2022-11-23T01:05:45.2360060Z adding: build/lib/libcaffe2_nvrtc.so (deflated 80%) 2022-11-23T01:05:45.2365108Z adding: build/lib/libfoxi_loader.a (deflated 59%) 2022-11-23T01:05:45.2486777Z adding: build/lib/libc10.so (deflated 61%) 2022-11-23T01:05:45.2499766Z adding: build/lib/libtorch_global_deps.so (deflated 87%) 2022-11-23T01:05:45.2512390Z adding: build/lib/libcpuinfo.a (deflated 70%) 2022-11-23T01:05:45.2524373Z adding: build/lib/libcpuinfo_internals.a (deflated 70%) 2022-11-23T01:05:45.2527681Z adding: build/lib/libnnpack_reference_layers.a (deflated 69%) 2022-11-23T01:05:45.2556383Z adding: build/lib/libgmock.a (deflated 72%) 2022-11-23T01:05:45.2557187Z adding: build/lib/libgtest_main.a (deflated 63%) 2022-11-23T01:05:45.2558315Z adding: build/lib/libbenchmark_main.a (deflated 64%) 2022-11-23T01:05:45.3382293Z adding: build/lib/libprotoc.a (deflated 71%) 2022-11-23T01:05:46.5505397Z adding: build/lib/libdnnl.a (deflated 80%) 2022-11-23T01:05:46.6008194Z adding: build/lib/libgloo_hip.a (deflated 86%) 2022-11-23T01:05:46.6873618Z adding: build/lib/libtensorpipe.a (deflated 78%) 2022-11-23T01:05:46.6939670Z adding: build/lib/libc10_hip.so (deflated 60%) 2022-11-23T01:05:46.6940413Z adding: build/lib/libgmock_main.a (deflated 63%) 2022-11-23T01:05:46.6963829Z adding: build/lib/libqnnpack.a (deflated 66%) 2022-11-23T01:05:46.6996802Z adding: build/lib/libpytorch_qnnpack.a (deflated 67%) 2022-11-23T01:05:46.8763594Z adding: build/lib/libfbgemm.a (deflated 81%) 2022-11-23T01:05:46.9248729Z adding: build/lib/libkineto.a (deflated 67%) 2022-11-23T01:05:47.0721022Z adding: build/lib/libdnnl_graph.a (deflated 78%) 2022-11-23T01:05:47.0917066Z adding: build/lib/libXNNPACK.a (deflated 70%) 2022-11-23T01:05:47.0976522Z adding: build/lib/libcaffe2_protos.a (deflated 76%) 2022-11-23T01:05:47.1037475Z adding: build/lib/libonnx_proto.a (deflated 77%) 2022-11-23T01:05:47.1943543Z adding: build/lib/libonnx.a (deflated 75%) 2022-11-23T01:05:47.1972297Z adding: build/lib/libnnpack.a (deflated 73%) 2022-11-23T01:05:51.1712940Z adding: build/lib/libtorch_cpu.so (deflated 69%) 2022-11-23T01:05:52.9631523Z adding: build/lib/libtorch_hip.so (deflated 76%) 2022-11-23T01:05:52.9632328Z adding: build/lib/libtorch.so (deflated 87%) 2022-11-23T01:05:52.9668855Z adding: build/lib/libjitbackend_test.so (deflated 62%) 2022-11-23T01:05:52.9754461Z adding: build/lib/libtorchbind_test.so (deflated 70%) 2022-11-23T01:05:52.9800597Z adding: build/lib/libbackend_with_compiler.so (deflated 60%) 2022-11-23T01:05:52.9806988Z adding: build/lib/libshm.so (deflated 65%) 2022-11-23T01:05:53.2662435Z adding: build/lib/libtorch_python.so (deflated 68%) 2022-11-23T01:05:53.2725124Z adding: build/lib/libnnapi_backend.so (deflated 58%) 2022-11-23T01:05:53.2725490Z adding: build/bin/ (stored 0%) 2022-11-23T01:05:53.2725706Z adding: build/bin/CMakeFiles/ (stored 0%) 2022-11-23T01:05:53.2732473Z adding: build/bin/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-11-23T01:05:53.2735784Z adding: build/bin/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:05:53.2821708Z adding: build/bin/hip_generator_test (deflated 61%) 2022-11-23T01:05:53.2831374Z adding: build/bin/Makefile (deflated 74%) 2022-11-23T01:05:53.2938189Z adding: build/bin/type_test (deflated 61%) 2022-11-23T01:05:53.2938858Z adding: build/bin/cmake_install.cmake (deflated 58%) 2022-11-23T01:05:53.3030308Z adding: build/bin/undefined_tensor_test (deflated 60%) 2022-11-23T01:05:53.3037246Z adding: build/bin/CTestTestfile.cmake (deflated 40%) 2022-11-23T01:05:53.3125463Z adding: build/bin/c10_CompileTimeFunctionPointer_test (deflated 61%) 2022-11-23T01:05:53.3216016Z adding: build/bin/c10_DeviceGuard_test (deflated 61%) 2022-11-23T01:05:53.3304689Z adding: build/bin/c10_Device_test (deflated 60%) 2022-11-23T01:05:53.3408683Z adding: build/bin/c10_DispatchKeySet_test (deflated 62%) 2022-11-23T01:05:53.3494462Z adding: build/bin/c10_StreamGuard_test (deflated 60%) 2022-11-23T01:05:53.3582167Z adding: build/bin/c10_SymInt_test (deflated 61%) 2022-11-23T01:05:53.3677151Z adding: build/bin/c10_InlineDeviceGuard_test (deflated 61%) 2022-11-23T01:05:53.3774991Z adding: build/bin/c10_InlineStreamGuard_test (deflated 61%) 2022-11-23T01:05:53.3873376Z adding: build/bin/c10_SizesAndStrides_test (deflated 62%) 2022-11-23T01:05:53.3959273Z adding: build/bin/c10_Array_test (deflated 60%) 2022-11-23T01:05:53.4051539Z adding: build/bin/c10_Bitset_test (deflated 61%) 2022-11-23T01:05:53.4141516Z adding: build/bin/c10_C++17_test (deflated 62%) 2022-11-23T01:05:53.4227415Z adding: build/bin/c10_ConstexprCrc_test (deflated 60%) 2022-11-23T01:05:53.4314841Z adding: build/bin/c10_DeadlockDetection_test (deflated 61%) 2022-11-23T01:05:53.4402485Z adding: build/bin/c10_Half_test (deflated 60%) 2022-11-23T01:05:53.4500364Z adding: build/bin/c10_LeftRight_test (deflated 62%) 2022-11-23T01:05:53.4609748Z adding: build/bin/c10_Metaprogramming_test (deflated 65%) 2022-11-23T01:05:53.4706610Z adding: build/bin/c10_ThreadLocal_test (deflated 62%) 2022-11-23T01:05:53.4794690Z adding: build/bin/c10_Synchronized_test (deflated 61%) 2022-11-23T01:05:53.5033925Z adding: build/bin/c10_SmallVectorTest (deflated 74%) 2022-11-23T01:05:53.5123904Z adding: build/bin/c10_TypeIndex_test (deflated 61%) 2022-11-23T01:05:53.5213047Z adding: build/bin/c10_TypeList_test (deflated 61%) 2022-11-23T01:05:53.5298913Z adding: build/bin/c10_TypeTraits_test (deflated 60%) 2022-11-23T01:05:53.5389616Z adding: build/bin/c10_accumulate_test (deflated 60%) 2022-11-23T01:05:53.5486829Z adding: build/bin/c10_bfloat16_test (deflated 61%) 2022-11-23T01:05:53.5582386Z adding: build/bin/c10_complex_math_test (deflated 61%) 2022-11-23T01:05:53.5679049Z adding: build/bin/c10_complex_test (deflated 61%) 2022-11-23T01:05:53.5857115Z adding: build/bin/c10_either_test (deflated 71%) 2022-11-23T01:05:53.5949268Z adding: build/bin/c10_exception_test (deflated 61%) 2022-11-23T01:05:53.6038014Z adding: build/bin/c10_flags_test (deflated 61%) 2022-11-23T01:05:53.6301752Z adding: build/bin/c10_intrusive_ptr_test (deflated 73%) 2022-11-23T01:05:53.6390483Z adding: build/bin/c10_irange_test (deflated 61%) 2022-11-23T01:05:53.6488534Z adding: build/bin/c10_logging_test (deflated 61%) 2022-11-23T01:05:53.6617253Z adding: build/bin/c10_optional_test (deflated 65%) 2022-11-23T01:05:53.6725957Z adding: build/bin/c10_ordered_preserving_dict_test (deflated 63%) 2022-11-23T01:05:53.6820416Z adding: build/bin/c10_registry_test (deflated 61%) 2022-11-23T01:05:53.6922573Z adding: build/bin/c10_string_view_test (deflated 62%) 2022-11-23T01:05:53.7012486Z adding: build/bin/c10_tempfile_test (deflated 60%) 2022-11-23T01:05:53.7100891Z adding: build/bin/c10_intrusive_ptr_benchmark (deflated 58%) 2022-11-23T01:05:53.7199727Z adding: build/bin/c10_typeid_test (deflated 61%) 2022-11-23T01:05:53.8017935Z adding: build/bin/protoc-3.13.0.0 (deflated 61%) 2022-11-23T01:05:53.8834551Z adding: build/bin/protoc (deflated 61%) 2022-11-23T01:05:53.8921142Z adding: build/bin/c10_hip_HIPTest (deflated 60%) 2022-11-23T01:05:53.9380150Z adding: build/bin/vec_test_all_types_DEFAULT (deflated 75%) 2022-11-23T01:05:53.9867033Z adding: build/bin/vec_test_all_types_AVX512 (deflated 75%) 2022-11-23T01:05:54.0394672Z adding: build/bin/vec_test_all_types_AVX2 (deflated 73%) 2022-11-23T01:05:54.0487687Z adding: build/bin/FileStoreTest (deflated 61%) 2022-11-23T01:05:54.0593803Z adding: build/bin/TCPStoreTest (deflated 61%) 2022-11-23T01:05:54.0687628Z adding: build/bin/HashStoreTest (deflated 61%) 2022-11-23T01:05:54.0691892Z adding: build/bin/example_allreduce (deflated 68%) 2022-11-23T01:05:54.0806651Z adding: build/bin/ProcessGroupGlooTest (deflated 61%) 2022-11-23T01:05:54.0898702Z adding: build/bin/Dimname_test (deflated 61%) 2022-11-23T01:05:54.1009287Z adding: build/bin/MaybeOwned_test (deflated 65%) 2022-11-23T01:05:54.1110403Z adding: build/bin/NamedTensor_test (deflated 61%) 2022-11-23T01:05:54.1236623Z adding: build/bin/Dict_test (deflated 64%) 2022-11-23T01:05:54.1345160Z adding: build/bin/static_runtime_bench (deflated 59%) 2022-11-23T01:05:54.1447950Z adding: build/bin/apply_utils_test (deflated 62%) 2022-11-23T01:05:54.1550783Z adding: build/bin/atest (deflated 62%) 2022-11-23T01:05:54.1661729Z adding: build/bin/basic (deflated 60%) 2022-11-23T01:05:54.1757954Z adding: build/bin/broadcast_test (deflated 60%) 2022-11-23T01:05:54.1860347Z adding: build/bin/cpu_generator_test (deflated 62%) 2022-11-23T01:05:54.2295164Z adding: build/bin/static_runtime_test (deflated 69%) 2022-11-23T01:05:54.2388585Z adding: build/bin/cpu_profiling_allocator_test (deflated 60%) 2022-11-23T01:05:54.2476818Z adding: build/bin/dispatch_key_set_test (deflated 60%) 2022-11-23T01:05:54.2565588Z adding: build/bin/dlconvertor_test (deflated 61%) 2022-11-23T01:05:54.2719244Z adding: build/bin/cpu_rng_test (deflated 65%) 2022-11-23T01:05:54.2820949Z adding: build/bin/extension_backend_test (deflated 61%) 2022-11-23T01:05:54.2918272Z adding: build/bin/half_test (deflated 61%) 2022-11-23T01:05:54.3005625Z adding: build/bin/lazy_tensor_test (deflated 61%) 2022-11-23T01:05:54.3173786Z adding: build/bin/ivalue_test (deflated 61%) 2022-11-23T01:05:54.3268548Z adding: build/bin/math_kernel_test (deflated 60%) 2022-11-23T01:05:54.3362594Z adding: build/bin/memory_format_test (deflated 61%) 2022-11-23T01:05:54.3455277Z adding: build/bin/memory_overlapping_test (deflated 61%) 2022-11-23T01:05:54.3544527Z adding: build/bin/operator_name_test (deflated 61%) 2022-11-23T01:05:54.3644136Z adding: build/bin/native_test (deflated 60%) 2022-11-23T01:05:54.3737412Z adding: build/bin/mobile_memory_cleanup (deflated 60%) 2022-11-23T01:05:54.3827916Z adding: build/bin/operators_test (deflated 61%) 2022-11-23T01:05:54.3919160Z adding: build/bin/packedtensoraccessor_test (deflated 60%) 2022-11-23T01:05:54.4034131Z adding: build/bin/pow_test (deflated 62%) 2022-11-23T01:05:54.4134066Z adding: build/bin/quantized_test (deflated 61%) 2022-11-23T01:05:54.4221822Z adding: build/bin/reduce_ops_test (deflated 60%) 2022-11-23T01:05:54.4311384Z adding: build/bin/reportMemoryUsage_test (deflated 61%) 2022-11-23T01:05:54.4411677Z adding: build/bin/scalar_tensor_test (deflated 61%) 2022-11-23T01:05:54.4512984Z adding: build/bin/scalar_test (deflated 61%) 2022-11-23T01:05:54.4605197Z adding: build/bin/stride_properties_test (deflated 61%) 2022-11-23T01:05:54.4735512Z adding: build/bin/tensor_iterator_test (deflated 67%) 2022-11-23T01:05:54.4739649Z adding: build/bin/thread_init_test (deflated 70%) 2022-11-23T01:05:54.4835691Z adding: build/bin/test_parallel (deflated 61%) 2022-11-23T01:05:54.4934074Z adding: build/bin/type_ptr_test (deflated 61%) 2022-11-23T01:05:54.5021519Z adding: build/bin/variant_test (deflated 60%) 2022-11-23T01:05:54.5023520Z adding: build/bin/verify_api_visibility (deflated 82%) 2022-11-23T01:05:54.5148235Z adding: build/bin/vmap_test (deflated 62%) 2022-11-23T01:05:54.5239020Z adding: build/bin/weakref_test (deflated 60%) 2022-11-23T01:05:54.5329579Z adding: build/bin/wrapdim_test (deflated 60%) 2022-11-23T01:05:54.5434939Z adding: build/bin/IListRef_test (deflated 62%) 2022-11-23T01:05:54.5521705Z adding: build/bin/xla_tensor_test (deflated 60%) 2022-11-23T01:05:54.5699329Z adding: build/bin/List_test (deflated 69%) 2022-11-23T01:05:54.5904305Z adding: build/bin/kernel_function_legacy_test (deflated 66%) 2022-11-23T01:05:54.6016327Z adding: build/bin/KernelFunction_test (deflated 64%) 2022-11-23T01:05:54.6178855Z adding: build/bin/kernel_function_test (deflated 66%) 2022-11-23T01:05:54.6347549Z adding: build/bin/kernel_lambda_test (deflated 70%) 2022-11-23T01:05:54.6555712Z adding: build/bin/kernel_lambda_legacy_test (deflated 70%) 2022-11-23T01:05:54.6660857Z adding: build/bin/kernel_stackbased_test (deflated 62%) 2022-11-23T01:05:54.6824172Z adding: build/bin/make_boxed_from_unboxed_functor_test (deflated 65%) 2022-11-23T01:05:54.6913798Z adding: build/bin/CppSignature_test (deflated 61%) 2022-11-23T01:05:54.6999448Z adding: build/bin/op_allowlist_test (deflated 61%) 2022-11-23T01:05:54.7097876Z adding: build/bin/backend_fallback_test (deflated 60%) 2022-11-23T01:05:54.7190231Z adding: build/bin/inline_container_test (deflated 61%) 2022-11-23T01:05:54.7276224Z adding: build/bin/hip_complex_math_test (deflated 61%) 2022-11-23T01:05:54.7732166Z adding: build/bin/op_registration_test (deflated 77%) 2022-11-23T01:05:54.7824714Z adding: build/bin/hip_apply_test (deflated 61%) 2022-11-23T01:05:54.7910458Z adding: build/bin/hip_complex_test (deflated 61%) 2022-11-23T01:05:54.7996066Z adding: build/bin/hip_distributions_test (deflated 61%) 2022-11-23T01:05:54.8081842Z adding: build/bin/hip_half_test (deflated 61%) 2022-11-23T01:05:54.8167254Z adding: build/bin/hip_integer_divider_test (deflated 61%) 2022-11-23T01:05:54.8256476Z adding: build/bin/hip_dlconvertor_test (deflated 61%) 2022-11-23T01:05:54.8342226Z adding: build/bin/hip_optional_test (deflated 61%) 2022-11-23T01:05:54.8427963Z adding: build/bin/hip_packedtensoraccessor_test (deflated 61%) 2022-11-23T01:05:54.8513578Z adding: build/bin/hip_vectorized_test (deflated 61%) 2022-11-23T01:05:54.8539450Z adding: build/bin/tutorial_tensorexpr (deflated 66%) 2022-11-23T01:05:54.8635669Z adding: build/bin/test_dist_autograd (deflated 60%) 2022-11-23T01:05:54.8759457Z adding: build/bin/test_cpp_rpc (deflated 60%) 2022-11-23T01:05:54.8763159Z adding: build/bin/parallel_benchmark (deflated 73%) 2022-11-23T01:05:54.8883050Z adding: build/bin/test_mobile_nnc (deflated 61%) 2022-11-23T01:05:54.8898427Z adding: build/bin/aot_model_compiler_test (deflated 66%) 2022-11-23T01:05:55.0292372Z adding: build/bin/test_tensorexpr (deflated 66%) 2022-11-23T01:05:55.0855235Z adding: build/bin/test_lazy (deflated 73%) 2022-11-23T01:05:55.2828082Z adding: build/bin/test_api (deflated 67%) 2022-11-23T01:05:55.2835364Z adding: build/bin/torch_shm_manager (deflated 62%) 2022-11-23T01:05:55.3826738Z adding: build/bin/test_jit (deflated 65%) 2022-11-23T01:05:55.3827598Z adding: .pytorch-test-times.json (deflated 61%) 2022-11-23T01:05:55.3865437Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T01:05:55.3865655Z with: 2022-11-23T01:05:55.3865847Z name: linux-focal-rocm5.2-py3.8 2022-11-23T01:05:55.3866054Z retention-days: 14 2022-11-23T01:05:55.3866236Z if-no-files-found: error 2022-11-23T01:05:55.3866430Z path: artifacts.zip 2022-11-23T01:05:55.3866621Z s3-bucket: gha-artifacts 2022-11-23T01:05:55.3867014Z region: us-east-1 2022-11-23T01:05:55.3867188Z ##[endgroup] 2022-11-23T01:05:55.7434448Z With the provided path, there will be 1 file uploaded 2022-11-23T01:05:55.7434973Z Uploading to s3 prefix: pytorch/pytorch/3528293554/linux-focal-rocm5.2-py3.8 2022-11-23T01:05:55.7488844Z Starting upload of artifacts.zip 2022-11-23T01:05:59.0063540Z Finished upload of artifacts.zip 2022-11-23T01:05:59.0216201Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T01:05:59.0216428Z with: 2022-11-23T01:05:59.0216636Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T01:05:59.0216858Z retention-days: 365 2022-11-23T01:05:59.0217041Z if-no-files-found: warn 2022-11-23T01:05:59.0217257Z path: sccache-stats-*.json 2022-11-23T01:05:59.0217450Z name: artifact 2022-11-23T01:05:59.0217621Z s3-bucket: gha-artifacts 2022-11-23T01:05:59.0217814Z region: us-east-1 2022-11-23T01:05:59.0217986Z ##[endgroup] 2022-11-23T01:05:59.3545075Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T01:05:59.3545810Z With the provided path, there will be 1 file uploaded 2022-11-23T01:05:59.3546122Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T01:05:59.3552464Z Starting upload of sccache-stats-linux-focal-rocm5.2-py3.8-9654934999.json 2022-11-23T01:05:59.4390704Z Finished upload of sccache-stats-linux-focal-rocm5.2-py3.8-9654934999.json 2022-11-23T01:05:59.4517931Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-11-23T01:05:59.4518167Z with: 2022-11-23T01:05:59.4518549Z ##[endgroup] 2022-11-23T01:05:59.4531480Z ##[group]Run set -eou pipefail 2022-11-23T01:05:59.4531707Z set -eou pipefail 2022-11-23T01:05:59.4531886Z  2022-11-23T01:05:59.4532203Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-11-23T01:05:59.4532442Z for _ in $(seq 1440); do 2022-11-23T01:05:59.4532666Z  # Break if no ssh session exists anymore 2022-11-23T01:05:59.4532882Z  if [ "$(who)" = "" ]; then 2022-11-23T01:05:59.4533052Z  break 2022-11-23T01:05:59.4533217Z  fi 2022-11-23T01:05:59.4533384Z  echo "." 2022-11-23T01:05:59.4533557Z  sleep 5 2022-11-23T01:05:59.4533711Z done 2022-11-23T01:05:59.4545135Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:05:59.4545403Z ##[endgroup] 2022-11-23T01:05:59.4569726Z Holding runner for 2 hours until all ssh sessions have logged out 2022-11-23T01:05:59.4659840Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-11-23T01:05:59.4660157Z # ignore expansion of "docker ps -q" since it could be empty 2022-11-23T01:05:59.4660420Z # shellcheck disable=SC2046 2022-11-23T01:05:59.4660650Z docker stop $(docker ps -q) || true 2022-11-23T01:05:59.4660864Z # Prune all of the docker images 2022-11-23T01:05:59.4661079Z docker system prune -af 2022-11-23T01:05:59.4671447Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:05:59.4671661Z ##[endgroup] 2022-11-23T01:06:02.2955564Z 4c3f8d228541 2022-11-23T01:06:02.6524706Z Deleted Containers: 2022-11-23T01:06:02.6525002Z 4c3f8d2285410e5786a241f6319011a60621f8db924a7b0767f8a8fabc2c15d9 2022-11-23T01:06:02.6525210Z 2022-11-23T01:06:04.9864732Z Deleted Images: 2022-11-23T01:06:04.9865634Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:06:04.9866764Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8@sha256:e87a36ec61feda70f611e8b9d81b5905818ddbccaa4370d649a51cd9a3833ba3 2022-11-23T01:06:04.9867345Z deleted: sha256:811bd0469bb7b13f7d5156ef28797d4806c557ef468fb898056e584dc9b3fde0 2022-11-23T01:06:04.9867663Z deleted: sha256:40f845b716462f348011e2ba91ab6a5675027c096def77465b77871cd15a290f 2022-11-23T01:06:04.9867980Z deleted: sha256:3d166ac2263d8d5a9e57bd3467dd58828af57d63a3d7a185d712cf80562ab518 2022-11-23T01:06:04.9868294Z deleted: sha256:d98228f7567fd985456a7068251694ac53bf05e3454a8c46994923b23c59ff1d 2022-11-23T01:06:04.9868580Z deleted: sha256:844261bc1c1859e775f9e666b384b974f7281f39b981734821fc5fd0deef236c 2022-11-23T01:06:04.9868885Z deleted: sha256:7fd7d8a4455910849da9e7809e2504d46636baa263b520254bb12ac496db0543 2022-11-23T01:06:04.9869202Z deleted: sha256:8ae4b73c06615ff0c21140435e8b1c4193290f79a89d3a0d7b27e652b3928da1 2022-11-23T01:06:04.9869513Z deleted: sha256:174330b5dad715921fea7870ffd6d097cb7adc5d56f1c3fdc3722d6ec2325db1 2022-11-23T01:06:04.9869846Z deleted: sha256:6bc9b3c13e41d9c4500b2e5b9156da90d1c2c677dab70baf22b15246c28f79ea 2022-11-23T01:06:04.9870164Z deleted: sha256:471916509094457c1508f205d5ba45daf7c5bfc662733a97575d17bdbb0c26d7 2022-11-23T01:06:04.9870476Z deleted: sha256:5d0210e8c2e3ff1ff61da414bdd3aa7bd490c9ee2b226b107c9ffa11eb1a4f39 2022-11-23T01:06:04.9870808Z deleted: sha256:1c1217e3dc055e1839c74a7b8e46801424265ad6254bd8775d6a4a2bc0a61f5f 2022-11-23T01:06:04.9871131Z deleted: sha256:7ee01ea42603c7e35dab4eefbf877e569bf6c6693eb5053124b2ce26c8066f8e 2022-11-23T01:06:04.9871461Z deleted: sha256:29f7ee02091a916fec8712d865ebf2b16080a05d7b06fbcb77a4e40495fc9d0d 2022-11-23T01:06:04.9871777Z deleted: sha256:ab79ecd2b243a69b35100b7f154a4360c72601d4aeb21de6d01163ebe2f60953 2022-11-23T01:06:04.9872259Z deleted: sha256:a7bfd6a2ac10226b6fde8caf9c0c5b48e91e4e54d80586c69fd01bda995cfed0 2022-11-23T01:06:04.9872597Z deleted: sha256:841e6fd8d7abd96ceb1a537d3659344804f9305a6ef30280656dae98f2356218 2022-11-23T01:06:04.9872903Z deleted: sha256:a38779965df64f48d72de84a490e512fcf416578e41c0898b0a25efd1ff8a117 2022-11-23T01:06:04.9873233Z deleted: sha256:0a3b07af2ffbb4aced35a933a93bd190671fc94f72badb70a8e20e05743b7a61 2022-11-23T01:06:04.9873653Z deleted: sha256:76bfc4ca07b7bccad9b77fb6c7c374e9337a1107d2a325bd190125b862e2417a 2022-11-23T01:06:04.9873993Z deleted: sha256:073e588ddf766dc3c9b535ba91774e376dfe9e50b5ba73005e795589025ff489 2022-11-23T01:06:04.9874297Z deleted: sha256:d2f855071fc9d8a71b4986922088e31bbe1c0b590175ffe97639614bb56a9b14 2022-11-23T01:06:04.9874604Z deleted: sha256:79d09ca583988a64e10a0c959d238107b4049e43bf647150180efde2a1fc8c3d 2022-11-23T01:06:04.9874925Z deleted: sha256:e1a224593c16b117ef5c07cda6c0da7c441b3ed5eae3cd81216b0d880fc7eb55 2022-11-23T01:06:04.9875234Z deleted: sha256:8b9e85ae94ec32e723d030d90e4f18681218b136850026a9219622c5333f40a1 2022-11-23T01:06:04.9875545Z deleted: sha256:5c71a84d060c7c2a23a8164c12bb6e9b51fe33e8dd658a061492e55b4c133479 2022-11-23T01:06:04.9875865Z deleted: sha256:5ee936c2784f74feb337608ae6d4d9987f4c959c12b4ece358b68c33882882f5 2022-11-23T01:06:04.9876180Z deleted: sha256:c1526792c433b08e15a8ab93328e13fec6c9180f34c2988c87e87ccbbffd969f 2022-11-23T01:06:04.9876478Z deleted: sha256:62564532ce94bd57be17892440b338f244fd3854ea2edce249c33015698b9027 2022-11-23T01:06:04.9876803Z deleted: sha256:3fbce988ecf60c54c19a229a2ba3278abb8a4b666cbe8adbbc7816058d414067 2022-11-23T01:06:04.9877152Z deleted: sha256:9cb99aef5ddf50c82ed4005a6dfe89c755f65efe676ebffbf4a4a297e10ffaf8 2022-11-23T01:06:04.9877481Z deleted: sha256:e417a85c427c4ff210949cb6bf3b1d7c8bc4c208e2ef0d718bb121b15b12907e 2022-11-23T01:06:04.9877807Z deleted: sha256:db2cfc6a11ac466fc726103cac9586d34489134fb8b67282e06e0b19594a7b68 2022-11-23T01:06:04.9878144Z deleted: sha256:23f6ac531d46e88e248fe2a8bee1605ce2ffddbf77d230e15a1d56d0ac91ecb1 2022-11-23T01:06:04.9878479Z deleted: sha256:f4462d5b2da2985f37409c9b257afd2b9fb82356ce4e43e804ee34214242e34a 2022-11-23T01:06:04.9878656Z 2022-11-23T01:06:05.0051946Z Total reclaimed space: 22.96GB 2022-11-23T01:06:05.0099469Z Post job cleanup. 2022-11-23T01:06:05.0131260Z Post job cleanup. 2022-11-23T01:06:05.1178806Z [command]/usr/bin/git version 2022-11-23T01:06:05.1483139Z git version 2.37.1 2022-11-23T01:06:05.1522113Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d5677d3a-a6e6-4bf7-bea3-1990b5ba467e' before making global git config changes 2022-11-23T01:06:05.1522723Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:06:05.1526642Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:06:05.1584233Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:06:05.1614343Z [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:06:05.2110416Z Entering 'android/libs/fbjni' 2022-11-23T01:06:05.2168112Z Entering 'third_party/FP16' 2022-11-23T01:06:05.2223360Z Entering 'third_party/FXdiv' 2022-11-23T01:06:05.2278492Z Entering 'third_party/NNPACK' 2022-11-23T01:06:05.2334732Z Entering 'third_party/QNNPACK' 2022-11-23T01:06:05.2390487Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:06:05.2450485Z Entering 'third_party/XNNPACK' 2022-11-23T01:06:05.2560253Z Entering 'third_party/benchmark' 2022-11-23T01:06:05.2610532Z Entering 'third_party/cpuinfo' 2022-11-23T01:06:05.2666857Z Entering 'third_party/cub' 2022-11-23T01:06:05.2724027Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:06:05.2806355Z Entering 'third_party/cutlass' 2022-11-23T01:06:05.2909464Z Entering 'third_party/eigen' 2022-11-23T01:06:05.2983438Z Entering 'third_party/fbgemm' 2022-11-23T01:06:05.3047626Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:06:05.3113688Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:06:05.3170553Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:06:05.3224474Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:06:05.3281391Z Entering 'third_party/flatbuffers' 2022-11-23T01:06:05.3345993Z Entering 'third_party/fmt' 2022-11-23T01:06:05.3402259Z Entering 'third_party/foxi' 2022-11-23T01:06:05.3458349Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:06:05.3516378Z Entering 'third_party/gloo' 2022-11-23T01:06:05.3570701Z Entering 'third_party/googletest' 2022-11-23T01:06:05.3625356Z Entering 'third_party/ideep' 2022-11-23T01:06:05.3685143Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:06:05.3764613Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:06:05.3843624Z Entering 'third_party/ios-cmake' 2022-11-23T01:06:05.3896409Z Entering 'third_party/ittapi' 2022-11-23T01:06:05.3949106Z Entering 'third_party/kineto' 2022-11-23T01:06:05.4009901Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:06:05.4067606Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:06:05.4121873Z Entering 'third_party/nccl/nccl' 2022-11-23T01:06:05.4177848Z Entering 'third_party/neon2sse' 2022-11-23T01:06:05.4229767Z Entering 'third_party/nlohmann' 2022-11-23T01:06:05.4289105Z Entering 'third_party/onnx' 2022-11-23T01:06:05.4414477Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:06:05.4482757Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:06:05.4545071Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:06:05.4607836Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:06:05.4705564Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:06:05.4772824Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:06:05.4838315Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:06:05.4900619Z Entering 'third_party/pocketfft' 2022-11-23T01:06:05.4956863Z Entering 'third_party/protobuf' 2022-11-23T01:06:05.5044043Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:06:05.5099347Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:06:05.5159960Z Entering 'third_party/psimd' 2022-11-23T01:06:05.5214141Z Entering 'third_party/pthreadpool' 2022-11-23T01:06:05.5269834Z Entering 'third_party/pybind11' 2022-11-23T01:06:05.5327380Z Entering 'third_party/python-enum' 2022-11-23T01:06:05.5384567Z Entering 'third_party/python-peachpy' 2022-11-23T01:06:05.5439320Z Entering 'third_party/python-six' 2022-11-23T01:06:05.5492639Z Entering 'third_party/sleef' 2022-11-23T01:06:05.5545222Z Entering 'third_party/tbb' 2022-11-23T01:06:05.5614687Z Entering 'third_party/tensorpipe' 2022-11-23T01:06:05.5673144Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:06:05.5729065Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:06:05.5784891Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:06:05.5843707Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:06:05.5899406Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:06:05.5956880Z Entering 'third_party/zstd' 2022-11-23T01:06:05.6024968Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:06:05.6052061Z http.https://github.com/.extraheader 2022-11-23T01:06:05.6060064Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-11-23T01:06:05.6091969Z [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:06:05.6343777Z Entering 'android/libs/fbjni' 2022-11-23T01:06:05.6362985Z http.https://github.com/.extraheader 2022-11-23T01:06:05.6389526Z Entering 'third_party/FP16' 2022-11-23T01:06:05.6409900Z http.https://github.com/.extraheader 2022-11-23T01:06:05.6436824Z Entering 'third_party/FXdiv' 2022-11-23T01:06:05.6456620Z http.https://github.com/.extraheader 2022-11-23T01:06:05.6482435Z Entering 'third_party/NNPACK' 2022-11-23T01:06:05.6502445Z http.https://github.com/.extraheader 2022-11-23T01:06:05.6528547Z Entering 'third_party/QNNPACK' 2022-11-23T01:06:05.6549184Z http.https://github.com/.extraheader 2022-11-23T01:06:05.6574776Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:06:05.6594903Z http.https://github.com/.extraheader 2022-11-23T01:06:05.6620432Z Entering 'third_party/XNNPACK' 2022-11-23T01:06:05.6639972Z http.https://github.com/.extraheader 2022-11-23T01:06:05.6676760Z Entering 'third_party/benchmark' 2022-11-23T01:06:05.6696110Z http.https://github.com/.extraheader 2022-11-23T01:06:05.6721932Z Entering 'third_party/cpuinfo' 2022-11-23T01:06:05.6741748Z http.https://github.com/.extraheader 2022-11-23T01:06:05.6768775Z Entering 'third_party/cub' 2022-11-23T01:06:05.6789012Z http.https://github.com/.extraheader 2022-11-23T01:06:05.6814604Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:06:05.6834337Z http.https://github.com/.extraheader 2022-11-23T01:06:05.6865871Z Entering 'third_party/cutlass' 2022-11-23T01:06:05.6885413Z http.https://github.com/.extraheader 2022-11-23T01:06:05.6917343Z Entering 'third_party/eigen' 2022-11-23T01:06:05.6937879Z http.https://github.com/.extraheader 2022-11-23T01:06:05.6966941Z Entering 'third_party/fbgemm' 2022-11-23T01:06:05.6986544Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7013233Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:06:05.7032408Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7058716Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:06:05.7077767Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7105099Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:06:05.7123704Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7149886Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:06:05.7169199Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7195694Z Entering 'third_party/flatbuffers' 2022-11-23T01:06:05.7214698Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7243085Z Entering 'third_party/fmt' 2022-11-23T01:06:05.7263949Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7290461Z Entering 'third_party/foxi' 2022-11-23T01:06:05.7309954Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7335945Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:06:05.7356491Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7382685Z Entering 'third_party/gloo' 2022-11-23T01:06:05.7401803Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7428078Z Entering 'third_party/googletest' 2022-11-23T01:06:05.7447636Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7473651Z Entering 'third_party/ideep' 2022-11-23T01:06:05.7493457Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7519108Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:06:05.7539039Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7566734Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:06:05.7587076Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7620054Z Entering 'third_party/ios-cmake' 2022-11-23T01:06:05.7639674Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7665713Z Entering 'third_party/ittapi' 2022-11-23T01:06:05.7685540Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7711208Z Entering 'third_party/kineto' 2022-11-23T01:06:05.7731095Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7757979Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:06:05.7777584Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7804318Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:06:05.7823520Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7851727Z Entering 'third_party/nccl/nccl' 2022-11-23T01:06:05.7873200Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7899405Z Entering 'third_party/neon2sse' 2022-11-23T01:06:05.7919335Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7945033Z Entering 'third_party/nlohmann' 2022-11-23T01:06:05.7964872Z http.https://github.com/.extraheader 2022-11-23T01:06:05.7992302Z Entering 'third_party/onnx' 2022-11-23T01:06:05.8012082Z http.https://github.com/.extraheader 2022-11-23T01:06:05.8049366Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:06:05.8069038Z http.https://github.com/.extraheader 2022-11-23T01:06:05.8095028Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:06:05.8114759Z http.https://github.com/.extraheader 2022-11-23T01:06:05.8142542Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:06:05.8161645Z http.https://github.com/.extraheader 2022-11-23T01:06:05.8188167Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:06:05.8207136Z http.https://github.com/.extraheader 2022-11-23T01:06:05.8237946Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:06:05.8257127Z http.https://github.com/.extraheader 2022-11-23T01:06:05.8284440Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:06:05.8304262Z http.https://github.com/.extraheader 2022-11-23T01:06:05.8330607Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:06:05.8350401Z http.https://github.com/.extraheader 2022-11-23T01:06:05.8381228Z Entering 'third_party/pocketfft' 2022-11-23T01:06:05.8401085Z http.https://github.com/.extraheader 2022-11-23T01:06:05.8427127Z Entering 'third_party/protobuf' 2022-11-23T01:06:05.8446640Z http.https://github.com/.extraheader 2022-11-23T01:06:05.8475848Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:06:05.8494959Z http.https://github.com/.extraheader 2022-11-23T01:06:05.8520806Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:06:05.8540206Z http.https://github.com/.extraheader 2022-11-23T01:06:05.8568062Z Entering 'third_party/psimd' 2022-11-23T01:06:05.8588223Z http.https://github.com/.extraheader 2022-11-23T01:06:05.8614073Z Entering 'third_party/pthreadpool' 2022-11-23T01:06:05.8634076Z http.https://github.com/.extraheader 2022-11-23T01:06:05.8659666Z Entering 'third_party/pybind11' 2022-11-23T01:06:05.8680559Z http.https://github.com/.extraheader 2022-11-23T01:06:05.8706930Z Entering 'third_party/python-enum' 2022-11-23T01:06:05.8726658Z http.https://github.com/.extraheader 2022-11-23T01:06:05.8752838Z Entering 'third_party/python-peachpy' 2022-11-23T01:06:05.8772666Z http.https://github.com/.extraheader 2022-11-23T01:06:05.8798490Z Entering 'third_party/python-six' 2022-11-23T01:06:05.8818290Z http.https://github.com/.extraheader 2022-11-23T01:06:05.8843980Z Entering 'third_party/sleef' 2022-11-23T01:06:05.8864242Z http.https://github.com/.extraheader 2022-11-23T01:06:05.8890622Z Entering 'third_party/tbb' 2022-11-23T01:06:05.8911772Z http.https://github.com/.extraheader 2022-11-23T01:06:05.8939728Z Entering 'third_party/tensorpipe' 2022-11-23T01:06:05.8958926Z http.https://github.com/.extraheader 2022-11-23T01:06:05.8985181Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:06:05.9004526Z http.https://github.com/.extraheader 2022-11-23T01:06:05.9030125Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:06:05.9049818Z http.https://github.com/.extraheader 2022-11-23T01:06:05.9076385Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:06:05.9095544Z http.https://github.com/.extraheader 2022-11-23T01:06:05.9121543Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:06:05.9141185Z http.https://github.com/.extraheader 2022-11-23T01:06:05.9166916Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:06:05.9186562Z http.https://github.com/.extraheader 2022-11-23T01:06:05.9215462Z Entering 'third_party/zstd' 2022-11-23T01:06:05.9235942Z http.https://github.com/.extraheader 2022-11-23T01:06:05.9466531Z Evaluate and set job outputs 2022-11-23T01:06:05.9476301Z Set output 'docker-image' 2022-11-23T01:06:05.9477505Z Cleaning up orphan processes